Read before start of stream error upon Recover #766
Replies: 4 comments
-
Can you run in debug mode for recovery, ideally with debug bits of FASTER, and post the call stack at the time of the recover exception? |
Beta Was this translation helpful? Give feedback.
-
If this doesn't help, if you could share the checkpoint and log files along with a sample program that reproduces the error when recovering from those files, we can take a look. |
Beta Was this translation helpful? Give feedback.
-
Thanks @badrishc . This is the trace log
Let me come back to you on the sample code as I made some changes to attempt to see if it fixes the problem, and the issue just resurfaced. Will get back next week. |
Beta Was this translation helpful? Give feedback.
-
Hi @badrishc , sample program here. |
Beta Was this translation helpful? Give feedback.
-
I'm storing the logs and checkpoints on Azure BLOB storage. In the initial run, everything works fine, but once it has run for about 24 hours non-stop with constant upserts, it'll crash with "Attempt to read before start of stream" error when
_h.Recover()
is executed.The app runs on a web app with scaling in place and all the instances call will load the same BLOB contanier. I'm not sure what is the cause of the error, so any guidance will be useful.
Beta Was this translation helpful? Give feedback.
All reactions