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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: