Try all InetAddress[] returned by getAllByName("controller") instead of just 
getByName()
----------------------------------------------------------------------------------------

         Key: SEQUOIA-912
         URL: https://forge.continuent.org/jira/browse/SEQUOIA-912
     Project: Sequoia
        Type: Bug
  Components: JDBC Driver  
    Versions: Sequoia 2.10.5, Sequoia 3.0 beta2, Sequoia 2.10.4, Sequoia 
2.10.3, Sequoia 3.0 beta1, Sequoia 2.10.2, Sequoia 2.10.1, Sequoia 2.10, 
Sequoia 2.9    
    Reporter: Marc Herbert
    Priority: Minor


This is the same than CAROB-111 but for JDBC.
Currently SequoiaUrl calls new ControllerInfo which calls new 
super.InetSocketAddress() which is using only InetAddress.getByName(hostname) 
instead of the better getAllByName().
This is simple and convenient but does not respect RFC1123 for multihomed 
computers. This may be more and more an issue with the increased adoption of 
IPv6.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://forge.continuent.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


_______________________________________________
Sequoia mailing list
Sequoia@lists.forge.continuent.org
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to