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 2021/12/18 05:46:45 UTC

[hbase] branch HBASE-26233 updated (1c8d939 -> f40f268)

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

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


 discard 1c8d939  HBASE-26540 Implement a tool to verify the lag of region replication (#3950)
    omit 5c18b67  HBASE-26539 The default rpc timeout 200ms is too small for replicating meta edits (#3919)
    omit df2e913  HBASE-26538 Should find a way to clear the replication queue for a legacy region_replica_replication peer (#3918)
    omit 998fc08  HBASE-26486 Attach the new region replication framework design doc to git repo (#3884)
    omit 102511e  HBASE-26478 Update ref guide about the new region replication framework (#3885)
    omit 41c0608  HBASE-26481 Consider rolling upgrading from old region replication framework (#3880)
    omit 269fa7b  HBASE-26417 Remove NoopReplicationQueueStorage (#3882)
    omit 7c2827b  HBASE-26456 Limit the size for one replicating (#3873)
    omit 4e56220  HBASE-26416 Implement a new method for region replication instead of using replay (#3864)
    omit 99f9c55  HBASE-26457 Should not always clear all the failed replicas when getting a flush all request (#3850)
    omit bda617f  HBASE-26448 Make sure we do not flush a region too frequently (#3847)
    omit 5eaea68  HBASE-26449 The way we add or clear failedReplicas may have race (#3846)
    omit ee1604b  HBASE-26413 Limit the total size of buffered region replication entries (#3844)
    omit c9004d4  HBASE-26412 Handle sink failure in RegionReplicationSink (#3815)
    omit 150889e  HBASE-26407 Introduce a region replication sink for sinking WAL edits to secondary replicas directly (#3807)
     add 0f94ab5  HBASE-26572 Upgrade to log4j 2.16.0 (#3943)
     add a36d41a  HBASE-26556 IT and Chaos Monkey improvements (#3932)
     add 8f5a12f  HBASE-26472 Adhere to semantic conventions regarding table data operations
     add c93e457  HBASE-26542 Apply a `package` to test protobuf files
     add 006433b  HBASE-26542 Apply a `package` to test protobuf files (addendum)
     add 139f085  HBASE-26523 Upgrade hbase-thirdparty dependency to 4.0.0 (#3910)
     add e598f2c  Revert "HBASE-26523 Upgrade hbase-thirdparty dependency to 4.0.0 (#3910)"
     add a0acf8c  HBASE-26601 maven-gpg-plugin failing with "Inappropriate ioctl for device"
     add 77b6b4d  HBASE-26340 TableSplit returns false size under 1MB (#3872)
     add da616c0  HBASE-26488 Memory leak when MemStore retry flushing (#3899)
     add 5d69d1c  HBASE-26407 Introduce a region replication sink for sinking WAL edits to secondary replicas directly (#3807)
     add b3ac276  HBASE-26412 Handle sink failure in RegionReplicationSink (#3815)
     add 282477c  HBASE-26413 Limit the total size of buffered region replication entries (#3844)
     add c894a76  HBASE-26449 The way we add or clear failedReplicas may have race (#3846)
     add 6febbc8  HBASE-26448 Make sure we do not flush a region too frequently (#3847)
     add 47c35f0  HBASE-26457 Should not always clear all the failed replicas when getting a flush all request (#3850)
     add d841ffd  HBASE-26416 Implement a new method for region replication instead of using replay (#3864)
     add fbe6665  HBASE-26456 Limit the size for one replicating (#3873)
     add 88daafe  HBASE-26417 Remove NoopReplicationQueueStorage (#3882)
     add ac9258f  HBASE-26481 Consider rolling upgrading from old region replication framework (#3880)
     add 724735c  HBASE-26478 Update ref guide about the new region replication framework (#3885)
     add d6a5d34  HBASE-26486 Attach the new region replication framework design doc to git repo (#3884)
     add 44b6483  HBASE-26538 Should find a way to clear the replication queue for a legacy region_replica_replication peer (#3918)
     add a6b728a  HBASE-26539 The default rpc timeout 200ms is too small for replicating meta edits (#3919)
     add f40f268  HBASE-26540 Implement a tool to verify the lag of region replication (#3950)

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   (1c8d939)
            \
             N -- N -- N   refs/heads/HBASE-26233 (f40f268)

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.

No new revisions were added by this update.

Summary of changes:
 bin/hbase-config.cmd                               |   4 -
 bin/hbase-config.sh                                |   6 +-
 hbase-client/pom.xml                               |   5 +
 .../hadoop/hbase/client/RawAsyncTableImpl.java     | 102 +++++++---
 .../client/trace/TableOperationSpanBuilder.java    | 143 ++++++++++++++
 .../hadoop/hbase/client/TestAsyncTableTracing.java | 212 ++++++++++++++++-----
 .../client/trace/hamcrest/AttributesMatchers.java  |  88 +++++++++
 .../client/trace/hamcrest/SpanDataMatchers.java    |  95 +++++++++
 .../hbase/trace/HBaseSemanticAttributes.java       |  20 ++
 .../org/apache/hadoop/hbase/trace/TraceUtil.java   |  14 +-
 .../apache/hadoop/hbase/HBaseClusterManager.java   |   8 +-
 ...ConfigurableSlowDeterministicMonkeyFactory.java | 100 ++++++++++
 .../hbase/chaos/factories/MonkeyFactory.java       |   2 +
 .../factories/SlowDeterministicMonkeyFactory.java  |  82 ++++----
 .../ColumnAggregationNullResponseProtocol.proto    |   1 +
 .../coprocessor/ColumnAggregationProtocol.proto    |   1 +
 .../ColumnAggregationWithErrorsProtocol.proto      |   1 +
 .../coprocessor/IncrementCounterProcessor.proto    |   1 +
 .../protobuf/test/coprocessor/PingProtocol.proto   |   1 +
 .../test/coprocessor/ShellExecEndpoint.proto       |   1 +
 .../src/main/protobuf/test/ipc/TestProcedure.proto |   1 +
 .../src/main/protobuf/test/ipc/test.proto          |   1 +
 .../main/protobuf/test/ipc/test_rpc_service.proto  |   1 +
 .../hadoop/hbase/regionserver/HRegionServer.java   |   6 +-
 .../apache/hadoop/hbase/regionserver/HStore.java   |   5 -
 .../hbase/regionserver/ImmutableSegment.java       |   4 +
 .../hbase/regionserver/MemStoreSnapshot.java       |  42 ++--
 .../ipc/TestRpcServerSlowConnectionSetup.java      |   2 +-
 .../hadoop/hbase/regionserver/TestHStore.java      | 132 +++++++++++--
 pom.xml                                            |   8 +-
 30 files changed, 927 insertions(+), 162 deletions(-)
 create mode 100644 hbase-client/src/main/java/org/apache/hadoop/hbase/client/trace/TableOperationSpanBuilder.java
 create mode 100644 hbase-client/src/test/java/org/apache/hadoop/hbase/client/trace/hamcrest/AttributesMatchers.java
 create mode 100644 hbase-client/src/test/java/org/apache/hadoop/hbase/client/trace/hamcrest/SpanDataMatchers.java
 create mode 100644 hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/factories/ConfigurableSlowDeterministicMonkeyFactory.java