Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-13796

ZKUtil doesn't clean quorum setting properly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.0.1, 1.1.0, 0.98.12
    • 1.2.0, 0.98.17, 2.0.0
    • None
    • None
    • Reviewed

    Description

      ZKUtil.getZooKeeperClusterKey is obviously trying to pull out the ZooKeeper quorum setting from the config object and remove several special characters from it. Due to a misplaced parenthesis, however, it's instead running the replace operation on the config setting name, HConstants.ZOOKEEPER_QUORUM, and not the config setting itself.

      Attachments

        1. HBASE-13796.patch
          3 kB
          Geoffrey Jacoby

        Activity

          People

            gjacoby Geoffrey Jacoby
            gjacoby Geoffrey Jacoby
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: