Bug 1198579 - Allow subclasses of JGroupsTransport to override the initialization of the rpc dispatcher
Summary: Allow subclasses of JGroupsTransport to override the initialization of the rp...
Keywords:
Status: CLOSED DUPLICATE of bug 1189138
Alias: None
Product: JBoss Data Grid 6
Classification: JBoss
Component: JGroups
Version: 6.4.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: DR3
: 6.5.0
Assignee: Tristan Tarrant
QA Contact: Martin Gencur
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-03-04 12:21 UTC by Sebastian Łaskawiec
Modified: 2015-03-04 19:43 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-04 19:43:46 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker ISPN-5173 0 Blocker Resolved Cluster-wide RPCs not ForkChannel friendly 2015-03-04 12:22:14 UTC

Description Sebastian Łaskawiec 2015-03-04 12:21:25 UTC
Description of problem:
Since this commit:
https://github.com/infinispan/infinispan/commit/f0fb26d43f0176c165bd10134be7b5feed57c893
... Infinispan is no longer usable in WildFly 9, whose transports are configured to use ForkChannel rather than JChannels. The underlying issue is described in JGRP-1905. The commit above adds a cluster-wide RPC on view change (from org.infinispan.topology.ClusterTopologyManagerImpl.confirmMembersAvailable(), the message for which inevitably arrives on the newly starting node before the requisite fork channel is registered. The RPC eventually times out since Infinispan's RPC dispatcher will wait for a response that will never come.

Comment 2 Sebastian Łaskawiec 2015-03-04 12:30:44 UTC
PR: https://github.com/infinispan/jdg/pull/538

Comment 3 Sebastian Łaskawiec 2015-03-04 19:43:46 UTC

*** This bug has been marked as a duplicate of bug 1189138 ***


Note You need to log in before you can comment on or make changes to this bug.