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

[Backport] MSQ WorkerResource: Fix timeout handler for httpGetChannelData. (#17328) #17330

Merged
merged 1 commit into from
Oct 11, 2024

Commits on Oct 11, 2024

  1. MSQ WorkerResource: Fix timeout handler for httpGetChannelData. (apac…

    …he#17328)
    
    The timeout handler should fire if the response has not been handled yet
    (i.e. if responseResolved was previously false). However, it erroneously
    fires only if the response *was* handled. This causes HTTP 500 errors if
    the timeout actually does fire. The timeout is 30 seconds, which can be
    hit during pipelined queries, if an earlier stage of the query hasn't
    produced its first frame within 30 seconds.
    
    This fixes a regression introduced in apache#17140.
    gianm authored and abhishekagarwal87 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    4d65ba3 View commit details
    Browse the repository at this point in the history