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

Support chunked queries in the Go InfluxDB client #6166

Merged
merged 2 commits into from
Mar 31, 2016

Commits on Mar 31, 2016

  1. Ensure the query is always "killed" after it is finished

    If the http.CloseNotifier didn't go off for some reason (and it's not
    guaranteed to go off just because the HTTP connection is closed), the
    query wouldn't get correctly recycled when chunked output was requested.
    
    The query id in the query executor was also not being set correctly.
    This seems to have been an oversight when merging the point limit
    monitor.
    jsternberg committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    d9b32ea View commit details
    Browse the repository at this point in the history
  2. Support chunked queries in the Go InfluxDB client

    Modify the CLI to always use chunked queries.
    jsternberg committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    8752d1b View commit details
    Browse the repository at this point in the history