If any of the following symptoms are seen, use the steps in the Resolution section to verify NTP sync status on all nodes in the Aria Operations for Logs cluster.
[HintsDispatcher:1] 2025-01-21T00:00:00,000 HintsDispatchExecutor.java:294 - Finished hinted handoff of file hintfile_uuid.hints to endpoint /##.##.##.##:7000: hintfile_uuid
2025-07-08 20:38:32.100+0000] ["main"/##.##.##.## INFO] [com.vmware.loginsight.daemon.LogInsightDaemon] [Exception during start cassandra database]
com.vmware.loginsight.daemon.LogInsightDaemon$StartupFailedException: Daemon startup failed: Failed to start Cassandra Server: StartupException(description:Unable to connect to Cassandra node at 0.0.0.0:9042: com.datastax.oss.driver.api.core.AllNodesFailedException: Could not reach any contact point, make sure you've provided valid addresses (showing first 1 nodes, use getAllErrors() for more): Node(endPoint=##.##.##.##:9042, hostId=null, hashCode=########): [com.datastax.oss.driver.api.core.DriverTimeoutException: [s78|control|id: 0x5bff502c, L:/##.##.##.##:54368 - R:/##.##.##.##:9042] Protocol initialization request, step 3 (AUTH_RESPONSE): timed out after 5000 ms]).
2025-07-08 20:39:48.590+0000] ["s0-admin-1"/##.##.##.## WARN] [com.datastax.oss.driver.internal.core.control.ControlConnection] [[s0] Error connecting to Node(endPoint=##.##.##.##:9042, hostId=null, hashCode=########), trying next node (AnnotatedConnectException: Connection refused: /##.##.##.##:9042)]
[2025-07-08 20:39:50.618+0000] ["main"/##.##.##.## INFO] [com.vmware.loginsight.cassandra.CassandraServerController] [No cassandra hosts available after 3721 ms wait]
[2025-07-08 20:39:48.342+0000] ["s0-admin-0"/##.##.##.## INFO] [com.datastax.oss.driver.internal.core.time.Clock] [Could not access native clock (see debug logs for details), falling back to Java system clock]
date
command on all cluster nodes, you can see a time difference between one or more cluster nodes of a few minutesVMware Aria Operations for Logs 8.x
The internal Cassandra database is sensitive to time drift between nodes in the cluster. Any drift over 2 seconds should be resolved to allow for database operations to succeed.
Verify that the appliance VMs can communicate and sync with the configured NTP servers
ntpq -p
systemctl stop ntpd
ntpdate ntp_server_ip_or_fqdn
systemctl start ntpd
To update the NTP settings, reference: Synchronize the Time on the VMware Aria Operations for Logs Virtual Appliance
In environments where NTP is unavailable or unreliable, use the ESXi hosts as the source of time for the appliance VMs. Verify the ESXi hosts all utilize the same time providers and are in sync with each other.
In environments where there is drift between multiple configured NTP servers, use the same single NTP provider for all appliance VMs in the cluster.