[
https://issues.apache.org/jira/browse/TAJO-1651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639929#comment-14639929
]
ASF GitHub Bot commented on TAJO-1651:
--------------------------------------
Github user jihoonson commented on the pull request:
https://github.com/apache/tajo/pull/648#issuecomment-124328892
+1 LGTM!
> Too long fetcher default retries
> --------------------------------
>
> Key: TAJO-1651
> URL: https://issues.apache.org/jira/browse/TAJO-1651
> Project: Tajo
> Issue Type: Improvement
> Components: Data Shuffle
> Affects Versions: 0.9.0, 0.10.0, 0.10.1
> Reporter: Jinho Kim
> Assignee: Jinho Kim
> Priority: Minor
>
> The fetcher is getting an intermediate file from PullServer. fetcher will
> retry, when fails.
> Currently, maximum timeout is task-retry(3) * fetch-retry(20) * timeout(120
> sec)
> I suggest that SHUFFLE_FETCHER_READ_RETRY_MAX_NUM change to 2
> {noformat}
> SHUFFLE_FETCHER_READ_TIMEOUT("tajo.shuffle.fetcher.read.timeout-sec", 120)
> SHUFFLE_FETCHER_READ_RETRY_MAX_NUM("tajo.shuffle.fetcher.read.retry.max-num",
> 20)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)