[jira] Updated: (MAPREDUCE-1617) TestBadRecords failed once in our test runs

2010-05-21 Thread Chris Douglas (JIRA)

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

Chris Douglas updated MAPREDUCE-1617:
-

  Status: Resolved  (was: Patch Available)
Hadoop Flags: [Reviewed]
  Resolution: Fixed

+1

I committed this. Thanks Amar and Luke!

> TestBadRecords failed once in our test runs
> ---
>
> Key: MAPREDUCE-1617
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1617
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: test
>Affects Versions: 0.20.2
>Reporter: Amareshwari Sriramadasu
>Assignee: Luke Lu
> Fix For: 0.22.0
>
> Attachments: mr-1617-trunk-v1.patch, mr-1617-trunk-v2.patch, 
> mr-1617-v1.3.patch, TestBadRecords.txt
>
>
> org.apache.hadoop.mapred.TestBadRecords.testBadMapRed failed with the 
> following
> exception:
> java.io.IOException: Job failed!
> at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1142)
> at 
> org.apache.hadoop.mapred.TestBadRecords.runMapReduce(TestBadRecords.java:94)
> at 
> org.apache.hadoop.mapred.TestBadRecords.testBadMapRed(TestBadRecords.java:211)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1617) TestBadRecords failed once in our test runs

2010-05-11 Thread Amareshwari Sriramadasu (JIRA)

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

Amareshwari Sriramadasu updated MAPREDUCE-1617:
---

Status: Open  (was: Patch Available)

Patch looks fine. 
Canceling it to run through hudson.

> TestBadRecords failed once in our test runs
> ---
>
> Key: MAPREDUCE-1617
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1617
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: test
>Affects Versions: 0.20.2
>Reporter: Amareshwari Sriramadasu
>Assignee: Luke Lu
> Fix For: 0.22.0
>
> Attachments: mr-1617-trunk-v1.patch, mr-1617-trunk-v2.patch, 
> mr-1617-v1.3.patch, TestBadRecords.txt
>
>
> org.apache.hadoop.mapred.TestBadRecords.testBadMapRed failed with the 
> following
> exception:
> java.io.IOException: Job failed!
> at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1142)
> at 
> org.apache.hadoop.mapred.TestBadRecords.runMapReduce(TestBadRecords.java:94)
> at 
> org.apache.hadoop.mapred.TestBadRecords.testBadMapRed(TestBadRecords.java:211)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1617) TestBadRecords failed once in our test runs

2010-05-11 Thread Amareshwari Sriramadasu (JIRA)

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

Amareshwari Sriramadasu updated MAPREDUCE-1617:
---

Status: Patch Available  (was: Open)

submitting for hudson.

> TestBadRecords failed once in our test runs
> ---
>
> Key: MAPREDUCE-1617
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1617
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: test
>Affects Versions: 0.20.2
>Reporter: Amareshwari Sriramadasu
>Assignee: Luke Lu
> Fix For: 0.22.0
>
> Attachments: mr-1617-trunk-v1.patch, mr-1617-trunk-v2.patch, 
> mr-1617-v1.3.patch, TestBadRecords.txt
>
>
> org.apache.hadoop.mapred.TestBadRecords.testBadMapRed failed with the 
> following
> exception:
> java.io.IOException: Job failed!
> at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1142)
> at 
> org.apache.hadoop.mapred.TestBadRecords.runMapReduce(TestBadRecords.java:94)
> at 
> org.apache.hadoop.mapred.TestBadRecords.testBadMapRed(TestBadRecords.java:211)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1617) TestBadRecords failed once in our test runs

2010-05-11 Thread Luke Lu (JIRA)

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

Luke Lu updated MAPREDUCE-1617:
---

Attachment: mr-1617-trunk-v2.patch

Good catch, Amarsri. I was testing the jvm default (-Xmx500m) vs -Xmx200m to 
see if the larger default Xmx makes the tests run faster. For the curious, 
there is no statistical difference in cold runs. However, in repeated tests, 
the smaller Xmx is actually significantly faster.

> TestBadRecords failed once in our test runs
> ---
>
> Key: MAPREDUCE-1617
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1617
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: test
>Affects Versions: 0.20.2
>Reporter: Amareshwari Sriramadasu
>Assignee: Luke Lu
> Fix For: 0.22.0
>
> Attachments: mr-1617-trunk-v1.patch, mr-1617-trunk-v2.patch, 
> mr-1617-v1.3.patch, TestBadRecords.txt
>
>
> org.apache.hadoop.mapred.TestBadRecords.testBadMapRed failed with the 
> following
> exception:
> java.io.IOException: Job failed!
> at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1142)
> at 
> org.apache.hadoop.mapred.TestBadRecords.runMapReduce(TestBadRecords.java:94)
> at 
> org.apache.hadoop.mapred.TestBadRecords.testBadMapRed(TestBadRecords.java:211)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1617) TestBadRecords failed once in our test runs

