Patch Note for v7.3.0.46
Patch Information | |
---|---|
Release | v7.3.0.46 |
Date | 2023-02-16 |
Document Version | 1 |
Resolved Issues
-
AGT-50822 [CS1527052]: DB2 latencies spiked, requiring failover to DR site
The issue occurred because the code was using a lock to read a reference count. The solution was to replace the lock with system atomic operations, removing the need for obtaining the lock.