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

Made decrementing pendingPublishAcks more thread safe #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

devinbost
Copy link
Owner

Looks like accesses in this path are multi-threaded, so the decrement and looks like it might be unsafe.

@devinbost
Copy link
Owner Author

Another flaky test:

Error: Tests run: 4, Failures: 1, Errors: 0, Skipped: 3, Time elapsed: 9.231 s <<< FAILURE! - in org.apache.pulsar.client.api.TokenAuthenticatedProducerConsumerTest
Error: testTokenProducerAndConsumer(org.apache.pulsar.client.api.TokenAuthenticatedProducerConsumerTest) Time elapsed: 0.164 s <<< FAILURE!

@github-actions
Copy link

The pr had no activity for 30 days, mark with Stale label.

@github-actions github-actions bot added the Stale label Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant