Author Topic: Job Histogram Not Displaying Properly  (Read 3876 times)

mdonovan

  • Full Member
  • ***
  • Posts: 19
Job Histogram Not Displaying Properly
« 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 ?

jburk

  • Administrator
  • *****
  • Posts: 493
Re: Job Histogram Not Displaying Properly
« Reply #1 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.