Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
Snapshot (HDFS-2802)
-
None
Description
Steps to repro:
- mkdir /1
- Allow snapshot on /1
- mkdir /1/2
- Put file /1/2/f1
- Take snapshot snap1 of /1
- Rename /1/2/f1 to /1/2/f2
Fails with exception in INodeDirectory.replaceSelf
Preconditions.checkArgument(parent != null, "parent is null, this=%s", this);
Attachments
Attachments
Issue Links
- Is contained by
-
HDFS-4675 Fix rename across snapshottable directories
- Resolved