aasha commented on a change in pull request #1593:
URL: https://github.com/apache/hive/pull/1593#discussion_r513266229



##########
File path: common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
##########
@@ -522,6 +522,9 @@ private static void populateLlapDaemonVarsSet(Set<String> 
llapDaemonVarsSetLocal
     REPLCMINTERVAL("hive.repl.cm.interval","3600s",
         new TimeValidator(TimeUnit.SECONDS),
         "Inteval for cmroot cleanup thread."),
+    REPL_EVENT_DB_LISTENER_TTL("hive.repl.event.db.listener.timetolive", 10, 
new TimeValidator(TimeUnit.DAYS),

Review comment:
       Set the hive.repl.cm.retain to 7 days in Metastore conf also




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

Reply via email to