[
https://issues.apache.org/jira/browse/FLINK-17315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17096562#comment-17096562
]
Piotr Nowojski edited comment on FLINK-17315 at 4/30/20, 2:06 PM:
------------------------------------------------------------------
If one of them is susceptible to this issue, probably others are as well. Why
are those test taking so much time? Can we make them thiner/faster?
Is it because of volume of data being processed? If so, can we slow it down, by
adding some sleeps?
Is it because of IO operations? If so, can we reduce the number of IO or use
some in memory storage?
was (Author: pnowojski):
If one of them is susceptible to this issue, probably others are as well.
> UnalignedCheckpointITCase.shouldPerformUnalignedCheckpointMassivelyParallel
> failed in timeout
> ---------------------------------------------------------------------------------------------
>
> Key: FLINK-17315
> URL: https://issues.apache.org/jira/browse/FLINK-17315
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Checkpointing, Tests
> Affects Versions: 1.11.0
> Reporter: Zhijiang
> Assignee: Arvid Heise
> Priority: Critical
> Labels: pull-request-available, test-stability
> Fix For: 1.11.0
>
>
> Build:
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=1&view=logs&j=5c8e7682-d68f-54d1-16a2-a09310218a49&t=45cc9205-bdb7-5b54-63cd-89fdc0983323]
> logs
> {code:java}
> 2020-04-21T20:25:23.1139147Z [ERROR] Errors:
> 2020-04-21T20:25:23.1140908Z [ERROR]
> UnalignedCheckpointITCase.shouldPerformUnalignedCheckpointMassivelyParallel:80->execute:87
> » TestTimedOut
> 2020-04-21T20:25:23.1141383Z [INFO]
> 2020-04-21T20:25:23.1141675Z [ERROR] Tests run: 1525, Failures: 0, Errors: 1,
> Skipped: 36
> {code}
>
> I run it in my local machine and it almost takes about 40 seconds to finish,
> so the configured 90 seconds timeout seems not enough in heavy load
> environment sometimes. Maybe we can remove the timeout in tests since azure
> already configured to monitor the timeout.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)