[jira] [Commented] (HDFS-2762) TestCheckpoint is timing out

2012-01-10 Thread Hudson (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13183226#comment-13183226
 ] 

Hudson commented on HDFS-2762:
--

Integrated in Hadoop-Hdfs-HAbranch-build #43 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-HAbranch-build/43/])
HDFS-2762. Fix TestCheckpoint timing out on HA branch. Contributed by Uma 
Maheswara Rao G.

todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1229464
Files : 
* 
/hadoop/common/branches/HDFS-1623/hadoop-hdfs-project/hadoop-hdfs/CHANGES.HDFS-1623.txt
* 
/hadoop/common/branches/HDFS-1623/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/MiniDFSCluster.java


 TestCheckpoint is timing out
 

 Key: HDFS-2762
 URL: https://issues.apache.org/jira/browse/HDFS-2762
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: ha, name-node
Affects Versions: HA branch (HDFS-1623)
Reporter: Aaron T. Myers
Assignee: Uma Maheswara Rao G
 Fix For: HA branch (HDFS-1623)

 Attachments: HDFS-2762.patch


 TestCheckpoint is timing out on the HA branch, and has been for a few days.

--
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] [Commented] (HDFS-2762) TestCheckpoint is timing out

2012-01-09 Thread Uma Maheswara Rao G (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13182463#comment-13182463
 ] 

Uma Maheswara Rao G commented on HDFS-2762:
---

Hi Todd, looks this test randomly failing with and without this patch. Also 
tested this without HDFS-2720, same behaviour.

org.apache.hadoop.hdfs.server.namenode.ha.TestEditLogTailer$CouldNotCatchUpException:
 Standby did not catch up to txid 11 (currently at 0)
at 
org.apache.hadoop.hdfs.server.namenode.ha.TestEditLogTailer.waitForStandbyToCatchUp(TestEditLogTailer.java:134)
at 
org.apache.hadoop.hdfs.server.namenode.ha.TestStandbyCheckpoints.testSBNCheckpoints(TestStandbyCheckpoints.java:94)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)

Let's check this in separate JIRA, if you also observe same.

 TestCheckpoint is timing out
 

 Key: HDFS-2762
 URL: https://issues.apache.org/jira/browse/HDFS-2762
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: ha, name-node
Affects Versions: HA branch (HDFS-1623)
Reporter: Aaron T. Myers
Assignee: Uma Maheswara Rao G
 Attachments: HDFS-2762.patch


 TestCheckpoint is timing out on the HA branch, and has been for a few days.

--
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] [Commented] (HDFS-2762) TestCheckpoint is timing out

2012-01-08 Thread Todd Lipcon (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13182356#comment-13182356
 ] 

Todd Lipcon commented on HDFS-2762:
---

+1, will commit momentarily after checking that the HA tests still pass.

 TestCheckpoint is timing out
 

 Key: HDFS-2762
 URL: https://issues.apache.org/jira/browse/HDFS-2762
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: ha, name-node
Affects Versions: HA branch (HDFS-1623)
Reporter: Aaron T. Myers
Assignee: Uma Maheswara Rao G
 Attachments: HDFS-2762.patch


 TestCheckpoint is timing out on the HA branch, and has been for a few days.

--
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] [Commented] (HDFS-2762) TestCheckpoint is timing out

2012-01-08 Thread Todd Lipcon (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13182360#comment-13182360
 ] 

Todd Lipcon commented on HDFS-2762:
---

It looks like TestStandbyCheckpoints is broken with this change in place, so 
not committing. Uma, can you take a look?

 TestCheckpoint is timing out
 

 Key: HDFS-2762
 URL: https://issues.apache.org/jira/browse/HDFS-2762
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: ha, name-node
Affects Versions: HA branch (HDFS-1623)
Reporter: Aaron T. Myers
Assignee: Uma Maheswara Rao G
 Attachments: HDFS-2762.patch


 TestCheckpoint is timing out on the HA branch, and has been for a few days.

--
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] [Commented] (HDFS-2762) TestCheckpoint is timing out

2012-01-07 Thread Uma Maheswara Rao G (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13181902#comment-13181902
 ] 

Uma Maheswara Rao G commented on HDFS-2762:
---

Thanks Aaron for filing the JIRA.
Todd, i just looked at testMultipleSecondaryNameNodes. Here the problem is 
Namenode formatted normally with different cluster IDs for two federated 
namenodes. Here actually i should have same cluster ID for this two namenodes 
as they are belongs to the same cluster. I will just fix this and upload patch 
tonight.

Thanks
Uma

 TestCheckpoint is timing out
 

 Key: HDFS-2762
 URL: https://issues.apache.org/jira/browse/HDFS-2762
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: ha, name-node
Affects Versions: HA branch (HDFS-1623)
Reporter: Aaron T. Myers
Assignee: Uma Maheswara Rao G

 TestCheckpoint is timing out on the HA branch, and has been for a few days.

--
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] [Commented] (HDFS-2762) TestCheckpoint is timing out

2012-01-07 Thread Uma Maheswara Rao G (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13181941#comment-13181941
 ] 

Uma Maheswara Rao G commented on HDFS-2762:
---

Here is the fix for testMultipleSecondaryNameNodes.


 TestCheckpoint is timing out
 

 Key: HDFS-2762
 URL: https://issues.apache.org/jira/browse/HDFS-2762
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: ha, name-node
Affects Versions: HA branch (HDFS-1623)
Reporter: Aaron T. Myers
Assignee: Uma Maheswara Rao G
 Attachments: HDFS-2762.patch


 TestCheckpoint is timing out on the HA branch, and has been for a few days.

--
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] [Commented] (HDFS-2762) TestCheckpoint is timing out

2012-01-06 Thread Todd Lipcon (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13181574#comment-13181574
 ] 

Todd Lipcon commented on HDFS-2762:
---

It seems like the {{testMultipleSecondaryNameNodes}} test is the one that's 
timing out. I traced this to the commit of HDFS-2720. Uma, can you look into 
this? If we can't figure it out in the next day or so I'll revert HDFS-2720 on 
the branch to fix the tests.

 TestCheckpoint is timing out
 

 Key: HDFS-2762
 URL: https://issues.apache.org/jira/browse/HDFS-2762
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: ha, name-node
Affects Versions: HA branch (HDFS-1623)
Reporter: Aaron T. Myers
Assignee: Todd Lipcon

 TestCheckpoint is timing out on the HA branch, and has been for a few days.

--
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