aasha commented on a change in pull request #1593:
URL: https://github.com/apache/hive/pull/1593#discussion_r510201843
##########
File path:
hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/listener/DbNotificationListener.java
##########
@@ -161,6 +163,13 @@ private static synchronized void init(Configuration conf)
throws MetaException {
}
}
+ @VisibleForTesting
+ public static synchronized void resetCleaner(HiveConf conf) throws Exception{
+ cleaner.stopRun();
Review comment:
Do this only if test mode flag is present.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]