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

wangxiyuan commented on FLINK-13449:
------------------------------------

This problem cause some other tests fail. Such as:

org.apache.flink.runtime.io.network.partition.ResultPartitionTest.testBlockingPartitionIsConsumableMultipleTimesIfNotReleasedOnConsumption

org.apache.flink.runtime.io.network.api.serialization.PagedViewsTes.testRandomTypes

 

These two tests failed due to "java.lang.IndexOutOfBoundsException"  error, 
because the test treat the machine as unknow arch, then use 32 bit file for 
test while the machine is aarch64 which is 64 bit.

 

Add `aarch64` can solve this kind of test failure as well.

> Add ARM architecture to MemoryArchitecture
> ------------------------------------------
>
>                 Key: FLINK-13449
>                 URL: https://issues.apache.org/jira/browse/FLINK-13449
>             Project: Flink
>          Issue Type: Sub-task
>            Reporter: Stephan Ewen
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently, {{Memoryarchitecture}} recognizes only various versions of x86 and 
> amd64 / ia64.
> We should add aarch64 for ARM to the known architectures.



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

Reply via email to