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

[Feature] support pod crash debug #40

Closed
intelligentfu opened this issue Sep 25, 2023 · 1 comment · Fixed by #41
Closed

[Feature] support pod crash debug #40

intelligentfu opened this issue Sep 25, 2023 · 1 comment · Fixed by #41

Comments

@intelligentfu
Copy link
Contributor

when a pod of doris crashes and does not restart successfully, we should exec the pod for manual debugging.
when a pod crashes, we can add an annotation selectdb.com.doris/runmode=debug, the next start of the pod should run in debug mode. The pod will re-enter running status in the next restart. when you have finished debugging the service, you can delete the pod or cancel the annotation, the pod will run in normal mode at the next start.

@intelligentfu
Copy link
Contributor Author

#42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant