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 2021/10/19 09:03:00 UTC

[jira] [Comment Edited] (FLINK-17914) HistoryServer deletes cached archives if archive listing fails

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

Chesnay Schepler edited comment on FLINK-17914 at 10/19/21, 9:02 AM:
---------------------------------------------------------------------

master: 247852d0571e71c02f7dd95d7e720ecb33f9a0f6..fa7b573f1330365486fd62f2f19bb718aefafffc
1.14: 026a7aab323cbdf33efd911bec0e353d5caac0e4..891cc24c9147866260bc4e575d8d4fb51c952d7d
1.13: 3c9374ec3bd3aaff8c27bd58066732370e7aad7d..4a3fab1d39c37aef0a14a31243c4fb453a61fecf


was (Author: zentol):
master: 247852d0571e71c02f7dd95d7e720ecb33f9a0f6..fa7b573f1330365486fd62f2f19bb718aefafffc
1.14: 026a7aab323cbdf33efd911bec0e353d5caac0e4..891cc24c9147866260bc4e575d8d4fb51c952d7d
1.13: TBD

> HistoryServer deletes cached archives if archive listing fails
> --------------------------------------------------------------
>
>                 Key: FLINK-17914
>                 URL: https://issues.apache.org/jira/browse/FLINK-17914
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Web Frontend
>    Affects Versions: 1.14.0, 1.13.2
>            Reporter: Robert Metzger
>            Assignee: Chesnay Schepler
>            Priority: Critical
>              Labels: pull-request-available
>             Fix For: 1.15.0, 1.14.1, 1.13.4
>
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=2047&view=logs&j=0da23115-68bb-5dcd-192c-bd4c8adebde1&t=4ed44b66-cdd6-5dcf-5f6a-88b07dda665d
> {code}
> [ERROR] Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 4.697 s <<< FAILURE! - in org.apache.flink.runtime.webmonitor.history.HistoryServerTest
> [ERROR] testCleanExpiredJob[Flink version less than 1.4: false](org.apache.flink.runtime.webmonitor.history.HistoryServerTest)  Time elapsed: 0.483 s  <<< FAILURE!
> java.lang.AssertionError: expected:<2> but was:<0>
> 	at org.junit.Assert.fail(Assert.java:88)
> 	at org.junit.Assert.failNotEquals(Assert.java:834)
> 	at org.junit.Assert.assertEquals(Assert.java:645)
> 	at org.junit.Assert.assertEquals(Assert.java:631)
> 	at org.apache.flink.runtime.webmonitor.history.HistoryServerTest.runArchiveExpirationTest(HistoryServerTest.java:214)
> 	at org.apache.flink.runtime.webmonitor.history.HistoryServerTest.testCleanExpiredJob(HistoryServerTest.java:158)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> {code}



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