[ https://issues.apache.org/jira/browse/IGNITE-9024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16573001#comment-16573001 ]
ASF GitHub Bot commented on IGNITE-9024: ---------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4376 > 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 > Priority: Minor > Labels: MakeTeamcityGreenAgain > 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)