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: [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]

Reply via email to