Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.15, 1.2.2
-
None
Description
Most queries on MongoDB are usually rather fast and the TreeLock acquired in MongoDocumentStore (to ensure cache consistency) is released rather quickly. However there may be cases when a query is more expensive and a TreeLock is held for a long time. This may block other threads from querying MongoDB and limit concurrency.
Attachments
Issue Links
- is related to
-
OAK-3567 Long running query holds TreeLock
- Closed