[jira] [Resolved] (HDFS-3525) TestFileLengthOnClusterRestart may fail

2012-06-11 Thread Tsz Wo (Nicholas), SZE (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo (Nicholas), SZE resolved HDFS-3525. -- Resolution: Duplicate > TestFileLengthOnClusterRestart may fail > --

[jira] [Created] (HDFS-3525) TestFileLengthOnClusterRestart may fail

2012-06-11 Thread Tsz Wo (Nicholas), SZE (JIRA)
Tsz Wo (Nicholas), SZE created HDFS-3525: Summary: TestFileLengthOnClusterRestart may fail Key: HDFS-3525 URL: https://issues.apache.org/jira/browse/HDFS-3525 Project: Hadoop HDFS Iss

[jira] [Created] (HDFS-3524) TestFileLengthOnClusterRestart.testFileLengthWithHSyncAndClusterRestartWithOutDNsRegister failed

2012-06-11 Thread Eli Collins (JIRA)
Eli Collins created HDFS-3524: - Summary: TestFileLengthOnClusterRestart.testFileLengthWithHSyncAndClusterRestartWithOutDNsRegister failed Key: HDFS-3524 URL: https://issues.apache.org/jira/browse/HDFS-3524

[jira] [Resolved] (HDFS-3521) Allow namenode to tolerate edit log corruption

2012-06-11 Thread Tsz Wo (Nicholas), SZE (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo (Nicholas), SZE resolved HDFS-3521. -- Resolution: Fixed Hadoop Flags: Reviewed > Allow namenode to tolerate

[jira] [Created] (HDFS-3523) TestFileCreation fails in branch-1

2012-06-11 Thread Tsz Wo (Nicholas), SZE (JIRA)
Tsz Wo (Nicholas), SZE created HDFS-3523: Summary: TestFileCreation fails in branch-1 Key: HDFS-3523 URL: https://issues.apache.org/jira/browse/HDFS-3523 Project: Hadoop HDFS Issue Ty

Re: validating user IDs

2012-06-11 Thread Colin McCabe
Sure. We could also find the current user ID and bake that into the test as an "acceptable" UID. If that makes sense. Colin On Mon, Jun 11, 2012 at 4:12 PM, Alejandro Abdelnur wrote: > Colin, > > Would be possible using some kind of cmake config magic to set a macro to > the current OS limit?

Re: validating user IDs

2012-06-11 Thread Alejandro Abdelnur
Colin, Would be possible using some kind of cmake config magic to set a macro to the current OS limit? Even if this means detecting the OS version and assuming its default limit. thx On Mon, Jun 11, 2012 at 3:57 PM, Colin McCabe wrote: > Hi all, > > I recently pulled the latest source, and ran

validating user IDs

2012-06-11 Thread Colin McCabe
Hi all, I recently pulled the latest source, and ran a full build. The command line was this: mvn compile -Pnative I was confronted with this: [INFO] Requested user cmccabe has id 500, which is below the minimum allowed 1000 [INFO] FAIL: test-container-executor [INFO] ==