Uploaded image for project: 'ZooKeeper'
  1. ZooKeeper
  2. ZOOKEEPER-1658

Support SRV records

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • None

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            akvadrako Devin Bayer
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: