rkhachatryan commented on a change in pull request #13723:
URL: https://github.com/apache/flink/pull/13723#discussion_r509315036
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/io/network/netty/PartitionRequestClientFactoryTest.java
##########
@@ -58,6 +59,38 @@
private static final int SERVER_PORT = NetUtils.getAvailablePort();
+ @Test
+ public void testInterruptsNotCached() throws Exception {
+ ConnectionID connectionId = new ConnectionID(new
InetSocketAddress(InetAddress.getLocalHost(), 8080), 0);
Review comment:
It's a port netty will to connect to. So it doesn't matter which port to
use (as long we aren't interested in any results).
This port is also used throughout the class.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]