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

Endless recovery loop with indices.recovery.file_chunk_size=0Bytes #12919

Merged
merged 1 commit into from
Aug 17, 2015

Commits on Aug 17, 2015

  1. Endless recovery loop with indices.recovery.file_chunk_size=0Bytes

    This is caused by sending the same file to the chunk handler with offset
    `0` which in-turn opens a new outputstream and waits for bytes. But the next round
    will send 0 bytes again with offset 0. This commit adds some checks / validators that those
    settings are positive byte values and fixes the RecoveryStatus to throw an IAE if the same file
    is opened twice.
    s1monw committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    59f390f View commit details
    Browse the repository at this point in the history