-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 7.4
-
Component/s: Core MongoDB
Currently the locking done for DBS just changes a lock property on the document, which is not immediately saved which means that it's not immediately visible to other threads/clients.
We should implement a MongoDB-based LockManager in order to have atomic locking.
- is required by
-
NXP-15439 MongoDB fixes
- Resolved