lightblue-platform/lightblue-mongo

Documents that are removed from update response because they didn't match after a concurrent update are still counted in matchCount

Closed this issue · 0 comments

Thus, you can have matchCount=N and get <N entities in the returned response. In particular, when matchCount=1 and there are 0 entities, this can be a critical error.

This is related to the refactoring which also caused: #384