You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by re...@apache.org on 2020/07/29 05:40:36 UTC

[hbase] branch ccsmap updated (527e4a6 -> b0d49ae)

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

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


    from 527e4a6  HBASE-24696 Include JVM information on Web UI under "Software Attributes"
     add b154f20  HBASE-24777 InfoServer support ipv6 host and port
     add dd4417a  HBASE-24757 : ReplicationSink should limit row count in batch mutation based on hbase.rpc.rows.warning.threshold (#2146)
     add b0d49ae  HBASE-24775 [hbtop] StoreFile size should be rounded off (#2144)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hbase/HConstants.java   | 10 +++++
 .../hadoop/hbase/hbtop/field/FieldValue.java       |  5 ++-
 .../org/apache/hadoop/hbase/http/InfoServer.java   |  7 +++-
 .../hadoop/hbase/regionserver/RSRpcServices.java   | 12 +-----
 .../replication/regionserver/Replication.java      |  2 +-
 .../replication/regionserver/ReplicationSink.java  | 34 +++++++++++----
 .../hbase/regionserver/TestMultiLogThreshold.java  |  5 ++-
 .../regionserver/TestReplicationSink.java          | 49 ++++++++++++++++++----
 8 files changed, 92 insertions(+), 32 deletions(-)