You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Kengo Seki (Jira)" <ji...@apache.org> on 2020/11/06 02:39:00 UTC

[jira] [Resolved] (BIGTOP-3426) Flink smoke test fails with fedora-31 and debian-10 on arm64

     [ https://issues.apache.org/jira/browse/BIGTOP-3426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kengo Seki resolved BIGTOP-3426.
--------------------------------
    Resolution: Not A Bug

After some Jenkins tweaking, increasing memory limit (4g to 8g) and decreasing the number of nodes (3 to 1) seem to stablize this test.
 (The reason of the latter is that our server resource is limited, and requesting package files from three nodes at the same time often results in a network failure)
 So it's not a problem about smoke test itself, but an environmental one. Closing this, sorry for bothering you [~yqGu]!

[https://ci.bigtop.apache.org/view/Test/job/Bigtop-trunk-smoke-tests/200/COMPONENTS=hdfs.flink@flink,OS=debian-10-arm64-deploy/console]
 [https://ci.bigtop.apache.org/view/Test/job/Bigtop-trunk-smoke-tests/200/COMPONENTS=hdfs.flink@flink,OS=fedora-31-aarch64-deploy/console]

> Flink smoke test fails with fedora-31 and debian-10 on arm64
> ------------------------------------------------------------
>
>                 Key: BIGTOP-3426
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3426
>             Project: Bigtop
>          Issue Type: Bug
>          Components: flink
>            Reporter: Kengo Seki
>            Assignee: Yuqi Gu
>            Priority: Major
>             Fix For: 1.5.0
>
>
> Flink's smoke test fails with the following error only on these environments for some reason.
> https://ci.bigtop.apache.org/job/Bigtop-trunk-smoke-tests/COMPONENTS=hdfs.flink@flink,OS=debian-10-arm64-deploy/178/console
> https://ci.bigtop.apache.org/job/Bigtop-trunk-smoke-tests/COMPONENTS=hdfs.flink@flink,OS=fedora-31-aarch64-deploy/174/console
> {code}
> org.apache.bigtop.itest.hadoop.flink.TestFlink > testWordCountBatch STANDARD_ERROR
>     20/09/29 22:03:23 INFO lang.Object: hdfs getconf -confKey fs.defaultFS
>     20/09/29 22:03:25 INFO lang.Object: flink run $FLINK_HOME/examples/batch/WordCount.jar --input hdfs://ff0b31a0d110.bigtop.apache.org:8020/flink/test.data --output hdfs://ff0b31a0d110.bigtop.apache.org:8020/tmp/result.txt
>     20/09/29 22:04:56 INFO lang.Object: hadoop fs -cat /tmp/result.txt
> org.apache.bigtop.itest.hadoop.flink.TestFlink > testWordCountBatch FAILED
>     org.junit.ComparisonFailure: Incorrect output expected:<[black 5
>     blue 11
>     green 11
>     white 5
>     yellow 11]> but was:<[]>
>         at org.junit.Assert.assertEquals(Assert.java:115)
>         at org.junit.Assert$assertEquals.callStatic(Unknown Source)
>         at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallStatic(CallSiteArray.java:55)
>         at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:196)
>         at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:224)
>         at org.apache.bigtop.itest.hadoop.flink.TestFlink.testWordCountBatch(TestFlink.groovy:87)
> org.apache.bigtop.itest.hadoop.flink.TestFlink STANDARD_ERROR
>     20/09/29 22:05:01 INFO lang.Object: hadoop fs -rm -r /flink
> Gradle Test Executor 2 finished executing tests.
> > Task :bigtop-tests:smoke-tests:flink:test
> 2 tests completed, 1 failed
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)