|
Change Parameter Type logAggregationReportsForApps : Map<ApplicationId,LogAggregationReport> to logAggregationReportsForApps : List<LogAggregationReport> in method public abstract setLogAggregationReportsForApps(logAggregationReportsForApps List<LogAggregationReport>) : void in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatRequest |
From |
To |
|
Change Parameter Type logAggregationReportsForApps : Map<ApplicationId,LogAggregationReport> to logAggregationReportsForApps : List<LogAggregationReport> in method public RMNodeStatusEvent(nodeId NodeId, nodeHealthStatus NodeHealthStatus, collection List<ContainerStatus>, keepAliveAppIds List<ApplicationId>, latestResponse NodeHeartbeatResponse, logAggregationReportsForApps List<LogAggregationReport>) in class org.apache.hadoop.yarn.server.resourcemanager.rmnode.RMNodeStatusEvent |
From |
To |
|
Change Parameter Type logAggregationReportsForApps : Map<ApplicationId,LogAggregationReport> to logAggregationReportsForApps : List<LogAggregationReport> in method private handleLogAggregationStatus(logAggregationReportsForApps List<LogAggregationReport>) : void in class org.apache.hadoop.yarn.server.resourcemanager.rmnode.RMNodeImpl |
From |
To |
|
Change Parameter Type logAggregationReportsForApps : Map<ApplicationId,LogAggregationReport> to logAggregationReportsForApps : List<LogAggregationReport> in method public setLogAggregationReportsForApps(logAggregationReportsForApps List<LogAggregationReport>) : void in class org.apache.hadoop.yarn.server.resourcemanager.rmnode.RMNodeStatusEvent |
From |
To |
|
Change Return Type Map<ApplicationId,LogAggregationReport> to List<LogAggregationReport> in method public getLogAggregationReportsForApps() : List<LogAggregationReport> in class org.apache.hadoop.yarn.server.resourcemanager.rmnode.RMNodeStatusEvent |
From |
To |
|
Change Return Type Map<ApplicationId,LogAggregationReport> to List<LogAggregationReport> in method public getLogAggregationReportsForApps() : List<LogAggregationReport> in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatRequestPBImpl |
From |
To |
|
Change Return Type Map<ApplicationId,LogAggregationReport> to List<LogAggregationReport> in method public abstract getLogAggregationReportsForApps() : List<LogAggregationReport> in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeHeartbeatRequest |
From |
To |
|
Change Return Type Map<ApplicationId,LogAggregationReport> to List<LogAggregationReport> in method private getLogAggregationReportsForApps(lastestLogAggregationStatus ConcurrentLinkedQueue<LogAggregationReport>) : List<LogAggregationReport> in class org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl |
From |
To |
|
Change Variable Type list : List<LogAggregationReportsForAppsProto> to list : List<LogAggregationReportProto> in method private initLogAggregationReportsForApps() : void in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.NodeHeartbeatRequestPBImpl |
From |
To |
|
Change Variable Type logAggregationReports : Map<ApplicationId,LogAggregationReport> to logAggregationReports : List<LogAggregationReport> in method public run() : void in class org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.startStatusUpdater |
From |
To |
|
Change Variable Type node2ReportForApp : Map<ApplicationId,LogAggregationReport> to node2ReportForApp : List<LogAggregationReport> in method public testLogAggregationStatus() : void in class org.apache.hadoop.yarn.server.resourcemanager.logaggregationstatus.TestRMAppLogAggregationStatus |
From |
To |
|
Change Variable Type node1ReportForApp : Map<ApplicationId,LogAggregationReport> to node1ReportForApp : List<LogAggregationReport> in method public testLogAggregationStatus() : void in class org.apache.hadoop.yarn.server.resourcemanager.logaggregationstatus.TestRMAppLogAggregationStatus |
From |
To |
|
Change Variable Type node1ReportForApp2 : Map<ApplicationId,LogAggregationReport> to node1ReportForApp2 : List<LogAggregationReport> in method public testLogAggregationStatus() : void in class org.apache.hadoop.yarn.server.resourcemanager.logaggregationstatus.TestRMAppLogAggregationStatus |
From |
To |
|
Change Variable Type logAggregationReportsForApps : Map<ApplicationId,LogAggregationReport> to logAggregationReportsForApps : List<LogAggregationReport> in method public transition(rmNode RMNodeImpl, event RMNodeEvent) : NodeState in class org.apache.hadoop.yarn.server.resourcemanager.rmnode.RMNodeImpl.StatusUpdateWhenHealthyTransition |
From |
To |
|
Change Variable Type node1ReportForApp3 : Map<ApplicationId,LogAggregationReport> to node1ReportForApp3 : List<LogAggregationReport> in method public testLogAggregationStatus() : void in class org.apache.hadoop.yarn.server.resourcemanager.logaggregationstatus.TestRMAppLogAggregationStatus |
From |
To |