[
https://issues.apache.org/jira/browse/FLINK-14347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16948773#comment-16948773
]
Zili Chen commented on FLINK-14347:
-----------------------------------
Thanks for reporting this issue [~TsReaper] and your analysis [~trohrmann].
I notice that the instability depends on whether or not {{jobmanager.log}} has
been dumped on the verification. Given that the "forbidden" string is actually
expected[1] I propose we add the next line into whitelist. Locally verify when
{{jobmanager.log}} dumped we find the "forbidden" string and filter out with
the exclusion of expected Exception.
{{Received shutdown request from YARN ResourceManager}}
[1] Specifically, we call {{YarnClient.killApplication}} in
{{YARNSessionFIFOITCase#runDetachedModeTest}} which always causes a shutdown
request.
> YARNSessionFIFOITCase.checkForProhibitedLogContents found a log with
> prohibited string
> --------------------------------------------------------------------------------------
>
> Key: FLINK-14347
> URL: https://issues.apache.org/jira/browse/FLINK-14347
> Project: Flink
> Issue Type: Test
> Components: Deployment / YARN, Tests
> Affects Versions: 1.10.0, 1.9.1, 1.8.3
> Reporter: Caizhi Weng
> Priority: Critical
> Fix For: 1.10.0, 1.9.1, 1.8.3
>
>
> YARNSessionFIFOITCase.checkForProhibitedLogContents fails with the following
> exception:
> {code:java}
> 14:55:27.643 [ERROR]
> YARNSessionFIFOITCase.checkForProhibitedLogContents:77->YarnTestBase.ensureNoProhibitedStringInLogFiles:461
> Found a file
> /home/travis/build/apache/flink/flink-yarn-tests/target/flink-yarn-tests-fifo/flink-yarn-tests-fifo-logDir-nm-1_0/application_1570546069180_0001/container_1570546069180_0001_01_000001/jobmanager.log
> with a prohibited string (one of [Exception, Started
> [email protected]:8081]). Excerpts:23760[{code}
> Travis log link: [https://travis-ci.org/apache/flink/jobs/595082243]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)