-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Add configuration for custom block sized index inputs #6743
Add configuration for custom block sized index inputs #6743
Conversation
70335af
to
3b94229
Compare
Signed-off-by: Kunal Kotwani <[email protected]>
3b94229
to
38a4da4
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Whitesource failure fix is addressed by #6629 |
Does this still work as expected if there are existing blocks on disk and then the node is restarted with a different block size setting? |
That will cause issues when recovering the cache at node boot. I was planning to wrap the exception and link to the API from #6030 . |
Closing out the PR in the meanwhile. |
Description
node.searchable_snapshot.block.size
to enable block size tuning at node level for searchable snapshotsIssues Resolved
Resolves #6480
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.