[infinispan-issues] [JBoss JIRA] (ISPN-8942) Joiners may miss registered listener
William Burns (JIRA)
issues at jboss.org
Mon Mar 19 09:57:01 EDT 2018
[ https://issues.jboss.org/browse/ISPN-8942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
William Burns updated ISPN-8942:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.2.1.Final
Resolution: Done
> Joiners may miss registered listener
> ------------------------------------
>
> Key: ISPN-8942
> URL: https://issues.jboss.org/browse/ISPN-8942
> Project: Infinispan
> Issue Type: Bug
> Components: Listeners
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Fix For: 9.2.1.Final
>
>
> Since the change where the cluster listener registration is send to the cache-members, the following scenario can happen:
> {noformat}
> [NODE_C] 2018-03-14 12:19:23,823 -> received topology with {A,B}. requests listeners from A
> [NODE_D] 2018-03-14 12:19:23,824 -> received topology with {A,B}. requests listeners from A
> [NODE_B] 2018-03-14 12:19:23,926 -> register cluster listener A, B
> [NODE_A] 2018-03-14 12:19:23,931 -> register cluster listener from B
> {noformat}
> Possible fix is to fetch the cluster listener when it is member of the topology.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the infinispan-issues
mailing list