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/07/30 16:28:25 UTC

[GitHub] [doris] Lchangliang commented on pull request #11355: [Improvement](Meta) add a fault check for create_rowset to prevent meta corrupt

Lchangliang commented on PR #11355:
URL: https://github.com/apache/doris/pull/11355#issuecomment-1200247313

   > > 
   > 
   > I'm not very able to find a way to reproduce it. I did a series of operations such as create table/create mv/drop table. During the process, there were some core dumps caused by bugs(#11334), and then I found that be could no longer be started. I think we can add a check to skip these tablets with unknown corruption,
   
   I meet such problem too. The problem is that tablet.all_rs_meta() is empty. But i don't know why tablet will have no rowset meta sometime. I fix it that when tablet.all_rs_meta() is empty, return tablet's original schema in #11131. Do you think whether it need a check or not?


-- 
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

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