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

Not retrying in case of isSuccessful() being false. #3941

Merged
merged 4 commits into from Jun 26, 2017

Commits on Jun 26, 2017

  1. Not retrying in case of isSuccessful() being false.

    If `isSuccessful()` returns false for a bulk indexing result, retrying
    the whole bulk will lead to infinite loops in case of index mapping
    errors or other permanent errors.
    
    This change also adds an informational logging message whenever a bulk
    was indexed successfully on the n-th (n > 1) attempt, indicating that
    indexing has recovered from a formerly erroneous condition.
    
    Fixes #3938.
    dennisoelkers committed Jun 26, 2017
    Copy the full SHA
    9df3e3d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    25a04cc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    805e88b View commit details
    Browse the repository at this point in the history
  4. Adding license header.

    dennisoelkers committed Jun 26, 2017
    Copy the full SHA
    54f14ca View commit details
    Browse the repository at this point in the history