Re: Long running tests failure

2011-09-29 Thread Steve Loughran

On 28/09/11 21:15, Jeff MAURY wrote:

On Wed, Sep 28, 2011 at 8:58 PM,  wrote:


Cool! I commented out that line as well. Can I override that parameter
from commandline ? It will be less headache.


This is theorically possible through the surefire.timeout property but as
soon as the property is defined in a POM (or a parent POM), it will have
higher priority.



-Because Maven knows better than you what you want...



Re: Long running tests failure

2011-09-29 Thread Jeff MAURY
I have met a very strange behaviour: as it seems the Hadoop build does not
work on MacOS, I build an Ubuntu VM that I launched on my MBP and when I run
maven on this VM, the LargeBlock test passed in 475s (compared to 2000s on
native MacOS build)

Regards
Jeff


On Thu, Sep 29, 2011 at 12:58 PM, Steve Loughran  wrote:

> On 28/09/11 21:15, Jeff MAURY wrote:
>
>> On Wed, Sep 28, 2011 at 8:58 PM,  wrote:
>>
>>  Cool! I commented out that line as well. Can I override that parameter
>>> from commandline ? It will be less headache.
>>>
>>>  This is theorically possible through the surefire.timeout property but
>> as
>> soon as the property is defined in a POM (or a parent POM), it will have
>> higher priority.
>>
>>
> -Because Maven knows better than you what you want...
>
>


-- 
"Legacy code" often differs from its suggested alternative by actually
working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury


Jenkins build is still unstable: Hadoop-Hdfs-trunk #815

2011-09-29 Thread Apache Jenkins Server
See 




Hadoop-Hdfs-trunk - Build # 815 - Still Unstable

2011-09-29 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/815/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 9899 lines...]
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] --- findbugs-maven-plugin:2.3.2:findbugs (default-cli) @ hadoop-hdfs ---
[INFO] ** FindBugsMojo execute ***
[INFO] canGenerate is true
[INFO] ** FindBugsMojo executeFindbugs ***
[INFO] Temp File is 
/home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-trunk/trunk/hadoop-hdfs-project/hadoop-hdfs/target/findbugsTemp.xml
[INFO] Fork Value is true
[INFO] xmlOutput is false
[INFO] 
[INFO] 
[INFO] Building Apache Hadoop HDFS Project 0.24.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ hadoop-hdfs-project 
---
[INFO] Deleting 
/home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-trunk/trunk/hadoop-hdfs-project/target
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (create-testdirs) @ hadoop-hdfs-project 
---
[INFO] Executing tasks

main:
[mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-trunk/trunk/hadoop-hdfs-project/target/test-dir
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.6:checkstyle (default-cli) @ 
hadoop-hdfs-project ---
[INFO] 
[INFO] --- findbugs-maven-plugin:2.3.2:findbugs (default-cli) @ 
hadoop-hdfs-project ---
[INFO] ** FindBugsMojo execute ***
[INFO] canGenerate is false
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop HDFS  SUCCESS [3:31.196s]
[INFO] Apache Hadoop HDFS Project  SUCCESS [0.087s]
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time: 3:31.685s
[INFO] Finished at: Thu Sep 29 11:37:19 UTC 2011
[INFO] Final Memory: 59M/740M
[INFO] 
+ /home/jenkins/tools/maven/latest/bin/mvn test 
-Dmaven.test.failure.ignore=true -Pclover 
-DcloverLicenseLocation=/home/jenkins/tools/clover/latest/lib/clover.license
Archiving artifacts
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Publishing Javadoc
Recording fingerprints
Updating MAPREDUCE-3001
Updating HADOOP-7668
Updating HDFS-2346
Updating HDFS-2355
Updating HDFS-2371
Updating HADOOP-7687
Updating HADOOP-7662
Updating HADOOP-6220
Updating MAPREDUCE-3114
Sending e-mails to: hdfs-dev@hadoop.apache.org
Email was triggered for: Unstable
Sending email for trigger: Unstable



###
## FAILED TESTS (if any) 
##
2 tests failed.
FAILED:  
org.apache.hadoop.hdfs.server.balancer.TestBalancerWithMultipleNameNodes.testBalancer

Error Message:
expected:<1> but was:<-2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<-2>
at org.junit.Assert.fail(Assert.java:91)
at org.junit.Assert.failNotEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:126)
at org.junit.Assert.assertEquals(Assert.java:470)
at org.junit.Assert.assertEquals(Assert.java:454)
at 
org.apache.hadoop.hdfs.server.balancer.TestBalancerWithMultipleNameNodes.runBalancer(TestBalancerWithMultipleNameNodes.java:163)
at 
org.apache.hadoop.hdfs.server.balancer.TestBalancerWithMultipleNameNodes.runTest(TestBalancerWithMultipleNameNodes.java:361)
at 
org.apache.hadoop.hdfs.server.balancer.TestBalancerWithMultipleNameNodes.__CLR3_0_27qjdv51ab6(TestBalancerWithMultipleNameNodes.java:375)
at 
org.apache.hadoop.hdfs.server.balancer.TestBalancerWithMultipleNameNodes.testBalancer(TestBalancerWithMultipleNameNodes.java:373)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at 
org.junit.runners

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

