[jira] [Resolved] (HDFS-3891) QJM: SBN fails if selectInputStreams throws RTE

2012-09-05 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon resolved HDFS-3891. --- Resolution: Fixed Fix Version/s: QuorumJournalManager (HDFS-3077) Hadoop Flags: Reviewed

[jira] [Created] (HDFS-3894) QJM: testRecoverAfterDoubleFailures can be flaky due to IPC client caching

2012-09-05 Thread Todd Lipcon (JIRA)
Todd Lipcon created HDFS-3894: - Summary: QJM: testRecoverAfterDoubleFailures can be flaky due to IPC client caching Key: HDFS-3894 URL: https://issues.apache.org/jira/browse/HDFS-3894 Project: Hadoop HDFS

[jira] [Created] (HDFS-3893) QJM: Make QJM work with security enabled

2012-09-05 Thread Aaron T. Myers (JIRA)
Aaron T. Myers created HDFS-3893: Summary: QJM: Make QJM work with security enabled Key: HDFS-3893 URL: https://issues.apache.org/jira/browse/HDFS-3893 Project: Hadoop HDFS Issue Type: Sub-ta

Re: MiniDFSCluster

2012-09-05 Thread v . rozov
Thanks Colin. I filed https://issues.apache.org/jira/browse/HDFS-3892 . I'll look into it. Thank you, Vlad - Original Message - From: "Colin McCabe" To: hdfs-dev@hadoop.apache.org Sent: Wednesday, September 5, 2012 1:19:37 PM Subject: Re: MiniDFSCluster Hi Vlad, I t

[jira] [Created] (HDFS-3892) Few static methods of MiniDFSCluster class incorrectly assume that it is a singleton

2012-09-05 Thread Vlad Rozov (JIRA)
Vlad Rozov created HDFS-3892: Summary: Few static methods of MiniDFSCluster class incorrectly assume that it is a singleton Key: HDFS-3892 URL: https://issues.apache.org/jira/browse/HDFS-3892 Project: Had

[jira] [Created] (HDFS-3891) QJM: SBN fails if selectInputStreams throws RTE

2012-09-05 Thread Todd Lipcon (JIRA)
Todd Lipcon created HDFS-3891: - Summary: QJM: SBN fails if selectInputStreams throws RTE Key: HDFS-3891 URL: https://issues.apache.org/jira/browse/HDFS-3891 Project: Hadoop HDFS Issue Type: Sub-t

Re: MiniDFSCluster

2012-09-05 Thread Colin McCabe
Hi Vlad, I think you might be on to something. File a JIRA? It should be a simple improvement, I think. cheers, Colin On Wed, Sep 5, 2012 at 10:42 AM, Vladimir Rozov wrote: > There are few methods on MiniDFSCluster class that are declared as static > (getBlockFile, getStorageDirPath), thoug

MiniDFSCluster

2012-09-05 Thread Vladimir Rozov
There are few methods on MiniDFSCluster class that are declared as static (getBlockFile, getStorageDirPath), though as long as MiniDFSCluster is not a singleton they should be instance methods not class methods. In my tests I see that starting second instance of MiniDFSCluster invalidates the fi

[jira] [Created] (HDFS-3890) filecontext mkdirs doesn't apply umask as expected

2012-09-05 Thread Thomas Graves (JIRA)
Thomas Graves created HDFS-3890: --- Summary: filecontext mkdirs doesn't apply umask as expected Key: HDFS-3890 URL: https://issues.apache.org/jira/browse/HDFS-3890 Project: Hadoop HDFS Issue Type

Hadoop-Hdfs-0.23-Build - Build # 365 - Still Unstable

2012-09-05 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/365/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 13217 lines...] [mkdir] Created dir: /home/jenki

Jenkins build is still unstable: Hadoop-Hdfs-0.23-Build #365

2012-09-05 Thread Apache Jenkins Server
See

DFSOutputStream.Packet retention even if close() called when IOE encountered

2012-09-05 Thread Benoit Perroud
Hi All, I experience some memory retention while copying data into HDFS when a IOExeption is thrown. My use case is the following: I have multiple threads sharing a FileSystem object, all uploading files. At some point quota is exceeded in one thread and I get a DSQuotaExceededException (subclass