You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "xiaozhihong (Jira)" <ji...@apache.org> on 2021/09/28 08:42:00 UTC

[jira] [Commented] (IOTDB-1723) "merge" command conflicts with timed compaction

    [ https://issues.apache.org/jira/browse/IOTDB-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17421252#comment-17421252 ] 

xiaozhihong commented on IOTDB-1723:
------------------------------------

在rel/0.12分支上验证通过:
commitid: 8343f225c04e637a0478982cd4e01024b45e5bae

> "merge" command conflicts with timed compaction
> -----------------------------------------------
>
>                 Key: IOTDB-1723
>                 URL: https://issues.apache.org/jira/browse/IOTDB-1723
>             Project: Apache IoTDB
>          Issue Type: Bug
>          Components: Core/Server
>    Affects Versions: 0.12.2
>            Reporter: xiaozhihong
>            Assignee: Liuxuxin
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.12.3
>
>         Attachments: image-2021-09-22-17-36-05-190.png, log_all.log
>
>
> IOException in log_error.log
>  
> Step1: Modify configuration:
>  * 关闭内存控制
> enable_mem_control=false     
>  * 开启合并
> compaction_strategy=LEVEL_COMPACTION
>  * 设置ts文件大小
> unseq_tsfile_size=1
> seq_tsfile_size=1
>  * 设置mem大小
> memtable_size_threshold=1073741824
>  * 设置每层合并文件数
> seq_file_num_in_each_level=2
> unseq_file_num_in_each_level=2
>  * 设置合并层数
> seq_level_num=9
> unseq_level_num=10
> Step2: Start server
>  Step3: Enter CLI
> Step4: Merge
>  Step5: See logs
> !image-2021-09-22-17-36-05-190.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)