[jira] [Commented] (HADOOP-10560) Update NativeS3FileSystem to issue copy commands for files with in a directory with a configurable number of threads

2014-05-06 Thread Andrei Savu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13991314#comment-13991314 ] Andrei Savu commented on HADOOP-10560: -- I had quick look over the patch. Some

[jira] [Commented] (HADOOP-10560) Update NativeS3FileSystem to issue copy commands for files with in a directory with a configurable number of threads

2014-05-06 Thread Andrei Savu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13991318#comment-13991318 ] Andrei Savu commented on HADOOP-10560: -- ... and also when fs.s3n.copyThreads = 1

[jira] [Commented] (HADOOP-10400) Incorporate new S3A FileSystem implementation

2014-05-05 Thread Andrei Savu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13990096#comment-13990096 ] Andrei Savu commented on HADOOP-10400: -- The patch looks good to me - I've done some

[jira] [Commented] (HADOOP-10511) s3n:// incorrectly handles URLs with secret keys that contain a slash

2014-04-29 Thread Andrei Savu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13984723#comment-13984723 ] Andrei Savu commented on HADOOP-10511: -- +1 Patch looks good to me. s3n://

[jira] [Commented] (HADOOP-10203) Connection leak in Jets3tNativeFileSystemStore#retrieveMetadata

2014-01-27 Thread Andrei Savu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13882973#comment-13882973 ] Andrei Savu commented on HADOOP-10203: -- Thanks! Connection leak in

[jira] [Commented] (HADOOP-9410) S3 filesystem hangs on FileSystem.listFiles()

2014-01-27 Thread Andrei Savu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13883570#comment-13883570 ] Andrei Savu commented on HADOOP-9410: - Could this be generated by some sort of

[jira] [Commented] (HADOOP-10203) Connection leak in Jets3tNativeFileSystemStore#retrieveMetadata

2014-01-06 Thread Andrei Savu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13863251#comment-13863251 ] Andrei Savu commented on HADOOP-10203: -- [~ste...@apache.org] I've moved the

[jira] [Updated] (HADOOP-10204) ThrottledInputStream should #close() the underlying stream

2014-01-06 Thread Andrei Savu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrei Savu updated HADOOP-10204: - Resolution: Invalid Release Note: It seems like this was fixed in trunk MAPREDUCE-5075

[jira] [Created] (HADOOP-10203) Connection leak in Jets3tNativeFileSystemStore#retrieveMetadata

2014-01-03 Thread Andrei Savu (JIRA)
Andrei Savu created HADOOP-10203: Summary: Connection leak in Jets3tNativeFileSystemStore#retrieveMetadata Key: HADOOP-10203 URL: https://issues.apache.org/jira/browse/HADOOP-10203 Project: Hadoop

[jira] [Updated] (HADOOP-10203) Connection leak in Jets3tNativeFileSystemStore#retrieveMetadata

2014-01-03 Thread Andrei Savu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrei Savu updated HADOOP-10203: - Attachment: HADOOP-10203.patch The attached patch fixes the problem by adding a finalize

[jira] [Created] (HADOOP-10204) ThrottledInputStream should #close() the underlying stream

2014-01-03 Thread Andrei Savu (JIRA)
Andrei Savu created HADOOP-10204: Summary: ThrottledInputStream should #close() the underlying stream Key: HADOOP-10204 URL: https://issues.apache.org/jira/browse/HADOOP-10204 Project: Hadoop Common

[jira] [Updated] (HADOOP-10204) ThrottledInputStream should #close() the underlying stream

2014-01-03 Thread Andrei Savu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrei Savu updated HADOOP-10204: - Attachment: HADOOP-10204.patch Attached a simple patch that overrides #close() as expected.

[jira] [Updated] (HADOOP-10203) Connection leak in Jets3tNativeFileSystemStore#retrieveMetadata

2014-01-03 Thread Andrei Savu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrei Savu updated HADOOP-10203: - Attachment: HADOOP-10203-trunk.patch Attached an updated version of the patch for the current

[jira] [Updated] (HADOOP-10204) ThrottledInputStream should #close() the underlying stream

2014-01-03 Thread Andrei Savu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrei Savu updated HADOOP-10204: - Attachment: HADOOP-10204-trunk.patch Attached an updated version for latest Hadoop trunk.