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/09/07 20:55:27 UTC

[GitHub] [pulsar] merlimat opened a new pull request #11958: [C++] Fixed attempting to connect to multiple IP addresses

merlimat opened a new pull request #11958:
URL: https://github.com/apache/pulsar/pull/11958


   ### Motivation
   
   Fix #11950
   
   In #11557 there was a fix to advance the DNS resolver result iterator before attempting to reconnect to the subsequent IP results. 
   
   The problem was that the 1st increment was not removed, so we were left to always skip the 2nd DNS result.


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



[GitHub] [pulsar] merlimat merged pull request #11958: [C++] Fixed attempting to connect to multiple IP addresses

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


   


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