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

[opt](routine load) optimize routine load timeout logic (#40818) #41135

Merged
merged 1 commit into from
Sep 25, 2024

Commits on Sep 23, 2024

  1. [opt](routine load) optimize routine load timeout logic (apache#40818)

    If IO/CPU resources are tight, routine load task is likely to timeout.
    The current method is self-adaption backoff
    apache#32227, but the problem is it will
    do some ineffective work to match proper timeout. For one routine load
    task, a better way to handle task is finishing executing instead of
    retry when resources are tight. Therefore, this pr increase timeout to
    make "task always finish even if it is slow when resources are tight".
    sollhui committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    2e4fd59 View commit details
    Browse the repository at this point in the history