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 2020/08/11 12:56:37 UTC

[GitHub] [incubator-doris] caoyang10 opened a new issue #4328: fe will crash while be disk err with single data replica

caoyang10 opened a new issue #4328:
URL: https://github.com/apache/incubator-doris/issues/4328


   I try to simulate multi disk error on BE and I ignore "errno == EIO" condition at be/src/olap/utils.h 256
   Then I build one fe and one be which has multi **disk data paths** and set config as follow:
   ignore_broken_disk=true
   max_percentage_of_error_disk=75
   ignore_load_tablet_failure=true
   Next I create a table which has only **one replication** and I load some data to my table
   Finally I change mode one of disk data path to 500 so that BE couldn't access .testfile and disk is offline.
   After that, FE report tablet error and can't work such as query data, load data, restart etc.
   It doesn't happen in table with multi replication or BE with single disk data path.  


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

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


[GitHub] [incubator-doris] caoyang10 closed issue #4328: [BUG] fe will crash while be disk err with single data replica

Posted by GitBox <gi...@apache.org>.
caoyang10 closed issue #4328:
URL: https://github.com/apache/incubator-doris/issues/4328


   


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

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


[GitHub] [incubator-doris] caoyang10 commented on issue #4328: [BUG] fe will crash while be disk err with single data replica

Posted by GitBox <gi...@apache.org>.
caoyang10 commented on issue #4328:
URL: https://github.com/apache/incubator-doris/issues/4328#issuecomment-675289024


   see the commit: https://github.com/apache/incubator-doris/commit/3359467b9a8750883f2ba4a0d5bd0e4298354b79


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

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