Remove usages of obsolete settings#29087
Merged
DaveCTurner merged 2 commits intoelastic:masterfrom Mar 16, 2018
Merged
Conversation
The settings `indices.recovery.concurrent_streams` and `indices.recovery.concurrent_small_file_streams` were removed in f5e4cd4. This commit removes their last traces from the codebase. Relates elastic#28781
nik9000
approved these changes
Mar 15, 2018
| @@ -333,9 +333,7 @@ public void close() throws IOException { | |||
|
|
|||
|
|
|||
| public void testHandleExceptinoOnSendSendFiles() throws Throwable { | |||
Member
There was a problem hiding this comment.
s/Exceptino/Exception/ while you are here?
Member
Author
There was a problem hiding this comment.
Sounds like a worthwhile correctino. Pushed pushed f4759cd, fixing the send send files too.
Member
|
I didn't even see the ❤️ |
DaveCTurner
added a commit
that referenced
this pull request
Mar 16, 2018
The settings `indices.recovery.concurrent_streams` and `indices.recovery.concurrent_small_file_streams` were removed in f5e4cd4. This commit removes their last traces from the codebase.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The settings
indices.recovery.concurrent_streamsandindices.recovery.concurrent_small_file_streamswere removed inf5e4cd4. This commit removes their last traces
from the codebase.
Relates #28781
Pinging @elastic/es-core-infra