NPE during get topic stats
See original GitHub issuescreenshot
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:
- Created a year ago
- Reactions:1
- Comments:7 (7 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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.
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