-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Default LogsDB value for ignore_dynamic_beyond_limit
#115265
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
Merged
salvatore-campagna
merged 19 commits into
elastic:main
from
salvatore-campagna:feature/logsdb-ignore-dynamic-beyond-limit
Oct 31, 2024
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
13d8adf
fix: logsdb default value for ignore_dynamic_beyond_limit
salvatore-campagna 2e47fb1
fix: a few more tests and undo gated check
salvatore-campagna dd9f773
Merge branch 'main' into feature/logsdb-ignore-dynamic-beyond-limit
salvatore-campagna 5da8d44
fix: undo setDumpOutputOnFailure
salvatore-campagna 30f7b33
Merge branch 'main' into feature/logsdb-ignore-dynamic-beyond-limit
elasticmachine af335b1
fix: include check on index version
salvatore-campagna 9ea1125
Merge branch 'main' into feature/logsdb-ignore-dynamic-beyond-limit
elasticmachine 8f8e10c
fix: increment server version
salvatore-campagna 6def51b
Merge branch 'main' into feature/logsdb-ignore-dynamic-beyond-limit
salvatore-campagna ea93f90
Merge branch 'main' into feature/logsdb-ignore-dynamic-beyond-limit
elasticmachine a440693
fix: enable assertions
salvatore-campagna 9a59c04
Merge branch 'main' into feature/logsdb-ignore-dynamic-beyond-limit
salvatore-campagna 255ad7d
Merge branch 'main' into feature/logsdb-ignore-dynamic-beyond-limit
elasticmachine 2acf865
Merge branch 'main' into feature/logsdb-ignore-dynamic-beyond-limit
elasticmachine 9da6b90
Merge branch 'main' into feature/logsdb-ignore-dynamic-beyond-limit
elasticmachine 30c8385
Merge branch 'main' into feature/logsdb-ignore-dynamic-beyond-limit
salvatore-campagna d0b7021
fix: gate setting using both the main an dbackport versions
salvatore-campagna 3137aad
Merge branch 'main' into feature/logsdb-ignore-dynamic-beyond-limit
elasticmachine 50cb803
Merge branch 'main' into feature/logsdb-ignore-dynamic-beyond-limit
elasticmachine File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
...spec/src/yamlRestTest/resources/rest-api-spec/test/indices.create/20_synthetic_source.yml
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thecoop @martijnvg I update the check here to include a new version
LOGSDB_DEFAULT_IGNORE_DYNAMIC_BEYOND_LIMIT_BACKPORT
which uses Lucene 9.When backporting this, I will just remove any reference to the one required in main
LOGSDB_DEFAULT_IGNORE_DYNAMIC_BEYOND_LIMIT
and just do a check on version beingonOrAfter
versionLOGSDB_DEFAULT_IGNORE_DYNAMIC_BEYOND_LIMIT_BACKPORT
.