Details
-
Test
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
The SocketServer#openServerSocket method creates a serverSocket, and then attempts to bind it to the selected port. If the port is already in-use, an exception is propagated and the serverSocket is never closed.
This causes KafkaServerTest#testListenerPortAlreadyInUse to leak sockets.
Attachments
Issue Links
- links to