Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added CLI command to start state store service without a bookie #2648

Closed
wants to merge 1 commit into from

Conversation

merlimat
Copy link
Contributor

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.

@merlimat merlimat added this to the 4.14.0 milestone Mar 17, 2021
@merlimat merlimat self-assigned this Mar 17, 2021
Copy link
Contributor

@eolivelli eolivelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool

+1

@eolivelli
Copy link
Contributor

@dlg99 PTAL

@eolivelli
Copy link
Contributor

@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

@dlg99 dlg99 modified the milestones: 4.14.0, 4.15.0 May 7, 2021
@dlg99 dlg99 modified the milestones: 4.15.0, 4.16.0 Mar 11, 2022
@hangc0276
Copy link
Contributor

@merlimat Thanks for your contribution. Would you please rebase the master? thanks.

@hangc0276 hangc0276 modified the milestones: 4.16.0, 4.17.0 Jul 29, 2022
@merlimat merlimat closed this Feb 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants