You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Xinyu Tan (Jira)" <ji...@apache.org> on 2023/03/02 11:03:01 UTC

[jira] [Created] (IOTDB-5613) Remove unnecessary serialization in IoTConsensus when replicaNum is 1 to improve write performance

Xinyu Tan created IOTDB-5613:
--------------------------------

             Summary: Remove unnecessary serialization in IoTConsensus when replicaNum is 1 to improve write performance
                 Key: IOTDB-5613
                 URL: https://issues.apache.org/jira/browse/IOTDB-5613
             Project: Apache IoTDB
          Issue Type: Improvement
            Reporter: Xinyu Tan
            Assignee: Xinyu Tan
         Attachments: image-2023-03-02-19-01-00-991.png

The current IoTConsensus still serializes each request at the consensus layer when replicaNum = 1, which significantly increases the time spent at the consensus layer in the full-link tracking panel.

!image-2023-03-02-19-01-00-991.png!

Although ISSUE [4855|https://github.com/apache/iotdb/pull/8025] refactored the seriality-related code, the problem predates that refactoring. 

This issue will avoid these unwanted serializations

 



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