question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

NPE during get topic stats

See original GitHub issue

screenshot

image

which version do you use

compile the master code for test

content

I think it’s a regression by https://github.com/apache/pulsar/pull/12401 when client isSupportsPartialProducer is false. @equanz please have take a look

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
michaeljmarshallcommented, Jun 3, 2022

@Shoothzj - it would have been really helpful if your screen shot was actually text so that it could be indexed and searchable. I would have found this issue much sooner when debugging #15152, which was the same issue. I think it would be worth discussing the ~issue wording~ issue template wording to remove “screenshot” since copied and pasted logs are much more valuable.

0reactions
equanzcommented, May 12, 2022

I’ve created the PR https://github.com/apache/pulsar/pull/15502 to fix the issue.

And I forgot the specification written below. https://github.com/apache/pulsar/pull/15502#issuecomment-1122374761

Read more comments on GitHub >

github_iconTop Results From Across the Web

Irregular occurance of NPE in Kafka Streams DSL while ...
I am using Kafka Streams DSL API having version 1.0.0. I get irregular Null Pointer Exceptions while fetching data from the state store....
Read more >
Compile Time Checking for NullPointerException — oracle-tech
I think Java should put a compile time checking for null pointer exception. If an instance variable(object type) is declared but not assigned...
Read more >
PersistentStateComponent throws NPE (unable to find the ...
Hello, I am the first time writer here. And if current topic should be in the another section - please move it. I...
Read more >
Null Pointer Exception In Java - GeeksforGeeks
NullPointerException is thrown when program attempts to use an object reference that has the null value. These can be: Invoking a method from...
Read more >
[Transform] _stats throws NPE if 1 transform task is unassigned
The NPE is thrown when resolving node ids, however the root cause seems to be in the transport. When it resolves the tasks...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found