Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
2.5.0, 2.6.0
-
None
-
None
Description
I'm seeing a behavior on trunk with fair scheduler enabled where a speculative reduce attempt is getting run on the same node as its original attempt. This doesn't make sense – the main reason for speculative execution is to deal with a slow node, so scheduling a second attempt on the same node would just make the problem worse if anything.
Attachments
Attachments
Issue Links
- is duplicated by
-
MAPREDUCE-7169 Speculative attempts should not run on the same node
- Patch Available