Use DialTimeout for gRPC dial #280

Merged
dstepanov-yadro merged 1 commit from dstepanov-yadro/frostfs-sdk-go:fix/use_dial_timeout into master 2024-10-08 06:56:22 +00:00

After removing grpc.Dial from client DialTimeout used only if custom dialer provided. Client uses BalanceOf instead of grpc.Dial,so it is required to use DialTimeout to not to use RPC timeout.

After removing `grpc.Dial` from client `DialTimeout` used only if custom dialer provided. Client uses `BalanceOf` instead of `grpc.Dial`,so it is required to use `DialTimeout` to not to use RPC timeout.
dstepanov-yadro added 1 commit 2024-10-07 13:57:37 +00:00
[#9999] client: Use DialTimeout for gRPC dial
All checks were successful
DCO / DCO (pull_request) Successful in 47s
Tests and linters / Tests (pull_request) Successful in 1m25s
Tests and linters / Lint (pull_request) Successful in 1m56s
ccbf007e5d
After removing `grpc.Dial` from client `DialTimeout` used only if
custom dialer provided. Client uses `BalanceOf` instead of `grpc.Dial`,
so it is required to use `DialTimeout` to not to use RPC timeout.

Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
dstepanov-yadro force-pushed fix/use_dial_timeout from ccbf007e5d to 4c310ae1c7 2024-10-07 13:58:34 +00:00 Compare
dstepanov-yadro requested review from storage-core-committers 2024-10-07 13:59:30 +00:00
dstepanov-yadro requested review from storage-core-developers 2024-10-07 13:59:35 +00:00
fyrchik approved these changes 2024-10-07 18:02:15 +00:00
acid-ant approved these changes 2024-10-08 05:43:24 +00:00
dstepanov-yadro merged commit 4c310ae1c7 into master 2024-10-08 06:56:22 +00:00
dstepanov-yadro deleted branch fix/use_dial_timeout 2024-10-08 06:56:24 +00:00
Sign in to join this conversation.
No reviewers
TrueCloudLab/storage-core-developers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-sdk-go#280
No description provided.