2011-09-29 Thread Apache Jenkins Server
See 




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

2011-09-29 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/24/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 9528 lines...]
[INFO] --- maven-antrun-plugin:1.6:run (tar) @ hadoop-hdfs ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.6:checkstyle (default-cli) @ hadoop-hdfs 
---
[INFO] 
[INFO] There are 9007 checkstyle errors.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] --- findbugs-maven-plugin:2.3.2:findbugs (default-cli) @ hadoop-hdfs ---
[INFO] ** FindBugsMojo execute ***
[INFO] canGenerate is true
[INFO] ** FindBugsMojo executeFindbugs ***
[INFO] Temp File is 
/home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-0.23-Build/trunk/hadoop-hdfs-project/hadoop-hdfs/target/findbugsTemp.xml
[INFO] Fork Value is true
[INFO] xmlOutput is false
[INFO] 
[INFO] 
[INFO] Building Apache Hadoop HDFS Project 0.23.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ hadoop-hdfs-project 
---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.6:checkstyle (default-cli) @ 
hadoop-hdfs-project ---
[INFO] 
[INFO] --- findbugs-maven-plugin:2.3.2:findbugs (default-cli) @ 
hadoop-hdfs-project ---
[INFO] ** FindBugsMojo execute ***
[INFO] canGenerate is false
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop HDFS  SUCCESS [3:32.393s]
[INFO] Apache Hadoop HDFS Project  SUCCESS [0.056s]
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time: 3:32.885s
[INFO] Finished at: Thu Sep 29 11:37:29 UTC 2011
[INFO] Final Memory: 58M/761M
[INFO] 
+ /home/jenkins/tools/maven/latest/bin/mvn test 
-Dmaven.test.failure.ignore=true -Pclover 
-DcloverLicenseLocation=/home/jenkins/tools/clover/latest/lib/clover.license
Archiving artifacts
Publishing Clover coverage report...
Publishing Clover HTML report...
Publishing Clover XML report...
Publishing Clover coverage results...
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Publishing Javadoc
Recording fingerprints
Updating HDFS-2346
Updating HDFS-2345
Updating HADOOP-7662
Updating MAPREDUCE-3114
Sending e-mails to: hdfs-dev@hadoop.apache.org
Email was triggered for: Unstable
Sending email for trigger: Unstable



###
## FAILED TESTS (if any) 
##
2 tests failed.
REGRESSION:  
org.apache.hadoop.hdfs.server.namenode.metrics.TestNameNodeMetrics.testCorruptBlock

Error Message:
 Argument(s) are different! Wanted: metricsRecordBuilder.addGauge( Info 
with name=CorruptBlocks, 1 ); -> at 
org.apache.hadoop.test.MetricsAsserts.assertGauge(MetricsAsserts.java:164) 
Actual invocation has different arguments: metricsRecordBuilder.addGauge( 
MetricsInfoImpl{name=UnderReplicatedBlocks, description=UnderReplicatedBlocks}, 
0 ); -> at 
org.apache.hadoop.metrics2.lib.MethodMetric$2.snapshot(MethodMetric.java:113) 

Stack Trace:
Argument(s) are different! Wanted:
metricsRecordBuilder.addGauge(
Info with name=CorruptBlocks,
1
);
-> at org.apache.hadoop.test.MetricsAsserts.assertGauge(MetricsAsserts.java:164)
Actual invocation has different arguments:
metricsRecordBuilder.addGauge(
MetricsInfoImpl{name=UnderReplicatedBlocks, 
description=UnderReplicatedBlocks},
0
);
-> at 
org.apache.hadoop.metrics2.lib.MethodMetric$2.snapshot(MethodMetric.java:113)

at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at 
org.apache.hadoop.test.MetricsAsserts.assertGauge(MetricsAsserts.java:164)
at 
org.apache.hadoop.hdfs.server.namenode.metrics.TestNameNodeMetrics.__CLR3_0_2t8sh531hzi(TestNameNodeMetrics.java:175)
at 
org.apache.hadoop.hdfs.server.namenode.metrics.TestNameNodeMetrics.testCorruptBlock(TestNameNodeMetrics.java:164)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invo

