Patch Note for v7.3.0.32
Patch Information | |
---|---|
Release | v7.3.0.32 |
Date | 2023-10-17 |
Document Version | 1 |
Resolved Issues
-
AGT-47314 [CS1490494]: Message: "1 of 3 servers are poor responders" resolved after client reboot
In intermittent cases, a status request was sent by the agent to CipherTrust Manager when CipherTrust Manager was not ready to receive it. In those cases, the CipherTrust Manager dropped the status request and the agent waited indefinitely for a response. The fix is to have the agent wait for two minutes and if there is no response, to retry the status request. This allows the agent to talk to the CipherTrust Managers and within 30 minutes it clears the "Poor responders" warning.
-
AGT-47420 [CS1495781] VMD: segfault errors, suspected after increasing core count on VM from 24 to 48
The problem was due to a race condition caused by multiple CipherTrust Managers, in a cluster, trying to simultaneously perform a status update. The solution was to create a per-thread copy of the status information and then process that copy. This prevents one thread from freeing the information from another thread.
-
AGT-48164 [CS1490675] Issues observed after routine OS patching | host settings binary missing |auth mismatch
When
RE_SIGN_HOST_SETTINGS
is set totrue
, in theagent.conf
file, VMD always sends a response to the DSM when it starts. In this case, the server list was null, which resulted in an uninitialized variable causing the segfault. The solution was to initialize the variable.