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)