-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.6.0-HF08
-
Fix Version/s: 5.6.0-HF09, 5.7.1
-
Component/s: Core VCS
-
Tags:
Concurrent calls on updateReadACL are responsible of complex locking at the database level, some dialect implementation (SQL Server) generates dead lock.
If there is no gain on concurrency (because it is serialized anyway at the database level) it may be interesting to serialize the access of the updateReadACL at the java level so it removes possible dead locking.
- is required by
-
NXP-10640 Avoid issues on concurrent writes with SQL Server
- Resolved