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 2021/03/08 09:18:00 UTC

[jira] [Created] (IOTDB-1186) Remove redundant sync meta leader in query process for cluster module

Xinyu Tan created IOTDB-1186:
--------------------------------

             Summary: Remove redundant sync meta leader in query process for cluster module
                 Key: IOTDB-1186
                 URL: https://issues.apache.org/jira/browse/IOTDB-1186
             Project: Apache IoTDB
          Issue Type: Improvement
          Components: Core/Cluster
            Reporter: Xinyu Tan


Currently, the coordinator will create one remoteSeriesReader for each timeseries if the timeseries belongs to other nodes, and the coordinator will try to perform a sync meta leader in each remoteSeriesReader's initManagedSeriesReader function, which cost a lot of network overhead.

Actually, we can just sync meta leader once for one query.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)