You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/07/06 15:02:23 UTC

[GitHub] [iceberg] RussellSpitzer commented on a change in pull request #2785: Fix the problem that the metastore-client is not closed

RussellSpitzer commented on a change in pull request #2785:
URL: https://github.com/apache/iceberg/pull/2785#discussion_r664638358



##########
File path: baseline.gradle
##########
@@ -79,6 +79,7 @@ subprojects {
           '-Xep:StrictUnusedVariable:OFF',
           '-Xep:TypeParameterShadowing:OFF',
           '-Xep:TypeParameterUnusedInFormals:OFF',
+          '-Xep:ShutdownHook:OFF',

Review comment:
       Does this disable JVM Shutdown Hooks? I am a little confused that we are disabling this when we add a shutdown hook?




-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org