[
https://issues.apache.org/jira/browse/HADOOP-17531?focusedWorklogId=566489&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-566489
]
ASF GitHub Bot logged work on HADOOP-17531:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 15/Mar/21 19:16
Start Date: 15/Mar/21 19:16
Worklog Time Spent: 10m
Work Description: steveloughran commented on pull request #2732:
URL: https://github.com/apache/hadoop/pull/2732#issuecomment-799684654
Problem is this:
https://github.com/steveloughran/hadoop/blob/s3/HADOOP-17511-auditing/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/impl/CallableSupplier.java
I'm wrapping each of the ops in an enter/exit of auditing, the changes are
pretty traumatic. Unless I can rework how the invocation happens, we'll need
to keep them separate.
Here's what I'd like to propose
* your patches copies, rather than moves callable supplier. Maybe give it a
new name to distinguish it from the one in s3
* the old one stays in aws s3, same name etc.
Your patch can go in to trunk and I can co-exist my dev with it. If I can
see a way to move I'll adopt, but it will allow us to diverge, with the hadoop
common CallableSupplier more broadly used
----------------------------------------------------------------
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: 566489)
Time Spent: 4h 50m (was: 4h 40m)
> DistCp: Reduce memory usage on copying huge directories
> -------------------------------------------------------
>
> Key: HADOOP-17531
> URL: https://issues.apache.org/jira/browse/HADOOP-17531
> Project: Hadoop Common
> Issue Type: Improvement
> Reporter: Ayush Saxena
> Assignee: Ayush Saxena
> Priority: Critical
> Labels: pull-request-available
> Attachments: MoveToStackIterator.patch, gc-NewD-512M-3.8ML.log
>
> Time Spent: 4h 50m
> Remaining Estimate: 0h
>
> Presently distCp, uses the producer-consumer kind of setup while building the
> listing, the input queue and output queue are both unbounded, thus the
> listStatus grows quite huge.
> Rel Code Part :
> https://github.com/apache/hadoop/blob/trunk/hadoop-tools/hadoop-distcp/src/main/java/org/apache/hadoop/tools/SimpleCopyListing.java#L635
> This goes on bredth-first traversal kind of stuff(uses queue instead of
> earlier stack), so if you have files at lower depth, it will like open up the
> entire tree and the start processing....
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]