pvary commented on code in PR #15312:
URL: https://github.com/apache/iceberg/pull/15312#discussion_r2895011199


##########
core/src/main/java/org/apache/iceberg/util/ThreadPools.java:
##########
@@ -42,8 +45,12 @@ private ThreadPools() {}
   public static final String WORKER_THREAD_POOL_SIZE_PROP =
       SystemConfigs.WORKER_THREAD_POOL_SIZE.propertyKey();
 
+  private static final Duration DEFAULT_SHUTDOWN_TIMEOUT = 
Duration.ofSeconds(120);

Review Comment:
   This is a new addition. Can you please help me understand why do we want an 
extra delay in shutdown when we have the possibility to handle the shutdown 
manually?



-- 
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]

Reply via email to