YARN-4592. Remove unused GetContainerStatus proto. Contributed by Chang Li.
This commit is contained in:
parent
643227927a
commit
56a0c17508
|
@ -1325,6 +1325,8 @@ Release 2.8.0 - UNRELEASED
|
|||
YARN-4614. Fix random failure in TestApplicationPriority#testApplicationPriority
|
||||
AllocationWithChangeInPriority. (Sunil G via rohithsharmaks)
|
||||
|
||||
YARN-4592. Remove unused GetContainerStatus proto. (Chang Li via aajisaka)
|
||||
|
||||
Release 2.7.3 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -262,13 +262,6 @@ message StopContainerRequestProto {
|
|||
message StopContainerResponseProto {
|
||||
}
|
||||
|
||||
message GetContainerStatusRequestProto {
|
||||
optional ContainerIdProto container_id = 1;
|
||||
}
|
||||
|
||||
message GetContainerStatusResponseProto {
|
||||
optional ContainerStatusProto status = 1;
|
||||
}
|
||||
|
||||
//// bulk API records
|
||||
message StartContainersRequestProto {
|
||||
|
|
Loading…
Reference in New Issue