소스 검색

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

Akira Ajisaka 9 년 전
부모
커밋
56a0c17508
2개의 변경된 파일2개의 추가작업 그리고 7개의 파일을 삭제
  1. 2 0
      hadoop-yarn-project/CHANGES.txt
  2. 0 7
      hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/proto/yarn_service_protos.proto

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

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

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