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/24 04:34:00 UTC

[jira] [Created] (IOTDB-5725) Make internal report recording measurements asynchronous

Xinyu Tan created IOTDB-5725:
--------------------------------

             Summary: Make internal report recording measurements asynchronous
                 Key: IOTDB-5725
                 URL: https://issues.apache.org/jira/browse/IOTDB-5725
             Project: Apache IoTDB
          Issue Type: Improvement
            Reporter: Xinyu Tan
            Assignee: Xinyu Tan


InternalReporter of the current metric module writes synchronously to the iotdb, which may cause a slow flush. In particular, when the system records flush points for the first time, the system needs to create related regions of root.__system, which takes a long time and may result in system reject errors.

This issue adjusts the processes written to the iotdb to be asynchronous and ensures that all of the metric module's current operations will be memory operations only and will not involve time-consuming RPCS.



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