[jira] Updated: (MAPREDUCE-2311) TestFairScheduler failing on trunk

2011-02-09 Thread Scott Chen (JIRA)

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

Scott Chen updated MAPREDUCE-2311:
--

Attachment: test.result

 TestFairScheduler failing on trunk
 --

 Key: MAPREDUCE-2311
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2311
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: contrib/fair-share
Affects Versions: 0.22.0
Reporter: Todd Lipcon
Assignee: Scott Chen
Priority: Blocker
 Fix For: 0.22.0

 Attachments: MAPREDUCE-2311.txt, test.result, test.result


 Most of the test cases in this test are failing on trunk, unclear how long 
 since the contrib tests weren't running while the core tests were failed.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MAPREDUCE-2311) TestFairScheduler failing on trunk

2011-02-09 Thread Scott Chen (JIRA)

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

Scott Chen updated MAPREDUCE-2311:
--

Attachment: test.result

ant clean test result
{code}

[junit] Running org.apache.hadoop.mapred.TestSimulatorDeterministicReplay
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec 
--
[junit] Running org.apache.hadoop.mapred.TestSimulatorEndToEnd
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec 
--
[junit] Running org.apache.hadoop.mapred.TestSimulatorSerialJobSubmission
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec 
--
[junit] Running org.apache.hadoop.mapred.TestSimulatorStressJobSubmission
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec 
--
[junit] Running org.apache.hadoop.raid.TestBlockFixer
[junit] Tests run: 14, Failures: 0, Errors: 1, Time elapsed: 675.704 sec 
{code}

 TestFairScheduler failing on trunk
 --

 Key: MAPREDUCE-2311
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2311
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: contrib/fair-share
Affects Versions: 0.22.0
Reporter: Todd Lipcon
Assignee: Scott Chen
Priority: Blocker
 Fix For: 0.22.0

 Attachments: MAPREDUCE-2311.txt, test.result, test.result


 Most of the test cases in this test are failing on trunk, unclear how long 
 since the contrib tests weren't running while the core tests were failed.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MAPREDUCE-2311) TestFairScheduler failing on trunk

2011-02-09 Thread Scott Chen (JIRA)

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

Scott Chen updated MAPREDUCE-2311:
--

Attachment: (was: test.result)

 TestFairScheduler failing on trunk
 --

 Key: MAPREDUCE-2311
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2311
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: contrib/fair-share
Affects Versions: 0.22.0
Reporter: Todd Lipcon
Assignee: Scott Chen
Priority: Blocker
 Fix For: 0.22.0

 Attachments: MAPREDUCE-2311.txt, test.result


 Most of the test cases in this test are failing on trunk, unclear how long 
 since the contrib tests weren't running while the core tests were failed.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MAPREDUCE-2311) TestFairScheduler failing on trunk

2011-02-09 Thread Scott Chen (JIRA)

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

Scott Chen updated MAPREDUCE-2311:
--

Fix Version/s: 0.23.0
Affects Version/s: 0.23.0
 Hadoop Flags: [Reviewed]
   Status: Patch Available  (was: Open)

 TestFairScheduler failing on trunk
 --

 Key: MAPREDUCE-2311
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2311
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: contrib/fair-share
Affects Versions: 0.22.0, 0.23.0
Reporter: Todd Lipcon
Assignee: Scott Chen
Priority: Blocker
 Fix For: 0.22.0, 0.23.0

 Attachments: MAPREDUCE-2311.txt, test.result


 Most of the test cases in this test are failing on trunk, unclear how long 
 since the contrib tests weren't running while the core tests were failed.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MAPREDUCE-2311) TestFairScheduler failing on trunk

2011-02-09 Thread Scott Chen (JIRA)

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

Scott Chen updated MAPREDUCE-2311:
--

Resolution: Fixed
Status: Resolved  (was: Patch Available)

I just committed this. Thanks Todd and Priyo.

Priyo: The change should not affect 1825. In updateRunnability() none of the 
JobInProgress methods called are synchronized. So this should be OK.

 TestFairScheduler failing on trunk
 --

 Key: MAPREDUCE-2311
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2311
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: contrib/fair-share
Affects Versions: 0.22.0, 0.23.0
Reporter: Todd Lipcon
Assignee: Scott Chen
Priority: Blocker
 Fix For: 0.22.0, 0.23.0

 Attachments: MAPREDUCE-2311.txt, test.result


 Most of the test cases in this test are failing on trunk, unclear how long 
 since the contrib tests weren't running while the core tests were failed.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MAPREDUCE-2311) TestFairScheduler failing on trunk

2011-02-08 Thread Scott Chen (JIRA)

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

Scott Chen updated MAPREDUCE-2311:
--

Attachment: MAPREDUCE-2311.txt

 TestFairScheduler failing on trunk
 --

 Key: MAPREDUCE-2311
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2311
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: contrib/fair-share
Affects Versions: 0.22.0
Reporter: Todd Lipcon
Assignee: Scott Chen
Priority: Blocker
 Fix For: 0.22.0

 Attachments: MAPREDUCE-2311.txt


 Most of the test cases in this test are failing on trunk, unclear how long 
 since the contrib tests weren't running while the core tests were failed.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MAPREDUCE-2311) TestFairScheduler failing on trunk

2011-02-08 Thread Scott Chen (JIRA)

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

Scott Chen updated MAPREDUCE-2311:
--

Attachment: (was: MAPREDUCE-2311.txt)

 TestFairScheduler failing on trunk
 --

 Key: MAPREDUCE-2311
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2311
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: contrib/fair-share
Affects Versions: 0.22.0
Reporter: Todd Lipcon
Assignee: Scott Chen
Priority: Blocker
 Fix For: 0.22.0

 Attachments: MAPREDUCE-2311.txt


 Most of the test cases in this test are failing on trunk, unclear how long 
 since the contrib tests weren't running while the core tests were failed.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MAPREDUCE-2311) TestFairScheduler failing on trunk

2011-02-08 Thread Scott Chen (JIRA)

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

Scott Chen updated MAPREDUCE-2311:
--

Attachment: MAPREDUCE-2311.txt

 TestFairScheduler failing on trunk
 --

 Key: MAPREDUCE-2311
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2311
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: contrib/fair-share
Affects Versions: 0.22.0
Reporter: Todd Lipcon
Assignee: Scott Chen
Priority: Blocker
 Fix For: 0.22.0

 Attachments: MAPREDUCE-2311.txt


 Most of the test cases in this test are failing on trunk, unclear how long 
 since the contrib tests weren't running while the core tests were failed.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira