Uploaded image for project: 'CDH (READ-ONLY)'
  1. CDH (READ-ONLY)
  2. DISTRO-428

Config snippet for ssh fence timeout is invalid in HDFS High Availability Software Configuration

    Details

    • Type: Bug
    • Status: Open
    • Priority: Trivial
    • Resolution: Unresolved
    • Affects Version/s: CDH4.0.0
    • Fix Version/s: None
    • Component/s: Docs
    • Labels:
      None

      Description

      Nothing to major. Found this in the HDFS High Availability Software Configuration Guide. The value element for dfs.ha.fencing.ssh.connect-timeout does not have a value. This might sting someone who copy and pastes this snippet. Great docs by the way!

      <property>
        <name>dfs.ha.fencing.ssh.connect-timeout</name>
        <value>
      </property>
      

      Should be

      <property>
        <name>dfs.ha.fencing.ssh.connect-timeout</name>
        <value>30000</value>
        <description>
          SSH connection timeout, in milliseconds, to use with the builtin
          sshfence fencer.
        </description>
      </property>
      

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              jcustenborder Jeremy Custenborder
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated: