Open edeak opened 4 years ago
Do you have monitoring on Threads_running
on the hosts in question? The only thing that I can think of off the top of my head is a sudden jump of threads_running. You could add --critical-load-interval-millis
to have it try a second time to see if that helps.
I was running the following gh-ost command:
and around 90% progress I've got a fatal error of hitting the critical load. Maybe I'm overlooking something, but I'd expect gh-ost to apply throttling when number of threads hit the number configured with
--max-load
. Also, which threads are used for max-load and critical-load calculation?