Hi!
We, let’s say once a day, have the phenomenon the we see the following error in our logfiles:
Error reading snapshot. Reconstructing aggregate from entire event stream. Caused by: javax.persistence.PersistenceException org.hibernate.exception.GenericJDBCException: could not extract ResultSet
Since our aggregate is constructed out of hundreds and thousands of events, simply reconstructing takes quite a long
time. I have the feeling that the error has something to do with database rollbacks and
therefore simply retrying should bring the snapshot up again.
So my question: Is there a way of retrying instead of completely rebuilding a snapshot?