guangxuCheng commented on a change in pull request #825: HBASE-23293 [REPLICATION] make ship edits timeout configurable URL: https://github.com/apache/hbase/pull/825#discussion_r348464227
########## File path: hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java ########## @@ -950,6 +950,10 @@ public static final int REPLICATION_SOURCE_TOTAL_BUFFER_DFAULT = 256 * 1024 * 1024; + /** Configuration key for ReplicationSource shipeEdits timeout */ + public static final String REPLICATION_SOURCE_SHIPEDITS_TIMEOUT = + "replication.source.shipedits.timeout"; Review comment: Usually the configuration key is started with "hbase." ---------------------------------------------------------------- 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] With regards, Apache Git Services
