You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/10/20 06:38:38 UTC

[GitHub] [doris] Peiking opened a new issue, #13510: [Bug]

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
   ![image](https://user-images.githubusercontent.com/12168900/196871301-ac9f9811-7b67-4223-91b5-29f8fc52617a.png)
   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
   ![image](https://user-images.githubusercontent.com/12168900/196872459-4dbe2dc9-db13-4fc7-9dfe-504fc954e96b.png)
   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-unsubscribe@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org