LiveTServerSet.scanServers makes connections at scan time
---------------------------------------------------------

                 Key: ACCUMULO-79
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-79
             Project: Accumulo
          Issue Type: Bug
          Components: master
    Affects Versions: 1.3.5, 1.4.0, 1.5.0
            Reporter: John Vines
            Assignee: John Vines
             Fix For: 1.4.0, 1.5.0


LiveTServerSet.scanServers will make connections when it adds them to the list 
of live servers. This should instead be handled when the result of scanServers 
is used, so we don't waste cycles creating connections which just end up timing 
out anyway. This also lends to the connection wrapper used should reconnect 
once on failover and then fail instead of outright failing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to