walterddr opened a new issue, #10555: URL: https://github.com/apache/pinot/issues/10555
Example === see: https://github.com/apache/pinot/actions/runs/4440707776/jobs/7794852115 vs https://github.com/apache/pinot/actions/runs/4441822565/jobs/7797366601 Research === seems like the issue occurs on https://github.com/apache/pinot/pull/10408 - Did a bit of research with @somandal and it seems like the issue was with the seenMail trigger is being swallowed due to priority queue insertion taking much longer than simply returning the block back. - after modifying `DEFAULT_SCHEDULER_RELEASE_TIMEOUT_MS = 1_000; // 10_000;` for the RoundRobinScheduler it is becoming much faster. Action items === - tagging @ankitsultana and @somandal and see what would be the best solution - tagging @walterddr to come up with a regression test instead of having to figure it out by looking at the integration test log. -- 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]
