Based on the logs I notice we also get ABMicroLogixReadRequest warnings - could this be the issue? How do I go about troubleshooting? The two database issue are embarrasing but I don't think they are related.
Thanks, will try over the weekend. Here is something that may be interesting, gateway-shared-exec-engine taking 20% of CPU when the clock drifts occur?
Might be interesting, you would need to stack trace from that thread (click the "+" button to expand) to know any more. It will probably be tricky to get a snapshot of that thread exactly when the CPU usage is high and the clock drift is happening.
Are you on a 3 year old minor version by chance? I remember something similar occurring on our system a few years ago.
Our issue was caused by PLCs being powered off for maintenance, and Ignition appeared to be tying up threads waiting for the timeout. I believe it was fixed in version 8.1.15 though.
Here is a thread dump with one item using 17% during the time of clock drifts, but it is different than before. site-dev_thread_dump20250507-115452.json (531.9 KB)
Thanks, we ended up applying those gateway config changes.
12:07 5/28 - apply config change and restart service
... no clock drifts
00:24 5/29 - first clock drift
... a few clock drifts
5:51 5/29 - tons of clock drifts all hour
Attached is the gc.log file if you wouldn't mind taking a look? My team and I are now playing around with Visual VM but don't have much experience with it. gc.log (1.5 MB)
You do not have a GC problem. There's no pause greater than 200ms in the entire log.
Which means you have a workload problem. You will need to study regular thread dumps and extra thread dumps when the problems start. (This can be quite time consuming--you probably want IA support involved.)
In my experience, this is often caused by mishandling of long-lived asynchronous threads.
Have you followed all of the IA guidance on setting low latency mode and avoiding overcommitted resources? (VMware is poorly configured by default for latency-sensitive applications like Ignition.)