浏览代码

YARN-4592. Remove unused GetContainerStatus proto. Contributed by Chang Li.

(cherry picked from commit 56a0c175082b2b62698f65c1769a64224b3fb821)
Akira Ajisaka 9 年之前
父节点
当前提交
02d4a1fce3

+ 2 - 0
hadoop-yarn-project/CHANGES.txt

@@ -1270,6 +1270,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

+ 0 - 7
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/proto/yarn_service_protos.proto

@@ -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 {