[
https://issues.apache.org/jira/browse/FLINK-14347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16949063#comment-16949063
]
Yang Wang commented on FLINK-14347:
-----------------------------------
When there is `ApplicationAttemptNotFoundException` in AMRMClient,
`onShutdownRequest` of the callback will be called. Usually it just because we
kill the application through yarn client, so it is a expected exception. Also
when there is some problem with Yarn in recover application meta info from
zookeeper(lost some applications), `ApplicationAttemptNotFoundException` will
also send to AMRMClient.
It is reasonable that we throw a fatal error in `onShutdownRequest`. Updating
the check rules is ok for me.
> 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
> Assignee: Zili Chen
> Priority: Critical
> Labels: pull-request-available
> Fix For: 1.10.0, 1.9.1, 1.8.3
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)