-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Remove ClusterState reference in ConcreteIndices #20454
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
base: main
Are you sure you want to change the base?
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the
📝 WalkthroughWalkthroughThis refactoring makes the Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
❌ Gradle check result for 1ab5f71: 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? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this, looks good!
Can you add a changelog entry and run spotless - should get the CI to green.
Also, ensure your commits are signed-off correctly for DCO to pass: https://github.com/opensearch-project/OpenSearch/pull/20454/checks?check_run_id=61019418886
1ab5f71 to
43020d6
Compare
…object Signed-off-by: Gautham Hullikunte <[email protected]>
43020d6 to
b7ddfac
Compare
Signed-off-by: Gautham Hullikunte <[email protected]>
Signed-off-by: Gautham Hullikunte <[email protected]>
|
❌ Gradle check result for 3a1f530: 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? |
|
@sandeshkr419 np, I've updated the changelog, ran spotless and fixed the sign-off. The jenkins build still seems to be failing though, could you take a look to see what's going on. I don't think I have access to view the failure |
Description
removed references to cluster state from ConcreteIndices object
Related Issues
Partially Resolves 20085
How did I test my fix:
I started opensearch locally and I ran the following script:
Before my changes you can see that the ConcreteIndices object references clusterState:
After my changes you can see that the ConcreteIndices object no longer references clusterState:
I've verified that the unit tests still succeed as well:
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.