]
Dan Berindei updated ISPN-5637:
-------------------------------
Status: Open (was: New)
Use SingleKeyNonTxInvocationContext for remote non-tx writes
------------------------------------------------------------
Key: ISPN-5637
URL:
https://issues.jboss.org/browse/ISPN-5637
Project: Infinispan
Issue Type: Task
Components: Core
Affects Versions: 8.0.0.Beta2
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 8.0.0.Beta3
Remove commands always use a {{NonTxInvocationContext}}, even if they affect a single
key. We should be able to use {{SingleKeyNonTxInvocationContext}} instead and avoid
allocating a HashMap for the context entries.