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

Operation status metric is incorrect for the prepare queue #5001

Open
daniel-savu opened this issue Dec 13, 2024 · 0 comments · May be fixed by #5002
Open

Operation status metric is incorrect for the prepare queue #5001

daniel-savu opened this issue Dec 13, 2024 · 0 comments · May be fixed by #5002

Comments

@daniel-savu
Copy link
Contributor

daniel-savu commented Dec 13, 2024

operation_status labels are incorrect in the prepare queue. For instance, check:

  • this visualization of the prepare queue. Some messages have a status of ReadyToSubmit
  • the source code, based on which a message can only have a ReadyToSubmit when pushed to the submit queue. queue.push(op, None) does result in an operation being pushed to a queue without having its status changed, but whenever an operation fails at the submit step, it's send back to the prepare queue with a Retry status (source)
  • the logs for one of the messages in the queue at the time, which confirm that when popped it only had status ReadyToSubmit when in the submit queue, and Retry(ErrorSubmitting) otherwise: https://cloudlogging.app.goo.gl/5AnNqYQaPhyanWu56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

1 participant