You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ma...@apache.org on 2022/08/22 07:40:45 UTC

[iotdb] branch IOTDB-3455 updated (1c8ac8ff52 -> 700b13533c)

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

marklau99 pushed a change to branch IOTDB-3455
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 1c8ac8ff52 [IOTDB-4191]delete and insert data sql do not has permission (#7063)
     add 6fdc768f8d remove `getSchemaPartition`, `getOrCreateSchemaPartition`, `getDataPartition` and `getOrCreateDataPartition`. (#7073)
     add 700b13533c Fix pulsar example compile error (#7077)

No new revisions were added by this update.

Summary of changes:
 .../consensus/response/DataPartitionResp.java      |  49 ----
 .../consensus/response/SchemaPartitionResp.java    |  32 ---
 .../iotdb/confignode/manager/ConfigManager.java    | 293 ++++++++-------------
 .../apache/iotdb/confignode/manager/IManager.java  |  20 +-
 .../thrift/ConfigNodeRPCServiceProcessor.java      |  41 +--
 example/pulsar/pom.xml                             |   9 +-
 .../apache/iotdb/db/client/ConfigNodeClient.java   |  67 -----
 .../src/main/thrift/confignode.thrift              |  26 --
 8 files changed, 131 insertions(+), 406 deletions(-)