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

Expose SecureClientPort and SecureClientAddress JMX properties

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.5.0
    • 3.5.2
    • jmx
    • None

    Description

      ZooKeeper currently exposes ClientPort and ClientAddress JMX properties.
      Same way we should expose SecureClientPort and SecureClientAddress.
      The values for these two properties will be decided based on the configured value of secureClientPort and secureClientPortAddress

      The value of SecureClientPort will be:
      secureClientPort (if secureClientPort is configured)
      empty string (If secureClientPort is not configured)

      The value of SecureClientAddress will be:
      secureClientPortAddress:secureClientPort (if both secureClientPort and secureClientPortAddress are configured)
      0.0.0.0:secureClientPort or 0:0:0:0:0:0:0:0:secureClientPort (if only secureClientPort is configured)
      empty string (If secureClientPort is not configured)

      Attachments

        1. ZOOKEEPER-2300-01.patch
          6 kB
          Mohammad Arshad

        Activity

          People

            arshad.mohammad Mohammad Arshad
            arshad.mohammad Mohammad Arshad
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: