qiyongbo opened a new issue #7764: URL: https://github.com/apache/incubator-doris/issues/7764
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version 0.14.0 ### What's Wrong? colocation group 一直处于不稳定的状态 经查,有两个tablet一直处于COLOCATE_MISMATCH中,每次都克隆失败 日志中出现了 `W0114 17:13:17.050539 19008 beta_rowset.cpp:55] failed to open segment /path_to_doris_be_storage/data/768/566277/941789252//020000000064xxxxxxxxxxxxxxxxxxxxxxxxxfaa2_0.dat under rowset /path_to_doris_be_storage/data/768/566277/941789252//020000000064xxxxxxxxxxxxxxxxxxxxxxxxxfaa2 : Not found: /path_to_doris_be_storage/data/768/566277/941789252//020000000064xxxxxxxxxxxxxxxxxxxxxxxxxfaa2_0.dat: No such file or directory (error 2) W0114 17:13:17.050722 19008 engine_clone_task.cpp:328] fail to convert rowset ids, path=/path_to_doris_be_storage/data/768/566277/941789252/, tablet_id=566277, schema_hash=941789252, error=-3109 ` 查看对应的tablet信息,发现compaction中存在大量文件合并后没有删除的文件 { "cumulative policy type": "SIZE_BASED", "cumulative point": 2, "last cumulative failure time": "1970-01-01 08:00:00.000", "last base failure time": "2022-01-14 18:00:35.712", "last cumulative success time": "2022-01-14 18:02:03.297", "last base success time": "1970-01-01 08:00:00.000", "rowsets": [ "[0-1] 0 DATA NONOVERLAPPING 020000000046248a144384cfd73ae3881ccbb4859e68faa2 0", "[2-31669] 1 DATA NONOVERLAPPING 020000000019c152f0484aeb024bf8aee5f2d269017b11b6 11.00 MB" ], "stale_rowsets": [ "[2-20381] 1 020000000064xxxxxxxxxxxxxxxxxxxxxxxxxfaa2 10.92 MB", ......... "[31669-31669] 1 020000000019xxxxxxxxxxxxxxxxxxxxxxxxxxxb11b6 11.29 KB" ], "stale version path": [ { "path id": "2596", "last create time": "2022-01-14 17:37:18 +0800", "path list": "2596 -> [2-31653] -> [31654-31654] -> [31655-31655] -> [31656-31656] -> [31657-31657]" }, { "path id": "2597", "last create time": "2022-01-14 17:45:18 +0800", "path list": "2597 -> [2-31657] -> [31658-31658] -> [31659-31659] -> [31660-31660] -> [31661-31661]" }, { "path id": "2598", "last create time": "2022-01-14 17:53:18 +0800", "path list": "2598 -> [2-31661] -> [31662-31662] -> [31663-31663] -> [31664-31664] -> [31665-31665]" }, { "path id": "2599", "last create time": "2022-01-14 18:01:18 +0800", "path list": "2599 -> [2-31665] -> [31666-31666] -> [31667-31667] -> [31668-31668] -> [31669-31669]" } ] } ### What You Expected? 让colocation group 恢复稳定状态 ### How to Reproduce? 1、创建一个colocate表 2、每隔两分钟一次stream load ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
