Skip to content
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

[BUG]DiagnosticsReplicaStatusList improvement #39762

Open
xinlian12 opened this issue Apr 17, 2024 · 0 comments · May be fixed by #39844
Open

[BUG]DiagnosticsReplicaStatusList improvement #39762

xinlian12 opened this issue Apr 17, 2024 · 0 comments · May be fixed by #39844
Assignees
Labels
cosmos:v4-item Indicates this feature will be shipped as part of V4 release train Cosmos cosmos-java-ecosystem-dt-planning Considered for Dilithium semester planning

Comments

@xinlian12
Copy link
Member

Currently, the replica status list reflects the replica sets SDK CAN/CONSIDER for the operation (for example for write operation, only primary replica will be shown in the replica status list). This sometimes cause confusion as it does not include all replicas SDK observe.

Thinking about changing the replica status list into the following format:

"replicaStatusList": [
  "25475:Primary:Connected|Attempting",
  "nnnnn:Secondary:UnhealthyPending|NotAttempting"
],
@xinlian12 xinlian12 added Cosmos cosmos:v4-item Indicates this feature will be shipped as part of V4 release train cosmos-java-ecosystem-dt-planning Considered for Dilithium semester planning labels Apr 17, 2024
@github-actions github-actions bot added the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Apr 17, 2024
@xinlian12 xinlian12 removed the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Apr 18, 2024
@tvaron3 tvaron3 self-assigned this Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cosmos:v4-item Indicates this feature will be shipped as part of V4 release train Cosmos cosmos-java-ecosystem-dt-planning Considered for Dilithium semester planning
Projects
None yet
2 participants