[
https://issues.apache.org/jira/browse/FLINK-14347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16948728#comment-16948728
]
Till Rohrmann edited comment on FLINK-14347 at 10/10/19 4:07 PM:
-----------------------------------------------------------------
I think this problem has been introduced with FLINK-14010. I suspect that the
{{YarnResourceManager}} receives an {{onShutdownRequest}} during the clean up
of the test. Since we are now calling the {{FatalExceptionHandler}}, the
process terminates and logs an exception which then fails the test.
was (Author: till.rohrmann):
I think this problem has been introduced with FLINK-14010. I suspect that the
{{YarnResourceManager}} receives an {{onShutdownRequest}} during the clean up
of the test. Since we are now calling the {{FatalExceptionHandler}}, the test
process terminates which then fails the test.
> 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)