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.


    omit dad8656  HBASE-24388 Store the locations of meta regions in master 
local store (#1746)
     add aacb69d  HBASE-24371 Add more details when print 
CompactionConfiguration info (#1711)
     add f520c9d  HBASE-24434 Fix building cpp-example DemoClient (#1775)
     add 48e9835  HBASE-24428 : Update compaction priority for recently split 
daughter regions (#1784)
     add 79d5649  HBASE-22700 (addendum): Clarify ZK session timeout doc (#1748)
     add f06248e  HBASE-24443 Refactor TestCustomSaslAuthenticationProvider 
(#1790)
     new 21504fd  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   (dad8656)
            \
             N -- N -- N   refs/heads/HBASE-11288.splittable-meta (21504fd)

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:
 hbase-examples/README.txt                          |   7 +-
 hbase-examples/src/main/cpp/DemoClient.cpp         |  15 +-
 hbase-examples/src/main/cpp/gen-cpp/Hbase.cpp      |   6 +-
 hbase-examples/src/main/cpp/gen-cpp/Hbase.h        |  32 +--
 .../src/main/cpp/gen-cpp/Hbase_server.skeleton.cpp |  12 +-
 .../apache/hadoop/hbase/regionserver/HStore.java   |  23 +-
 .../hbase/regionserver/StoreConfigInformation.java |   5 +
 .../hadoop/hbase/regionserver/StoreUtils.java      |   2 +-
 .../compactions/CompactionConfiguration.java       |   8 +-
 .../compactions/CompactionRequestImpl.java         |  13 ++
 .../compactions/SortedCompactionPolicy.java        |   1 +
 .../compactions/StripeCompactionPolicy.java        |   1 +
 .../hbase/regionserver/TestDefaultStoreEngine.java |   2 +
 .../TestSplitTransactionOnCluster.java             |  94 +++++++-
 .../hbase/regionserver/TestStripeStoreEngine.java  |   2 +
 .../compactions/TestStripeCompactionPolicy.java    |   2 +
 ... CustomSaslAuthenticationProviderTestBase.java} | 248 +++++++++------------
 ...mSaslAuthenticationProviderNettyRpcServer.java} |  21 +-
 ...SaslAuthenticationProviderSimpleRpcServer.java} |  21 +-
 src/main/asciidoc/_chapters/schema_design.adoc     |   6 +-
 20 files changed, 311 insertions(+), 210 deletions(-)
 rename 
hbase-server/src/test/java/org/apache/hadoop/hbase/security/provider/{TestCustomSaslAuthenticationProvider.java
 => CustomSaslAuthenticationProviderTestBase.java} (72%)
 copy 
hbase-server/src/test/java/org/apache/hadoop/hbase/{regionserver/wal/TestAsyncWALReplayCompressed.java
 => security/provider/TestCustomSaslAuthenticationProviderNettyRpcServer.java} 
(66%)
 copy 
hbase-server/src/test/java/org/apache/hadoop/hbase/{regionserver/wal/TestAsyncWALReplayCompressed.java
 => security/provider/TestCustomSaslAuthenticationProviderSimpleRpcServer.java} 
(66%)

Reply via email to