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
Problem description
In current Simplified-LTS implementation attempt is made to delete garbage chunk immediately, however if this fails then warning is logged but that failure is not reattempted in future. This leaves garbage behind.
Problem location
ChunkManager
Suggestions for an improvement
Only mark chunks as deleted in metadata.
Record list of failed attempt to delete chunks in metadata.
Start a background thread, and periodically reattempt the chunk deletion on this background thread.
The text was updated successfully, but these errors were encountered:
Problem description
In current Simplified-LTS implementation attempt is made to delete garbage chunk immediately, however if this fails then warning is logged but that failure is not reattempted in future. This leaves garbage behind.
Problem location
ChunkManager
Suggestions for an improvement
The text was updated successfully, but these errors were encountered: