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

[GitHub] sijie opened a new issue #282: Record metadata store version somewhere

sijie opened a new issue #282: Record metadata store version somewhere
URL: https://github.com/apache/bookkeeper/issues/282
 
 
   **FEATURE REQUEST**
   
   1. Please describe the feature you are requesting.
   
   Address the TODO item in MSLedgerManagerFactory
   
           // load metadata store
           String msName = conf.getMetastoreImplClass();
           try {
               metastore = MetastoreFactory.createMetaStore(msName);
   
               // TODO: should record version in somewhere. e.g. ZooKeeper
               int msVersion = metastore.getVersion();
               metastore.init(conf, msVersion);
           } catch (Throwable t) {
               throw new IOException("Failed to initialize metastore " + msName + " : ", t);
           }
   
   2. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?
   
   **nice-to-have**
   
   3. Provide any additional detail on your proposed use case for this feature.
   
   N/A
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services