Description
Testcase: testFileCreation took 3.419 sec Caused an ERROR java.io.IOException: Cannot create /test_dir; already exists as a directory at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.startFileInternal(FSNamesystem.java:1374) at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.startFile(FSNamesystem.java:1334) ... at org.apache.hadoop.ipc.Server$Handler.run(Server.java:1387) org.apache.hadoop.ipc.RemoteException: java.io.IOException: Cannot create /test_dir; already exists as a directory at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.startFileInternal(FSNamesystem.java:1374) ... at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:443) at org.apache.hadoop.hdfs.TestFileCreation.checkFileCreation(TestFileCreation.java:249) at org.apache.hadoop.hdfs.TestFileCreation.testFileCreation(TestFileCreation.java:179)
Attachments
Attachments
Issue Links
- is broken by
-
HDFS-4122 Cleanup HDFS logs and reduce the size of logged messages
- Closed