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

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


 discard c01f9bb  HBASE-24388 Store the locations of meta regions in master 
local store (#1746)
     add 29c59c0  HBASE-24423 No need to get lock in canSplit because 
hasReferences will get lock too
     add e06e1db  HBASE-24416 RegionNormalizer spliting region should not be 
limited by hbase.normalizer.min.region.count (#1770)
     add 852150a  HBASE-24433 Add 2.2.5 to download page (#1780)
     add a9205f8  HBASE-24437 Flaky test, 
TestLocalRegionOnTwoFileSystems#testFlushAndCompact
     add e39fd6d  HBASE-24425 Run hbck_chore_run and catalogjanitor_run on draw 
of 'HBCK Report' page (#1771)
     add 476cb16  HBASE-24437 Addendum just start mini dfs cluster, and make 
the log roll more robust (#1787)
     new dad8656  HBASE-24388 Store the locations of meta regions in master 
local store (#1746)

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   (c01f9bb)
            \
             N -- N -- N   refs/heads/HBASE-11288.splittable-meta (dad8656)

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 1 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:
 .../normalizer/AbstractRegionNormalizer.java       | 10 +++++
 .../hbase/master/normalizer/MergeNormalizer.java   | 10 ++---
 .../master/normalizer/SimpleRegionNormalizer.java  | 25 ++++++------
 .../apache/hadoop/hbase/regionserver/HStore.java   | 15 +++----
 .../main/resources/hbase-webapps/master/hbck.jsp   | 33 +++++++++++++---
 .../normalizer/TestSimpleRegionNormalizer.java     | 43 ++++++++++++++++++++
 .../store/TestLocalRegionOnTwoFileSystems.java     | 46 ++++++++++++++++------
 src/site/xdoc/downloads.xml                        | 16 ++++----
 8 files changed, 145 insertions(+), 53 deletions(-)

Reply via email to