]
Adrian Nistor closed ISPN-5348.
-------------------------------
Fix Version/s: (was: 7.2.0.Final)
Resolution: Cannot Reproduce Bug
BatchingClusterEventManagerImpl.UnicastEventContext.addTargets may
try to modify an unmodifyable collection
-----------------------------------------------------------------------------------------------------------
Key: ISPN-5348
URL:
https://issues.jboss.org/browse/ISPN-5348
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 7.2.0.Beta2
Reporter: Adrian Nistor
Assignee: Adrian Nistor
If addTargets() was previously invoked with an unmodifiable collection future invocations
will try to append to it and throw UnsupportedOperationException.