-
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
[Backport 2.x] Default to mmapfs within hybridfs #9377
Conversation
* Default to mmapfs within hybridfs Signed-off-by: David Zane <[email protected]> * Add index setting validation func Signed-off-by: David Zane <[email protected]> * Reviewer comments Signed-off-by: David Zane <[email protected]> * Clean up, mmap.extensions validation Signed-off-by: David Zane <[email protected]> * Deprecation flag, build all_ext list Signed-off-by: David Zane <[email protected]> * Make nioExtensions unmodifiable Signed-off-by: David Zane <[email protected]> --------- Signed-off-by: David Zane <[email protected]> (cherry picked from commit b58bec4) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Compatibility status:Checks if related components are compatible with change 2a3e020 Incompatible componentsIncompatible components: [https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/performance-analyzer.git] Skipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/performance-analyzer-rca.git] |
Codecov Report
@@ Coverage Diff @@
## 2.x #9377 +/- ##
============================================
+ Coverage 70.85% 70.88% +0.02%
- Complexity 57540 57587 +47
============================================
Files 4761 4761
Lines 271849 271883 +34
Branches 40087 40093 +6
============================================
+ Hits 192618 192723 +105
+ Misses 62692 62672 -20
+ Partials 16539 16488 -51
|
Gradle Check (Jenkins) Run Completed with:
|
|
Gradle Check (Jenkins) Run Completed with:
|
Backport b58bec4 from #8508.