[jira] [Created] (HDFS-2386) fsck calls lead to handshake_failure

2011-09-29 Thread Arpit Gupta (Created) (JIRA)
fsck calls lead to handshake_failure


 Key: HDFS-2386
 URL: https://issues.apache.org/jira/browse/HDFS-2386
 Project: Hadoop HDFS
  Issue Type: Bug
Affects Versions: 0.20.205.0
Reporter: Arpit Gupta




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (HDFS-2387) hftp fails as it is not able to get delegation token over https

2011-09-29 Thread Arpit Gupta (Created) (JIRA)
hftp fails as it is not able to get delegation token over https
---

 Key: HDFS-2387
 URL: https://issues.apache.org/jira/browse/HDFS-2387
 Project: Hadoop HDFS
  Issue Type: Bug
Affects Versions: 0.20.205.0
Reporter: Arpit Gupta


Run a dfs command with the path specified as hftp leads to the following issue

bash-3.2$ /bin/hadoop --config HADOOP_CONF_DIR dfs -ls hftp://NN_HOST:50070/path
11/09/29 16:07:23 INFO fs.FileSystem: Couldn't get a delegation token from 
https://NN_HOST:50470 using https.
ls: Security enabled but user not authenticated by filter

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (HDFS-2387) hftp fails as it is not able to get delegation token over https

