|
@@ -3254,10 +3254,10 @@ public class FSNamesystem implements Namesystem, FSNamesystemMBean,
|
|
throw e;
|
|
throw e;
|
|
}
|
|
}
|
|
getEditLog().logSync();
|
|
getEditLog().logSync();
|
|
|
|
+ logAuditEvent(true, operationName, src);
|
|
if (toRemovedBlocks != null) {
|
|
if (toRemovedBlocks != null) {
|
|
removeBlocks(toRemovedBlocks); // Incremental deletion of blocks
|
|
removeBlocks(toRemovedBlocks); // Incremental deletion of blocks
|
|
}
|
|
}
|
|
- logAuditEvent(true, operationName, src);
|
|
|
|
return ret;
|
|
return ret;
|
|
}
|
|
}
|
|
|
|
|