dengzhhu653 commented on code in PR #4416:
URL: https://github.com/apache/hive/pull/4416#discussion_r1247305579


##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/leader/HouseKeepingTasks.java:
##########
@@ -114,6 +114,9 @@ public void lossLeadership(LeaderElection election) throws 
Exception {
       metastoreTaskThreadPool.shutdown();
       metastoreTaskThreadPool = null;
     }
+
+    HiveMetaStore.LOG.info("Stopped the {} Housekeeping tasks",
+        runOnlyRemoteTasks ? "remote" : "always");

Review Comment:
   Good suggestion, added the log for what stopped



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