Looks like minio is failing again due to clashes with already opened port.
This seems to have been already handled through
#32701 and #32208 but it still occurred in master.
For example:
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+intake/1411/console
Unable to start the server: Port :36076 is already in use.
It doesn't seem like the port is hardcoded:
|
ServerSocket serverSocket = new ServerSocket(0, 1, InetAddress.getByName(minioAddress)) |
Maybe it's a race condition when gradle runs in parallel?
Looks like minio is failing again due to clashes with already opened port.
This seems to have been already handled through
#32701 and #32208 but it still occurred in master.
For example:
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+intake/1411/console
It doesn't seem like the port is hardcoded:
elasticsearch/plugins/repository-s3/build.gradle
Line 205 in 7394892
Maybe it's a race condition when gradle runs in parallel?