Peiking opened a new issue, #13510: URL: https://github.com/apache/doris/issues/13510
### 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 all ### What's Wrong? when I exec the commond [show proc "/statistic";] show the result  then I exec next conmmond [SHOW PROC '/dbs/11001/2296032/partitions/2312354/2296033/2312363';] to find every replia of one tablet ,the result show that the rowcount is not same and the isbad column is all false.the result is follow  when i want to repair table or partition use the commod [ADMIN REPAIR TABLE db.table partition(p20220607);] [ADMIN REPAIR TABLE db.table ;] I got failed to repair it,because the replia of the tablet`s status is ok. the commond can only repair tablets whose status is not ok. so no method can not recovery replia of tablet to same rowcount. ### What You Expected? to repair all of the replia of tablet whose rowCount is not same . ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [X] 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: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org