[ https://issues.apache.org/jira/browse/HADOOP-18002?focusedWorklogId=679688&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-679688 ]
ASF GitHub Bot logged work on HADOOP-18002: ------------------------------------------- Author: ASF GitHub Bot Created on: 10/Nov/21 15:31 Start Date: 10/Nov/21 15:31 Worklog Time Spent: 10m Work Description: steveloughran opened a new pull request #3641: URL: https://github.com/apache/hadoop/pull/3641 Cut modtime-based rename recovery as it doesn't work. Applications will have to use etag API of HADOOP-17979 and implement it themselves. Why not do the HEAD and etag recovery in ABFS client? Cuts the IO capacity in half so kills job commit performance. The manifest committer of MAPREDUCE-7341 will do this recovery and act as the reference implementation of the algorithm. Change-Id: I071fb31967ae63e0247e2f328d9cfd0e2423b2bf ### How was this patch tested? ### For code changes: - [ ] Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'HADOOP-17799. Your PR title ...')? - [ ] Object storage: have the integration tests been executed and the endpoint declared according to the connector-specific documentation? - [ ] If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under [ASF 2.0](http://www.apache.org/legal/resolved.html#category-a)? - [ ] If applicable, have you updated the `LICENSE`, `LICENSE-binary`, `NOTICE-binary` files? -- 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. To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 679688) Remaining Estimate: 0h Time Spent: 10m > abfs rename idempotency broken -remove recovery > ----------------------------------------------- > > Key: HADOOP-18002 > URL: https://issues.apache.org/jira/browse/HADOOP-18002 > Project: Hadoop Common > Issue Type: Bug > Components: fs/azure > Affects Versions: 3.3.2 > Reporter: Steve Loughran > Assignee: Steve Loughran > Priority: Major > Time Spent: 10m > Remaining Estimate: 0h > > rename idempotency logic of HADOOP-17105 is broken as modtimes aren't > uodated on rename. > remove, with the changes from the PR of HADOOP-17981. > also fix delete recovery test after HADOOP-17934 -- This message was sent by Atlassian Jira (v8.20.1#820001) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org