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

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


 discard c4a310a9490 output more
 discard 2a498349281 skip other stages
 discard 5acdf14058d HBASE-29914 Client integration tests fails with 'mvn not 
found'
     add f13d31334fe HBASE-29721 Add validation for Mutations without column 
families (#7770)
     add fa360b6262e HBASE-29886 list_namespace will throw instance vars on 
non-persistent Java type warning (#7774)
     add 6a741b53b53 HBASE-29887 Upgrade hbase-hbtop to use junit5 (#7775)
     add 16f9abb00b8 HBASE-29902 Upgrade hbase-thrift to use junit5 (#7781)
     new 43c80aef12b HBASE-29914 Client integration tests fails with 'mvn not 
found'
     new 2e3e6ebd474 skip other stages

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   (c4a310a9490)
            \
             N -- N -- N   refs/heads/HBASE-29914 (2e3e6ebd474)

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:
 dev-support/hbase_nightly_source-artifact.sh       |   1 -
 .../hbase/client/AsyncBufferedMutatorImpl.java     |   6 +-
 .../hadoop/hbase/client/BufferedMutatorImpl.java   |   4 +-
 .../hadoop/hbase/client/ConnectionUtils.java       |  24 ++-
 .../org/apache/hadoop/hbase/client/HTable.java     |   2 +-
 .../hadoop/hbase/client/HTableMultiplexer.java     |   2 +-
 .../hadoop/hbase/client/RawAsyncTableImpl.java     |  40 +++--
 hbase-hbtop/pom.xml                                |   7 +-
 .../org/apache/hadoop/hbase/hbtop/TestRecord.java  |  11 +-
 .../hadoop/hbase/hbtop/TestRecordFilter.java       |  12 +-
 .../org/apache/hadoop/hbase/hbtop/TestUtils.java   |   2 +-
 .../hadoop/hbase/hbtop/field/TestFieldValue.java   |  14 +-
 .../hadoop/hbase/hbtop/mode/TestClientMode.java    |  12 +-
 .../hadoop/hbase/hbtop/mode/TestModeBase.java      |   2 +-
 .../hadoop/hbase/hbtop/mode/TestNamespaceMode.java |  12 +-
 .../hadoop/hbase/hbtop/mode/TestRegionMode.java    |  10 +-
 .../hbase/hbtop/mode/TestRegionServerMode.java     |  12 +-
 .../hbtop/mode/TestRequestCountPerSecond.java      |  12 +-
 .../hadoop/hbase/hbtop/mode/TestTableMode.java     |  12 +-
 .../hadoop/hbase/hbtop/mode/TestUserMode.java      |  12 +-
 .../screen/field/TestFieldScreenPresenter.java     |  22 +--
 .../hbtop/screen/help/TestHelpScreenPresenter.java |  22 +--
 .../hbtop/screen/mode/TestModeScreenPresenter.java |  18 +-
 .../top/TestFilterDisplayModeScreenPresenter.java  |  22 +--
 .../screen/top/TestInputModeScreenPresenter.java   |  22 +--
 .../screen/top/TestMessageModeScreenPresenter.java |  22 +--
 .../hadoop/hbase/hbtop/screen/top/TestPaging.java  |  11 +-
 .../hbase/hbtop/screen/top/TestTopScreenModel.java |  28 ++--
 .../hbtop/screen/top/TestTopScreenPresenter.java   |  22 +--
 .../apache/hadoop/hbase/client/TestAsyncTable.java | 136 +++++++++++-----
 .../hadoop/hbase/client/TestAsyncTableBatch.java   | 134 +++++++++------
 hbase-shell/src/main/ruby/hbase/admin.rb           |   2 +-
 hbase-thrift/pom.xml                               |   5 -
 .../hbase/thrift/TestBindExceptionHandling.java    |  14 +-
 .../apache/hadoop/hbase/thrift/TestCallQueue.java  |  36 ++--
 .../hadoop/hbase/thrift/TestThriftHttpServer.java  | 181 ++-------------------
 ...tpServer.java => TestThriftHttpServerBase.java} |  46 ++----
 .../hbase/thrift/TestThriftHttpServerSSL.java      |  30 ++--
 .../hadoop/hbase/thrift/TestThriftServer.java      |  70 ++++----
 .../hbase/thrift/TestThriftServerCmdLine.java      |  45 +++--
 .../thrift/TestThriftSpnegoHttpFallbackServer.java |  45 +++--
 .../hbase/thrift/TestThriftSpnegoHttpServer.java   |  47 +++---
 .../hbase/thrift2/TestThrift2HttpServer.java       |  34 ++--
 .../hbase/thrift2/TestThrift2ServerCmdLine.java    |  26 +--
 .../hadoop/hbase/thrift2/TestThriftConnection.java |  32 ++--
 .../thrift2/TestThriftHBaseServiceHandler.java     |  69 ++++----
 .../TestThriftHBaseServiceHandlerWithLabels.java   |  37 ++---
 .../TestThriftHBaseServiceHandlerWithReadOnly.java |  33 ++--
 48 files changed, 587 insertions(+), 833 deletions(-)
 copy 
hbase-thrift/src/test/java/org/apache/hadoop/hbase/thrift/{TestThriftHttpServer.java
 => TestThriftHttpServerBase.java} (83%)

Reply via email to