You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Benjamin Reed (JIRA)" <ji...@apache.org> on 2009/02/23 23:58:02 UTC

[jira] Created: (ZOOKEEPER-328) We need to test the code that uses DNS lookups that return multiple results to enumerate the zookeeper servers

We need to test the code that uses DNS lookups that return multiple results to enumerate the zookeeper servers
--------------------------------------------------------------------------------------------------------------

                 Key: ZOOKEEPER-328
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-328
             Project: Zookeeper
          Issue Type: Test
          Components: c client, java client
            Reporter: Benjamin Reed
            Priority: Minor


Our client code uses the list of addresses returned from DNS as separate servers, so a zookeeper installation can have a single host name resolve to the addresses of all the zookeeper servers. this allows the zookeepers to change without changing the clients' configuration. the code is there, but we do not have tests for that code.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-328) We need to test the code that uses DNS lookups that return multiple results to enumerate the zookeeper servers

Posted by "Mahadev konar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mahadev konar updated ZOOKEEPER-328:
------------------------------------

    Fix Version/s: 3.3.0

> We need to test the code that uses DNS lookups that return multiple results to enumerate the zookeeper servers
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-328
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-328
>             Project: Zookeeper
>          Issue Type: Test
>          Components: c client, java client
>            Reporter: Benjamin Reed
>            Priority: Minor
>             Fix For: 3.3.0
>
>
> Our client code uses the list of addresses returned from DNS as separate servers, so a zookeeper installation can have a single host name resolve to the addresses of all the zookeeper servers. this allows the zookeepers to change without changing the clients' configuration. the code is there, but we do not have tests for that code.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.