-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
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 #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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels