You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/05/26 08:00:57 UTC

[iotdb] branch last_query_api updated (64fc00eb28 -> 35a793d453)

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a change to branch last_query_api
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 64fc00eb28 Support last query api in new cluster
     add ec6eba9305 [IOTDB-3242] Avoid generating same QueryId in different DataNode (#6015)
     add 67f6a8d964 Merge branch 'master' of https://github.com/apache/iotdb into last_query_api
     add 35a793d453 Support last query api in new cluster

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/mpp/execution/QueryIdGenerator.java   | 122 +++++++++++++++++++++
 .../org/apache/iotdb/db/mpp/plan/Coordinator.java  |  15 ++-
 .../db/mpp/plan/analyze/ClusterSchemaFetcher.java  |  10 +-
 .../thrift/impl/DataNodeTSIServiceImpl.java        |  50 ++++-----
 .../service/thrift/impl/InternalServiceImpl.java   |   5 +-
 5 files changed, 161 insertions(+), 41 deletions(-)
 create mode 100644 server/src/main/java/org/apache/iotdb/db/mpp/execution/QueryIdGenerator.java