1b081ca27e05e97d8b7d284ca24200d43763e481
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private sendLogAggregationReport(logAggregationStatus LogAggregationStatus, diagnosticMessage String) : void renamed to private sendLogAggregationReportInternal(logAggregationStatus LogAggregationStatus, diagnosticMessage String) : void in class org.apache.hadoop.yarn.server.nodemanager.containermanager.logaggregation.AppLogAggregatorImpl | From | To | |
Rename Method public LogWriter(conf Configuration, remoteAppLogFile Path, userUgi UserGroupInformation) renamed to public initialize(conf Configuration, remoteAppLogFile Path, userUgi UserGroupInformation) : void in class org.apache.hadoop.yarn.logaggregation.AggregatedLogFormat.LogWriter | From | To | |
Inline Method | 2 | ||
Inline Method private getSpiedLogWriter(conf Configuration, ugi UserGroupInformation, remoteAppLogFile Path) : LogWriter inlined to public AppLogAggregatorInTest(dispatcher Dispatcher, deletionService DeletionService, conf Configuration, appId ApplicationId, ugi UserGroupInformation, nodeId NodeId, dirsHandler LocalDirsHandlerService, remoteNodeLogFileForApp Path, appAcls Map<ApplicationAccessType,String>, logAggregationContext LogAggregationContext, context Context, lfs FileContext, recoveredLogInitedTime long) in class org.apache.hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestAppLogAggregatorImpl.AppLogAggregatorInTest | From | To | |
Extract Method | 2 | ||
Extract Method private sendLogAggregationReport(logAggregationSucceedInThisCycle boolean, diagnosticMessage String, appFinished boolean) : void extracted from private uploadLogsForContainers(appFinished boolean) : void in class org.apache.hadoop.yarn.server.nodemanager.containermanager.logaggregation.AppLogAggregatorImpl | From | To |