Skip to content

Commit

Permalink
[CELEBORN-1267] Add config to control worker check in CelebornShuffle…
Browse files Browse the repository at this point in the history
…FallbackPolicyRunner
  • Loading branch information
kerwin-zk committed Feb 7, 2024
1 parent 4d176ec commit bcba8e0
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ class CelebornShuffleFallbackPolicyRunner(conf: CelebornConf) extends Logging {
* @return if celeborn cluster has available workers.
*/
def checkWorkersAvailable(lifecycleManager: LifecycleManager): Boolean = {
if (!conf.checkWorkerEnabled) {
return true
}

val resp = lifecycleManager.checkWorkersAvailable()
if (!resp.getAvailable) {
Expand Down

0 comments on commit bcba8e0

Please sign in to comment.