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