[
https://issues.apache.org/jira/browse/MAPREDUCE-682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12733564#action_12733564
]
Sreekanth Ramakrishnan commented on MAPREDUCE-682:
--------------------------------------------------
Since hudson patch queue seems to be stuck. Output from ant test-patch
{noformat}
[exec] +1 overall.
[exec]
[exec] +1 @author. The patch does not contain any @author tags.
[exec]
[exec] +1 tests included. The patch appears to include 3 new or
modified tests.
[exec]
[exec] +1 javadoc. The javadoc tool did not generate any warning
messages.
[exec]
[exec] +1 javac. The applied patch does not increase the total number
of javac compiler warnings.
[exec]
[exec] +1 findbugs. The patch does not introduce any new Findbugs
warnings.
[exec]
[exec] +1 release audit. The applied patch does not increase the
total number of release audit warnings.
[exec]
{noformat}
Running tests.
> Reserved tasktrackers should be removed when a node is globally blacklisted
> ---------------------------------------------------------------------------
>
> Key: MAPREDUCE-682
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-682
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: jobtracker
> Affects Versions: 0.21.0
> Reporter: Hemanth Yamijala
> Assignee: Sreekanth Ramakrishnan
> Attachments: mapreduce-682-1.patch, mapreduce-682-2.patch
>
>
> When support was added to reserve tasktrackers for high RAM jobs per
> MAPREDUCE-516, we missed removing reservations on tasktrackers that are
> globally blacklisted. This is not a major concern, just that the reservation
> might cause the job to finish a little later than if the reservation is
> removed when the blacklisting happens.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.