-
Bug
-
Resolution: Done
-
Major
-
2.12
-
None
-
Workaround Exists
-
-
I saw this error once when starting up my server using the default TCP.xml file. I have not been able to reproduce it more than once.
I just wanted to submit this so that the handlers object can be properly protected via synchronization or java.util.concurrent related facility.
48 E 15:55:19,696 (TCP ) failure handling diagnostics request java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextEntry(Unknown Source)
at java.util.HashMap$KeyIterator.next(Unknown Source)
at org.jgroups.protocols.TP$DiagnosticsHandler.handleDiagnosticProbe(TP.java:2157)
at org.jgroups.protocols.TP$DiagnosticsHandler.run(TP.java:2130)
at java.lang.Thread.run(Unknown Source)