Patch Note v7.4.0.143
Patch Information | |
---|---|
Release | v7.4.0.143 |
Date | 2023-02-12 |
Document Version | 1 |
Resolved Issues
-
AGT-48926 [CS1513007]: Agent unable to communicate with DSM after CTE 7.4 upgrade
The problem occurred in a DSM cluster when the Primary node was down. When
VMD
started for the first time after an upgrade, it did not find the Primary node and did not look at any of the other active nodes. The work-around for the original problem was to restartVMD
. The issue is now fixed. WhenVMD
starts, it checks to see if the DSM cluster is an active-active configuration. If it is, then it looks for the Secondary node if the Primary node is not found. -
AGT-50649 [CS1515978]: VMD lockup after invalid JWT response
CTE agent could not communicate with a CipherTrust Manager. The issue was that the response did not contain a valid REST packet with the required
jwt
entry causing an error path that did not release a mutex, resulting in a complete lockup of the VMD communication threads. This has been fixed.