Dmitriy Sorokin created IGNITE-9024:
---------------------------------------
Summary: Wrong usage of IdxLatch in
DynamicIndexAbstractConcurrentSelfTest
Key: IGNITE-9024
URL: https://issues.apache.org/jira/browse/IGNITE-9024
Project: Ignite
Issue Type: Test
Affects Versions: 2.5
Reporter: Dmitriy Sorokin
Assignee: Dmitriy Sorokin
Fix For: 2.7
DynamicIndexAbstractConcurrentSelfTest has BlockingIndexing inplementation
which allows synchronize indexing operations with other concurrent routines.
Transition to waiting for unblock indexing state being notified from
awaitIndexing method by countDown() call on idxLatch, which should be awaiting
on test thread, but calls of countDown() method on idxLatch instances are
present in that code points too.
Replace of countDown() calls by await() calls on idxLatch instances is needed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)