cecemei commented on PR #19157: URL: https://github.com/apache/druid/pull/19157#issuecomment-4065533168
actually it's not due to `intermediatePersistPeriod`, i'm not sure why but i think supervisor is shutting down tasks constantly, probably due to `No task in pending completion taskGroup[0] succeeded before completion timeout elapsed`, and completion timeout is set to 5s in tests. this `waitUntilPublishedRecordsAreIngested` is used in multiple tests, e.x. `FaultyClusterTest`. i wonder they are also flaky or maybe it's because i updated the schema to inflate the segment size which made the test flaky somehow. -- 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]
