StevenBlair123
StevenBlair123
@rastrup - could you give me the sample code you used for connecting? I could try it on one of my evenstore databases and see if the same thing happens?...
@rastrup - I have created a test harness, which you cna find here: https://github.com/StevenBlair123/evenstore_examples I tried running 100 catchup subscriptions, included various timeouts. CPU usage was maxed out and I...
@rastrup - yeah if you could my harness against your database. I am keen to see if the same problem occurs (it might make it easier to diagnose) If you...
Any specific errors (server / client) I wonder if the next route could be to enhance the harness to write lots of events while it's running. What do you think?
@rastrup - I added a concurrent writer into the harness. Could you try this? Obviously not against any production database, unless you want to truncate the test events. I have...
How big is your database when it get's into this faulted state? Is it something that could be shared?
@rastrup I feel like I can replicate your problem now (I have the database running from source) My gut feeling is, the code in the catch block and CancellationToken are...
@rastrup - I am at a dead end with this now. I cannot work out why the subscription dropped is not reaching the client. From my limited understanding of the...
Happened again, but noticed if I hit Replay Parked Message, it seems to wake up and start processing again. Not sure if that helps. We going to look at writing...
@ylorph - there were parked messages on all occassions (it's happened a few more times)