2011-09-29 Thread Arpit Gupta (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arpit Gupta resolved HDFS-2387.
---

Resolution: Duplicate

> hftp fails as it is not able to get delegation token over https
> ---
>
> Key: HDFS-2387
> URL: https://issues.apache.org/jira/browse/HDFS-2387
> Project: Hadoop HDFS
>  Issue Type: Bug
>Affects Versions: 0.20.205.0
>Reporter: Arpit Gupta
>
> Run a dfs command with the path specified as hftp leads to the following issue
> bash-3.2$ /bin/hadoop --config HADOOP_CONF_DIR dfs -ls 
> hftp://NN_HOST:50070/path
> 11/09/29 16:07:23 INFO fs.FileSystem: Couldn't get a delegation token from 
> https://NN_HOST:50470 using https.
> ls: Security enabled but user not authenticated by filter

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (HDFS-2388) Remove dependency on different version of slf4j in avro

2011-09-29 Thread Konstantin Shvachko (Created) (JIRA)
Remove dependency on different version of slf4j in avro
---

 Key: HDFS-2388
 URL: https://issues.apache.org/jira/browse/HDFS-2388
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: build
Affects Versions: 0.22.0
Reporter: Konstantin Shvachko
Assignee: Konstantin Shvachko
 Fix For: 0.22.0


This is the HDFS part of HADOOP-7697.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (HDFS-1077) namenode RPC protocol method names are overloaded

2011-09-29 Thread Doug Cutting (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Doug Cutting resolved HDFS-1077.


Resolution: Duplicate

Resovling this as a duplicate of HDFS-2298.

Note that, with HADOOP-7693, AvroRpcEngine handles multiple protocols that have 
methods of the same name, but still won't handle a single protocol that has 
multiple methods of the same name, as Avro RPC (like protobuf & thrift) 
considers different parameter lists as different versions of the same method.

> namenode RPC protocol method names are overloaded
> -
>
> Key: HDFS-1077
> URL: https://issues.apache.org/jira/browse/HDFS-1077
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: name-node
>Reporter: Doug Cutting
>Assignee: Doug Cutting
>
> Avro RPC does not permit two different messages with the same name.  Several 
> namenode RPC protocol method names are overloaded.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (HDFS-2388) Remove dependency on different version of slf4j in avro

2011-09-29 Thread Konstantin Shvachko (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Konstantin Shvachko resolved HDFS-2388.
---

Resolution: Fixed

I committed this to 0.22 branch.

> Remove dependency on different version of slf4j in avro
> ---
>
> Key: HDFS-2388
> URL: https://issues.apache.org/jira/browse/HDFS-2388
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: build
>Affects Versions: 0.22.0
>Reporter: Konstantin Shvachko
>Assignee: Konstantin Shvachko
> Fix For: 0.22.0
>
> Attachments: ivyXml-hdf.patch
>
>
> This is the HDFS part of HADOOP-7697.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (HDFS-2383) TestDfsOverAvroRpc is failing on 0.22

2011-09-29 Thread Konstantin Shvachko (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-2383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Konstantin Shvachko resolved HDFS-2383.
---

Resolution: Fixed

I committed this to 0.22 branch.

> TestDfsOverAvroRpc is failing on 0.22
> -
>
> Key: HDFS-2383
> URL: https://issues.apache.org/jira/browse/HDFS-2383
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: test
>Affects Versions: 0.22.0
>Reporter: Konstantin Shvachko
>Priority: Blocker
> Fix For: 0.22.0
>
> Attachments: removeAfroPRCTest.patch
>
>
> {{TestDfsOverAvroRpc.testWorkingDirectory()}} is failing. Possible the result 
> of Avro upgrade.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: Long running tests failure

2011-09-29 Thread Milind.Bhandarkar
Yeah ! That's really crazy. I don;t have time to debug it though. I will
move my dev environment to linux.

:-(

- milind

On 9/29/11 4:12 AM, "Jeff MAURY"  wrote:

>I have met a very strange behaviour: as it seems the Hadoop build does not
>work on MacOS, I build an Ubuntu VM that I launched on my MBP and when I
>run
>maven on this VM, the LargeBlock test passed in 475s (compared to 2000s on
>native MacOS build)
>
>Regards
>Jeff
>
>
>On Thu, Sep 29, 2011 at 12:58 PM, Steve Loughran 
>wrote:
>
>> On 28/09/11 21:15, Jeff MAURY wrote:
>>
>>> On Wed, Sep 28, 2011 at 8:58 PM,  wrote:
>>>
>>>  Cool! I commented out that line as well. Can I override that parameter
 from commandline ? It will be less headache.

  This is theorically possible through the surefire.timeout property
but
>>> as
>>> soon as the property is defined in a POM (or a parent POM), it will
>>>have
>>> higher priority.
>>>
>>>
>> -Because Maven knows better than you what you want...
>>
>>
>
>
>-- 
>"Legacy code" often differs from its suggested alternative by actually
>working and scaling.
> - Bjarne Stroustrup
>
>http://www.jeffmaury.com
>http://riadiscuss.jeffmaury.com
>http://www.twitter.com/jeffmaury



[jira] [Resolved] (HDFS-2326) hftp token renewal uses wrong port

2011-09-29 Thread Owen O'Malley (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Owen O'Malley resolved HDFS-2326.
-

   Resolution: Invalid
Fix Version/s: (was: 0.20.205.0)

> hftp token renewal uses wrong port
> --
>
> Key: HDFS-2326
> URL: https://issues.apache.org/jira/browse/HDFS-2326
> Project: Hadoop HDFS
>  Issue Type: Bug
>Affects Versions: 0.20.205.0
>Reporter: Daryn Sharp
>Assignee: Owen O'Malley
>Priority: Critical
>
> MAPREDUCE-2764 introduced a new method for token renewal.  The change appears 
> to have a problem renewing hftp tokens.  The {{setDelegationToken}} method 
> will reset the token's service to contain the remote rpc port.  However, the 
> renewer expects it to be the remote https port.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (HDFS-2257) HftpFileSystem should implement getDelegationTokens

2011-09-29 Thread Owen O'Malley (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-2257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Owen O'Malley resolved HDFS-2257.
-

Resolution: Not A Problem

HFTP already has a getDelegationToken, which it overrides from FileSystem.

> HftpFileSystem should implement getDelegationTokens
> ---
>
> Key: HDFS-2257
> URL: https://issues.apache.org/jira/browse/HDFS-2257
> Project: Hadoop HDFS
>  Issue Type: Bug
>Reporter: Siddharth Seth
>Assignee: Daryn Sharp
> Attachments: HDFS-2257.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (HDFS-1967) TestHDFSTrash failing on trunk and 22

2011-09-29 Thread Konstantin Shvachko (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-1967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Konstantin Shvachko resolved HDFS-1967.
---

Resolution: Duplicate

Fixed by HADOOP-7663

> TestHDFSTrash failing on trunk and 22
> -
>
> Key: HDFS-1967
> URL: https://issues.apache.org/jira/browse/HDFS-1967
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>Affects Versions: 0.22.0
>Reporter: Todd Lipcon
>Priority: Blocker
> Fix For: 0.22.0
>
> Attachments: patch-HDFS-1967.patch
>
>
> Seems to have started failing recently in many commit builds as well as the 
> last two nightly builds of 22:
> https://builds.apache.org/hudson/job/Hadoop-Hdfs-22-branch/51/testReport/org.apache.hadoop.hdfs/TestHDFSTrash/testTrashEmptier/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




Hadoop-Hdfs-22-branch - Build # 95 - Still Failing

2011-09-29 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-22-branch/95/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 3114 lines...]
[mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-22-branch/trunk/build-fi/test/cache
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-22-branch/trunk/build-fi/test/cache
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-22-branch/trunk/build-fi/test/cache
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-22-branch/trunk/build-fi/test/cache
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-22-branch/trunk/build-fi/test/cache
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-22-branch/trunk/build-fi/test/cache
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-22-branch/trunk/build-fi/test/cache
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-22-branch/trunk/build-fi/test/cache
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-22-branch/trunk/build-fi/test/cache
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-22-branch/trunk/build-fi/test/cache
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-22-branch/trunk/build-fi/test/cache

run-test-hdfs-excluding-commit-and-smoke:
[mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-22-branch/trunk/build-fi/test/data
[mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-22-branch/trunk/build-fi/test/logs
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-22-branch/trunk/build-fi/test/extraconf
 [copy] Copying 1 file to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-22-branch/trunk/build-fi/test/extraconf
[junit] WARNING: multiple versions of ant detected in path for junit 
[junit]  
jar:file:/home/jenkins/tools/ant/latest/lib/ant.jar!/org/apache/tools/ant/Project.class
[junit]  and 
jar:file:/home/jenkins/.ivy2/cache/ant/ant/jars/ant-1.6.5.jar!/org/apache/tools/ant/Project.class
[junit] Running org.apache.hadoop.fs.TestFiListPath
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.997 sec
[junit] Running org.apache.hadoop.fs.TestFiRename
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 39.742 sec
[junit] Running org.apache.hadoop.hdfs.TestFiHFlush
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 43.63 sec
[junit] Running org.apache.hadoop.hdfs.TestFiHftp
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 75.279 sec
[junit] Running org.apache.hadoop.hdfs.TestFiPipelines
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 4.711 sec
[junit] Running 
org.apache.hadoop.hdfs.server.datanode.TestFiDataTransferProtocol
[junit] Tests run: 29, Failures: 0, Errors: 0, Time elapsed: 206.564 sec
[junit] Running 
org.apache.hadoop.hdfs.server.datanode.TestFiDataTransferProtocol2
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 278.104 sec
[junit] Running org.apache.hadoop.hdfs.server.datanode.TestFiPipelineClose
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 34.877 sec

checkfailure:

-run-test-hdfs-fault-inject-withtestcaseonly:

run-test-hdfs-fault-inject:

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-22-branch/trunk/build.xml:761:
 Tests failed!

Total time: 224 minutes 26 seconds
Build step 'Execute shell' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Publishing Clover coverage report...
No Clover report will be published due to a Build Failure
Recording test results
Publishing Javadoc
Recording fingerprints
Updating HDFS-2383
Updating HDFS-2388
Email was triggered for: Failure
Sending email for trigger: Failure



###
## FAILED TESTS (if any) 
##
5 tests failed.
REGRESSION:  org.apache.hadoop.hdfs.TestDFSFinalize.testFinalize

Error Message:
Timeout occurred. Please note the time in the report does not reflect the time 
until the timeout.

Stack Trace:
junit.framework.AssertionFailedError: Timeout occurred. Please note the time in 
the report does not reflect the time until the timeout.


REGRESSION:  org.apache.hadoop.hdfs.TestGetBlocks.testGetBlocks

Error Message:
Timeout occurred. Please note the time in the report does not reflect the time 
until the timeout.

Stack Trace:
junit.framework.AssertionFailedError: Timeout occurred. Please note the time in 
the report does not reflect the time until the timeout.


REGRESSION:  org.apache.ha

[jira] [Reopened] (HDFS-2012) Recurring failure of TestBalancer on branch-0.22

2011-09-29 Thread Konstantin Shvachko (Reopened) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Konstantin Shvachko reopened HDFS-2012:
---


I am reopening it now as Jenkins just failed and we got a clear log for the 
issue.

> Recurring failure of TestBalancer on branch-0.22
> 
>
> Key: HDFS-2012
> URL: https://issues.apache.org/jira/browse/HDFS-2012
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: balancer, test
>Affects Versions: 0.22.0
>Reporter: Aaron T. Myers
>Priority: Blocker
> Fix For: 0.22.0
>
>
> This has been failing on Hudson for the last two builds and fails on my local 
> box as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (HDFS-2389) restart dns and namenode when hbase master and region servers are running and the namenode does not come out of safemode

2011-09-29 Thread Arpit Gupta (Created) (JIRA)
restart dns and namenode when hbase master and region servers are running and 
the namenode does not come out of safemode


 Key: HDFS-2389
 URL: https://issues.apache.org/jira/browse/HDFS-2389
 Project: Hadoop HDFS
  Issue Type: Bug
Affects Versions: 0.20.205.0
Reporter: Arpit Gupta




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira