ConeyLiu commented on code in PR #7933:
URL: https://github.com/apache/iceberg/pull/7933#discussion_r1254351771
##########
core/src/main/java/org/apache/iceberg/actions/BaseCommitService.java:
##########
@@ -154,7 +171,7 @@ public void close() {
// the commit pool to finish doing its commits to Iceberg State. In the
case of partial
// progress this should have been occurring simultaneously with
rewrites, if not there should
// be only a single commit operation.
- if (!committerService.awaitTermination(120, TimeUnit.MINUTES)) {
+ if (!committerService.awaitTermination(timeoutInMS,
TimeUnit.MILLISECONDS)) {
Review Comment:
Updated the warning.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]