vesoft-inc/nebula-java

When will storageclient provide the 'socketTimeout' parameter?

Closed this issue · 1 comments

nebula-client
version:3.6
desc:
At present, socketTimeout defaults to 1 second, which is easy to timeout when the amount of scan data is large or the network is slow and the storage service responds slowly

nebula-client version:3.6 desc: At present, socketTimeout defaults to 1 second, which is easy to timeout when the amount of scan data is large or the network is slow and the storage service responds slowly

There is interfaces to config the timeout for StorageClient.

public StorageClient(List<HostAddress> addresses, int timeout) {