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 2019/12/06 12:29:31 UTC

[GitHub] [pulsar] tuteng edited a comment on issue #5417: Broker hangs and crashes when listing non-persistent topics

tuteng edited a comment on issue #5417: Broker hangs and crashes when listing non-persistent topics
URL: https://github.com/apache/pulsar/issues/5417#issuecomment-562549793
 
 
   @digi691 You can try version 2.4.2 https://dist.apache.org/repos/dist/release/pulsar/pulsar-2.4.2/.
   A blocking operation was used in version 2.4.1 https://github.com/apache/pulsar/blob/v2.4.1/pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v2/NonPersistentTopics.java#L184, and has been fixed in version 2.4.2 https://github.com/apache/pulsar/blob/v2.4.2/pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v2/NonPersistentTopics.java#L234.

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


With regards,
Apache Git Services