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

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

                Author: ASF GitHub Bot
            Created on: 27/Aug/19 21:25
            Start Date: 27/Aug/19 21:25
    Worklog Time Spent: 10m 
      Work Description: elek commented on issue #1329: HDDS-738. Removing REST 
protocol support from OzoneClient
URL: https://github.com/apache/hadoop/pull/1329#issuecomment-525489224
 
 
   @nandakumar131 @anuengineer Finally it's ready to commit. All the tests are 
fixed.
   
   There were two failures:
   
    * TestSecureContainerServer: Fixed by HDDS-2040
    * TestOzoneClientRetriesOnException: Passed locally:
   
   ```
   [INFO] -------------------------------------------------------
   [INFO] Running 
org.apache.hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException
   [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
54.818 s - in 
org.apache.hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException
   [INFO] 
   [INFO] Results:
   [INFO] 
   [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
   ```
   
   The biggest change in this patch is the following:
   
   Until now the `ozone sh` command converted the bucket/volume objects to the 
rest representation to print out as json. As the rest classes are removed I 
changed it to print out json directly the original java classes (in json 
format). Therefore same of the field names will be changed by this patch.
   
 
----------------------------------------------------------------
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: 302417)
    Time Spent: 3h  (was: 2h 50m)

> Removing REST protocol support from OzoneClient
> -----------------------------------------------
>
>                 Key: HDDS-738
>                 URL: https://issues.apache.org/jira/browse/HDDS-738
>             Project: Hadoop Distributed Data Store
>          Issue Type: Improvement
>          Components: Ozone Client
>    Affects Versions: 0.4.0
>            Reporter: Nanda kumar
>            Assignee: Elek, Marton
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 3h
>  Remaining Estimate: 0h
>
> Since we have functional {{S3Gateway}} for Ozone which works on REST 
> protocol, having REST protocol support in OzoneClient feels redundant and it 
> will take a lot of effort to maintain it up to date.
> As S3Gateway is in a functional state now, I propose to remove REST protocol 
> support from OzoneClient.
> Once we remove REST support from OzoneClient, the following will be the 
> interface to access Ozone cluster
>  * OzoneClient (RPC Protocol)
>  * OzoneFS (RPC Protocol)
>  * S3Gateway (REST Protocol)



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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

Reply via email to