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

ZK_CLIENT_PORT_KEY maybe is not correct

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Invalid
    • 0.90.6
    • 0.90.7
    • Zookeeper
    • None

    Description

      the ZK_CLIENT_PORT_KEY is declared as followed:
      private static final String ZK_CFG_PROPERTY = "hbase.zookeeper.property.";
      private static final String ZK_CLIENT_PORT_KEY = ZK_CFG_PROPERTY
      + "clientPort";

      i think it is not correct exactly, it should not contain the prefix ZK_CFG_PROPERTY.

      IMO, need to change it to private static final String ZK_CLIENT_PORT_KEY = "clientPort";

      Attachments

        Activity

          People

            Unassigned Unassigned
            zhou wen jian Zhou wenjian
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: