This is an automated email from the ASF dual-hosted git repository.
marklau99 pushed a change to branch cpu-monitor
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 031d0a168fb refactor getModuleTheThreadBelongs
new 4e560892db4 edit according to review
new fe815fc559b edit according to review
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:
.../metrics/metricsets/cpu/CpuUsageMetrics.java | 1 +
.../commons/concurrent/IoTDBThreadPoolFactory.java | 43 +++++++++++---
.../iotdb/commons/concurrent/ThreadName.java | 5 +-
.../commons/concurrent/ThreadPoolMetrics.java | 16 ++++++
.../iotdb/commons/concurrent/WrappedCallable.java | 17 ------
.../iotdb/commons/concurrent/WrappedRunnable.java | 18 ------
.../WrappedSingleThreadExecutorService.java | 61 ++++++--------------
.../WrappedSingleThreadScheduledExecutor.java | 67 ++++++++--------------
.../db/service/metrics/DataNodeMetricsHelper.java | 29 +++++-----
.../iotdb/db/service/metrics/ProcessMetrics.java | 4 +-
10 files changed, 116 insertions(+), 145 deletions(-)