Skip to content

Commit

Permalink
YARN-11609. [Addendum] [Federation] Router Supports DeregisterSubClus…
Browse files Browse the repository at this point in the history
…ter.
  • Loading branch information
wangyuanben committed Nov 4, 2023
1 parent d6bb47e commit 367ca6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public void init(String userName) {

this.heartbeatExpirationMillis = this.conf.getTimeDuration(
YarnConfiguration.ROUTER_SUBCLUSTER_EXPIRATION_TIME,
YarnConfiguration.DEFAULT_ROUTER_SUBCLUSTER_EXPIRATION_TIME, TimeUnit.MINUTES);
YarnConfiguration.DEFAULT_ROUTER_SUBCLUSTER_EXPIRATION_TIME, TimeUnit.MILLISECONDS);
}

@VisibleForTesting
Expand Down

0 comments on commit 367ca6c

Please sign in to comment.