2010-05-10 Thread Luke Lu (JIRA)

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

Luke Lu updated MAPREDUCE-1617:
---

   Status: Patch Available  (was: Open)
Affects Version/s: 0.20.2

> TestBadRecords failed once in our test runs
> ---
>
> Key: MAPREDUCE-1617
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1617
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: test
>Affects Versions: 0.20.2
>Reporter: Amareshwari Sriramadasu
>Assignee: Luke Lu
> Fix For: 0.22.0
>
> Attachments: mr-1617-trunk-v1.patch, mr-1617-v1.3.patch, 
> TestBadRecords.txt
>
>
> org.apache.hadoop.mapred.TestBadRecords.testBadMapRed failed with the 
> following
> exception:
> java.io.IOException: Job failed!
> at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1142)
> at 
> org.apache.hadoop.mapred.TestBadRecords.runMapReduce(TestBadRecords.java:94)
> at 
> org.apache.hadoop.mapred.TestBadRecords.testBadMapRed(TestBadRecords.java:211)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1617) TestBadRecords failed once in our test runs

2010-05-10 Thread Luke Lu (JIRA)

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

Luke Lu updated MAPREDUCE-1617:
---

Attachment: mr-1617-trunk-v1.patch

Incorporated some feedback from Chris: use LOG.is*Enabled checks to minimize 
log impact when the log is disabled.

> TestBadRecords failed once in our test runs
> ---
>
> Key: MAPREDUCE-1617
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1617
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: test
>Affects Versions: 0.20.2
>Reporter: Amareshwari Sriramadasu
>Assignee: Luke Lu
> Fix For: 0.22.0
>
> Attachments: mr-1617-trunk-v1.patch, mr-1617-v1.3.patch, 
> TestBadRecords.txt
>
>
> org.apache.hadoop.mapred.TestBadRecords.testBadMapRed failed with the 
> following
> exception:
> java.io.IOException: Job failed!
> at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1142)
> at 
> org.apache.hadoop.mapred.TestBadRecords.runMapReduce(TestBadRecords.java:94)
> at 
> org.apache.hadoop.mapred.TestBadRecords.testBadMapRed(TestBadRecords.java:211)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1617) TestBadRecords failed once in our test runs

2010-04-16 Thread Amar Kamat (JIRA)

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

Amar Kamat updated MAPREDUCE-1617:
--

Attachment: mr-1617-v1.3.patch

Attaching  a patch for Yahoo!'s distribution of Hadoop not to be committed 
here. TestBadRecords fail because the task jvm take more than 30 secs to get 
the task from the TaskTracker. As this is a [known IPv6 
issue|http://tinyurl.com/2a2o9m], this patch simply enables IPv4 stack for 
JUnit tests. TestBadRecords passes after the patch. test-patch and ant-tests 
passed with the patch.

> TestBadRecords failed once in our test runs
> ---
>
> Key: MAPREDUCE-1617
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1617
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: test
>Reporter: Amareshwari Sriramadasu
> Fix For: 0.22.0
>
> Attachments: mr-1617-v1.3.patch, TestBadRecords.txt
>
>
> org.apache.hadoop.mapred.TestBadRecords.testBadMapRed failed with the 
> following
> exception:
> java.io.IOException: Job failed!
> at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1142)
> at 
> org.apache.hadoop.mapred.TestBadRecords.runMapReduce(TestBadRecords.java:94)
> at 
> org.apache.hadoop.mapred.TestBadRecords.testBadMapRed(TestBadRecords.java:211)

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




[jira] Updated: (MAPREDUCE-1617) TestBadRecords failed once in our test runs

2010-03-22 Thread Amareshwari Sriramadasu (JIRA)

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

Amareshwari Sriramadasu updated MAPREDUCE-1617:
---

Attachment: TestBadRecords.txt

Attaching the failure log

> TestBadRecords failed once in our test runs
> ---
>
> Key: MAPREDUCE-1617
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1617
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: test
>Reporter: Amareshwari Sriramadasu
> Fix For: 0.22.0
>
> Attachments: TestBadRecords.txt
>
>
> org.apache.hadoop.mapred.TestBadRecords.testBadMapRed failed with the 
> following
> exception:
> java.io.IOException: Job failed!
> at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1142)
> at 
> org.apache.hadoop.mapred.TestBadRecords.runMapReduce(TestBadRecords.java:94)
> at 
> org.apache.hadoop.mapred.TestBadRecords.testBadMapRed(TestBadRecords.java:211)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.