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

query: add store.read-timeout parameter to avoid partial response failure when one of stores timed out #895

Closed
wants to merge 19 commits into from
Closed

Commits on Mar 15, 2019

  1. query: add store.read-timeout parameter to avoid partial response fai…

    …lure when one of stores timed out
    Dmitry Ulyanov committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    dfadec5 View commit details
    Browse the repository at this point in the history
  2. query: fix errcheck in querier tests

    Dmitry Ulyanov committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    3a5701e View commit details
    Browse the repository at this point in the history
  3. queery: update query.md docs

    Dmitry Ulyanov committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    fc4460e View commit details
    Browse the repository at this point in the history
  4. Update cmd/thanos/query.go

    Co-Authored-By: d-ulyanov <[email protected]>
    2 people authored and Dmitry Ulyanov committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    81d7d3d View commit details
    Browse the repository at this point in the history
  5. query: store.read-timeout moved to ProxyStore

    Dmitry Ulyanov committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    5a36f3f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5906c73 View commit details
    Browse the repository at this point in the history
  7. query.md: upgrade docs

    Dmitry Ulyanov committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    0e8adab View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. query.go: remove excess checks

    Dmitry Ulyanov committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    0bdcf03 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'thanos/master' into store-read-timeout

    # Conflicts:
    #	cmd/thanos/query.go
    #	docs/components/query.md
    #	pkg/store/proxy.go
    #	pkg/store/proxy_test.go
    Dmitry Ulyanov committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    86a44da View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. proxy.go: upgrade tests, add comments

    Dmitry Ulyanov committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    07b419b View commit details
    Browse the repository at this point in the history
  2. proxy.go: improve code after merging, upgrade tests

    Dmitry Ulyanov committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    8356b80 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. proxy.go: improvements after code review

    Dmitry Ulyanov committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    0224bf3 View commit details
    Browse the repository at this point in the history
  2. proxy.go: remove some comments

    Dmitry Ulyanov committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    7f75399 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. proxy.go: improve tests performance

    Dmitry Ulyanov committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    8ffee1b View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. proxy_test.go: tests improvements

    Dmitry Ulyanov committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    9be840e View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2019

  1. Rename timout flags

    povilasv committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    4de0dc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afe009b View commit details
    Browse the repository at this point in the history
  3. Fix linter

    povilasv committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    e5f2494 View commit details
    Browse the repository at this point in the history
  4. Add Changelog entry

    povilasv committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    a1ef762 View commit details
    Browse the repository at this point in the history