symat commented on pull request #1524:
URL: https://github.com/apache/zookeeper/pull/1524#issuecomment-723857220
I saw you originally guarded the address recreation with the following
condition:
```
if (address.isUnresolved()) { ... }
```
Why did you decide to remove this condition? Anyway, this code shouldn't run
frequently, so I'm fine to recreate the address every time... but I'm curious:
having the `if (address.isUnresolved())` didn't solve the problem?
----------------------------------------------------------------
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:
[email protected]