You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/08/01 16:18:00 UTC

[jira] [Commented] (HUDI-2248) Unable to shutdown local metastore client

    [ https://issues.apache.org/jira/browse/HUDI-2248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17391194#comment-17391194 ] 

ASF GitHub Bot commented on HUDI-2248:
--------------------------------------

jsbali commented on a change in pull request #3364:
URL: https://github.com/apache/hudi/pull/3364#discussion_r680533347



##########
File path: hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/HoodieHiveClient.java
##########
@@ -295,7 +295,7 @@ public void close() {
     try {
       ddlExecutor.close();
       if (client != null) {
-        client.close();
+        Hive.closeCurrent();
         client = null;

Review comment:
       Sure @yanghua will take a look and fix those as well




-- 
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: commits-unsubscribe@hudi.apache.org

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


> Unable to shutdown local metastore client
> -----------------------------------------
>
>                 Key: HUDI-2248
>                 URL: https://issues.apache.org/jira/browse/HUDI-2248
>             Project: Apache Hudi
>          Issue Type: New Feature
>            Reporter: Jagmeet Bali
>            Priority: Minor
>              Labels: pull-request-available
>
> https://github.com/apache/hudi/issues/3187



--
This message was sent by Atlassian Jira
(v8.3.4#803005)