-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.4.2
-
Fix Version/s: 5.4.2-HF28, 5.5.0-HF14, 5.6.0-HF01, 5.7.1
-
Component/s: Core VCS
-
Tags:
In a cluster setting, the LockManager holds a JDBCMapper with an associated InvalidationsQueue, which queues all invalidations for the cluster. But the LockManager never flushes this queue (which it doesn't need as the mapper doesn't use the invalidations, the mapper is used purely for SQL generation).
This mapper shouldn't have a queue for invalidations at all.