You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2022/08/20 16:14:40 UTC

[hbase] branch master updated (1004876bad1 -> 35fb37cf862)

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

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


    from 1004876bad1 HBASE-27252 Clean up error-prone findings in hbase-it
     add 35fb37cf862 HBASE-27234 Clean up error-prone warnings in hbase-examples

No new revisions were added by this update.

Summary of changes:
 .../hbase/client/example/HttpProxyExample.java     | 21 +++++++++++----
 .../client/example/MultiThreadedClientExample.java |  3 +--
 .../coprocessor/example/BulkDeleteEndpoint.java    |  6 ++---
 .../example/ExampleRegionObserverWithMetrics.java  |  2 ++
 .../coprocessor/example/RowCountEndpoint.java      | 17 ++++--------
 .../hadoop/hbase/mapreduce/IndexBuilder.java       |  1 +
 .../hadoop/hbase/mapreduce/SampleUploader.java     | 19 +++++++++-----
 .../ShadeSaslServerAuthenticationProvider.java     |  5 ++--
 .../org/apache/hadoop/hbase/thrift/DemoClient.java | 13 ++++------
 .../apache/hadoop/hbase/thrift/HttpDoAsClient.java | 30 +++++-----------------
 .../apache/hadoop/hbase/thrift2/DemoClient.java    |  8 +++---
 .../org/apache/hadoop/hbase/util/ClientUtils.java  | 20 ++++++++++++---
 .../WriteHeavyIncrementObserverTestBase.java       |  2 ++
 .../TestShadeSaslAuthenticationProvider.java       |  5 ++--
 14 files changed, 79 insertions(+), 73 deletions(-)