Sergey Edunov created GIRAPH-1093:
-------------------------------------
Summary: Fix TestRexsterLongDoubleFloatIOFormat test case
Key: GIRAPH-1093
URL: https://issues.apache.org/jira/browse/GIRAPH-1093
Project: Giraph
Issue Type: Bug
Affects Versions: 1.2.0
Reporter: Sergey Edunov
This test case appears fluky, and fails with "Address already in use" exception:
java.net.BindException: Address already in use
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Net.java:463)
at sun.nio.ch.Net.bind(Net.java:455)
at
sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
at
org.glassfish.grizzly.nio.transport.TCPNIOTransport.bind(TCPNIOTransport.java:395)
at
org.glassfish.grizzly.nio.transport.TCPNIOTransport.bind(TCPNIOTransport.java:366)
at
org.glassfish.grizzly.nio.transport.TCPNIOTransport.bind(TCPNIOTransport.java:357)
at
org.glassfish.grizzly.http.server.NetworkListener.start(NetworkListener.java:606)
at
org.glassfish.grizzly.http.server.HttpServer.start(HttpServer.java:260)
at
com.tinkerpop.rexster.server.HttpRexsterServer.reconfigure(HttpRexsterServer.java:195)
at
com.tinkerpop.rexster.server.HttpRexsterServer.start(HttpRexsterServer.java:149)
at
Full log can be found here:
https://builds.apache.org/job/Giraph-1.2/5/MVN_PROFILE=hadoop_2,jdk=JDK%201.7%20(latest),label=ubuntu/testReport/junit/org.apache.giraph.rexster.io.formats/TestRexsterLongDoubleFloatIOFormat/org_apache_giraph_rexster_io_formats_TestRexsterLongDoubleFloatIOFormat/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)