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

Track fetch exceptions for shard follow tasks #33047

Merged
merged 7 commits into from
Aug 24, 2018

Commits on Aug 22, 2018

  1. Track fetch exceptions for shard follow tasks

    This commit adds tracking and reporting for fetch exceptions. We track
    fetch exceptions per fetch, keeping track of up to the maximum number of
    concurrent fetches. With each failing fetch, we associate the from
    sequence number with the exception that caused the fetch. We report
    these in the CCR stats endpoint, and add some testing for this tracking.
    jasontedor committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    3468fc2 View commit details
    Browse the repository at this point in the history
  2. Name. That. Parser!

    jasontedor committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    1736935 View commit details
    Browse the repository at this point in the history
  3. Fix naming

    jasontedor committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    b944503 View commit details
    Browse the repository at this point in the history
  4. Naming

    jasontedor committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    36ad0d9 View commit details
    Browse the repository at this point in the history
  5. More naming

    jasontedor committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    91e6ac9 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

  1. Fix line length

    jasontedor committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    477c3bf View commit details
    Browse the repository at this point in the history
  2. Merge branch 'ccr' into ccr-fetch-exceptions

    * ccr: (71 commits)
      Make CCR QA tests build again (elastic#33113)
      Add hook to skip asserting x-content equivalence (elastic#33114)
      Muted testListenersThrowingExceptionsDoNotCauseOtherListenersToBeSkipped
      [Rollup] Move getMetadata() methods out of rollup config objects (elastic#32579)
      fixed not returning response instance
      Muted testEmptyAuthorizedIndicesSearchForAllDisallowNoIndices
      Update Google Cloud Storage Library for Java (elastic#32940)
      Remove unsupported Version.V_5_* (elastic#32937)
      Required changes after merging in master branch.
      [DOCS] Add docs for Application Privileges (elastic#32635)
      Add versions 5.6.12 and 6.4.1
      Do NOT allow termvectors on nested fields (elastic#32728)
      [Rollup] Return empty response when aggs are missing (elastic#32796)
      [TEST] Add some ACL yaml tests for Rollup (elastic#33035)
      Move non duplicated actions back into xpack core (elastic#32952)
      Test fix - GraphExploreResponseTests should not randomise array elements Closes elastic#33086
      Use `addIfAbsent` instead of checking if an element is contained
      TESTS: Fix Random Fail in MockTcpTransportTests (elastic#33061)
      HLRC: Fix Compile Error From Missing Throws (elastic#33083)
      [DOCS] Remove reload password from docs cf. elastic#32889
      ...
    jasontedor committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    3efdf20 View commit details
    Browse the repository at this point in the history