]
Dan Berindei updated ISPN-6800:
-------------------------------
Status: Open (was: New)
Remove MultipleRpcCommand
-------------------------
Key: ISPN-6800
URL:
https://issues.jboss.org/browse/ISPN-6800
Project: Infinispan
Issue Type: Task
Components: Core
Affects Versions: 9.0.0.Alpha2
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 9.0.0.Alpha3
Having {{MultipleRpcCommand}} makes some things more complex than they should be, e.g.
{{CacheRpcCommandExternalizer}} needs a thread-local because of it.
It was only used by the replication queue, which has been already removed in ISPN-6417.
So it's safe to remove it completely and simplify {{CacheRpcCommandExternalizer}}.