I’m running a fresh 8.1.7 install (in trial mode) on a debian VM with 2GB ram. With no project yet built. I only have MQTT Engine/Distributor and MySQL modules running and connected. Three times in the last week, my IT group reported to me that the VM CPU was pegged.
It was reported to me on the 3rd time, and when looking into it, it was definitely the Ignition service loading down the VM. The CPU was at 100% and all memory was used. I looked through the running threads and didn’t see anything that jumped out at me, so I just restarted the service and things went back to normal.
Looking back over log files for something to pin it on, I find the following:
- The MQTT Engine was (or became) disconnect from the Distributor
- ClockDiftDetector warning in the log files
- BasicExecutionEngine error - Task gateway performance monitor threw an uncaught exception.
I’m not sure any of that log info is relevant, but I’d like to get ahead of this before I start any development. It’s obviously a little disconcerting that this would happen before any project was built and/or running.
Is this a known issue in some way? If it happens again, what should I look for?