NEventStore / NEventStore.Persistence.MongoDB

Mongo Persistence Engine for NEventStore
MIT License
22 stars 26 forks source link

Bring back from develop check for duplicate id in WT #48

Closed alkampfergit closed 8 years ago

alkampfergit commented 8 years ago

In wired tiger the message associated to duplicate id is different than MMapV1 so we need a double check to verify if an exception is due to a violation of _id index.

This problem was already closed on develop and is bring down to master.

This will also close pull request number 46, that also closes the very same problem but differently from develop.