This is an automated email from the ASF dual-hosted git repository. caogaofei pushed a commit to branch beyyes/fix_procedure_bug in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 731e7ff983738a1352af9724b2f8031f8ee38ac4 Merge: 73ceedf3e0 6365fcddce Author: Beyyes <[email protected]> AuthorDate: Sun Sep 4 09:17:30 2022 +0800 Merge branch 'master' into beyyes/fix_procedure_bug .../consensus/exception/NodeReadOnlyException.java | 30 ++++ .../iotdb/consensus/ratis/RatisConsensus.java | 34 ++++- .../iotdb/commons/trigger/TriggerInformation.java | 157 +++++++++++++++++++++ .../apache/iotdb/commons/trigger/TriggerTable.java | 64 +++++++++ .../resources/conf/iotdb-datanode.properties | 9 ++ .../iotdb/db/client/DataNodeClientPoolFactory.java | 12 +- .../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 25 ++++ .../org/apache/iotdb/db/conf/IoTDBDescriptor.java | 12 ++ .../src/main/thrift/confignode.thrift | 11 ++ 9 files changed, 348 insertions(+), 6 deletions(-)
