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
It seems like the persistence layer should never be submitting WriteMessages to the journal when there is no batch for it to submit. Most of the cases are already checking for non empty batch, but in the case of restart of the actor, it will submit an empty batch. This can cause failures later on when the Vector is referenced, which can potentially trigger the circuit breaker to trip incorrectly.