akalash commented on a change in pull request #18865:
URL: https://github.com/apache/flink/pull/18865#discussion_r814683059
##########
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:
Not necessary at all. I just notice that 100 ms is too high here
considering we have a loop. But perhaps, it is indeed not a good idea to have
these changes in this commit. I can remove this change 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]