You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/11/20 12:59:31 UTC

[GitHub] [hbase] guangxuCheng commented on a change in pull request #825: HBASE-23293 [REPLICATION] make ship edits timeout configurable

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:
users@infra.apache.org


With regards,
Apache Git Services