You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/08/06 01:48:51 UTC

[GitHub] [pulsar] rdhabalia opened a new pull request #7766: [pulsar-proxy] Handle NPE while updating proxy stats

rdhabalia opened a new pull request #7766:
URL: https://github.com/apache/pulsar/pull/7766


   ### Motivation
   Handle NPE while updating proxy-stats
   ```
   java.lang.NullPointerException
   	at org.apache.pulsar.proxy.server.ProxyService.lambda$1(ProxyService.java:161)
   	at java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4649)
   	at java.util.Collections$SetFromMap.forEach(Collections.java:5476)
   	at org.apache.pulsar.proxy.server.ProxyService.lambda$0(ProxyService.java:159)
   	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
   	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
   	at java.lang.Thread.run(Thread.java:745)
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] sijie merged pull request #7766: [pulsar-proxy] Handle NPE while updating proxy stats

Posted by GitBox <gi...@apache.org>.
sijie merged pull request #7766:
URL: https://github.com/apache/pulsar/pull/7766


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org