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 1c0d770  HBASE-24388 Store the locations of meta regions in master 
local store (#1746)
     add 89b7b5a  HBASE-24499 Use a client property for SaslConnection 
MAX_ATTEMPTS (#1857)
     add 16116fa  HBASE-24510 Remove HBaseTestCase and GenericTestUtils (#1859)
     add 66452af  HBASE-24496 The tag of Base Stats not actived by default in 
table.jsp (#1837)
     add f2fde77  HBASE-24513 The default readRpcTimeout and writeRpcTimeout is 
incorrectly calculated in AsyncConnectionConfiguration (#1863)
     add 022dd96  HBASE-24515 batch Increment/Append fails when retrying the 
RPC (#1864)
     add 754ac1d  HBASE-24506 async client deadlock (#1858)
     add fbf0337  HBASE-24506 Addendum add test category
     new 01e52f8  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   (1c0d770)
            \
             N -- N -- N   refs/heads/HBASE-11288.splittable-meta (01e52f8)

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/client/AsyncConnectionConfiguration.java |   8 +-
 .../hadoop/hbase/ipc/BlockingRpcConnection.java    |   4 +-
 .../java/org/apache/hadoop/hbase/ipc/IPCUtil.java  |  36 ++
 .../hadoop/hbase/ipc/NettyRpcConnection.java       | 257 ++++++------
 .../hadoop/hbase/shaded/protobuf/ProtobufUtil.java |  54 ---
 ....java => TestAsyncConnectionConfiguration.java} |  43 +-
 .../org/apache/hadoop/hbase/ipc/TestIPCUtil.java   |  51 ++-
 .../hadoop/hbase/ipc/TestNettyRpcConnection.java   |  92 +++++
 .../hadoop/hbase/regionserver/RSRpcServices.java   |  31 +-
 .../main/resources/hbase-webapps/master/footer.jsp |   2 +-
 .../hbase-webapps/regionserver/footer.jsp          |   2 +-
 .../org/apache/hadoop/hbase/GenericTestUtils.java  | 321 --------------
 .../org/apache/hadoop/hbase/HBaseTestCase.java     | 459 ---------------------
 .../java/org/apache/hadoop/hbase/HTestConst.java   | 135 +++++-
 .../client/TestAsyncTableGetMultiThreaded.java     |   5 +-
 .../hadoop/hbase/client/TestFromClientSide.java    |  64 ++-
 .../hbase/client/TestIncrementsFromClientSide.java |  56 ++-
 .../org/apache/hadoop/hbase/client/TestResult.java |   6 +-
 .../coprocessor/TestCoprocessorInterface.java      |   6 +-
 .../hbase/regionserver/TestBlocksScanned.java      |   3 +-
 .../hadoop/hbase/regionserver/TestCompaction.java  |  12 +-
 .../hadoop/hbase/regionserver/TestHStoreFile.java  | 410 ++++++++----------
 .../hbase/regionserver/TestKeyValueHeap.java       | 154 ++++---
 .../hbase/regionserver/TestMajorCompaction.java    | 111 +++--
 .../hbase/regionserver/TestMinorCompaction.java    |  11 +-
 .../hadoop/hbase/regionserver/TestScanner.java     |  20 +-
 .../hadoop/hbase/regionserver/TestWideScanner.java | 100 +++--
 27 files changed, 989 insertions(+), 1464 deletions(-)
 copy 
hbase-client/src/test/java/org/apache/hadoop/hbase/client/{TestIncrement.java 
=> TestAsyncConnectionConfiguration.java} (58%)
 create mode 100644 
hbase-client/src/test/java/org/apache/hadoop/hbase/ipc/TestNettyRpcConnection.java
 delete mode 100644 
hbase-server/src/test/java/org/apache/hadoop/hbase/GenericTestUtils.java
 delete mode 100644 
hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestCase.java

Reply via email to