You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After successfully flushing sometimes ingesters fail to clear the head block like they should. The sequence of events is normally:
Fail to flush head block
Run out of disk space filling the next head block
OOM
Restart and replay WAL
Sometimes on restart the ingester replays the wal, flushes it and continues on its merry way. Sometimes the ingester enters a crash loop attempting to replay the WAL and requires manual intervention.
When Tempo is in this state we can see that the filesystem considers the file deleted:
Describe the bug
After successfully flushing sometimes ingesters fail to clear the head block like they should. The sequence of events is normally:
Sometimes on restart the ingester replays the wal, flushes it and continues on its merry way. Sometimes the ingester enters a crash loop attempting to replay the WAL and requires manual intervention.
When Tempo is in this state we can see that the filesystem considers the file deleted:
Likely there is a code path in the ingester that accidentally leaves a handle open to the head block.
The text was updated successfully, but these errors were encountered: