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/12 10:10:04 UTC

[GitHub] [pulsar] murong00 opened a new pull request #5844: [Reopen][Issue 5597] Retry when getPartitionedTopicMetadata failed

murong00 opened a new pull request #5844: [Reopen][Issue 5597] Retry when getPartitionedTopicMetadata failed
URL: https://github.com/apache/pulsar/pull/5844
 
 
   ### Motivation
   
   Fixes #5597
   
   Add backoff retries when getting partitioned metadata from brokers. 
   
   The change in #5734 (copy from #5603) used the wrong time unit when inited `Backoff` which failed to trigger the retry logic as expected.
   
   ### Modifications
   
   Correct the time unit and add some useful log.

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