This is an automated email from the ASF dual-hosted git repository.
haonan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 0422d48006 [IOTDB-3470] [IOTDB-3471] Add some semantic checks for
InsertStatement (#6298)
add d417b3d6d2 [IOTDB-3505] The region dirs are not deleted when the
storage group is deleted in MultiLeaderConsensus (#6297)
No new revisions were added by this update.
Summary of changes:
.../consensus/multileader/MultiLeaderConsensus.java | 10 ++--------
.../iotdb/consensus/standalone/StandAloneConsensus.java | 10 ++--------
.../consensus/{standalone => }/EmptyStateMachine.java | 3 +--
.../{standalone => multileader}/RecoveryTest.java | 16 +++++++++-------
.../apache/iotdb/consensus/standalone/RecoveryTest.java | 1 +
.../consensus/standalone/StandAloneConsensusTest.java | 1 +
.../java/org/apache/iotdb/commons/utils/FileUtils.java | 2 +-
7 files changed, 17 insertions(+), 26 deletions(-)
rename consensus/src/test/java/org/apache/iotdb/consensus/{standalone =>
}/EmptyStateMachine.java (94%)
copy consensus/src/test/java/org/apache/iotdb/consensus/{standalone =>
multileader}/RecoveryTest.java (88%)