[ 
https://issues.apache.org/jira/browse/HDDS-1340?focusedWorklogId=219103&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-219103
 ]

ASF GitHub Bot logged work on HDDS-1340:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 27/Mar/19 03:59
            Start Date: 27/Mar/19 03:59
    Worklog Time Spent: 10m 
      Work Description: avijayanhwx commented on pull request #648: HDDS-1340. 
Add List Containers API for Recon
URL: https://github.com/apache/hadoop/pull/648#discussion_r269382028
 
 

 ##########
 File path: 
hadoop-ozone/ozone-recon/src/main/java/org/apache/hadoop/ozone/recon/api/ContainerKeyService.java
 ##########
 @@ -51,6 +51,23 @@
   @Inject
   private ReconOMMetadataManager omMetadataManager;
 
+  /**
+   * Return list of container IDs for all the containers
+   *
+   * @return {@link Response}
+   */
+  @GET
+  public Response getContainerIDList() {
+    List<Long> containerIDs;
 
 Review comment:
   (Minor) Initialize to empty list.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 219103)
    Time Spent: 0.5h  (was: 20m)

> Add List Containers API for Recon
> ---------------------------------
>
>                 Key: HDDS-1340
>                 URL: https://issues.apache.org/jira/browse/HDDS-1340
>             Project: Hadoop Distributed Data Store
>          Issue Type: Sub-task
>          Components: Ozone Recon
>            Reporter: Vivek Ratnavel Subramanian
>            Assignee: Vivek Ratnavel Subramanian
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Recon server should support "/containers" API that lists all the containers



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to