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

Eric Yang commented on YARN-9561:
---------------------------------

[~ebadger] This patch no longer applies to trunk.

{code}
[WARNING] 
/home/eyang/test/hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/oci/oci.c:
 In function ‘run_oci_container’:
[WARNING] 
/home/eyang/test/hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/oci/oci.c:849:8:
 error: ‘ERROR_OCI_RUN_FAILED’ undeclared (first use in this function)
[WARNING]    rc = ERROR_OCI_RUN_FAILED;
[WARNING]         ^
[WARNING] 
/home/eyang/test/hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/oci/oci.c:849:8:
 note: each undeclared identifier is reported only once for each function it 
appears in
[WARNING] make[2]: *** 
[CMakeFiles/container.dir/main/native/container-executor/impl/oci/oci.c.o] 
Error 1
[WARNING] make[2]: *** Waiting for unfinished jobs....
[WARNING] 
/home/eyang/test/hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/oci/oci_reap.c:
 In function ‘reap_oci_layer_mounts_with_ctx’:
[WARNING] 
/home/eyang/test/hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/oci/oci_reap.c:566:12:
 error: ‘ERROR_OCI_REAP_LAYER_MOUNTS_FAILED’ undeclared (first use in this 
function)
[WARNING]    int rc = ERROR_OCI_REAP_LAYER_MOUNTS_FAILED;
[WARNING]             ^
[WARNING] 
/home/eyang/test/hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/oci/oci_reap.c:566:12:
 note: each undeclared identifier is reported only once for each function it 
appears in
[WARNING] 
/home/eyang/test/hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/oci/oci_reap.c:
 In function ‘reap_oci_layer_mounts’:
[WARNING] 
/home/eyang/test/hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/oci/oci_reap.c:613:12:
 error: ‘ERROR_OCI_REAP_LAYER_MOUNTS_FAILED’ undeclared (first use in this 
function)
[WARNING]    int rc = ERROR_OCI_REAP_LAYER_MOUNTS_FAILED;
[WARNING]             ^
[WARNING] make[2]: *** 
[CMakeFiles/container.dir/main/native/container-executor/impl/oci/oci_reap.c.o] 
Error 1
[WARNING] make[1]: *** [CMakeFiles/container.dir/all] Error 2
[WARNING] make: *** [all] Error 2
{code}

Could you check?  Thanks

> Add C changes for the new RuncContainerRuntime
> ----------------------------------------------
>
>                 Key: YARN-9561
>                 URL: https://issues.apache.org/jira/browse/YARN-9561
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>            Reporter: Eric Badger
>            Assignee: Eric Badger
>            Priority: Major
>         Attachments: YARN-9561.001.patch, YARN-9561.002.patch
>
>
> This JIRA will be used to add the C changes to the container-executor native 
> binary that are necessary for the new RuncContainerRuntime. There should be 
> no changes to existing code paths. 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
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