FrankChen021 commented on PR #19814: URL: https://github.com/apache/druid/pull/19814#issuecomment-5133656936
The failing `CostBasedAutoScalerIntegrationTest.test_autoScaler_scalesUpAndDown_withSlowPublish` appears unrelated to this PR. The test creates a Kafka topic, immediately publishes 10,000 records, and then times out waiting for the scale-up metric. [PR #19824](https://github.com/apache/druid/pull/19824) addresses the likely initial topic-leader readiness race; [PR #19817](https://github.com/apache/druid/pull/19817) also hardens non-transactional publishing by waiting for every send result. These are the likely flaky-test fixes, although this autoscaler test does not yet have dedicated regression evidence on either PR. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
