-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Remove tmp_fdt_no_mmap feature flag. #130308
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
Conversation
After running this change for a week, no regressions where detected in nightly benchmarks that use index sorting.
|
Pinging @elastic/es-storage-engine (Team:StorageEngine) |
|
Hi @martijnvg, I've created a changelog YAML for you. |
| - class: org.elasticsearch.qa.verify_version_constants.VerifyVersionConstantsIT | ||
| method: testLuceneVersionConstant | ||
| issue: https://github.com/elastic/elasticsearch/issues/125638 | ||
| - class: org.elasticsearch.index.store.FsDirectoryFactoryTests |
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.
This test got muted, because of release test failures. I forgot to adjust the unit test to only run if feature flag (that will be removed via this pr) is enabled.
ChrisHegarty
left a comment
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.
LGTM
|
Thanks @ChrisHegarty! |
After running this change for a week, no regressions where detected in nightly benchmarks that use index sorting.
💔 Backport failed
You can use sqren/backport to manually backport by running |
After running this change for a week, no regressions where detected in nightly benchmarks that use index sorting.
After running this change (#129538) for a week,
no regressions where detected in
nightly benchmarks that use index sorting.
While at the same time the median indexing throughput for logsdb with stored fields improved significantly:
https://elasticsearch-benchmarks.elastic.co/#tracks/logsdb/nightly/default/30d (nightly-elastic/logs-indexing-throughput)