SteNicholas commented on code in PR #2084:
URL:
https://github.com/apache/incubator-celeborn/pull/2084#discussion_r1387732157
##########
client/src/main/java/org/apache/celeborn/client/ReviveManager.java:
##########
@@ -124,4 +125,8 @@ public void addRequest(ReviveRequest request) {
logger.error("Exception when put into requests!", e);
}
}
+
+ public void close() {
+ ThreadUtils.shutdown(batchReviveRequestScheduler, Duration.apply("800ms"));
Review Comment:
@pan3793, all the shutdown of executor service use the same timeout. cc
@RexXiong.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]