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

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


 discard 2f884ed  HBASE-22662 Move RSGroupInfoManager to hbase-server (#368)
 discard b4fa849  HBASE-22664 Move protobuf stuff in hbase-rsgroup to 
hbase-protocol-shaded (#362)
     add 1ad48c1  HBASE-22622 WALKey Extended Attributes (#352)
     add 00075ea  HBASE-22663 The HeapAllocationRatio in WebUI is not accurate 
because all of the heap allocation will happen in another separated allocator 
named HEAP (#365)
     new ecc6f47  HBASE-22664 Move protobuf stuff in hbase-rsgroup to 
hbase-protocol-shaded (#362)
     new 6c0e5c2  HBASE-22662 Move RSGroupInfoManager to hbase-server (#368)

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   (2f884ed)
            \
             N -- N -- N   refs/heads/HBASE-22514 (6c0e5c2)

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:
 .../apache/hadoop/hbase/io/ByteBuffAllocator.java  | 30 ++++++--
 .../hadoop/hbase/io/TestByteBuffAllocator.java     | 37 +++++++++-
 hbase-protocol-shaded/src/main/protobuf/WAL.proto  | 18 +++--
 hbase-protocol/src/main/protobuf/WAL.proto         |  6 +-
 .../tmpl/regionserver/ServerMetricsTmpl.jamon      |  2 +-
 .../MetricsRegionServerWrapperImpl.java            |  2 +-
 .../hadoop/hbase/regionserver/wal/WALUtil.java     | 24 +++---
 .../java/org/apache/hadoop/hbase/wal/WALKey.java   | 21 ++++++
 .../org/apache/hadoop/hbase/wal/WALKeyImpl.java    | 85 ++++++++++++++++++----
 .../regionserver/TestWALEntryStream.java           | 35 +++++++++
 10 files changed, 219 insertions(+), 41 deletions(-)

Reply via email to