Addendum patch for YARN-4832. Contributed by Junping Du
This commit is contained in:
parent
f6ef876fe1
commit
0c6726e20d
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user