[ 
https://issues.apache.org/jira/browse/MAPREDUCE-7339?focusedWorklogId=588253&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-588253
 ]

ASF GitHub Bot logged work on MAPREDUCE-7339:
---------------------------------------------

                Author: ASF GitHub Bot
            Created on: 24/Apr/21 05:33
            Start Date: 24/Apr/21 05:33
    Worklog Time Spent: 10m 
      Work Description: mudit-97 opened a new pull request #2951:
URL: https://github.com/apache/hadoop/pull/2951


   ASF Jira: https://issues.apache.org/jira/browse/MAPREDUCE-7339
   
   Change: DefaultSpeculator returns TOO_LATE_TO_SPECULATE or PROGRESS_IS_GOOD 
speculation value even if task is ALREADY SPECULATING. This PR targets to fix 
that


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 588253)
    Remaining Estimate: 0h
            Time Spent: 10m

> Default Speculator returns speculationValue as TOO_LATE_TO_SPECULATE or 
> PROGRESS_IS_GOOD even if the task is ALREADY_SPECULATING
> --------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-7339
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-7339
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Mudit Sharma
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> DefaultSpeculator implementation in Mapreduce returns some MAGIC numbers in 
> speculationValue if the tasks is not a good candidate for speculation. It 
> returns these values:
>  
> {noformat}
> returns ALREADY_SPECULATING if that is true. This has priority.
> returns TOO_NEW if our companion task hasn't gotten any information
> returns PROGRESS_IS_GOOD if the task is sailing through
> returns NOT_RUNNING if the task is not running{noformat}
>  
>  
> {color:#172b4d}But there is one bug, due to which even if task is 
> speculating, but if its progress is good or its too late to speculate, code 
> returns TOO_LATE_TO_SPECULATE or PROGRESS_IS_GOOD and not 
> ALREADY_SPECULATING{color}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: mapreduce-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org

Reply via email to