7fa73fac2676875561269e9408215e012269a18c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Extract Variable | 1 | ||
| Extract Variable stopTime : Long in method package finishAppAllocationRecording(applicationId ApplicationId, containerId ContainerId, appState ActivityState, diagnostic String) : void from class org.apache.hadoop.yarn.server.resourcemanager.scheduler.activities.ActivitiesManager | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type appsAllocation : ConcurrentMap<ApplicationId,AppAllocation> to appsAllocation : ThreadLocal<Map<ApplicationId,AppAllocation>> in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.activities.ActivitiesManager | From | To | |
| Change Attribute Type completedAppAllocations : ConcurrentMap<ApplicationId,List<AppAllocation>> to completedAppAllocations : ConcurrentMap<ApplicationId,Queue<AppAllocation>> in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.activities.ActivitiesManager | From | To |