Processing stops with this error, re-trying connection or re-starting from next event number gives same error.
“EventStore.ClientAPI.Exceptions.RetriesLimitReachedException: Item Operation ReadStreamEventsForwardOperation (91e1e992-4cbb-4dc3-b594-042ac239faeb): Stream: allNonSystemEvents, FromEventNumber: 39500, MaxCount: 500, ResolveLinkTos: True, RequireMaster: True, retry count: 10, created: 10:11:14.637, last updated: 10:12:10.948 reached retries limit : 10\r\n at EventStore.ClientAPI.Internal.EventStoreNodeConnection.ReadStreamEventsForwardAsync(String stream, Int64 start, Int32 count, Boolean resolveLinkTos, UserCredentials userCredentials)\r\n at EventStore.ClientAPI.EventStoreStreamCatchUpSubscription.ReadEventsInternalAsync(IEventStoreConnection connection, Boolean resolveLinkTos, UserCredentials userCredentials, Nullable`1 lastEventNumber)\r\n at EventStore.ClientAPI.EventStoreCatchUpSubscription.LoadHistoricalEventsAsync()”
There is nothing special about this event, and there are many more after this event.
Any help would be appreciated.