-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 - Configurable merge policy and option to choose between LogByteSize and Tiered MergePolicy (#9992) #10312
Backport - Configurable merge policy and option to choose between LogByteSize and Tiered MergePolicy (#9992) #10312
Conversation
Gradle Check (Jenkins) Run Completed with:
|
Compatibility status:Checks if related components are compatible with change ae503b8 Incompatible componentsSkipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/neural-search.git] |
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## 2.x #10312 +/- ##
============================================
- Coverage 70.92% 70.80% -0.13%
+ Complexity 58394 58361 -33
============================================
Files 4816 4817 +1
Lines 275745 275855 +110
Branches 40531 40540 +9
============================================
- Hits 195572 195314 -258
- Misses 63436 63874 +438
+ Partials 16737 16667 -70
|
8514e37
to
b259f8f
Compare
…roject#9992) * Configurable merge policy for index * additional setting to configure merge policy for timestamp based index * introduction of logbytesize merge policy as an option Signed-off-by: Rishabh Maurya <[email protected]> * remove the trace log not required anymore Signed-off-by: Rishabh Maurya <[email protected]> * Refactor the merge policy extraction logic Signed-off-by: Rishabh Maurya <[email protected]> * Rename constant DEFAULT to DEFAULT_POLICY Signed-off-by: Rishabh Maurya <[email protected]> * Simplify merge policy extraction and selection logic Signed-off-by: Rishabh Maurya <[email protected]> * missing javadoc error Signed-off-by: Rishabh Maurya <[email protected]> * Renaming log byte size policy setting with mb Signed-off-by: Rishabh Maurya <[email protected]> * Move validation exception to enum from setting defn Signed-off-by: Rishabh Maurya <[email protected]> * rename time_index to time_series_index Signed-off-by: Rishabh Maurya <[email protected]> --------- Signed-off-by: Rishabh Maurya <[email protected]> (cherry picked from commit fa66beb)
b259f8f
to
ae503b8
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Backport #9992 to 2.x
Description
[Describe what this change achieves]
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
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.