[infinispan-issues] [JBoss JIRA] (ISPN-8859) DistTopologyChangeUnderLoadSingleOwnerTest takes too long

Radim Vansa (JIRA) issues at jboss.org
Wed Feb 21 08:31:00 EST 2018


Radim Vansa created ISPN-8859:
---------------------------------

             Summary: DistTopologyChangeUnderLoadSingleOwnerTest takes too long
                 Key: ISPN-8859
                 URL: https://issues.jboss.org/browse/ISPN-8859
             Project: Infinispan
          Issue Type: Bug
          Components: Core
    Affects Versions: 9.2.0.CR2
            Reporter: Radim Vansa
            Assignee: Radim Vansa


The test starts 2 nodes (A and B), kills A and starts C. Test cleanup stops C and gets stuck in DCM.undefineConfiguration as the method is iterating through caches and finds out that {{___counter_configuration}} is not started yet, waiting for initial transfer.

The node waits for initial ST because by the time C starts the cache is degraded on B and initial transfer cannot continue.

Proper fix would be letting the cache start but operations throwing AvailabilityException, but workaround would be just keeping wired unstarted caches in another collection directly for the purpose of undefineConfiguration.



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


More information about the infinispan-issues mailing list