Skip to content

Commit

Permalink
YARN-11609. [Addendum] [Federation] Router Supports DeregisterSubClus…
Browse files Browse the repository at this point in the history
…ter. (#6254) YuanBen Wang.

Reviewed-by: Shilun Fan <[email protected]>
Signed-off-by: Shilun Fan <[email protected]>
  • Loading branch information
YuanbenWang authored Nov 4, 2023
1 parent 0a867b9 commit a79cd11
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 a79cd11

Please sign in to comment.