You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please check the FAQ documentation before raising an issue
Describe the bug (required)
Nebula Java doesn't support executeWithTimeout
Caused by: com.vesoft.nebula.client.graph.exception.IOErrorException: Method name executeWithTimeout not found
at com.vesoft.nebula.client.graph.net.SyncConnection.executeWithParameterTimeout(SyncConnection.java:311) ~[com-vesoft_nebula-3.x.jar:?]
at com.vesoft.nebula.client.graph.NebulaSession.executeWithParameterTimeout(NebulaSession.java:86) ~[com-vesoft_nebula-3.x.jar:?]
at com.vesoft.nebula.client.graph.SessionPool.executeWithParameterTimeout(SessionPool.java:260) ~[com-vesoft_nebula-3.x.jar:?]
at com.vesoft.nebula.client.graph.SessionPool.executeWithTimeout(SessionPool.java:240) ~[com-vesoft_nebula-3.x.jar:?]
I was wondering if executeWithTimeout is supported in Graphd side, and if this is caused by server side.