klcopp commented on a change in pull request #2068:
URL: https://github.com/apache/hive/pull/2068#discussion_r597512918
##########
File path:
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java
##########
@@ -1031,6 +1031,9 @@ public static ConfVars getMetaConf(String name) {
REPL_METRICS_MAX_AGE("metastore.repl.metrics.max.age",
"hive.metastore.repl.metrics.max.age", 7, TimeUnit.DAYS,
"Maximal age of a replication metrics entry before it is removed."),
+ REPL_TXN_TIMEOUT("metastore.repl.txn.timeout", "hive.repl.txn.timeout", 1,
TimeUnit.DAYS,
Review comment:
REPL_TXN_TIMEOUT is the time after
hive.repl.event.db.listener.timetolive after which replication transactions are
timed out. So the real timeout is (hive.repl.event.db.listener.timetolive +
REPL_TXN_TIMEOUT).
--
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]