Matthias Pohl created FLINK-33285:
-------------------------------------
Summary: e2e 1 stage: Wordcount on Docker test (custom fs plugin)
Key: FLINK-33285
URL: https://issues.apache.org/jira/browse/FLINK-33285
Project: Flink
Issue Type: Sub-task
Reporter: Matthias Pohl
Might be caused by TCPServer not being able to be started due to address
already in use error
[https://github.com/XComp/flink/actions/runs/6525957588/job/17719349973#step:13:5859]
{code:java}
Oct 15 20:44:18 Retry 1/5 exited 128, retrying in 1 seconds...
5829Traceback (most recent call last):
5830 File
"/root/flink/flink-end-to-end-tests/test-scripts/python3_fileserver.py", line
26, in <module>
5831 httpd = socketserver.TCPServer(("", 9999), handler)
5832 File "/usr/lib/python3.5/socketserver.py", line 440, in __init__
5833 self.server_bind()
5834 File "/usr/lib/python3.5/socketserver.py", line 454, in server_bind
5835 self.socket.bind(self.server_address)
5836OSError: [Errno 98] Address already in use{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)