This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a change to branch HBASE-29914
in repository https://gitbox.apache.org/repos/asf/hbase.git
discard 2e3e6ebd474 skip other stages
discard 43c80aef12b HBASE-29914 Client integration tests fails with 'mvn not
found'
add 6913bf37803 HBASE-28985 Fix memStoreSize metric for a table and add
heap and off-heap size metrics (#6486)
add 1c8860e26ad HBASE-29916 Correct alter_async help text examples (#7784)
add 50032d6a2ed HBASE-29871 During WAL write times out add DataNode
address in the exception message (#7751)
new f9246cfc04d HBASE-29914 Client integration tests fails with 'mvn not
found'
new 2484428dbc6 skip other stages
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (2e3e6ebd474)
\
N -- N -- N refs/heads/HBASE-29914 (2484428dbc6)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../{blanks-eol-ignore.txt => patch-hadoop3.sh} | 14 +++++------
.../io/asyncfs/FanOutOneBlockAsyncDFSOutput.java | 4 ++--
.../FanOutOneBlockAsyncDFSOutputHelper.java | 8 ++++---
.../FanOutOneBlockAsyncDFSOutputSaslHelper.java | 3 ++-
.../hbase/regionserver/MetricsRegionWrapper.java | 10 ++++++++
.../regionserver/MetricsTableWrapperAggregate.java | 10 ++++++++
.../regionserver/MetricsRegionSourceImpl.java | 8 +++++++
.../hbase/regionserver/MetricsTableSourceImpl.java | 8 +++++++
.../regionserver/MetricsTableWrapperStub.java | 10 ++++++++
.../regionserver/TestMetricsRegionSourceImpl.java | 10 ++++++++
.../regionserver/MetricsRegionWrapperImpl.java | 21 +++++++++++++++-
.../MetricsTableWrapperAggregateImpl.java | 28 ++++++++++++++++++++--
.../regionserver/MetricsRegionWrapperStub.java | 10 ++++++++
.../hbase/regionserver/TestMetricsRegion.java | 6 +++++
.../regionserver/TestMetricsTableAggregate.java | 2 ++
.../src/main/ruby/shell/commands/alter_async.rb | 4 ++--
16 files changed, 138 insertions(+), 18 deletions(-)
copy dev-support/{blanks-eol-ignore.txt => patch-hadoop3.sh} (57%)
mode change 100644 => 100755