ef1487899d12a9ad64ebaec576fd3f8761fcc768
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private doAuditLog(command String, src String, dst String, inode Inode, context RpcUtils.RpcContext) : void renamed to private checkAndCommitAuditLog(command String, src String, dst String, inode Inode, context RpcUtils.RpcContext) : void in class alluxio.master.file.DefaultFileSystemMaster | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type mAuditLogEntries : ConcurrentLinkedQueue<RpcUtils.RpcContext> to mAuditLogEntries : ArrayBlockingQueue<RpcUtils.RpcContext> in class alluxio.master.audit.UserAccessAuditLog | From | To |