I am observing weird behavior while connecting with Nebula Graph #5516
Replies: 2 comments 1 reply
-
Please tell me the version of NebulaGraph core, the version of the console and other tools that you use. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Issue is not due to Nebula Graph side. So, I am closing this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I tried to connect 1st time, it connect successfully. But on 2nd and furthers attempt, it keep failing.
With application, I am getting following errors -
d__0.MoveNext() in C:\Users\takukreja\source\repos\daas-poc\NebulaCSharp\src\NebulaConsole\Program.cs:line 17Thrift.Transport.TTransportException
HResult=0x80131500
Message=Cannot read, Remote side has closed
Source=Thrift
StackTrace:
at Thrift.Transport.TTransport.d__14.MoveNext()
at Thrift.Protocol.TBinaryProtocol.d__42.MoveNext()
at Thrift.Protocol.TBinaryProtocol.d__27.MoveNext()
at Nebula.Graph.GraphService.Client.<recv_authenticate>d__4.MoveNext()
at Nebula.Graph.GraphService.Client.d__2.MoveNext()
at NebulaNet.NebulaConnection.d__13.MoveNext()
at NebulaConsole.Program.
This exception was originally thrown at this call stack:
[External Code]
NebulaConsole.Program.Main(string[]) in Program.cs
Error from Nebula Console -
failed to open connection, error: failed to verify client version: EOF
Beta Was this translation helpful? Give feedback.
All reactions