This is an automated email from the ASF dual-hosted git repository.
tanxinyu pushed a change to branch fix_threadpool_metric_npe_cp
in repository https://gitbox.apache.org/repos/asf/iotdb.git
discard 9e2ff2a2aa8 fix threadpoolmetric leak & points asyncreporter metric
leak
discard 56d6a25e0f8 fix concurrent bug
add 2016800a1dc Fix ThreadPoolMetrics concurrent NPE bug & Fix metric
leaks when frequently creating and deleting database (#14388)
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 (9e2ff2a2aa8)
\
N -- N -- N refs/heads/fix_threadpool_metric_npe_cp (2016800a1dc)
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:
.../db/service/metrics/file/TsFileMetrics.java | 33 ++++++++++++++++++++++
.../db/storageengine/dataregion/DataRegion.java | 7 ++++-
.../dataregion/DataRegionMetrics.java | 14 ++++-----
.../memtable/TsFileProcessorInfoMetrics.java | 8 +++---
.../iotdb/metrics/impl/DoNothingMetricManager.java | 2 +-
5 files changed, 51 insertions(+), 13 deletions(-)