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/03/17 01:29:13 UTC

[GitHub] [bookkeeper] merlimat opened a new pull request #2648: Added CLI command to start state store service without a bookie

merlimat opened a new pull request #2648:
URL: https://github.com/apache/bookkeeper/pull/2648


   ### Motivation
   
   Allow to start a state store service process alone, without requiring to start a bookie. This is useful to have the state store to operate as a separate service, which uses BK for persistence. 
   
   


----------------------------------------------------------------
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] eolivelli commented on pull request #2648: Added CLI command to start state store service without a bookie

Posted by GitBox <gi...@apache.org>.
eolivelli commented on pull request #2648:
URL: https://github.com/apache/bookkeeper/pull/2648#issuecomment-801810463


   @merlimat  we have build error
   
   ```
   Error:  COMPILATION ERROR : 
   [INFO] -------------------------------------------------------------
   Error:  /home/runner/work/bookkeeper/bookkeeper/stream/server/src/main/java/org/apache/bookkeeper/stream/server/StateStoreMain.java:[21,36] cannot find symbol
     symbol:   class BookieResources
     location: package org.apache.bookkeeper.bookie
   Error:  /home/runner/work/bookkeeper/bookkeeper/stream/server/src/main/java/org/apache/bookkeeper/stream/server/StateStoreMain.java:[23,46] cannot find symbol
     symbol:   class ByteBufAllocatorWithOomHandler
     location: package org.apache.bookkeeper.common.allocator
   Error:  /home/runner/work/bookkeeper/bookkeeper/stream/server/src/main/java/org/apache/bookkeeper/stream/server/StateStoreMain.java:[24,46] cannot find symbol
     symbol:   class AutoCloseableLifecycleComponent
     location: package org.apache.bookkeeper.common.component
   ```


----------------------------------------------------------------
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] eolivelli commented on pull request #2648: Added CLI command to start state store service without a bookie

Posted by GitBox <gi...@apache.org>.
eolivelli commented on pull request #2648:
URL: https://github.com/apache/bookkeeper/pull/2648#issuecomment-800861932


   @dlg99 PTAL


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