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

[es] Add remote read clusters option for cross-cluster querying #2874

Merged

Commits on Mar 13, 2021

  1. Add remote read clusters option to elasticsearch to enable cross-clus…

    …ter querying
    
    Co-authored-by: allen13 <kex.allen13@gmail.com>
    Signed-off-by: David Grizzanti <david_grizzanti@comcast.com>
    dgrizzanti and allen13 committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    7f9b50e View commit details
    Browse the repository at this point in the history
  2. Increase test timeout for TestKafkaStorage (jaegertracing#2873)

    * Increasing test timeout to allow for trace storage settle
    
    Signed-off-by: Jacob Goldsworthy <jtgolds6@gmail.com>
    
    * Updating max storage test wait time to 10 seconds
    
    Signed-off-by: Jacob Goldsworthy <jtgolds6@gmail.com>
    Signed-off-by: David Grizzanti <david_grizzanti@comcast.com>
    LostLaser authored and dgrizzanti committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    8d51bc5 View commit details
    Browse the repository at this point in the history
  3. Rename indexName to indexPrefix; short circuit addRemoteReadClusters …

    …when remoteReadClusters is emtpy
    
    Signed-off-by: David Grizzanti <david_grizzanti@comcast.com>
    dgrizzanti committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    51ee793 View commit details
    Browse the repository at this point in the history
  4. Add more test cases for remoteReadClusters with Archive: true and Use…

    …ReadWriteAliases: true
    
    Signed-off-by: David Grizzanti <david_grizzanti@comcast.com>
    dgrizzanti committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    5ecffd3 View commit details
    Browse the repository at this point in the history
  5. Removing unnecessary changes from this PR

    Signed-off-by: David Grizzanti <david_grizzanti@comcast.com>
    dgrizzanti committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    95c3bf3 View commit details
    Browse the repository at this point in the history
  6. Increase test timeout for TestKafkaStorage (jaegertracing#2873)

    * Increasing test timeout to allow for trace storage settle
    
    Signed-off-by: Jacob Goldsworthy <jtgolds6@gmail.com>
    
    * Updating max storage test wait time to 10 seconds
    
    Signed-off-by: Jacob Goldsworthy <jtgolds6@gmail.com>
    Signed-off-by: David Grizzanti <david_grizzanti@comcast.com>
    LostLaser authored and dgrizzanti committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    80a5403 View commit details
    Browse the repository at this point in the history
  7. Update variable name for consistency

    Signed-off-by: David Grizzanti <david_grizzanti@comcast.com>
    dgrizzanti committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    15a0ee6 View commit details
    Browse the repository at this point in the history
  8. Fix index prefix name

    Signed-off-by: David Grizzanti <david_grizzanti@comcast.com>
    dgrizzanti committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    aab1458 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    29365cb View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Prevent remoteReadClusters from being []string{""} when no remote clu…

    …sters are provided
    
    Signed-off-by: David Grizzanti <david_grizzanti@comcast.com>
    dgrizzanti committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    6557e5b View commit details
    Browse the repository at this point in the history