saihemanth-cloudera commented on code in PR #4416:
URL: https://github.com/apache/hive/pull/4416#discussion_r1247110534
##########
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:
Where did we define what set of tasks are always run and what set of tasks
runs remotely? I'm just curious to know if we have provided enough logging for
the user to understand what stopped and what runs.
--
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]