one of my nodes is grabbing 100% (1 cpu) all the time:
No filewalkers, trashwalkers or anything is running.
Disk has iowait of ~20% - so no pressure here.
Up/Download is the same as my other nodes - so also nothing special.
How to debug this? I have the debug server enabled - but how to search for the problem?
every 10 second a thread is started with “millions” of pread64s and at the end a pwrite64 to the sqlite database. Then the thread is killed. This loops forever.