]
Radim Vansa updated ISPN-8859:
------------------------------
Status: Open (was: Pull Request Sent)
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.