Hi,
I have a stream of events send to a queue for denormalization.
I am using NSB to handle the events and storing models in raven.
Every now and again, I have a ConcurrencyException, which is fine, since NSB will retry the message.
However, raven is unable to rollback correctly leading to the bellow exception.
Regardless if the store was raven server or embedded, the issue still occurs.
Any pointers please..
Raven Client & Embedded 1.2.2149-Unstable
Thanks
2012-11-19 22:46:17,317 [35] ERROR Raven.Client.Document.RavenClientEnlistment [
(null)] <(null)> - Could not rollback distributed transaction
System.IO.IsolatedStorage.IsolatedStorageException: Unable to delete file.
at System.IO.IsolatedStorage.IsolatedStorageFile.DeleteFile(String file)
at Raven.Client.Document.RavenClientEnlistment.Rollback(Enlistment enlistment
) in c:\Builds\RavenDB-Unstable-v1.2\Raven.Client.Lightweight\Document\RavenClie
ntEnlistment.cs:line 107