Remove Reader Writer Split experimental feature flag#17880
Remove Reader Writer Split experimental feature flag#17880mch2 merged 13 commits intoopensearch-project:mainfrom
Conversation
Signed-off-by: Vinay Krishna Pudyodu <vinkrish.neo@gmail.com>
|
❌ 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 <vinkrish.neo@gmail.com>
Signed-off-by: Vinay Krishna Pudyodu <vinkrish.neo@gmail.com>
|
❌ 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? |
Signed-off-by: Vinay Krishna Pudyodu <vinkrish.neo@gmail.com>
|
❌ 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 <vinkrish.neo@gmail.com>
This reverts commit 4481794. Signed-off-by: Vinay Krishna Pudyodu <vinkrish.neo@gmail.com>
Signed-off-by: Vinay Krishna Pudyodu <vinkrish.neo@gmail.com>
Signed-off-by: Vinay Krishna Pudyodu <vinkrish.neo@gmail.com>
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 <vinkrish.neo@gmail.com> * Fixed failing tests Signed-off-by: Vinay Krishna Pudyodu <vinkrish.neo@gmail.com> * Fixed failing unit tests Signed-off-by: Vinay Krishna Pudyodu <vinkrish.neo@gmail.com> * Added back setting updater in Search only Operation routing Signed-off-by: Vinay Krishna Pudyodu <vinkrish.neo@gmail.com> * Fixed SpotlessApply Signed-off-by: Vinay Krishna Pudyodu <vinkrish.neo@gmail.com> * Fixed the way roles added while creating node for testing Signed-off-by: Vinay Krishna Pudyodu <vinkrish.neo@gmail.com> * Revert "Fixed failing unit tests" This reverts commit 7aa103a. Signed-off-by: Vinay Krishna Pudyodu <vinkrish.neo@gmail.com> * Revert "Fixed the way roles added while creating node for testing" This reverts commit 4481794. Signed-off-by: Vinay Krishna Pudyodu <vinkrish.neo@gmail.com> * Added SEARCH_ROLE to rolesToMap Signed-off-by: Vinay Krishna Pudyodu <vinkrish.neo@gmail.com> --------- Signed-off-by: Vinay Krishna Pudyodu <vinkrish.neo@gmail.com> Signed-off-by: Harsh Kothari <techarsh@amazon.com>
…ect#17880) * Remove Reader Writer Split experimental feature flag Signed-off-by: Vinay Krishna Pudyodu <vinkrish.neo@gmail.com> * Fixed failing tests Signed-off-by: Vinay Krishna Pudyodu <vinkrish.neo@gmail.com> * Fixed failing unit tests Signed-off-by: Vinay Krishna Pudyodu <vinkrish.neo@gmail.com> * Added back setting updater in Search only Operation routing Signed-off-by: Vinay Krishna Pudyodu <vinkrish.neo@gmail.com> * Fixed SpotlessApply Signed-off-by: Vinay Krishna Pudyodu <vinkrish.neo@gmail.com> * Fixed the way roles added while creating node for testing Signed-off-by: Vinay Krishna Pudyodu <vinkrish.neo@gmail.com> * Revert "Fixed failing unit tests" This reverts commit 7aa103a. Signed-off-by: Vinay Krishna Pudyodu <vinkrish.neo@gmail.com> * Revert "Fixed the way roles added while creating node for testing" This reverts commit 4481794. Signed-off-by: Vinay Krishna Pudyodu <vinkrish.neo@gmail.com> * Added SEARCH_ROLE to rolesToMap Signed-off-by: Vinay Krishna Pudyodu <vinkrish.neo@gmail.com> --------- Signed-off-by: Vinay Krishna Pudyodu <vinkrish.neo@gmail.com> Signed-off-by: Harsh Kothari <techarsh@amazon.com>
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.