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

StorageWriter can enter infinite loop if segment is deleted while flushing. #4743

Closed
andreipaduroiu opened this issue Apr 28, 2020 · 0 comments · Fixed by #4744
Closed

StorageWriter can enter infinite loop if segment is deleted while flushing. #4743

andreipaduroiu opened this issue Apr 28, 2020 · 0 comments · Fixed by #4744

Comments

@andreipaduroiu
Copy link
Member

Problem description
If a segment is deleted while flushing, the StorageWriter can enter in an infinite loop.

Problem location
SegmentAggregator.

Suggestions for an improvement
Abort the flush if the segment has been deleted.

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