PipelineFX Forum

Qube! => General => Topic started by: mdonovan on March 10, 2010, 05:58:03 PM

Title: Job Histogram Not Displaying Properly
Post by: mdonovan on March 10, 2010, 05:58:03 PM
We had a power problem that caused out farm to go down. Once we got that sorted, we were able to submit jobs again, but the Time Histogram chart does not look correct. It does show the completed frames with the correct time, but the in progress *(green) frames are showing up as 0(zero) while they are being rendered even though they take several minutes to render.

any thoughts ?
Title: Re: Job Histogram Not Displaying Properly
Post by: jburk on March 10, 2010, 06:51:29 PM
Is this even after you do a "refresh" in the UI?

You may also want to perform a repair on your mysql tables on the supervisor.

The relevant command is:

mysqlcheck --repair --all-databases

If you are running on Windows, you will have to add a "-P 3300" flag to the repair command.

If you are running any other OS, you will have to add a "-u root" flag to the repair command.