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)

Reply via email to