Skip to content
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

when graph engine server restart, the connect will be error somtimes #457

Closed
svenbarnett opened this issue Jun 7, 2022 · 1 comment
Closed
Labels
type/question Type: question about the product

Comments

@svenbarnett
Copy link

error msg:

com.vesoft.nebula.client.graph.exception.IOErrorException: java.net.SocketException: Broken pipe (Write failed)
at com.vesoft.nebula.client.graph.net.SyncConnection.executeWithParameter(SyncConnection.java:192) ~[client-3.0.0.jar!/:?]
at com.vesoft.nebula.client.graph.net.Session.executeWithParameter(Session.java:113) ~[client-3.0.0.jar!/:?]
at com.vesoft.nebula.client.graph.net.Session.execute(Session.java:78) ~[client-3.0.0.jar!/:?]
at com.vesoft.nebula.client.graph.net.SessionWrapper.execute(SessionWrapper.java:32) ~[client-3.0.0.jar!/:?]

@Sophie-Xie Sophie-Xie added the type/question Type: question about the product label Nov 30, 2022
@Nicole00
Copy link
Contributor

When graphd server restarted, the old connection will be an invalid connection, and will be keep in NebulaPool. when you getSession and the NebulaPool gives the invalid connection to Session, then you will get the Broken pipe.
The NebulaPool should support the clean invalid connection feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/question Type: question about the product
Projects
None yet
Development

No branches or pull requests

3 participants