Hi devs, I encountered a suspicious spidersilk test failure ( https://asterix-jenkins.ics.uci.edu/job/asterix-gerrit-spidersilk-tests/1672/). The stack trace is attached below. It seems that the JDK version may be wrong. Is there any way to fix this? Or can we safely ignore this failure for now?
Exception in thread "main" java.lang.NoSuchMethodError: java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer; at org.apache.hyracks.ipc.impl.IPCHandle.<init>(IPCHandle.java:55) at org.apache.hyracks.ipc.impl.IPCConnectionManager.getIPCHandle(IPCConnectionManager.java:128) at org.apache.hyracks.ipc.impl.IPCSystem.getHandle(IPCSystem.java:79) at org.apache.hyracks.ipc.impl.IPCSystem.getHandle(IPCSystem.java:121) at org.apache.hyracks.ipc.impl.IPCSystem.getHandle(IPCSystem.java:66) at org.apache.hyracks.ipc.impl.ReconnectingIPCHandle.<init>(ReconnectingIPCHandle.java:43) at org.apache.hyracks.ipc.impl.IPCSystem.getHandle(IPCSystem.java:76) at org.apache.hyracks.ipc.impl.IPCSystem.getReconnectingHandle(IPCSystem.java:116) at org.apache.hyracks.ipc.impl.IPCSystem.getReconnectingHandle(IPCSystem.java:70) at org.apache.hyracks.ipc.impl.HyracksConnection.<init>(HyracksConnection.java:114) at org.apache.asterix.hyracks.bootstrap.CCApplication.start(CCApplication.java:147) at org.apache.hyracks.control.cc.ClusterControllerService.startApplication(ClusterControllerService.java:255) at org.apache.hyracks.control.cc.ClusterControllerService.start(ClusterControllerService.java:236) at org.apache.hyracks.control.cc.CCDriver.main(CCDriver.java:59) Best regards, Chen Luo
