Apache Ignite ARM 不安全 GetFloat 分段错误

Apache Ignite ARM Unsafe GetFloat Segmentation Fault

我目前想知道 Apache Ignite 是否可以在安装了 Java 8u60 for ARM 的 ARM 设备上使用。 我在 "odroid u3" 上尝试过。我在 odroid 上安装了 ignite 1.3.0 孵化器和当前的 oracle 8u60 JDK,以示例-config.xml,调整我的 IP 并启动 ignite.sh。过了一会儿,我得到了关于集群信息的信息,而 ignite 正在等待。 然后我在另一台计算机上启动了小演示 "count the characters"。过了一会儿,我看到我的 odroid 崩溃了:

[20:02:01] Ignite node started OK (id=0510043f)
[20:02:01] Topology snapshot [ver=1, server nodes=1, client nodes=0, CPUs=4, heap=1.0GB]
[20:03:12] Topology snapshot [ver=2, server nodes=2, client nodes=0, CPUs=12, heap=4.5GB]
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGBUS (0x7) at pc=0xb68a176c, pid=4000, tid=1859777632
#
# JRE version: Java(TM) SE Runtime Environment (8.0_33-b05) (build     1.8.0_33-b05)
# Java VM: Java HotSpot(TM) Server VM (25.33-b05 mixed mode linux-arm )
# Problematic frame:
# V  [libjvm.so+0x72c76c]  Unsafe_GetFloat+0x5c
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/volker/development/apache-ignite-fabric-1.3.0-incubating-bin/bin/hs_err_pid4000.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#

有人可以帮忙吗?通常可以在基于 ARM 的设备上使用 Ignite 吗?

Apache 的人说他们在 1.6.0 中解决了这个问题,所以我每晚尝试了一个简单的例子,它似乎真的有效。伙计们干得好!