Tian Jiang created IOTDB-879:
--------------------------------
Summary: Grouping threads
Key: IOTDB-879
URL: https://issues.apache.org/jira/browse/IOTDB-879
Project: Apache IoTDB
Issue Type: Improvement
Components: Core/Engine
Reporter: Tian Jiang
Although some threads are produced by a ThreadPool, they are not assigned to a
separate ThreadGroup, so all threads in IoTDB currently belong to the same
default ThreadGroup.
It is advisable to group threads the are produced from the same ThreadPool or
have similar functionality. The merit may be seen in monitoring and profiling,
where we can choose to focus on a certain ThreadGroup instead of going over all
threads.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)