nebula-java icon indicating copy to clipboard operation
nebula-java copied to clipboard

Nebula Java doesn't support executeWithTimeout and throws exception: IOErrorException: Method name executeWithTimeout not found

Open wangajing opened this issue 8 months ago • 0 comments

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.

wangajing avatar Feb 28 '25 01:02 wangajing