Re: Bug in Gremlin driver serialization

2015-12-01 Thread Dylan Millikin
nice catch Jason! On Tue, Dec 1, 2015 at 3:55 PM, Jason Plurad wrote: > Isn't this fixed already? See Stephen's commits on September 11, 2015. > > > https://github.com/apache/incubator-tinkerpop/commits/3.0.2-incubating/gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/ser/GryoMes

Re: Bug in Gremlin driver serialization

2015-12-01 Thread Jason Plurad
Isn't this fixed already? See Stephen's commits on September 11, 2015. https://github.com/apache/incubator-tinkerpop/commits/3.0.2-incubating/gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/ser/GryoMessageSerializerV1d0.java On Tue, Dec 1, 2015 at 9:50 AM, Dylan Millikin wrote:

Re: Bug in Gremlin driver serialization

2015-12-01 Thread Dylan Millikin
Hi Stéphane, Thanks for the feedback. I haven't had the time to take a deeper look but a 5mn googlefu gave me this which might (or might not) be a lead: https://github.com/EsotericSoftware/kryo/issues/336 If we set a failing test we can maybe see if those changes are relevant or not. Do you want

Bug in Gremlin driver serialization

2015-12-01 Thread sgobance.ext
Hi everybody, Our company is developing a system based on Gremlin server and we are facing an issue for which, I think, I have identified the root cause. Our problem occurs when requesting a graph that returns beyond a certain amount of data, actually 4096 bytes, through a websocket connection.