Re: Error: java.lang.IllegalStateException: addPartition: cannot add partition

2013-11-19 Thread Jyotirmoy Sundi
e: October 14, 2013 at 1:01:10 PM > To: user@giraph.apache.org user@giraph.apache.org > Subject: Re: Error: java.lang.IllegalStateException: addPartition: > cannot add partition > > Just an ack if anybody faces the same issue.This issue has to do with a > previous version of

Re: Error: java.lang.IllegalStateException: addPartition: cannot add partition

2013-11-19 Thread Artie Pesh-Imam
, 2013 at 1:01:10 PM To: user@giraph.apache.org user@giraph.apache.org Subject:  Re: Error: java.lang.IllegalStateException: addPartition: cannot add partition Just an ack if anybody faces the same issue.This issue has to do with a previous version of guava11.0.2 used in cdh4, its fixed now

Re: Error: java.lang.IllegalStateException: addPartition: cannot add partition

2013-10-14 Thread Jyotirmoy Sundi
Just an ack if anybody faces the same issue.This issue has to do with a previous version of guava11.0.2 used in cdh4, its fixed now. Thanks Sundi On Thu, Oct 10, 2013 at 11:57 AM, Jyotirmoy Sundi wrote: > Hi, > It seems like a bug with synchronization while trying to add > partitions, any

Re: Error: java.lang.IllegalStateException: addPartition: cannot add partition

2013-10-10 Thread Jyotirmoy Sundi
Hi, It seems like a bug with synchronization while trying to add partitions, any help ? *Error Trace:* java.lang.IllegalStateException: addPartition: cannot add partition 8638 at org.apache.giraph.partition.DiskBackedPartitionStore.addPartition(DiskBackedPartitionStore.java:278)

Error: java.lang.IllegalStateException: addPartition: cannot add partition

2013-10-09 Thread Jyotirmoy Sundi
Hi, Any pointers on this error would be appreciated. java.lang.IllegalStateException: addPartition: cannot add partition 20934 at org.apache.giraph.partition.DiskBackedPartitionStore.addPartition(DiskBackedPartitionStore.java:278) at org.apache.giraph.comm.requests.SendVertexReq