You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2021/12/29 16:14:04 UTC

[hbase] branch branch-2 updated (c6a2879 -> 9890ac9)

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

zhangduo pushed a change to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git.


    from c6a2879  HBASE-26564 Retire the method visitLogEntryBeforeWrite without RegionInfo in WALActionListner (#3985)
     add 9890ac9  HBASE-26623 Report CallDroppedException in exception metrics (#3980)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hadoop/hbase/metrics/ExceptionTrackingSource.java  | 2 ++
 .../apache/hadoop/hbase/metrics/ExceptionTrackingSourceImpl.java  | 8 ++++++++
 .../main/java/org/apache/hadoop/hbase/ipc/MetricsHBaseServer.java | 3 +++
 .../src/test/java/org/apache/hadoop/hbase/ipc/TestRpcMetrics.java | 5 ++++-
 .../main/java/org/apache/hadoop/hbase/thrift/ThriftMetrics.java   | 3 +++
 .../org/apache/hadoop/hbase/thrift/ErrorThrowingGetObserver.java  | 6 +++++-
 6 files changed, 25 insertions(+), 2 deletions(-)