bneradt opened a new pull request #8299: URL: https://github.com/apache/trafficserver/pull/8299
Our port queue wound up having duplicates in it. We never want duplicates in our port queue as this results in multiple processes trying to use the same port leading to EADDRINUSE errors. Since unique port entries is a requirement, this changes the port queue to be an ordered set queue which, by design, will only contain unique port values. (cherry picked from commit 2784e0ba675715515e181bbe7f13d4fa59571591) --- This is a cherry-pick of PR: #8296 to 8.1.x -- 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]
