Patch Note for v7.3.0.181
Patch Information | |
---|---|
Release | v7.3.0.181 |
Date | 2023-07-18 |
Document Version | 2 |
New Platform Support
The following kernels are supported starting with CTE 7.3.0.181:
RHEL
- RHEL 9.0/9.1
Resolved Issues
-
AGT-43385: [CS1447214]: Failed to upgrade agent in scheduled upgrade
The scheduled upgrade feature intermittently shutdown, which caused the scheduled upgrade to fail. This was caused by issues with the SecFS upgrade service. CTE now uses the SecFS initialize service for the upgrade.
-
AGT-44909 [CS1463483]: Performance degradation suspected due to
fseek
function call during segmented downloadsThe reads for the offsets that started after the end of the file may result in a long delay, of multiple seconds, before returning a result for ending the offset that is being reduced at the end-of-file. These reads could not return data. Now, CTE returns data quickly. Note that this does not affect the starting offset.
-
AGT-45190 [CS1467811]: Error installing CTE agent on RHEL 7.9
The issue occurred because the
awk
command's character set for field separators was altered. The solution was to place quotes around theawk
command field separator character set to ensure that it is not altered. -
AGT-45258 | AGT-45411: [CS1471992 | CS1471259] Server/Agent stops responding after upgrading to CTE; reboot resolves the issue
The problem occurred due to a deadlock condition which occurred when there was a query for user information. The solution was to change any code that could acquire two locks simultaneously to only acquire locks in succession. This ensures that the deadlock will not occur again.