xiaozhihong created IOTDB-4376:
----------------------------------
Summary: Turn on the time partition, write the data and then
execute the import CSV file and get stuck
Key: IOTDB-4376
URL: https://issues.apache.org/jira/browse/IOTDB-4376
Project: Apache IoTDB
Issue Type: Bug
Components: Core/WAL, Tools/Others
Affects Versions: 0.13.2
Reporter: xiaozhihong
Assignee: Jialin Qiao
Attachments: conf&csv.zip
Set enable_partition to TRUE and the time partition is 7 days, then execute the
import CSV after writing the data, you will encounter a stuck phenomenon.
In the iotdb-engine.properties, modify parameters:
enable_partition=true
partition_interval=604800
Step 1: start server
Step 2: Write data by using benchmark
Step 3: Benchmark finished, then execute import dump csv file
Then will get stuck.
Both the csv file and the benchmark's configuration file are in the Zip package.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)