Re: [I] [Flaky-test] Revisit port assignment in ClusterTest [pinot]
Jackie-Jiang closed issue #13339: [Flaky-test] Revisit port assignment in ClusterTest URL: https://github.com/apache/pinot/issues/13339 -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org
Re: [I] [Flaky-test] Revisit port assignment in ClusterTest [pinot]
Jackie-Jiang commented on issue #13339: URL: https://github.com/apache/pinot/issues/13339#issuecomment-2171798446 Fixed with #13390 -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org
[I] [Flaky-test] Revisit port assignment in ClusterTest [pinot]
Jackie-Jiang opened a new issue, #13339: URL: https://github.com/apache/pinot/issues/13339 - Track all assigned ports to avoid the same port being assigned twice - Do not add random number for the preferred port (introduced in #11861) ``` Error: Failures: Error: ExactlyOnceKafkaRealtimeClusterIntegrationTest>BaseRealtimeClusterIntegrationTest.setUp:51->ClusterTest.startServer:272->ClusterTest.startServers:280->ClusterTest.startOneServer:288 ยป Runtime java.io.IOException: Failed to bind to address 0.0.0.0/0.0.0.0:9844 ``` -- 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: commits-unsubscr...@pinot.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org