SELECT COUNT(*) FROM logdb.tomcat_sessions; returnsReadTimeout: Error from server: code=1200 [Coordinator node timed out waiting for replica nodes' responses] message "Operation timed out - received only 0 responses." info=['consistency': 'ONE', 'required_responses': 1, 'received_resonses': 0}top command via ssh to the nodes show utilization of all cores at 99 and 100% consistently.stats.log file show consistent spikes well over what is supported by the nodes.
Aria Operations for Logs 8.18.x
This is caused by overloading the nodes with too many ingestion events, likely because of a misconfigured liagent.ini configured to send everything in the folder, which would likely include the logs that are getting rolled over or changed.
Work with the application teams to configure the log insight agent via the liagent.ini file to include only the desired logs.
To help confirm the Log Insight agent is the culprit, enable debugging and restart the agent; examine the top of the agent.log file to see if it is sending entries including log rolling patterns like "/log/location/example.log" and "/log/location/example.log.1"
This can also be used to help troubleshoot what modifications to liagent.ini will result in only the desired logs to be sent.