This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch blockInsertOutsideOfWriteLock in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit f4d537633eac52a48e0cd2d9cbb51476dfb46997 Author: HTHou <[email protected]> AuthorDate: Tue Jul 12 17:34:33 2022 +0800 Add back the logic of blocking insert before holding writelock --- .../main/java/org/apache/iotdb/db/engine/storagegroup/DataRegion.java | 1 - 1 file changed, 1 deletion(-) diff --git a/server/src/main/java/org/apache/iotdb/db/engine/storagegroup/DataRegion.java b/server/src/main/java/org/apache/iotdb/db/engine/storagegroup/DataRegion.java index 3fdc1f2991..3f0fb4bca8 100755 --- a/server/src/main/java/org/apache/iotdb/db/engine/storagegroup/DataRegion.java +++ b/server/src/main/java/org/apache/iotdb/db/engine/storagegroup/DataRegion.java @@ -56,7 +56,6 @@ import org.apache.iotdb.db.exception.BatchProcessException; import org.apache.iotdb.db.exception.DataRegionException; import org.apache.iotdb.db.exception.DiskSpaceInsufficientException; import org.apache.iotdb.db.exception.LoadFileException; -import org.apache.iotdb.db.exception.StorageEngineException; import org.apache.iotdb.db.exception.TriggerExecutionException; import org.apache.iotdb.db.exception.TsFileProcessorException; import org.apache.iotdb.db.exception.WriteProcessException;
