Addendum patch for YARN-4832. Contributed by Junping Du

This commit is contained in:
Jian He 2016-05-17 14:49:20 -07:00
parent f6ef876fe1
commit 0c6726e20d

View File

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