dawidwys commented on a change in pull request #18865:
URL: https://github.com/apache/flink/pull/18865#discussion_r814646173
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/io/network/buffer/NetworkBufferPoolTest.java
##########
@@ -757,7 +746,7 @@ public void testBlockingRequestFromMultiLocalBufferPool()
// wait until all available buffers are requested
while (segmentsRequested.size() + segments.size() +
exclusiveSegments.size()
< numBuffers) {
- Thread.sleep(100);
Review comment:
Is this a necessary change? Is it in the right commit?
--
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]