-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Duplicate
-
Affects Version/s: 5.8, 5.9.3
-
Fix Version/s: None
-
Component/s: Core VCS
-
Tags:
In a very rare situation described in NXP-11475, two threads try to execute updateReadAcls on the same document concurrently.
This issue is fixed but when deadlock is detected the blocked thread keeps logging, the following message indefinitely
[org.nuxeo.ecm.core.storage.sql.jdbc.JDBCMapper] Skipping updateReadAcls after 2s due to lock
which indicates that the blocked thread does not really terminate and keeps attempting to updateReadACL.