Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Measure isBlocked and isFinished operator calls #10923

Closed
wants to merge 1 commit into from

Commits on Oct 2, 2024

  1. Collect isBlocked and isFinished timings in OperatorStats

    For some operators, the isBlocked() function call is non-trivial. This
    commit adds the isBlockedTiming to OperatorStats and count it in
    Driver::runInternal(). It also count the isFinished() operator which
    was previously missed being counted..
    
    Note that this does not include the Presto protocol change, which will
    be done later.
    yingsu00 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b8705e6 View commit details
    Browse the repository at this point in the history