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

Check client if closed when complete callback. #3661

Merged
merged 1 commit into from
Nov 24, 2022

Conversation

mattisonchao
Copy link
Member

Motivation

Follow the same rules to complete the callback to avoid Bookkeeper client operations being allowed even after its closure.

Changes

  • Use bk.getReturnRc(rc) check the client state.

Follow the sam rules to complete the callback to avoid
Bookkeeper client operations are allowed even after its closure.
@zymap zymap merged commit 221cba4 into apache:master Nov 24, 2022
@mattisonchao mattisonchao deleted the small_improve branch November 24, 2022 05:38
yaalsn pushed a commit to yaalsn/bookkeeper that referenced this pull request Jan 30, 2023
### Motivation

Follow the same rules to complete the callback to avoid Bookkeeper client operations being allowed even after its closure.

### Changes

- Use `bk.getReturnRc(rc)` check the client state.
zymap pushed a commit that referenced this pull request Feb 16, 2023
### Motivation

Follow the same rules to complete the callback to avoid Bookkeeper client operations being allowed even after its closure.

### Changes

- Use `bk.getReturnRc(rc)` check the client state.

(cherry picked from commit 221cba4)
Ghatage pushed a commit to sijie/bookkeeper that referenced this pull request Jul 12, 2024
### Motivation

Follow the same rules to complete the callback to avoid Bookkeeper client operations being allowed even after its closure.

### Changes

- Use `bk.getReturnRc(rc)` check the client state.
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

3 participants