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/03/08 15:15:07 UTC

[hbase] branch HBASE-22120 updated (d43a29d -> 4ec0090)

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

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


 discard d43a29d  HBASE-25617 Revisit the span names (#2998)
 discard ab5a207  HBASE-25591 Upgrade opentelemetry to 0.17.1 (#2971)
 discard a4f7987  HBASE-25535 Set span kind to CLIENT in AbstractRpcClient (#2907)
 discard 49c1391  HBASE-25484 Add trace support for WAL sync (#2892)
 discard 4d65907  HBASE-25455 Add trace support for HRegion read/write operation (#2861)
 discard 41e22b2  HBASE-25481 Add host and port attribute when tracing rpc call at client side (#2857)
 discard da4b212  HBASE-25454 Add trace support for connection registry (#2828)
 discard df1a8bb  HBASE-23898 Add trace support for simple apis in async client (#2813)
 discard 57c0696  HBASE-25424 Find a way to config OpenTelemetry tracing without direct… (#2808)
 discard cf2fd6a  HBASE-25401 Add trace support for async call in rpc client (#2790)
 discard f5f7beb  HBASE-25373 Remove HTrace completely in code base and try to make use of OpenTelemetry
     add b24bd40  HBASE-25611 ExportSnapshot chmod flag uses value as decimal (#3003)
     add b522d2a  Revert "HBASE-25604 Upgrade spotbugs to 4.x (#2986)"
     add a97a40c  HBASE-25580 Release scripts should include in the vote email the git hash that the RC tag points to (#2956)
     add 157200e  HBASE-25402 Sorting order by start key or end key is not considering empty start key/end key (#2955)
     add e099ef3  HBASE-25626 Possible Resource Leak in HeterogeneousRegionCountCostFunction
     add a4eb1aa  HBASE-25421 There is no limit on the column length when creating a table (#2796)
     add 5d9a6ed  HBASE-25367 Sort broken after Change 'State time' in UI (#2964)
     add e80b901  HBASE-25603 Add switch for compaction after bulkload (#2982)
     add f93c9c6  HBASE-25385 TestCurrentHourProvider fails if the latest timezone changes are not present (#3012)
     add 830d289  HBASE-25460 : Expose drainingServers as cluster metric (#2995)
     add dd4a11e  HBASE-25637 Rename method completeCompaction to refreshStoreSizeAndTotalBytes (#3023)
     add 9b0485f  HBASE-23578 [UI] Master UI shows long stack traces when table is broken (#3014)
     add 190c253  HBASE-25609 There is a problem with the SPLITS_FILE in the HBase shell statement(#2992)
     add 53128fe  HBASE-25644 Scan#setSmall blindly sets ReadType as PREAD
     add 22cfd01  HBASE-25373 Remove HTrace completely in code base and try to make use of OpenTelemetry
     add 4a2a716  HBASE-25401 Add trace support for async call in rpc client (#2790)
     add 12bd5ac  HBASE-25424 Find a way to config OpenTelemetry tracing without direct… (#2808)
     add c29c5f8  HBASE-23898 Add trace support for simple apis in async client (#2813)
     add 2c5367e  HBASE-25454 Add trace support for connection registry (#2828)
     add 8652358  HBASE-25481 Add host and port attribute when tracing rpc call at client side (#2857)
     add b967d79  HBASE-25455 Add trace support for HRegion read/write operation (#2861)
     add 7f3857e  HBASE-25484 Add trace support for WAL sync (#2892)
     add 4398053  HBASE-25535 Set span kind to CLIENT in AbstractRpcClient (#2907)
     add 10d42d2  HBASE-25591 Upgrade opentelemetry to 0.17.1 (#2971)
     add 4ec0090  HBASE-25617 Revisit the span names (#2998)

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   (d43a29d)
            \
             N -- N -- N   refs/heads/HBASE-22120 (4ec0090)

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:
 dev-support/create-release/release-build.sh        |  1 +
 dev-support/create-release/vote.tmpl               |  4 ++
 dev-support/docker/Dockerfile                      |  4 +-
 .../java/org/apache/hadoop/hbase/client/Scan.java  |  4 +-
 .../hbase/client/TableDescriptorBuilder.java       |  4 ++
 .../org/apache/hadoop/hbase/client/TestScan.java   | 12 ++++++
 .../hadoop/hbase/util/AbstractHBaseTool.java       | 12 +++++-
 hbase-common/src/main/resources/hbase-default.xml  |  7 ++++
 .../hadoop/hbase/master/MetricsMasterSource.java   |  4 ++
 .../hbase/master/MetricsMasterSourceImpl.java      |  4 ++
 .../hadoop/hbase/master/MetricsMasterWrapper.java  | 14 +++++++
 .../hadoop/hbase/snapshot/ExportSnapshot.java      |  2 +-
 .../hbase/tmpl/master/MasterStatusTmpl.jamon       |  1 +
 .../hbase/tmpl/regionserver/RSStatusTmpl.jamon     |  7 +++-
 .../hbase/master/MetricsMasterWrapperImpl.java     | 18 +++++++++
 .../HeterogeneousRegionCountCostFunction.java      | 11 ++++--
 .../apache/hadoop/hbase/regionserver/HRegion.java  | 32 +++++++++------
 .../apache/hadoop/hbase/regionserver/HStore.java   | 16 ++++----
 .../main/resources/hbase-webapps/master/table.jsp  | 21 ++++++++--
 .../static/js/parser-date-iso8601.min.js           |  4 ++
 .../org/apache/hadoop/hbase/TestIOFencing.java     |  6 +--
 .../hadoop/hbase/master/TestMasterMetrics.java     |  1 +
 .../regionserver/TestCompactionAfterBulkLoad.java  | 46 ++++++++++++----------
 .../compactions/TestCurrentHourProvider.java       |  2 +
 hbase-shell/src/main/ruby/hbase/admin.rb           |  2 +-
 pom.xml                                            | 13 ++----
 src/main/asciidoc/_chapters/hbase-default.adoc     | 11 ++++++
 27 files changed, 192 insertions(+), 71 deletions(-)
 create mode 100644 hbase-server/src/main/resources/hbase-webapps/static/js/parser-date-iso8601.min.js