Re: Policy on adding timeouts to tests

2014-04-16 Thread Vinod Kumar Vavilapalli
The other advantage of timeout is early failure - earlier than the uber 10 min timeout that seems to exist in the build files. Usually the test-writer has a general idea of how long the test is supposed to run and if that doesn't happen, we can fail early. Clearly, this involves choosing a reaso

[jira] [Created] (HADOOP-10514) Common side changes to support HDFS extended attributes (HDFS-2006)

2014-04-16 Thread Uma Maheswara Rao G (JIRA)
Uma Maheswara Rao G created HADOOP-10514: Summary: Common side changes to support HDFS extended attributes (HDFS-2006) Key: HADOOP-10514 URL: https://issues.apache.org/jira/browse/HADOOP-10514

Running unit test cases with Kerberos on

2014-04-16 Thread Mohammad Islam
Hi, I tried to run a test case using this command from my Linux box: mvn clean test  -PtestKerberos -Dtest=TestJHSSecurity And I got the following exception. I know it is  related to setup the principal and other kerberos settings. Can someone please help me  about this? such as what is the mvn

[jira] [Resolved] (HADOOP-8490) Add Configuration to FileSystem cache key

2014-04-16 Thread Daryn Sharp (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daryn Sharp resolved HADOOP-8490. - Resolution: Won't Fix Specific issue that prompted the bug was fixed in the NM long ago. > Add

[jira] [Created] (HADOOP-10513) ReflectionUtils::CONSTRUCTOR_CACHE leaks class loaders

2014-04-16 Thread Gopal V (JIRA)
Gopal V created HADOOP-10513: Summary: ReflectionUtils::CONSTRUCTOR_CACHE leaks class loaders Key: HADOOP-10513 URL: https://issues.apache.org/jira/browse/HADOOP-10513 Project: Hadoop Common Issu

[jira] [Created] (HADOOP-10512) Document usage of node-group layer topology

2014-04-16 Thread Junping Du (JIRA)
Junping Du created HADOOP-10512: --- Summary: Document usage of node-group layer topology Key: HADOOP-10512 URL: https://issues.apache.org/jira/browse/HADOOP-10512 Project: Hadoop Common Issue Typ

Re: Passive mode for FTPFileSystem

2014-04-16 Thread Michael Howard
Please provide feedback as to what other steps I (a newbie) can take to try to shepherd this (minor) issue through the process. Thanks, Michael On Sun, Mar 30, 2014 at 1:56 PM, Michael Howard < mich...@newvantagesolutions.com> wrote: > > On Wed, Mar 26, 2014 at 6:06 AM, Steve Loughran wrote: >

Re: DISCUSS: use SLF4J APIs in new modules?

2014-04-16 Thread Eric Baldeschwieler
+1 * many. I'd love to see us clean this up. Getting to agreement on where we are going would be a huge step forward. -- Eric14 a.k.a. Eric Baldeschwieler On Mon, Apr 14, 2014 at 3:33 PM, Steve Loughran wrote: > On 11 April 2014 18:37, Alejandro Abdelnur wrote: > > > if you dont convert mgs

Re: Policy on adding timeouts to tests

2014-04-16 Thread Andrew Wang
The timeouts are nice when trying to debug test failures on Jenkins, because otherwise you just see something like this: Caused by: java.lang.RuntimeException: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ? We still see this today because some tests lac

Re: Policy on adding timeouts to tests

2014-04-16 Thread Tsuyoshi OZAWA
Hi Karthik, Some tests with servers like MiniCluster or ZK can never end because of unexpected busy loop or something if the tests don't have timeouts. It can blocks the other jobs of Jenkins server. Therefore, IMHO, we should add timeouts when we write tests with them. Thanks, - Tsuyoshi On Wed

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

2014-04-16 Thread Daniel Darabos (JIRA)
Daniel Darabos created HADOOP-10511: --- Summary: s3n:// incorrectly handles URLs with secret keys that contain a slash Key: HADOOP-10511 URL: https://issues.apache.org/jira/browse/HADOOP-10511 Project

[jira] [Created] (HADOOP-10510) TestSymlinkLocalFSFileContext tests are failing

2014-04-16 Thread Daniel Darabos (JIRA)
Daniel Darabos created HADOOP-10510: --- Summary: TestSymlinkLocalFSFileContext tests are failing Key: HADOOP-10510 URL: https://issues.apache.org/jira/browse/HADOOP-10510 Project: Hadoop Common

Build failed in Jenkins: Hadoop-Common-trunk #1101

2014-04-16 Thread Apache Jenkins Server
See Changes: [devaraj] MAPREDUCE-5775. Remove unnecessary job.setNumReduceTasks in SleepJob.createJob. Contributed by jhanver chand sharma. [jianhe] YARN-1934. Fixed a potential NPE in ZKRMStateStore caused by handling Disconnect

Re: Policy on adding timeouts to tests

2014-04-16 Thread Steve Loughran
There's a JIRA somewhere that 's never gone in, to add a timeout rule to a base class; this rule gets picked up in that test class and all children to specify the timeout @Rule public final Timeout testTimeout = new Timeout(TEST_TIMEOUT); 1. If we are going to have a timeout everywhere, i