[infinispan-issues] [JBoss JIRA] (ISPN-7682) DistributionManager's cache topology updated in wrong order

Tristan Tarrant (JIRA) issues at jboss.org
Thu May 31 02:29:00 EDT 2018


     [ https://issues.jboss.org/browse/ISPN-7682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tristan Tarrant updated ISPN-7682:
----------------------------------
           Status: Resolved  (was: Pull Request Sent)
    Fix Version/s: 9.3.0.CR1
       Resolution: Done


> DistributionManager's cache topology updated in wrong order
> -----------------------------------------------------------
>
>                 Key: ISPN-7682
>                 URL: https://issues.jboss.org/browse/ISPN-7682
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 9.0.0.CR3
>            Reporter: Radim Vansa
>            Assignee: Dan Berindei
>              Labels: testsuite_stability
>             Fix For: 9.3.0.CR1
>
>         Attachments: NonTxPutIfAbsentDuringLeaveStressTest.testNodeLeavingDuringPutIfAbsent_master_5.log.gz
>
>
> {{StateTransferInterceptor}} sets command topology according to {{StateTransferManager.getCacheTopology()}} which goes to {{StateConsumerImpl}}, but {{EntryWrappingInterceptor}} routes according to {{DistributionManager.getCacheTopology()}}. {{StateConsumer}}'s topology is set in {{onTopologyUpdate}} before {{DistributionManager}}'s, and therefore a command can have the current topology set, but EWI does not wrap the entry and some assertions in {{BaseDistributionInterceptor.remoteGet}} fails.
> This is a regression brought in ISPN-7400.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the infinispan-issues mailing list