-
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
Refactoring default and best_compression codec to their algorithm name #8745
Refactoring default and best_compression codec to their algorithm name #8745
Conversation
Gradle Check (Jenkins) Run Completed with:
|
72f6bf0
to
dd094a0
Compare
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #8745 +/- ##
============================================
- Coverage 71.16% 71.13% -0.04%
- Complexity 57274 57275 +1
============================================
Files 4759 4759
Lines 269881 269904 +23
Branches 39488 39492 +4
============================================
- Hits 192067 191998 -69
- Misses 61616 61740 +124
+ Partials 16198 16166 -32
|
We would need to create issues for documentation and OSB changes |
@sarthakaggarwal97 With this change, how will the upgrades work for clusters with existing indices? Won't we need to support the existing enum values? |
@mgodwan yes thanks for pointing out, it would be breaking for the cluster upgrade. Will re-add the support for the old enums. |
Gradle Check (Jenkins) Run Completed with:
|
Agree with @mgodwan, we still need the support for "best_compression" and "default". A good follow up to this PR would be to make these changes in the documentation.
|
server/src/main/java/org/opensearch/index/codec/CodecService.java
Outdated
Show resolved
Hide resolved
f7b3ba3
to
56d5686
Compare
Gradle Check (Jenkins) Run Completed with:
|
56d5686
to
a31fc0f
Compare
Gradle Check (Jenkins) Run Completed with:
|
a31fc0f
to
e8703c5
Compare
Gradle Check (Jenkins) Run Completed with:
|
e8703c5
to
53383ea
Compare
Gradle Check (Jenkins) Run Completed with:
|
53383ea
to
94566f3
Compare
Gradle Check (Jenkins) Run Completed with:
|
94566f3
to
d94d2f1
Compare
Gradle Check (Jenkins) Run Completed with:
|
d94d2f1
to
5a5c4f5
Compare
Gradle Check (Jenkins) Run Completed with:
|
5a5c4f5
to
7bc4193
Compare
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Sarthak Aggarwal <[email protected]>
Signed-off-by: Sarthak Aggarwal <[email protected]>
Signed-off-by: Sarthak Aggarwal <[email protected]>
…ithm names Signed-off-by: Sarthak Aggarwal <[email protected]>
Signed-off-by: Sarthak Aggarwal <[email protected]>
7bc4193
to
98377e7
Compare
Gradle Check (Jenkins) Run Completed with:
|
Description
The aim of this PR is to refactor the default and best_compression codecs to their respective algorithm names.
Related Issues
Resolves #8695
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.