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

Make sure heap dump file survives the pod restart #242

Closed
Tristan1900 opened this issue Jul 30, 2019 · 0 comments · Fixed by #243
Closed

Make sure heap dump file survives the pod restart #242

Tristan1900 opened this issue Jul 30, 2019 · 0 comments · Fixed by #243

Comments

@Tristan1900
Copy link
Member

Description

We are experiencing OOM error in segmentstore. When that happens the heap dump file is generated and stored locally in that pod and the pod is restarted instantly, so we lost the heap dump file for debugging.

Importance

Should have

Location

Segmentstore and bookkeeper code

Suggestions for an improvement

Use an emptyDir to store the heap dump file and specify the corresponding heap dump directory to that emptyDir.

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