You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2020/01/10 13:47:00 UTC

[jira] [Closed] (FLINK-15319) Add configurable download timeout/retry to AbstractDownloadCache

     [ https://issues.apache.org/jira/browse/FLINK-15319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chesnay Schepler closed FLINK-15319.
------------------------------------
    Resolution: Fixed

master:
d9029b4c27826cd7c8a0ba01bed4fcfa53bbb79b
5ea097c68dac0733549628d7d2736b8b989191af
1.10:
c3e0945f76ef2f18dbd5caaee062b383fe2e7d2a
c3222de334330a7fb21a4747344a3f5be07a6f35 

> Add configurable download timeout/retry to AbstractDownloadCache
> ----------------------------------------------------------------
>
>                 Key: FLINK-15319
>                 URL: https://issues.apache.org/jira/browse/FLINK-15319
>             Project: Flink
>          Issue Type: Improvement
>          Components: Test Infrastructure
>            Reporter: Yun Tang
>            Assignee: Zheng Hu
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.10.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> To alleviate issues as below where java e2e tests fail due to download issues, introduce a configurable retry/timeout for downloads.
> {code:java}
> 17:47:50.589 [INFO] Running org.apache.flink.tests.util.kafka.StreamingKafkaITCase
> 17:51:35.273 [ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 224.68 s <<< FAILURE! - in org.apache.flink.tests.util.kafka.StreamingKafkaITCase
> 17:51:35.273 [ERROR] testKafka[2: kafka-version:2.2.0](org.apache.flink.tests.util.kafka.StreamingKafkaITCase)  Time elapsed: 120.008 s  <<< ERROR!
> java.io.IOException: Process failed due to timeout.
> {code}
> Instance: [https://api.travis-ci.com/v3/job/268159458/log.txt]
>  
> It seems logs not uploaded to transfer.sh



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