petrov-mg commented on code in PR #13246:
URL: https://github.com/apache/ignite/pull/13246#discussion_r3473325341
##########
modules/core/src/test/java/org/apache/ignite/internal/thread/context/OperationContextAttributesTest.java:
##########
@@ -979,34 +978,33 @@ private void
checkOperationContextCommunicationTransmission(
Ignite from = grid(gridFromIdx);
Ignite to = grid(gridToIdx);
- CountDownLatch rcvLatch = new CountDownLatch(2 + (attr1 != null ? 2 :
0));
+ CountDownLatch rcvLatch = new CountDownLatch(1);
Review Comment:
`new CountDownLatch(1)` -> `new CountDownLatch(2)`
We have two messages to await.
--
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]