Difference between revisions of "Kill Jobs Preparation"

From MidrangeWiki
Jump to: navigation, search
 
(JOBQ)
Line 4: Line 4:
  
 
== JOBQ ==
 
== JOBQ ==
 +
 +
For most sites, a runaway hog job is a rarety, so no one pays attention to what is going on with the JOBQ until we have several hours worth of work wating in line behind the hung job.  As soon as the runaway hog job is ended, the JOBQ will begin to process the traffic jam, but first we may wish to adjust the priorities of what is yet to run.
 +
 +
Typically when some job is hung, that came from the JOBQ, there are a mountain of other jobs waiting in line to run behind it.  Most are independent, but in some cases, the software expects this thing to run, then that thing, in a certain sequence, so before rearranging what is ro run in JOBQ a person needs to understand the application interrelationships, how long stuff typically takes to run, what is safe to run from alternate JOBQ, and your 400 capacity for multiple concurrent busy JOBQs active.
  
 
== JOBLOG ==
 
== JOBLOG ==
  
 
== Power Users Key Elements ==
 
== Power Users Key Elements ==

Revision as of 14:47, 31 May 2005

We can be in a situation with Degradation where we have identified a job that needs to be killed, but to do wo without some preparation, can cause other problems, the least of which we lack clues to help figure out how to prevent this from happening again.

What should we do to maximize productivity of this kind of problem solving?

JOBQ

For most sites, a runaway hog job is a rarety, so no one pays attention to what is going on with the JOBQ until we have several hours worth of work wating in line behind the hung job. As soon as the runaway hog job is ended, the JOBQ will begin to process the traffic jam, but first we may wish to adjust the priorities of what is yet to run.

Typically when some job is hung, that came from the JOBQ, there are a mountain of other jobs waiting in line to run behind it. Most are independent, but in some cases, the software expects this thing to run, then that thing, in a certain sequence, so before rearranging what is ro run in JOBQ a person needs to understand the application interrelationships, how long stuff typically takes to run, what is safe to run from alternate JOBQ, and your 400 capacity for multiple concurrent busy JOBQs active.

JOBLOG

Power Users Key Elements