This is an automated email from the ASF dual-hosted git repository.
hxd pushed a change to branch cluster-
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from e0ac0c0 add threadpool implementataion
new 248ce36 modify thread pool
new c2f0cb6 continue for threadpool
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:
.../iotdb/cluster/server/member/RaftMember.java | 11 +++----
...nHandler.java => IoTDBDaemonThreadFactory.java} | 19 +++++++-----
.../db/concurrent/IoTDBThreadPoolFactory.java | 34 +++++++++++++++++++++-
.../threadpool/WrappedThreadPoolExecutor.java | 19 ++++--------
.../apache/iotdb/db/cq/ContinuousQueryService.java | 4 +--
.../org/apache/iotdb/db/engine/StorageEngine.java | 6 ++--
.../iotdb/db/engine/merge/manage/MergeManager.java | 6 ++--
.../engine/storagegroup/StorageGroupProcessor.java | 5 ++--
.../org/apache/iotdb/db/metadata/MManager.java | 22 ++++++++++----
.../apache/iotdb/db/service/MetricsService.java | 4 +--
.../org/apache/iotdb/db/service/TSServiceImpl.java | 4 +--
.../org/apache/iotdb/db/service/UpgradeSevice.java | 6 ++--
.../writelog/manager/MultiFileLogNodeManager.java | 5 ++--
.../db/writelog/node/ExclusiveWriteLogNode.java | 6 ++--
14 files changed, 93 insertions(+), 58 deletions(-)
copy
server/src/main/java/org/apache/iotdb/db/concurrent/{IoTDBDefaultThreadExceptionHandler.java
=> IoTDBDaemonThreadFactory.java} (68%)