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

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

                Author: ASF GitHub Bot
            Created on: 11/Apr/19 17:34
            Start Date: 11/Apr/19 17:34
    Worklog Time Spent: 10m 
      Work Description: bharatviswa504 commented on issue #718: HDDS-1301. 
Optimize recursive ozone filesystem apis
URL: https://github.com/apache/hadoop/pull/718#issuecomment-482218542
 
 
   Hi @lokeshj1703 
   Thanks for the patch.
   We want to convert all OM requests in 2 phase for HA. So that in 
applyTransaction it should be just applied to OM DB. So, that read from OM DB 
is not required during applyTransaction and also followers can just apply to OM 
DB.(No additional changes required). And also this helps in future if we want 
to batch transactions and then commit to OM DB also. Another advantage is all 
requests will be executed only on the leader OM, if any errors like volume not 
found, bucket not found etc., will not be written to raft log, as we return the 
startTransaction with exception.
   
   For more info refer HDDS-1393 and HDDS-1379. If you think any other approach 
let us know.
 
----------------------------------------------------------------
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: 226221)
    Time Spent: 0.5h  (was: 20m)

> Optimize recursive ozone filesystem apis
> ----------------------------------------
>
>                 Key: HDDS-1301
>                 URL: https://issues.apache.org/jira/browse/HDDS-1301
>             Project: Hadoop Distributed Data Store
>          Issue Type: Sub-task
>            Reporter: Lokesh Jain
>            Assignee: Lokesh Jain
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: HDDS-1301.001.patch
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> This Jira aims to optimise recursive apis in ozone file system. These are the 
> apis which have a recursive flag which requires an operation to be performed 
> on all the children of the directory. The Jira would add support forĀ 
> recursive apis in Ozone manager in order to reduce the number of rpc calls to 
> Ozone Manager. Also currently these operations are not atomic. This Jira 
> would make all the operations in ozone filesystem atomic.



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