TanYuxin-tyx commented on PR #22471:
URL: https://github.com/apache/flink/pull/22471#issuecomment-1520237800

   I agree that using port 0 is usually the best approach to resolve conflicts, 
but it indeed does not work well in this test.
   
   > The UDP socket only ensures no other process binds to that port in the 
mean time.
   
   I don't think so. Because TCP and UDP can use the same port at the same 
time. For example, if the UDP server has used port 23456, the TCP can also use 
the same port at the same time.


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