forked from aws/aws-parallelcluster-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SGE: do not consider u(nknown) nodes as busy in jobwatcher
* Modify SGE_BUSY_STATES to not consider a node with u(nknown) state as busy in order to avoid overscaling issue when sge process is temporarily unresponsive when hitting bottleneck on network, etc in a large scale setting * nodewatcher should already take care of replacing a node if it is consistently in u state * Modified unit test to adapt to above changes Signed-off-by: Rex <shuningc@amazon.com>
- Loading branch information
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ | |
jobs=[], | ||
) | ||
}, | ||
1, | ||
0, | ||
), | ||
( | ||
{ | ||
|