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 843b88a  HBASE-22662 Move RSGroupInfoManager to hbase-server (#368)
 discard 622917f  HBASE-22664 Move protobuf stuff in hbase-rsgroup to 
hbase-protocol-shaded (#362)
     add 438bf32  HBASE-20405 Update website to meet foundation recommendations 
(addendum)
     add 4e46093  HBASE-7129 Rest Documentation for check-and operations.
     add 12d7db7  HBASE-22686 ZkSplitLogWorkerCoordination doesn't allow a 
regionserver to pick up all of the split work it is capable of (#377)
     add 9f343c2  HBASE-22571 Javadoc Warnings related to @return tag
     add 032c18f  HBASE-22681 The 'assert highestUnsyncedTxid < 
entry.getTxid();' in AbstractFWAL.append may fail when using AsyncFSWAL (#376)
     add 8defea9  HBASE-22586 Javadoc Warnings related to @param tag
     add c5f8794  HBASE-19230 Write up fixVersion policy from dev discussion in 
refguide
     add 202d2ad  HBASE-22638 ZooKeeper Utility enhancements
     new 5d8a857  HBASE-22664 Move protobuf stuff in hbase-rsgroup to 
hbase-protocol-shaded (#362)
     new 41e2b64  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   (843b88a)
            \
             N -- N -- N   refs/heads/HBASE-22514 (41e2b64)

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:
 .../hbase/client/SimpleRequestController.java      |   2 +-
 .../org/apache/hadoop/hbase/PrivateCellUtil.java   |  28 +++--
 .../hadoop/hbase/util/ClassLoaderTestHelper.java   |   3 +-
 .../impl/HBaseMetrics2HadoopMetricsAdapter.java    |   5 +-
 .../hadoop/hbase/mapreduce/HFileOutputFormat2.java |  36 ------
 .../hadoop/hbase/mapred/TestTableInputFormat.java  |  10 +-
 .../hbase/mapreduce/TestTableInputFormat.java      |  10 +-
 .../org/apache/hadoop/hbase/HealthChecker.java     |   3 +-
 .../hadoop/hbase/client/VersionInfoUtil.java       |   2 +-
 .../hadoop/hbase/client/locking/EntityLock.java    |   3 +-
 .../coordination/ZkSplitLogWorkerCoordination.java |  39 ++-----
 .../errorhandling/ForeignExceptionDispatcher.java  |   1 -
 .../FanOutOneBlockAsyncDFSOutputSaslHelper.java    |   2 +-
 .../hbase/namespace/NamespaceStateManager.java     |   2 +-
 .../apache/hadoop/hbase/regionserver/HRegion.java  |   4 +-
 .../hadoop/hbase/regionserver/MemStoreLABImpl.java |   1 -
 .../hadoop/hbase/regionserver/RSRpcServices.java   |   2 +-
 .../hbase/regionserver/StripeStoreFileManager.java |   1 -
 .../hadoop/hbase/regionserver/wal/AsyncFSWAL.java  |   6 +-
 .../hadoop/hbase/regionserver/wal/SyncFuture.java  |   2 -
 .../replication/regionserver/WALEntryStream.java   |   6 +-
 .../apache/hadoop/hbase/snapshot/SnapshotInfo.java |   1 -
 .../java/org/apache/hadoop/hbase/HBaseCluster.java |  10 --
 .../apache/hadoop/hbase/HBaseTestingUtility.java   |   2 +-
 .../TestServerSideScanMetricsFromClientSide.java   |  13 ++-
 .../coprocessor/TestOpenTableInCoprocessor.java    |   5 +-
 .../hadoop/hbase/io/hfile/RandomKeyValueUtil.java  |   5 +-
 .../hbase/master/TestActiveMasterManager.java      |   9 +-
 .../master/TestCatalogJanitorInMemoryStates.java   |   2 +-
 .../hadoop/hbase/master/TestRegionPlacement.java   |   6 +-
 .../hbase/master/balancer/BalancerTestBase.java    |   2 +-
 .../hadoop/hbase/procedure/TestZKProcedure.java    |  14 ++-
 .../regionserver/EncodedSeekPerformanceTest.java   |   2 +-
 .../hadoop/hbase/regionserver/TestHStore.java      |   2 +-
 .../hadoop/hbase/regionserver/TestHStoreFile.java  |   2 +-
 .../hbase/regionserver/TestMobStoreScanner.java    |   1 -
 .../hbase/regionserver/TestSplitLogWorker.java     |  47 --------
 .../hadoop/hbase/util/MultiThreadedAction.java     |   3 +-
 .../hbase/util/ProcessBasedLocalHBaseCluster.java  |   4 +-
 .../hbase/util/test/LoadTestDataGenerator.java     |   3 +-
 .../hbase/zookeeper/MiniZooKeeperCluster.java      |  35 +++---
 .../hbase/zookeeper/RecoverableZooKeeper.java      |   8 +-
 .../apache/hadoop/hbase/zookeeper/ZKAclReset.java  |  28 +++--
 .../apache/hadoop/hbase/zookeeper/ZKClusterId.java |   4 +-
 .../hadoop/hbase/zookeeper/ZKLeaderManager.java    |   6 +-
 .../org/apache/hadoop/hbase/zookeeper/ZKUtil.java  |  83 ++++++++------
 src/main/asciidoc/_chapters/developer.adoc         |  12 ++
 src/main/asciidoc/_chapters/external_apis.adoc     | 122 +++++++++++++++++++++
 src/site/site.xml                                  |   5 +-
 49 files changed, 332 insertions(+), 272 deletions(-)

Reply via email to