npawar opened a new pull request #3749: Fix SegmentStatusCheckerIntegrationTest setup timings URL: https://github.com/apache/incubator-pinot/pull/3749 SegmentStatusCheckerIntegrationTest fails unpredictably, depending on if the table creation and segment pushes take too long, resulting in SegmentStatusChecker running before the table is setup. Adding a ControllerGauge to track number of tables processed in each ControllerPeriodicTask (reset in preprocess, set to gauge in postprocess). Checking this metric in the integration test before beginning to test.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
