pvary commented on code in PR #3365:
URL: https://github.com/apache/hive/pull/3365#discussion_r907124765
##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -5615,7 +5615,12 @@ public static enum ConfVars {
HIVE_ADDITIONAL_CONFIG_FILES("hive.additional.config.files", "",
"The names of additional config files, such as ldap-site.xml," +
- "tez-site.xml, etc in comma separated list.");
+ "tez-site.xml, etc in comma separated list."),
+
+ REPL_FILTER_TRANSACTIONS("hive.repl.filter.transactions", false,
+ "Enable transaction event filtering to save dump space.\n" +
+ "When true, transactions are implicitly opened during REPL
DUMP.\n" +
Review Comment:
Not sure about the `RESTORE` - we need to use the same names as we use other
filters.
```
"Enable transaction event filtering to save dump space.\n" +
"When true, OPEN TXN events do not get dumped on the source server, "
+
"and transactions on the target server are implicitly opened during
REPL RESTORE.\n" +
"The default setting is false");
```
We want this config to be around the other `REPL` related configs, not at
the end of the list.
--
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]