You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@giraph.apache.org by Steve Kaeser <st...@gmail.com> on 2015/12/22 15:18:01 UTC

fieldSize too Long error

Hi All,

I'm trying to run the shortestPaths example on a graph with 3.9+ million
vertices and 111+ million edges and I'm getting this error:

2015-12-22 13:42:33,395 FATAL [netty-server-worker-4]
org.apache.giraph.graph.GraphTaskManager: uncaughtException:
OverrideExceptionHandler on thread netty-server-worker-4, msg =
fieldSize is too long! Length is 67108864, but maximum is 88934,
exiting...
java.io.EOFException: fieldSize is too long! Length is 67108864, but
maximum is 88934
	at io.netty.buffer.ByteBufInputStream.checkAvailable(ByteBufInputStream.java:253)
	at io.netty.buffer.ByteBufInputStream.readFully(ByteBufInputStream.java:174)
	at io.netty.buffer.ByteBufInputStream.readFully(ByteBufInputStream.java:169)
	at org.apache.giraph.utils.WritableUtils.readExtendedDataOutput(WritableUtils.java:395)
	at org.apache.giraph.comm.requests.SendWorkerVerticesRequest.readFieldsRequest(SendWorkerVerticesRequest.java:78)
	at org.apache.giraph.comm.requests.WritableRequest.readFields(WritableRequest.java:118)
	at org.apache.giraph.utils.RequestUtils.decodeWritableRequest(RequestUtils.java:52)
	at org.apache.giraph.comm.netty.handler.RequestDecoder.channelRead(RequestDecoder.java:89)
	at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:338)
	at io.netty.channel.DefaultChannelHandlerContext.access$700(DefaultChannelHandlerContext.java:29)
	at io.netty.channel.DefaultChannelHandlerContext$8.run(DefaultChannelHandlerContext.java:329)
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:354)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:353)
	at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
	at java.lang.Thread.run(Thread.java:745)


I've searched through the mailing list archives, but not finding
anything that helps me.  Does anyone know how I can get past this?


Thanks,


Steve