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

feat(http_handler): the first request no longer wait for query to start #7410

Merged
merged 5 commits into from
Sep 1, 2022

Commits on Aug 31, 2022

  1. feat(http_handler): request no longer wait for query to start.

    1. start query in the runtime of query context, and then polling for page just like the following request.
    2. add a state of STARTING, only internal for now
    youngsofun committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    39e5b91 View commit details
    Browse the repository at this point in the history
  2. fix(http_handler): never clear expire time.

    1. because the handler future may be dropped without notice.
    2. base on the previous commit: all request (including the first) should return in more than wait_time_secs
    youngsofun committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    e31e30c View commit details
    Browse the repository at this point in the history
  3. update test.

    youngsofun committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    f2ec21b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3622fbb View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    b5576d3 View commit details
    Browse the repository at this point in the history