4d53ef7eefb14661d824924e503a910de1ae997f
Files Diff
- Added: 6
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable file : FileStatus to thisNodeFile : FileStatus in method public getNodeLogFileToRead(nodeFiles List<FileStatus>, nodeId String, appId ApplicationId) : List<FileStatus> in class org.apache.hadoop.yarn.logaggregation.filecontroller.ifile.LogAggregationIndexedFileController | From | To | |
Extract Variable | 1 | ||
Extract Variable startEvent : RMNodeStartedEvent in method public registerNodeManager(request RegisterNodeManagerRequest) : RegisterNodeManagerResponse from class org.apache.hadoop.yarn.server.resourcemanager.ResourceTrackerService | From | To | |
Change Variable Type | 2 | ||
Change Variable Type nodeFiles : List<FileStatus> to nodeFiles : RemoteIterator<FileStatus> in method public readAggregatedLogs(logRequest ContainerLogsRequest, os OutputStream) : boolean in class org.apache.hadoop.yarn.logaggregation.filecontroller.ifile.LogAggregationIndexedFileController | From | To | |
Change Variable Type nodeFiles : List<FileStatus> to nodeFiles : RemoteIterator<FileStatus> in method public readAggregatedLogsMeta(logRequest ContainerLogsRequest) : List<ContainerLogMeta> in class org.apache.hadoop.yarn.logaggregation.filecontroller.ifile.LogAggregationIndexedFileController | From | To |