-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.8.0, 3.0.0-alpha1
-
Component/s: None
-
Labels:None
-
Target Version/s:
-
Hadoop Flags:Reviewed
Per the discussion here, currently we call INode#addSpaceConsumed while file/dir/snapshot deletion, even if this is still in the edits loading process. This is unnecessary and can cause issue like HDFS-7611. We should collect quota change and call FSDirectory#updateCount at the end of the operation.
- is related to
-
HDFS-11254 Standby NameNode may crash during failover if loading edits takes too long
-
- Resolved
-
-
HDFS-7584 Enable Quota Support for Storage Types
-
- Closed
-
- relates to
-
HDFS-6763 Initialize file system-wide quota once on transitioning to active
-
- Resolved
-