-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Remove Reader Writer Split experimental feature flag #17880
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
Remove Reader Writer Split experimental feature flag #17880
Conversation
Signed-off-by: Vinay Krishna Pudyodu <[email protected]>
❌ Gradle check result for 202f30c: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Vinay Krishna Pudyodu <[email protected]>
Signed-off-by: Vinay Krishna Pudyodu <[email protected]>
❌ Gradle check result for 9e2b726: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 25cf1ff: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 25cf1ff: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Vinay Krishna Pudyodu <[email protected]>
test/framework/src/main/java/org/opensearch/test/ClusterServiceUtils.java
Outdated
Show resolved
Hide resolved
❌ Gradle check result for 4481794: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 4481794: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
This reverts commit 7aa103a. Signed-off-by: Vinay Krishna Pudyodu <[email protected]>
This reverts commit 4481794. Signed-off-by: Vinay Krishna Pudyodu <[email protected]>
Signed-off-by: Vinay Krishna Pudyodu <[email protected]>
Signed-off-by: Vinay Krishna Pudyodu <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17880 +/- ##
============================================
- Coverage 72.52% 72.47% -0.05%
+ Complexity 67031 67005 -26
============================================
Files 5470 5470
Lines 309707 309697 -10
Branches 45052 45045 -7
============================================
- Hits 224617 224459 -158
- Misses 66774 66917 +143
- Partials 18316 18321 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…ect#17880) * Remove Reader Writer Split experimental feature flag Signed-off-by: Vinay Krishna Pudyodu <[email protected]> * Fixed failing tests Signed-off-by: Vinay Krishna Pudyodu <[email protected]> * Fixed failing unit tests Signed-off-by: Vinay Krishna Pudyodu <[email protected]> * Added back setting updater in Search only Operation routing Signed-off-by: Vinay Krishna Pudyodu <[email protected]> * Fixed SpotlessApply Signed-off-by: Vinay Krishna Pudyodu <[email protected]> * Fixed the way roles added while creating node for testing Signed-off-by: Vinay Krishna Pudyodu <[email protected]> * Revert "Fixed failing unit tests" This reverts commit 7aa103a. Signed-off-by: Vinay Krishna Pudyodu <[email protected]> * Revert "Fixed the way roles added while creating node for testing" This reverts commit 4481794. Signed-off-by: Vinay Krishna Pudyodu <[email protected]> * Added SEARCH_ROLE to rolesToMap Signed-off-by: Vinay Krishna Pudyodu <[email protected]> --------- Signed-off-by: Vinay Krishna Pudyodu <[email protected]> Signed-off-by: Harsh Kothari <[email protected]>
…ect#17880) * Remove Reader Writer Split experimental feature flag Signed-off-by: Vinay Krishna Pudyodu <[email protected]> * Fixed failing tests Signed-off-by: Vinay Krishna Pudyodu <[email protected]> * Fixed failing unit tests Signed-off-by: Vinay Krishna Pudyodu <[email protected]> * Added back setting updater in Search only Operation routing Signed-off-by: Vinay Krishna Pudyodu <[email protected]> * Fixed SpotlessApply Signed-off-by: Vinay Krishna Pudyodu <[email protected]> * Fixed the way roles added while creating node for testing Signed-off-by: Vinay Krishna Pudyodu <[email protected]> * Revert "Fixed failing unit tests" This reverts commit 7aa103a. Signed-off-by: Vinay Krishna Pudyodu <[email protected]> * Revert "Fixed the way roles added while creating node for testing" This reverts commit 4481794. Signed-off-by: Vinay Krishna Pudyodu <[email protected]> * Added SEARCH_ROLE to rolesToMap Signed-off-by: Vinay Krishna Pudyodu <[email protected]> --------- Signed-off-by: Vinay Krishna Pudyodu <[email protected]> Signed-off-by: Harsh Kothari <[email protected]>
Description
Removed RW Split experimental feature flag
Related Issues
Related #15306
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.