]
Bela Ban resolved JGRP-2029.
----------------------------
Resolution: Rejected
If this still persists after applying my recommendations (see my last comment), feel free
to reopen.
SEQUENCER locks itself from receiving messages
----------------------------------------------
Key: JGRP-2029
URL:
https://issues.jboss.org/browse/JGRP-2029
Project: JGroups
Issue Type: Bug
Affects Versions: 3.6.1
Environment: two nodes cluster environment, we are using infinispan 7.1.1 with
JGroups 3.6.1-FINAL inside.
Reporter: Sean Guo
Assignee: Bela Ban
Fix For: 3.6.11, 4.0
Attachments: filtered_threads.txt, jgroups-tcp.xml
I attached the filtered thread dump and the jgroups-tcp.xml from one node.
If I read the code correctly, all the threads reading message from Socket are
blocked(INT-1...INT-4) and they are waiting the lock owned by #489 thread.
Please check whether this is a bug or configuration problem. Currently we have to remove
the SEQUENCER from JGroups' protocol stack.