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/01/04 00:48:03 UTC

[GitHub] jai1 opened a new pull request #3300: CPP Client - Error out Lookup request after operation timeout.

jai1 opened a new pull request #3300: CPP Client - Error out Lookup request after operation timeout.
URL: https://github.com/apache/pulsar/pull/3300
 
 
   ### Motivation
   
   Currently, if the Broker gets stuck or unresponsive and doesn't respond to `CommandLookup` or `CommandPartitionMetadata` then we should fail the lookup after operationTimeout so that the request can go to other brokers.
   
   ### Modifications
   
   Added a new timeout function and a new structure to store timer for requestData.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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