Description
We identified the follow issues:
- constructor calls StateDirectory#directoryForTask() and wraps throw ProcessorStateException with LockException and rethrows -> we should not change the exception type here
- ProcessorStateManager#flush() loops through all stores and calls StateStore#flush(); it stops on first Exception -> we should keep looping and flush all remaining stores before rethrowing at the end
Attachments
Issue Links
- links to