stackabletech / issues

This repository is only for issues that concern multiple repositories or don't fit into any specific repository
2 stars 0 forks source link

Enable collecting heapdumps / crashlogs in a persistent way #599

Open lfrancke opened 4 months ago

lfrancke commented 4 months ago

Currently, crash logs/heap dumps will be written to local storage and are lost when a Pod/Container dies. We could expose an option to dump them on a mount somewhere more permanent.

This might not even be 100% necessary as soon as we have https://github.com/stackabletech/issues/issues/584. And technically it is already mostly possible using config overrides so this would be a convenience feature.