You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Prasanth Jayachandran (JIRA)" <ji...@apache.org> on 2017/11/01 00:43:00 UTC

[jira] [Commented] (TEZ-3861) PipelineSorter setting negative progess

    [ https://issues.apache.org/jira/browse/TEZ-3861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16232716#comment-16232716 ] 

Prasanth Jayachandran commented on TEZ-3861:
--------------------------------------------

+1 (non-binding). Tested this patch and it worked fine.

> PipelineSorter setting negative progess
> ---------------------------------------
>
>                 Key: TEZ-3861
>                 URL: https://issues.apache.org/jira/browse/TEZ-3861
>             Project: Apache Tez
>          Issue Type: Bug
>    Affects Versions: 0.9.1
>            Reporter: Prasanth Jayachandran
>            Assignee: Rajesh Balamohan
>            Priority: Major
>         Attachments: TEZ-3861.2.patch, TezTR-545720_1_1_2_0_0.log
>
>
> PipelineSorter is generating too big log mostly coming from setting progress to negative value in some cases. 
> {code}
> 2017-10-30T01:22:16,466 DEBUG [TezTR-702853_1_1_2_0_0] util.Progress: Illegal progress value found, progress is less than 0. Progress will be changed to 0
> 2017-10-30T01:22:16,469 DEBUG [TezTR-702853_1_1_2_0_0] util.Progress: Illegal progress value found, progress is less than 0. Progress will be changed to 0
> 2017-10-30T01:22:16,469 DEBUG [TezTR-702853_1_1_2_0_0] util.Progress: Illegal progress value found, progress is less than 0. Progress will be changed to 0
> 2017-10-30T01:22:16,470 DEBUG [TezTR-702853_1_1_2_0_0] util.Progress: Illegal progress value found, progress is less than 0. Progress will be changed to 0
> 2017-10-30T01:22:16,470 DEBUG [TezTR-702853_1_1_2_0_0] util.Progress: Illegal progress value found, progress is less than 0. Progress will be changed to 0
> {code}
> this is emitted from
> https://github.com/apache/tez/blob/87d7c145ffc71707d1d393fddf94efa2a77d8822/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/common/sort/impl/PipelinedSorter.java#L1126



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)