]
Dan Berindei resolved ISPN-4554.
--------------------------------
Resolution: Rejected
Looks like there is a reason not to cache the RpcOptions objects: the replication timeout
setting is mutable at runtime.
Cache RpcOptions objects in TxDistributionInterceptor
-----------------------------------------------------
Key: ISPN-4554
URL:
https://issues.jboss.org/browse/ISPN-4554
Project: Infinispan
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Core
Affects Versions: 7.0.0.Alpha5
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Minor
Fix For: 7.0.0.Beta1
The cost of creating a new RpcOptionsBuilder + RpcOptions instance should be trivial, but
still there's no reason to do it.