]
Bela Ban updated JGRP-2356:
---------------------------
Fix Version/s: 4.1.2
RpcDispatcher#callRemoteMethods does not work while calling
MembershipListener#viewAccepted when using ForkChannel.
-------------------------------------------------------------------------------------------------------------------
Key: JGRP-2356
URL:
https://issues.jboss.org/browse/JGRP-2356
Project: JGroups
Issue Type: Bug
Affects Versions: 4.1.0
Environment: Java: jdk1.8.0_212
OS: Windows 7 / Linux(ubuntu)
Reporter: Ziro Tanaka
Assignee: Bela Ban
Priority: Major
Fix For: 4.1.2
Attachments: JChannelRunner.java, coordinator_log.txt,
coordinator_threaddump.txt, joinner_log.txt
Create RpcDispatcher that works with ForkChannel and set MembershipListener.
If you make a synchronous call with RpcDispatcher in MembershipListener#viewAccepted, no
response will be returned.