vldpyatkov commented on a change in pull request #541:
URL: https://github.com/apache/ignite-3/pull/541#discussion_r782033663



##########
File path: 
modules/table/src/integrationTest/java/org/apache/ignite/distributed/ItInternalTableScanTest.java
##########
@@ -264,14 +264,14 @@ public void testMultipleRowScan() throws Exception {
      */
     @Test()
     public void testInvalidRequestedAmountScan() throws Exception {
-        AtomicBoolean cursorClosed = new AtomicBoolean(false);
+        CyclicBarrier cursorClosedBarrier = new CyclicBarrier(2);

Review comment:
       I see these are different waiting: one of the waiting of internal cursor 
will be closed, another awaiting about the notification process completed.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to