瀏覽代碼

Addendum patch for YARN-4832. Contributed by Junping Du

Jian He 9 年之前
父節點
當前提交
0c6726e20d

+ 2 - 2
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/src/main/proto/yarn_server_common_service_protos.proto

@@ -101,8 +101,8 @@ message NodeHeartbeatResponseProto {
   optional bool areNodeLabelsAcceptedByRM = 11 [default = false];
   repeated ContainerProto containers_to_decrease = 12;
   repeated SignalContainerRequestProto containers_to_signal = 13;
-  optional ContainerQueuingLimitProto container_queuing_limit = 14;
-  optional ResourceProto resource = 15;
+  optional ResourceProto resource = 14;
+  optional ContainerQueuingLimitProto container_queuing_limit = 15;
 }
 
 message ContainerQueuingLimitProto {