Details
Description
While injecting network faults, I found that transient DNS problems caused us to bail out of ZooSessions rather than retrying as we do for all other IO problems. We should retry these failures just as we do for Connection Refused or other networking problems.
Since the addition of ACCUMULO-131, we can be sure that we won't retry actual invalid hosts for ever. Instead, after the time out period that holds for all other problems we'll properly exit.
The warn messages logged for IOExceptions should suffice to indicate improperly specified host names.
Attachments
Issue Links
- breaks
-
ACCUMULO-2967 Unknown Host results in unending wait for clients
- Resolved
- links to