You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by sijie <gi...@git.apache.org> on 2017/06/22 17:52:31 UTC

[GitHub] bookkeeper issue #208: Improve fencing logic

GitHub user sijie opened an issue:

    https://github.com/apache/bookkeeper/issues/208

    Improve fencing logic

    
    **BUG REPORT**
    
    1. Please describe the issue you observed:
    
    - What did you do?
    
    - What did you expect to see?
    
    When bookie receive a fence request and couldn't find any writable dirs for the new index file, it will throw exception. This behavior can be improved, because as long as ledger fence request be persisted in Journal, we can say the fence request succeed. It should not depends on the success of flushing new index file.
    
    - What did you see instead?
    
    Fence failed when bookies are in readonly.
    


----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---