| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
91 (0.169s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HDFS-4729] Fix OfflineImageViewer and permission checking for snapshot operations - HDFS - [issue]
|
|
...The format of FSImage is updated after supporting rename with snapshots. We need to update OfflineImageViewer accordingly.Also, some permission checks in FSNamesystem are incorrect....
|
|
|
http://issues.apache.org/jira/browse/HDFS-4729
Author: Jing Zhao,
2013-04-25, 14:08
|
|
|
[HDFS-4686] Fix quota computation for rename with snapshots - HDFS - [issue]
|
|
...Currently after a rename operation within/from a snapshottable directory, a reference node is created in both src and dst subtree, pointing to the original renamed inode. With this change th...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4686
Author: Jing Zhao,
2013-04-25, 14:08
|
|
|
[HDFS-4124] Refactor INodeDirectory#getExistingPathINodes() to enable returning more than INode array - HDFS - [issue]
|
|
...Currently INodeDirectory#getExistingPathINodes() uses an INode array to return the INodes resolved from the given path. For snapshot we need the function to be able to return more informatio...
|
|
|
http://issues.apache.org/jira/browse/HDFS-4124
Author: Jing Zhao,
2013-04-24, 17:11
|
|
|
[HDFS-4726] Fix test failures after merging the mapping from INodeId to INode - HDFS - [issue]
|
|
...We have several test failures after merging HDFS-4434 from trunk. This jira is created to fix the test failures....
|
|
|
http://issues.apache.org/jira/browse/HDFS-4726
Author: Jing Zhao,
2013-04-23, 14:09
|
|
|
[HDFS-4727] Update inodeMap after deleting files/directories/snapshots - HDFS - [issue]
|
|
...This whole process is similar with updating blocksMap: while deleting files/directories/snapshots, we collect inodes that will no longer exist and update the inodeMap accordingly....
|
|
|
http://issues.apache.org/jira/browse/HDFS-4727
Author: Jing Zhao,
2013-04-23, 14:09
|
|
|
[HDFS-4667] Capture renamed files/directories in snapshot diff report - HDFS - [issue]
|
|
...Currently in the diff report we only show file/dir creation, deletion and modification. After rename with snapshots is supported, renamed file/dir should also be captured in the diff report....
|
|
|
http://issues.apache.org/jira/browse/HDFS-4667
Author: Jing Zhao,
2013-04-19, 17:20
|
|
|
[HDFS-4622] Remove redundant synchronized from FSNamesystem#rollEditLog in branch-1 - HDFS - [issue]
|
|
...HDFS-4222 moves checkSuperuserPrivilege out of the namespace lock scope but missed the rollEditLog method....
|
|
|
http://issues.apache.org/jira/browse/HDFS-4622
Author: Jing Zhao,
2013-04-18, 09:14
|
|
|
[HDFS-4700] Fix the undo section of rename with snapshots - HDFS - [issue]
|
|
...If a rename operation fails in the middle, the current undo section does not clear the diff list. This jira aims to fix the undo logic and adds corresponding unit tests....
|
|
|
http://issues.apache.org/jira/browse/HDFS-4700
Author: Jing Zhao,
2013-04-17, 14:15
|
|
|
[HDFS-4550] Refactor INodesInPath to a standalone class - HDFS - [issue]
|
|
...Currently, INodesInPath is an inner class in INodeDirectory. However, INodesInPath is useful in general but not limited to INodeDirectory....
|
|
|
http://issues.apache.org/jira/browse/HDFS-4550
Author: Jing Zhao,
2013-04-17, 14:15
|
|
|
[HDFS-4666] Disallow users to create file/dir named ".snapshot" - HDFS - [issue]
|
|
...Currently ".snapshot" is reserved by snapshots as a special tag to specify the path leading to snapshot copies. We should disallow users to create file/dir using name ".snapshot"....
|
|
|
http://issues.apache.org/jira/browse/HDFS-4666
Author: Jing Zhao,
2013-04-16, 18:34
|
|
|
|