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

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


    from c3aff912c38 fix tests
     add 83e6c772397 fix code smells

No new revisions were added by this update.

Summary of changes:
 .../manager/consensus/ConsensusManager.java        | 13 ++++-
 .../iotdb/confignode/manager/node/NodeManager.java | 15 +++---
 .../manager/partition/PartitionManager.java        | 29 ++++++-----
 .../manager/schema/ClusterSchemaManager.java       | 60 ++++++++++++----------
 .../procedure/impl/cq/CreateCQProcedure.java       |  9 ++--
 .../impl/schema/SetTemplateProcedure.java          | 11 ++--
 .../impl/trigger/CreateTriggerProcedure.java       | 16 +++---
 .../org/apache/iotdb/consensus/IConsensus.java     | 22 ++++++--
 .../exception/RatisUnderRecoveryException.java     |  3 +-
 .../iotdb/consensus/ratis/RatisConsensus.java      |  9 +---
 .../consensus/simple/SimpleConsensusTest.java      |  9 ++--
 .../execution/executor/RegionWriteExecutor.java    |  5 +-
 .../apache/iotdb/db/service/IoTDBShutdownHook.java |  3 +-
 13 files changed, 120 insertions(+), 84 deletions(-)

Reply via email to