|
@@ -1446,11 +1446,6 @@ public class FederationInterceptor extends AbstractRequestInterceptor {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- if (otherResponse.getApplicationPriority() != null) {
|
|
|
- homeResponse.setApplicationPriority(
|
|
|
- otherResponse.getApplicationPriority());
|
|
|
- }
|
|
|
-
|
|
|
homeResponse.setNumClusterNodes(
|
|
|
homeResponse.getNumClusterNodes() + otherResponse.getNumClusterNodes());
|
|
|
|