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

DFSClient#getServerDefaults returns null within 1 hour of system start

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 2.7.0
    • 2.8.0, 2.7.1, 3.0.0-alpha1
    • None
    • None
    • Reviewed

    Description

      We recently hit NPE during Ambari Oozie service check. The failed hdfs command is below. It repros sometimes and then go away after the cluster runs for a while.

      [ambari-qa@c6401 ~]$ hadoop --config /etc/hadoop/conf fs -rm -r /user/ambari-qa/mapredsmokeoutput
      rm: Failed to get server trash configuration: null. Consider using -skipTrash option
      

      With additional tracing, the failure was located to the following stack.

      15/04/17 20:57:12 DEBUG fs.Trash: Failed to get server trash configuration
      java.lang.NullPointerException
      	at org.apache.hadoop.fs.Trash.moveToAppropriateTrash(Trash.java:86)
      	at org.apache.hadoop.fs.shell.Delete$Rm.moveToTrash(Delete.java:117)
      	at org.apache.hadoop.fs.shell.Delete$Rm.processPath(Delete.java:104)
      	at org.apache.hadoop.fs.shell.Command.processPaths(Command.java:321)
      	at org.apache.hadoop.fs.shell.Command.processPathArgument(Command.java:293)
      	at org.apache.hadoop.fs.shell.Command.processArgument(Command.java:275)
      	at org.apache.hadoop.fs.shell.Command.processArguments(Command.java:259)
      	at org.apache.hadoop.fs.shell.Command.processRawArguments(Command.java:205)
      	at org.apache.hadoop.fs.shell.Command.run(Command.java:166)
      	at org.apache.hadoop.fs.FsShell.run(FsShell.java:287)
      	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
      	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:84)
      	at org.apache.hadoop.fs.FsShell.main(FsShell.java:340)
      rm: Failed to get server trash configuration: null. Consider using -skipTrash option
      

      Attachments

        1. HDFS-8179.01.patch
          5 kB
          Xiaoyu Yao
        2. HDFS-8179.00.patch
          3 kB
          Xiaoyu Yao

        Issue Links

          Activity

            People

              xyao Xiaoyu Yao
              xyao Xiaoyu Yao
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: