Opened 16 years ago
Last modified 10 years ago
#223 new defect
IZ1437: Fixed-values as suspend threshholds do not work
Reported by: | templedf | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | sge | Version: | 6.0u3 |
Severity: | Keywords: | scheduling | |
Cc: |
Description
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=1437]
Issue #: 1437 Platform: All Reporter: templedf (templedf) Component: gridengine OS: All Subcomponent: scheduling Version: 6.0u3 CC: None defined Status: NEW Priority: P4 Resolution: Issue type: DEFECT Target milestone: --- Assigned to: andreas (andreas) QA Contact: andreas URL: * Summary: Fixed-values as suspend threshholds do not work Status whiteboard: Attachments: Issue 1437 blocks: Votes for issue 1437: Opened: Wed Jan 26 03:37:00 -0700 2005 ------------------------ If I add a new consumable of type BOOL or RESTRING and then create a suspend threshhold based on that consumable, no matter what value I assign the suspend threshhold, qstat reports that the queue is in alarm (A) start because the consumable value isn't right, for example: % qconf -sc ... debug debug BOOL == YES NO FALSE 0 ... % qconf -se demo114 ... complex_values control=TRUE,debug=FALSE ... % qconf -sq all.q ... suspend_thresholds debug=TRUE ... % qstat -explain A ... alarm hf:debug=FALSE suspend-threshold=TRUE ... % qconf -sq all.q ... suspend_thresholds debug=FALSE ... % qstat -explain A ... alarm hf:debug=FALSE suspend-threshold=FALSE Same goes for strings. I haven't tested this with earlier versions yet, but I suspect it goes back to 5.3 since this is likely functionality that no one ever uses. Except me. Why me? ------- Additional comments from templedf Wed Jan 26 03:41:38 -0700 2005 ------- I just repeated the above test for a consumable of type DOUBLE and got the same result. This means that fixed values cannot be used as suspend threshholds at all. ------- Additional comments from templedf Wed Jan 26 04:13:33 -0700 2005 ------- Oops. Replace the word "consumable" with "load value" in all of the above descriptions. ------- Additional comments from sgrell Tue Dec 6 03:43:49 -0700 2005 ------- Changed subcomponent. Stephan
Note: See
TracTickets for help on using
tickets.