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

Hudson commented on YARN-7915:
------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #13770 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/13770/])
YARN-7915. Trusted image log message repeated multiple times. (billie: rev 
628be58a4ca7df33d92b7f1e5d064ab16085e81a)
* (edit) 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/utils/docker-util.c


> Trusted image log message repeated multiple times 
> --------------------------------------------------
>
>                 Key: YARN-7915
>                 URL: https://issues.apache.org/jira/browse/YARN-7915
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>    Affects Versions: 3.1.0
>            Reporter: Eric Badger
>            Assignee: Shane Kumpf
>            Priority: Major
>             Fix For: 3.2.0
>
>         Attachments: YARN-7915.001.patch
>
>
> Everytime we call {{check_trusted_image()}} we get a log message saying 
> whether the image is trusted or not. In the case where it is trusted, the log 
> message will get printed once for every call to the function. It's 
> unnecessarily repetitive. I'm not really sure we need the log at all if the 
> image is trusted. Maybe only log if it isn't trusted
> {noformat}
> Application application_1518201929288_0010 failed 3 times due to AM Container 
> for appattempt_1518201929288_0010_000003 exited with exitCode: 1
> Failing this attempt.Diagnostics: [2018-02-09 20:32:09.391]Exception from 
> container-launch.
> Container id: container_1518201929288_0010_03_000001
> Exit code: 1
> Exception message: image: foo/bar is trusted in foo registry.
> image: foo/bar is trusted in foo registry.
> image: foo/bar is trusted in foo registry.
> Docker container exit code was not zero: 1
> Unable to read from docker logs(ferror, feof): 0 1
> Shell output: main : command provided 4
> main : run as user is ebadger
> main : requested yarn user is ebadger
> Creating script paths...
> Creating local dirs...
> Getting exit code file...
> Changing effective user to root...
> Launching docker container...
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to