You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by gx...@apache.org on 2019/11/26 11:06:06 UTC

[hbase] branch master updated (ea6cea8 -> 17468ef)

This is an automated email from the ASF dual-hosted git repository.

gxcheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git.


    from ea6cea8  HBASE-23312 HBase Thrift SPNEGO configs (HBASE-19852) should be backwards compatible
     add 17468ef  HBASE-23293 [REPLICATION] make ship edits timeout configurable (#825)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/hadoop/hbase/HConstants.java |  4 ++++
 .../hadoop/hbase/replication/ReplicationUtils.java    | 14 ++++++++++++++
 .../hadoop/hbase/client/AsyncRegionServerAdmin.java   |  8 +++++---
 .../hadoop/hbase/protobuf/ReplicationProtbufUtil.java |  6 +++---
 .../hadoop/hbase/replication/ReplicationEndpoint.java |  7 +++++++
 .../HBaseInterClusterReplicationEndpoint.java         | 19 ++++++++++---------
 .../regionserver/ReplicationSourceShipper.java        |  6 ++++++
 .../hbase/replication/SyncReplicationTestBase.java    |  6 ++++--
 .../hbase/replication/TestReplicationEndpoint.java    |  2 +-
 .../replication/regionserver/TestReplicator.java      |  8 ++++----
 .../regionserver/TestSerialReplicationEndpoint.java   |  2 +-
 11 files changed, 59 insertions(+), 23 deletions(-)