[jira] [Created] (IGNITE-8130) WalModeChangeCoordinatorNotAffinityNodeSelfTest#testLocalCache fails sporadically in master

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-8130) WalModeChangeCoordinatorNotAffinityNodeSelfTest#testLocalCache fails sporadically in master

Anton Vinogradov (Jira)
Alexey Goncharuk created IGNITE-8130:
----------------------------------------

             Summary: WalModeChangeCoordinatorNotAffinityNodeSelfTest#testLocalCache fails sporadically in master
                 Key: IGNITE-8130
                 URL: https://issues.apache.org/jira/browse/IGNITE-8130
             Project: Ignite
          Issue Type: Test
            Reporter: Alexey Goncharuk


The reason for random failures is a loop in finally block of forAllNodes() which destroys caches. This leads to a race when cache destroy request is asynchronously sent to other nodes and the cache created in test is destroyed by the finally block.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)