denis-chudov commented on code in PR #2835:
URL: https://github.com/apache/ignite-3/pull/2835#discussion_r1392897957


##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/table/ItDurableFinishTest.java:
##########
@@ -197,15 +203,11 @@ private void coordinatorMissedResponse(
             if (networkMessage instanceof TxFinishReplicaRequest && 
!messageHandled.get()) {
                 messageHandled.set(true);
 
-                logger().info("Pausing message handling: {}.", networkMessage);
+                logger().info("Drop message [msg={}].", networkMessage);
 
                 CompletableFuture<NetworkMessage> finish = 
coordinatorMessaging.invoke(s, networkMessage, 3000);

Review Comment:
   seems the test works without this call at all



-- 
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