Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-16712

Fix incorrect placeholder in DataNode.java

    XMLWordPrintableJSON

Details

    • Reviewed

    Description

      Fix incorrect placeholder in DataNode.java

      public String getDiskBalancerStatus() {
        try {
          return getDiskBalancer().queryWorkStatus().toJsonString();
        } catch (IOException ex) {
          // incorrect placeholder
          LOG.debug("Reading diskbalancer Status failed. ex:{}", ex);
          return "";
        }
      } 

      Attachments

        Issue Links

          Activity

            People

              xuzq_zander ZanderXu
              xuzq_zander ZanderXu
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h 20m
                  1h 20m