frostfs-node/cmd/frostfs-cli/modules/tree
Aleksey Savchuk 6f798b9c4b [#1441] cli: Use grpc.WaitForReady while initializing SDK client
Before, when the target RPC server was unavailable, requests made
by CLI didn't wait for a timeout specified by the `--timeout` option
if the timeout was more than 20 seconds. It's because of the gRPC
default backoff strategy. Adding this option fixes that behavior.

Signed-off-by: Aleksey Savchuk <a.savchuk@yadro.com>
2024-10-23 11:45:44 +00:00
..
add.go [#1374] cli: Drop deprecated grpc connection method 2024-09-13 15:59:26 +03:00
add_by_path.go [#1374] cli: Drop deprecated grpc connection method 2024-09-13 15:59:26 +03:00
client.go [#1441] cli: Use grpc.WaitForReady while initializing SDK client 2024-10-23 11:45:44 +00:00
get_by_path.go [#1374] cli: Drop deprecated grpc connection method 2024-09-13 15:59:26 +03:00
get_op_log.go [#1374] cli: Drop deprecated grpc connection method 2024-09-13 15:59:26 +03:00
healthcheck.go [#1374] cli: Drop deprecated grpc connection method 2024-09-13 15:59:26 +03:00
list.go [#1374] cli: Drop deprecated grpc connection method 2024-09-13 15:59:26 +03:00
move.go [#1374] cli: Drop deprecated grpc connection method 2024-09-13 15:59:26 +03:00
remove.go [#1374] cli: Drop deprecated grpc connection method 2024-09-13 15:59:26 +03:00
root.go [#1331] cli/tree: Add order flag to tree get-subtree 2024-09-11 11:30:28 +00:00
subtree.go [#1374] cli: Drop deprecated grpc connection method 2024-09-13 15:59:26 +03:00