[ 
https://issues.apache.org/jira/browse/BOOKKEEPER-566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sijie Guo updated BOOKKEEPER-566:
---------------------------------

    Fix Version/s:     (was: 4.3.0)
    
> provide a bookie store interface.
> ---------------------------------
>
>                 Key: BOOKKEEPER-566
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-566
>             Project: Bookkeeper
>          Issue Type: Improvement
>          Components: bookkeeper-server
>            Reporter: Sijie Guo
>
> Currently, Bookie does a lot of things, managing storage, managing bookie 
> state (readonly or shutdown), handling zookeeper connections. It would be 
> better to put SyncThread, Journal and LedgerStorage under a bookie store 
> interface. so bookie just interacts with BookieStore for storage, interacts 
> with ZooKeeper for membership management and manage the state transition 
> through a StateTransitor (turn to readonly or shutdown).
> A BookieStore interface is easy to evaluate storage performance itself, and 
> easy for plugging different storage implementation in future.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to