You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2021/01/11 10:33:13 UTC

[GitHub] [bookkeeper] hangc0276 opened a new issue #2529: Bookie should not shutdown when disk IO error

hangc0276 opened a new issue #2529:
URL: https://github.com/apache/bookkeeper/issues/2529


   **FEATURE REQUEST**
   
   1. Please describe the feature you are requesting.
   In current Bookkeeper implementation, when disk occurs IO error, eg, disk readonly failure or disk sector failure, it will trigger bookie shutdown and the bookie can't startup before the bad disk kicked off by admin.
   In my production, we has 24 disks per node and the disks' failure rate is high enough. If the bookie shutdown when occurs disk IO error, it will trigger Bookkeeper cluster to re-replicate the lost data, which belongs to the shutdown bookie. However the amount of data belongs to the bookie will be tens of TB, which will cause Bookkeeper cluster busy and make it unstable.
   
   2. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have).
     In my env, i should solved this problem before bring it to production.
   
   3. Provide any additional detail on your proposed use case for this feature.
   Do you have any ideas or plans to add this feature, or we can discuss the feature design.
   


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



[GitHub] [bookkeeper] sijie commented on issue #2529: Bookie should not shutdown when disk IO error

Posted by GitBox <gi...@apache.org>.
sijie commented on issue #2529:
URL: https://github.com/apache/bookkeeper/issues/2529#issuecomment-759345115


   @hangc0276 as we discussed offline, we should mark a disk as broken and trigger auto-recovery to replicate the entries on that disk. 


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



[GitHub] [bookkeeper] zcola commented on issue #2529: Bookie should not shutdown when disk IO error

Posted by GitBox <gi...@apache.org>.
zcola commented on issue #2529:
URL: https://github.com/apache/bookkeeper/issues/2529#issuecomment-1041050044


   +1


-- 
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: issues-unsubscribe@bookkeeper.apache.org

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



[GitHub] [bookkeeper] hangc0276 commented on issue #2529: Bookie should not shutdown when disk IO error

Posted by GitBox <gi...@apache.org>.
hangc0276 commented on issue #2529:
URL: https://github.com/apache/bookkeeper/issues/2529#issuecomment-757898138


   Could you give me some suggestion? @sijie @merlimat @ivankelly @eolivelli @jiazhai 


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



[GitHub] [bookkeeper] wangjialing218 commented on issue #2529: Bookie should not shutdown when disk IO error

Posted by GitBox <gi...@apache.org>.
wangjialing218 commented on issue #2529:
URL: https://github.com/apache/bookkeeper/issues/2529#issuecomment-938514783


   > @hangc0276 as we discussed offline, we should mark a disk as broken and trigger auto-recovery to replicate the entries on that disk.
   
   @sijie @hangc0276 we also meet this problem in our production.
   Is it possible to add such feature in bookie? Such as `dfs.datanode.failed.volumes.tolerated` in hdfs.


-- 
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: issues-unsubscribe@bookkeeper.apache.org

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



[GitHub] [bookkeeper] eolivelli commented on issue #2529: Bookie should not shutdown when disk IO error

Posted by GitBox <gi...@apache.org>.
eolivelli commented on issue #2529:
URL: https://github.com/apache/bookkeeper/issues/2529#issuecomment-759338650


   in my opinion we do not have tools and features to handle this case.
   but definitely we should do something
   I have only experience of single disk Bookies
   
   probably @jvrao @karanmehta93 or @merlimat  and @sijie may have more experience to share


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