Skip to content

Commit

Permalink
Revert "YARN-9655. AllocateResponse in FederationInterceptor lost app…
Browse files Browse the repository at this point in the history
…licationPriority. (hunshenshi via wwei) closes apache#1023"

This reverts commit 5e7caf1.
  • Loading branch information
yangwwei authored and ahussein committed Oct 29, 2019
1 parent e5a36a4 commit 0c30aa9
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -1446,11 +1446,6 @@ protected void mergeAllocateResponse(AllocateResponse homeResponse,
}
}

if (otherResponse.getApplicationPriority() != null) {
homeResponse.setApplicationPriority(
otherResponse.getApplicationPriority());
}

homeResponse.setNumClusterNodes(
homeResponse.getNumClusterNodes() + otherResponse.getNumClusterNodes());

Expand Down

0 comments on commit 0c30aa9

Please sign in to comment.