You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Devin Bayer (JIRA)" <ji...@apache.org> on 2013/03/03 13:13:12 UTC

[jira] [Created] (ZOOKEEPER-1658) Support SRV records

Devin Bayer created ZOOKEEPER-1658:
--------------------------------------

             Summary: Support SRV records
                 Key: ZOOKEEPER-1658
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1658
             Project: ZooKeeper
          Issue Type: Improvement
            Reporter: Devin Bayer
            Priority: Minor


We want to make client configuration easy so the quorum is just a single A rrset with multiple IP addresses. This isn't ideal because we need to hard-code the IPs off our zookeeper servers and they already have domain names. If zookeeper supported SRV, we could just do:

  _zookeeper.example.com. 86400 IN SRV 10 60 2181 worker1
  _zookeeper.example.com. 86400 IN SRV 10 20 2181 worker2
  _zookeeper.example.com. 86400 IN SRV 10 10 2181 worker3

and -Dhbase.zookeeper.quorum=example.com

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira