You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've closed #3848 as all other port related errors have been resolved.
We now only get port related issues involving the docker setup. The new logs in the comment below did catch that port 49206 was in TIME-WAIT when docker attempted to run the opensearch container. Maybe it is worth randomizing those ports too. Or we could check for TIME-WAIT on the ports we need and either wait for them to clear, or use a fallback port at that time. Maybe there is a way to clear a TIME-WAIT?
The text was updated successfully, but these errors were encountered:
Got an address already in use error in my ci pipeline. There is somehow a time-wait on port 49206 at the time scripts tries to launch an opensearch docker container
I've closed #3848 as all other port related errors have been resolved.
We now only get port related issues involving the docker setup. The new logs in the comment below did catch that port 49206 was in
TIME-WAIT
when docker attempted to run the opensearch container. Maybe it is worth randomizing those ports too. Or we could check forTIME-WAIT
on the ports we need and either wait for them to clear, or use a fallback port at that time. Maybe there is a way to clear aTIME-WAIT
?The text was updated successfully, but these errors were encountered: