-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TLSSocketChannel BufferOverflow #177
Comments
Thanks for this input. Would it be possible for you to recreate the error in a unit test? Or could you give us more info to help us recreate the error? We did a lot of tests around this buffer but we have not seen this error before. We would also let you know if we get any result while investigating this error. Thanks again for the feedback. |
Hi guys, any date to solve this bug? I had the same problem. Thanks. |
@RodrigoLimasss We haven't been able to reproduce it, do you have any details about when you see this? Regards, |
Hi Guys, It looks like we are also having this problem. Is it being worked on? Regards, |
Yes we are looking into it, we will get back to you as soon as possible, Regards, |
By the way if you could provide us with more information it would be awesome, OS, jvm-version, how you run the queries and what type of queries would be helpful! @alcarwk |
Hi, It seems there is no more new issue report after the fix we merged on Sep 8 2016. So I am closing this issue now. Pls be free to re-open it if you still have the same problem with the latest drivers (pls specify the driver version when you report problem). Cheers, |
Hi, |
Hi @psnmissaka, What exact version of the driver are you using? Fix was first released in 1.1.0-M02. Could you please try latest stable 1.1.0? |
Thanks @lutovich, i'm trying 1.1.0 and the error seems to have gone away. |
@lutovich We continue to see this issue running v1.1.2:
We are using the neo4j driver in a Scala v2.11 app with Neo4j Enterprise Edition v3.0.4. Please let me know what more information I can provide. |
Hi guys,
I'm getting the following error after running a process for 40-60 min that writes 5-8 nodes per second.
Neo4j: 3.0.0 Enterprise Trial
Driver: 1.0.0
Language: Scala 2.11.8
OS: Centos 7
And adding to that, I found a "TODO" comment in the OFFICIAL driver where this error is being traced.
neo4j-java-driver/driver/src/main/java/org/neo4j/driver/internal/connector/socket/TLSSocketChannel.java
Line 292 in fa29861
The text was updated successfully, but these errors were encountered: