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 2021/04/29 00:25:23 UTC

[GitHub] [pulsar] rdhabalia opened a new pull request #10430: [pulsar-broker] Handle NPE in unblock stuck subscrption task when dis…

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


   …patcher is not created
   
   ### Motivation
   It fixes #10429 NPE when subscription has not created dispatcher yet.
   ```
   2021-04-29T00:11:51,161 [pulsar-stats-updater-29-1] ERROR org.apache.pulsar.broker.service.persistent.PersistentTopic - Got exception when creating consumer stats for subscription __compaction: null
   java.lang.NullPointerException: null
   at org.apache.pulsar.broker.service.persistent.PersistentSubscription.checkAndUnblockIfStuck(PersistentSubscription.java:1101) ~[org.apache.pulsar-pulsar-broker-2.8.0-SNAPSHOT.jar:2.8.0-SNAPSHOT]
   at org.apache.pulsar.broker.service.persistent.PersistentTopic.lambda$updateRates$45(PersistentTopic.java:1642) ~[org.apache.pulsar-pulsar-broker-2.8.0-SNAPSHOT.jar:2.8.0-SNAPSHOT]
   ```


-- 
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] lhotari commented on pull request #10430: [pulsar-broker] Handle NPE in unblock stuck subscrption task when dis…

Posted by GitBox <gi...@apache.org>.
lhotari commented on pull request #10430:
URL: https://github.com/apache/pulsar/pull/10430#issuecomment-828940915


   /pulsarbot run-failure-checks


-- 
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] devinbost commented on pull request #10430: [pulsar-broker] Handle NPE in unblock stuck subscrption task when dis…

Posted by GitBox <gi...@apache.org>.
devinbost commented on pull request #10430:
URL: https://github.com/apache/pulsar/pull/10430#issuecomment-831777489


   @rdhabalia nice work 


-- 
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] eolivelli merged pull request #10430: [pulsar-broker] Handle NPE in unblock stuck subscrption task when dis…

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


   


-- 
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] codelipenghui commented on pull request #10430: [pulsar-broker] Handle NPE in unblock stuck subscrption task when dis…

Posted by GitBox <gi...@apache.org>.
codelipenghui commented on pull request #10430:
URL: https://github.com/apache/pulsar/pull/10430#issuecomment-868949936


   branch-2.7 does not have the feature of allowing the broker to discover and unblock stuck subscription so we don't need to cherry-pick this one to branch-2.7


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

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