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

Package management bookkeeper storage implementation #8744

Merged

Conversation

zymap
Copy link
Member

@zymap zymap commented Nov 30, 2020

Master Issue: #8676

Motivation

Support bookkeeper storage for packages management service.

Modifications

  • Add bookkeeper storage provider
  • Add bookkeeper storage unit tests

@zymap zymap force-pushed the package-management-bookkeeper-storage branch from 70887c2 to baa84b1 Compare November 30, 2020 10:00
@zymap zymap changed the title (WIP) Package management bookkeeper storage (WIP) Package management bookkeeper storage implementation Nov 30, 2020
@zymap zymap force-pushed the package-management-bookkeeper-storage branch from baa84b1 to 815ffe6 Compare December 1, 2020 02:15
@zymap zymap changed the title (WIP) Package management bookkeeper storage implementation Package management bookkeeper storage implementation Dec 1, 2020
@zymap
Copy link
Member Author

zymap commented Dec 1, 2020

@sijie @jiazhai @codelipenghui Please take a look when you have time. Thanks.

@zymap
Copy link
Member Author

zymap commented Dec 2, 2020

ping

@zymap
Copy link
Member Author

zymap commented Dec 2, 2020

ping @codelipenghui @jiazhai @sijie

@zymap
Copy link
Member Author

zymap commented Dec 3, 2020

ping


@Override
public CompletableFuture<Void> closeAsync() {
return CompletableFuture.runAsync(() -> this.namespace.close());
Copy link
Contributor

Choose a reason for hiding this comment

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

We should also close the DistributedLogManager?

Copy link
Member Author

Choose a reason for hiding this comment

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

@codelipenghui codelipenghui merged commit 4a2b006 into apache:master Dec 3, 2020
@codelipenghui codelipenghui added this to the 2.8.0 milestone Dec 3, 2020
RobertIndie pushed a commit to RobertIndie/pulsar that referenced this pull request Dec 8, 2020
Master Issue: apache#8676

### Motivation

Support bookkeeper storage for packages management service.

### Modifications

- Add bookkeeper storage provider
- Add bookkeeper storage unit tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants