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

[iotdb] branch master updated: [IOTDB-2457] Fix write is blocked after set time_index_level=FILE_TIME_INDEX (#4929)

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

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 60b1f89  [IOTDB-2457] Fix write is blocked after set time_index_level=FILE_TIME_INDEX (#4929)
60b1f89 is described below

commit 60b1f893e06d0235eabe95e15a82943fc84c36c7
Author: Jackie Tien <ja...@gmail.com>
AuthorDate: Thu Jan 20 18:50:06 2022 +0800

    [IOTDB-2457] Fix write is blocked after set time_index_level=FILE_TIME_INDEX (#4929)
---
 server/src/assembly/resources/conf/iotdb-engine.properties | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/server/src/assembly/resources/conf/iotdb-engine.properties b/server/src/assembly/resources/conf/iotdb-engine.properties
index fca4dd0..b1a9bf4 100644
--- a/server/src/assembly/resources/conf/iotdb-engine.properties
+++ b/server/src/assembly/resources/conf/iotdb-engine.properties
@@ -319,11 +319,6 @@ timestamp_precision=ms
 # Datatype: int
 # virtual_storage_group_num = 1
 
-# Level of TimeIndex, which records the start time and end time of TsFileResource. Currently,
-# DEVICE_TIME_INDEX and FILE_TIME_INDEX are supported, and could not be changed after first set.
-# Datatype: TimeIndexLevel
-# time_index_level=DEVICE_TIME_INDEX
-
 ####################
 ### Memory Control Configuration
 ####################