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

[improve][CI] Replace test reporting with less verbose solution #78

Closed
wants to merge 20 commits into from

Conversation

lhotari
Copy link
Owner

@lhotari lhotari commented Aug 28, 2022

No description provided.

Technoboy- and others added 10 commits August 29, 2022 22:03
…CreatedCallback_`. (apache#17325)

Fixes apache#14848

### Motivation

We should execute `callback` before executing `readerCreatedCallback_`, otherwise, we may get the wrong consumers size. More see:

https://github.com/apache/pulsar/blob/e23d312c04da1d82d35f9e2faf8a446f8e8a4eeb/pulsar-client-cpp/lib/ReaderImpl.cc#L84-L92

https://github.com/apache/pulsar/blob/c48a3243287c7d775459b6437d9f4b24ed44cf4c/pulsar-client-cpp/lib/ClientImpl.cc#L250-L254

### Modifications

execute `callback` before executing `readerCreatedCallback_`
…spaces (apache#17206)

* make deletePersistence method async in Namespaces

* update comment

* remove irrelevant import

* reduce unnecessary exceptions

* remove redundant exception log printing logic

Co-authored-by: huangzegui <[email protected]>
@lhotari lhotari closed this Aug 31, 2022
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.