Open
Description
As explained in this dba.stackexchange.com answer, the IDENTITY
-based checkpointing mechanism used by the SqlPersistenceEngine
with MsSqlDialect
is not safe: commits could be skipped when using GetFrom
or CommitPollingClient
under high load. The probability of running into this scenario is probably very low, but it does exist.
See also NEventStore/NEventStore#425 for a discussion of possible solutions.
Metadata
Metadata
Assignees
Labels
No labels