Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-11118 Block Storage for HDFS
  3. HDFS-12041

Block Storage : make the server address config more concise

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Minor
    • Resolution: Won't Fix
    • None
    • None
    • hdfs
    • None

    Description

      Currently there are a few places where the address are read from config like such

          String cbmIPAddress = ozoneConf.get(
              DFS_CBLOCK_JSCSI_CBLOCK_SERVER_ADDRESS_KEY,
              DFS_CBLOCK_JSCSI_CBLOCK_SERVER_ADDRESS_DEFAULT
          );
          int cbmPort = ozoneConf.getInt(
              DFS_CBLOCK_JSCSI_PORT_KEY,
              DFS_CBLOCK_JSCSI_PORT_DEFAULT
          );
      

      Similarly for jscsi address config. Maybe we should consider merge these to one single key config in form of host:port.

      Attachments

        Activity

          People

            vagarychen Chen Liang
            vagarychen Chen Liang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: