You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Steve Yurong Su (Jira)" <ji...@apache.org> on 2023/06/20 02:05:00 UTC

[jira] [Created] (IOTDB-6013) Pipe: pipe-related threads (pools) should not be initialized unless necessary

Steve Yurong Su created IOTDB-6013:
--------------------------------------

             Summary: Pipe: pipe-related threads (pools) should not be initialized unless necessary
                 Key: IOTDB-6013
                 URL: https://issues.apache.org/jira/browse/IOTDB-6013
             Project: Apache IoTDB
          Issue Type: Task
            Reporter: Steve Yurong Su
         Attachments: image-2023-06-20-10-03-07-107.png, image-2023-06-20-10-04-42-777.png

The number of resident threads has increased, which is not expected.

This is an asynchronous client thread pool introduced to improve the performance limit of syncing data from Pipe to another iotdb instance, similar to the asynchronous client thread pool of IoTConsensus. It can be seen in the compute thread monitoring item. However, there is a problem that initialization should not be performed when it is not necessary.

!image-2023-06-20-10-03-07-107.png|width=808,height=280!

!image-2023-06-20-10-04-42-777.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)