You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ca...@apache.org on 2022/10/13 12:25:49 UTC

[iotdb] branch beyyes/remove_datanode_improvement updated (0f3387048f -> be9735827a)

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

caogaofei pushed a change to branch beyyes/remove_datanode_improvement
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 0f3387048f fix error about remove-confignode.sh when execute it in non-running node
     add c72e09c02b draft
     add 82c32d9bb3 Merge branch 'apache:master' into IOTDB-4589
     add ef66c6f9cf add ConfigNode process when new DataNode register
     add 5262492137 use jar name
     add 9329e14282 Merge branch 'apache:master' into IOTDB-4589
     add 11c88f5404 Merge branch 'IOTDB-4589' of https://github.com/lancelly/iotdb into IOTDB-4589
     add eb6fd33024 fix conflicts
     add 17c4848a60 temp
     add ecbdaa2b78 confirmLeader failed should return empty list instead of null when  getTriggerJar or getTriggerTable
     add 59a41c2824 modify use of TriggerExecutableManager
     add 056107b91c Merge commit 'refs/pull/7575/head' of github.com:apache/iotdb into beyyes/remove_datanode_improvement
     add be9735827a remove comment code

No new revisions were added by this update.

Summary of changes:
 .../consensus/request/ConfigPhysicalPlan.java      |   4 +
 .../consensus/request/ConfigPhysicalPlanType.java  |   1 +
 .../GetTriggerJarPlan.java}                        |  45 +++---
 .../consensus/response/DataNodeRegisterResp.java   |  11 ++
 ...RegionInfoListResp.java => TriggerJarResp.java} |  21 +--
 .../iotdb/confignode/manager/ConfigManager.java    |  22 ++-
 .../apache/iotdb/confignode/manager/IManager.java  |   5 +
 .../iotdb/confignode/manager/TriggerManager.java   |  21 +++
 .../iotdb/confignode/persistence/TriggerInfo.java  |  24 +++
 .../persistence/executor/ConfigPlanExecutor.java   |   3 +
 .../thrift/ConfigNodeRPCServiceProcessor.java      |  23 +--
 .../request/ConfigPhysicalPlanSerDeTest.java       |  14 ++
 .../apache/iotdb/db/client/ConfigNodeClient.java   |  18 +++
 .../java/org/apache/iotdb/db/service/DataNode.java | 119 ++++++++++++++-
 .../iotdb/db/trigger/executor/TriggerExecutor.java |   4 +
 .../trigger/service/TriggerManagementService.java  | 161 +++++++++++++--------
 .../src/main/thrift/confignode.thrift              |  16 ++
 17 files changed, 403 insertions(+), 109 deletions(-)
 copy confignode/src/main/java/org/apache/iotdb/confignode/consensus/request/{write/template/SetSchemaTemplatePlan.java => read/GetTriggerJarPlan.java} (59%)
 copy confignode/src/main/java/org/apache/iotdb/confignode/consensus/response/{RegionInfoListResp.java => TriggerJarResp.java} (71%)