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

[Java Client] Fix NPE in ClientCnx #9761

Merged
merged 1 commit into from
Mar 1, 2021

Conversation

lhotari
Copy link
Member

@lhotari lhotari commented Mar 1, 2021

Fixes #9760

Motivation

There's a NPE on this line in logs when running ReplicatorTest:

Modifications

Add null check

@lhotari lhotari changed the title Fix NPE in ClientCnx [Java Client] Fix NPE in ClientCnx Mar 1, 2021
@lhotari
Copy link
Member Author

lhotari commented Mar 1, 2021

/pulsarbot run-failure-checks

@codelipenghui codelipenghui added type/flaky-tests type/bug The PR fixed a bug or issue reported a bug release/2.7.1 labels Mar 1, 2021
@codelipenghui codelipenghui added this to the 2.8.0 milestone Mar 1, 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.

LGTM

@merlimat merlimat merged commit 306cf99 into apache:master Mar 1, 2021
@zymap
Copy link
Member

zymap commented Mar 3, 2021

This PR fixed issue is introduced by #8996. I will remove the release/2.7.1 label.

@zymap zymap added type/bug The PR fixed a bug or issue reported a bug and removed type/bug The PR fixed a bug or issue reported a bug release/2.7.1 labels Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug The PR fixed a bug or issue reported a bug type/flaky-tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Java Client] NullPointerException in ClientCnx
5 participants