-
Notifications
You must be signed in to change notification settings - Fork 77
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
[bugfix] Correction of a bug that returned NotFound as success 0 when balancedUpdate is disabled and all ReplicaAgents returned AlreadyExists (already have the exact same Index). #2011
Conversation
[CHATOPS:HELP] ChatOps commands.
|
… balancedUpdate is disabled and all ReplicaAgents are AlreadyExists (already have the exact same Index). Signed-off-by: kpango <[email protected]>
2f322b9
to
01117f2
Compare
Deploying with Cloudflare Pages
|
[FOSSA] The scan result will be available at https://app.fossa.com/projects/custom%2B21465%2Fvald/refs/branch/bugfix%2Flb%2Fdisable-balanced-update-error-handling/ca3be6d5b901164b58d55f45d74561c8739d2395 |
Profile Report
|
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #2011 +/- ##
==========================================
- Coverage 29.48% 29.42% -0.06%
==========================================
Files 366 366
Lines 34559 34625 +66
==========================================
+ Hits 10188 10189 +1
- Misses 23943 24010 +67
+ Partials 428 426 -2
... and 2 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
Description:
Correction of a bug that returned NotFound as success 0 when balancedUpdate is disabled and all ReplicaAgents returned AlreadyExists (already have the exact same Index).
Changes:
API starus befor and after:
Before
After
Related Issue:
Versions:
Checklist:
Special notes for your reviewer: