刘珍 created IOTDB-3156:
-------------------------

             Summary: [ compaction ] Uneven distribution of merge tasks per sg
                 Key: IOTDB-3156
                 URL: https://issues.apache.org/jira/browse/IOTDB-3156
             Project: Apache IoTDB
          Issue Type: Improvement
          Components: Core/Compaction
            Reporter: 刘珍
            Assignee: Liuxuxin
         Attachments: image-2022-05-11-15-45-33-156.png, 
image-2022-05-11-15-45-38-071.png

问题描述 :
0.13.0 rc1 每个sg的合并任务分布不均匀。
 !image-2022-05-11-15-45-33-156.png! 
 !image-2022-05-11-15-45-38-071.png! 

复现流程:
长测配置,顺序数据。
启动测试后,运行脚本:
cat get_sg_tsfile-count.sh
#!/bin/bash
sg_res=" "
function sg_tsfile()
{
   tsfile_count=`ls -l 
/data/iotdb_data/data/sequence/root.test.g_${1}/0/0/*.resource|wc -l`
   sg_res="${sg_res} ${tsfile_count}"
}

while true
do
   for i in {0..49}
   do
      sg_tsfile ${i}
   done
   time=`date "+%Y-%m-%d %H:%M:%S"`
   echo "${time} ${sg_res} " >> sg_tsfile_res_0509.out
   sleep 2h
   sg_res=" "
done




--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to