Skip to content

[multistage] perf regression on ORDER BY queries #10555

@walterddr

Description

@walterddr

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions