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

Exceptions during housekeeping causes storage to be stalled #285

Closed
hg-ms opened this issue Nov 30, 2021 · 0 comments · Fixed by #303
Closed

Exceptions during housekeeping causes storage to be stalled #285

hg-ms opened this issue Nov 30, 2021 · 0 comments · Fixed by #303
Assignees
Labels
bug Something isn't working
Milestone

Comments

@hg-ms
Copy link
Contributor

hg-ms commented Nov 30, 2021

In case of an exception during the housekeeping phase a storage with more then one channel gets stalled.

Analsysis:
If the housekeeping in one.microstream.storage.types.StorageChannel.Default.work() throws an excption the affected channel closes itself but the error is not propagated to the StorageSystem.
Therefore all unaffected StorageChannelThreads won’t be stopped. If they are in a waiting state like in one.microstream.storage.types.StorageChannelTask.Abstract.waitOnProcessing() they may never get woken up again.

@hg-ms hg-ms added the bug Something isn't working label Nov 30, 2021
@hg-ms hg-ms self-assigned this Nov 30, 2021
@fh-ms fh-ms added this to the 07.00.00 milestone Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants