[jira] [Updated] (MAPREDUCE-4271) Make TestCapacityScheduler more robust with non-Sun JDK

2015-05-05 Thread Allen Wittenauer (JIRA)

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

Allen Wittenauer updated MAPREDUCE-4271:

Labels: BB2015-05-TBR alt-jdk capacity  (was: alt-jdk capacity)

> Make TestCapacityScheduler more robust with non-Sun JDK
> ---
>
> Key: MAPREDUCE-4271
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4271
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: capacity-sched
>Affects Versions: 1.0.3
>Reporter: Luke Lu
>Assignee: Yu Gao
>  Labels: BB2015-05-TBR, alt-jdk, capacity
> Attachments: MAPREDUCE-4271-branch1-v2.patch, 
> mapreduce-4271-branch-1.patch, test-afterepatch.result, 
> test-beforepatch.result, test-patch.result
>
>
> The capacity scheduler queue is initialized with a HashMap, the values of 
> which are later added to a list (a queue for assigning tasks). 
> TestCapacityScheduler depends on the order of the list hence not portable 
> across JDKs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MAPREDUCE-4271) Make TestCapacityScheduler more robust with non-Sun JDK

2013-05-13 Thread Matt Foley (JIRA)

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

Matt Foley updated MAPREDUCE-4271:
--

Fix Version/s: (was: 1.1.1)

> Make TestCapacityScheduler more robust with non-Sun JDK
> ---
>
> Key: MAPREDUCE-4271
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4271
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: capacity-sched
>Affects Versions: 1.0.3
>Reporter: Luke Lu
>Assignee: Yu Gao
>  Labels: alt-jdk, capacity
> Attachments: mapreduce-4271-branch-1.patch, 
> MAPREDUCE-4271-branch1-v2.patch, test-afterepatch.result, 
> test-beforepatch.result, test-patch.result
>
>
> The capacity scheduler queue is initialized with a HashMap, the values of 
> which are later added to a list (a queue for assigning tasks). 
> TestCapacityScheduler depends on the order of the list hence not portable 
> across JDKs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (MAPREDUCE-4271) Make TestCapacityScheduler more robust with non-Sun JDK

2013-05-13 Thread Matt Foley (JIRA)

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

Matt Foley updated MAPREDUCE-4271:
--

Target Version/s: 1.3.0  (was: 1.2.0)

> Make TestCapacityScheduler more robust with non-Sun JDK
> ---
>
> Key: MAPREDUCE-4271
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4271
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: capacity-sched
>Affects Versions: 1.0.3
>Reporter: Luke Lu
>Assignee: Yu Gao
>  Labels: alt-jdk, capacity
> Attachments: mapreduce-4271-branch-1.patch, 
> MAPREDUCE-4271-branch1-v2.patch, test-afterepatch.result, 
> test-beforepatch.result, test-patch.result
>
>
> The capacity scheduler queue is initialized with a HashMap, the values of 
> which are later added to a list (a queue for assigning tasks). 
> TestCapacityScheduler depends on the order of the list hence not portable 
> across JDKs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (MAPREDUCE-4271) Make TestCapacityScheduler more robust with non-Sun JDK

2013-01-29 Thread Amir Sanjar (JIRA)

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

Amir Sanjar updated MAPREDUCE-4271:
---

Attachment: MAPREDUCE-4271-branch1-v2.patch

Use only with IBM JAVA SDK 

> Make TestCapacityScheduler more robust with non-Sun JDK
> ---
>
> Key: MAPREDUCE-4271
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4271
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: capacity-sched
>Affects Versions: 1.0.3
>Reporter: Luke Lu
>Assignee: Yu Gao
>  Labels: alt-jdk, capacity
> Fix For: 1.1.1
>
> Attachments: mapreduce-4271-branch-1.patch, 
> MAPREDUCE-4271-branch1-v2.patch, test-afterepatch.result, 
> test-beforepatch.result, test-patch.result
>
>
> The capacity scheduler queue is initialized with a HashMap, the values of 
> which are later added to a list (a queue for assigning tasks). 
> TestCapacityScheduler depends on the order of the list hence not portable 
> across JDKs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (MAPREDUCE-4271) Make TestCapacityScheduler more robust with non-Sun JDK

2013-01-29 Thread Amir Sanjar (JIRA)

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

Amir Sanjar updated MAPREDUCE-4271:
---

Fix Version/s: 1.1.1
   Status: Patch Available  (was: Open)

Fixed failure caused by migrating to IBM JAVA on 1.1.1 - 

> Make TestCapacityScheduler more robust with non-Sun JDK
> ---
>
> Key: MAPREDUCE-4271
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4271
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: capacity-sched
>Affects Versions: 1.0.3
>Reporter: Luke Lu
>Assignee: Yu Gao
>  Labels: alt-jdk, capacity
> Fix For: 1.1.1
>
> Attachments: mapreduce-4271-branch-1.patch, 
> MAPREDUCE-4271-branch1-v2.patch, test-afterepatch.result, 
> test-beforepatch.result, test-patch.result
>
>
> The capacity scheduler queue is initialized with a HashMap, the values of 
> which are later added to a list (a queue for assigning tasks). 
> TestCapacityScheduler depends on the order of the list hence not portable 
> across JDKs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (MAPREDUCE-4271) Make TestCapacityScheduler more robust with non-Sun JDK

2012-11-07 Thread Yu Gao (JIRA)

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

Yu Gao updated MAPREDUCE-4271:
--

Attachment: test-afterepatch.result
test-beforepatch.result

> Make TestCapacityScheduler more robust with non-Sun JDK
> ---
>
> Key: MAPREDUCE-4271
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4271
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: capacity-sched
>Affects Versions: 1.0.3
>Reporter: Luke Lu
>Assignee: Yu Gao
>  Labels: alt-jdk, capacity
> Attachments: mapreduce-4271-branch-1.patch, test-afterepatch.result, 
> test-beforepatch.result, test-patch.result
>
>
> The capacity scheduler queue is initialized with a HashMap, the values of 
> which are later added to a list (a queue for assigning tasks). 
> TestCapacityScheduler depends on the order of the list hence not portable 
> across JDKs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (MAPREDUCE-4271) Make TestCapacityScheduler more robust with non-Sun JDK

2012-11-07 Thread Yu Gao (JIRA)

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

Yu Gao updated MAPREDUCE-4271:
--

Attachment: test-patch.result

> Make TestCapacityScheduler more robust with non-Sun JDK
> ---
>
> Key: MAPREDUCE-4271
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4271
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: capacity-sched
>Affects Versions: 1.0.3
>Reporter: Luke Lu
>Assignee: Yu Gao
>  Labels: alt-jdk, capacity
> Attachments: mapreduce-4271-branch-1.patch, test-patch.result
>
>
> The capacity scheduler queue is initialized with a HashMap, the values of 
> which are later added to a list (a queue for assigning tasks). 
> TestCapacityScheduler depends on the order of the list hence not portable 
> across JDKs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (MAPREDUCE-4271) Make TestCapacityScheduler more robust with non-Sun JDK

2012-11-01 Thread Yu Gao (JIRA)

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

Yu Gao updated MAPREDUCE-4271:
--

Attachment: mapreduce-4271-branch-1.patch

> Make TestCapacityScheduler more robust with non-Sun JDK
> ---
>
> Key: MAPREDUCE-4271
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4271
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: capacity-sched
>Affects Versions: 1.0.3
>Reporter: Luke Lu
>Assignee: Luke Lu
>  Labels: alt-jdk, capacity
> Attachments: mapreduce-4271-branch-1.patch
>
>
> The capacity scheduler queue is initialized with a HashMap, the values of 
> which are later added to a list (a queue for assigning tasks). 
> TestCapacityScheduler depends on the order of the list hence not portable 
> across JDKs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira