Upgrade google.golang.org/grpc version #117

Merged
dstepanov-yadro merged 2 commits from dstepanov-yadro/frostfs-api-go:feat/grpc-upgrade into master 2024-11-02 14:21:46 +00:00

After upgrade grpc connection is not actually established, so added new CallOption to specify dialer if needed.

After upgrade grpc connection is not actually established, so added new CallOption to specify dialer if needed.
dstepanov-yadro added 2 commits 2024-09-13 14:22:34 +00:00
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
[#9999] rpc: Allow to specify custom gRPC dialer
All checks were successful
DCO action / DCO (pull_request) Successful in 1m10s
Tests and linters / Lint (pull_request) Successful in 1m21s
Tests and linters / Tests (pull_request) Successful in 1m0s
Tests and linters / Tests with -race (pull_request) Successful in 1m23s
084c3f8e92
After grpc upgrade there is no DialContext call.
So connection is not actually established after created.

Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
dstepanov-yadro force-pushed feat/grpc-upgrade from 084c3f8e92 to 6a81f3d404 2024-09-13 14:23:22 +00:00 Compare
dstepanov-yadro requested review from storage-core-committers 2024-09-13 14:32:59 +00:00
dstepanov-yadro requested review from storage-core-developers 2024-09-13 14:33:00 +00:00
Author
Member

I will add services to the review after core approve.

I will add services to the review after core approve.
acid-ant approved these changes 2024-09-13 14:53:16 +00:00
Dismissed
fyrchik approved these changes 2024-09-13 15:11:25 +00:00
Dismissed
dstepanov-yadro requested review from storage-services-committers 2024-09-13 15:12:54 +00:00
dstepanov-yadro requested review from storage-services-developers 2024-09-13 15:12:55 +00:00
dstepanov-yadro force-pushed feat/grpc-upgrade from 6a81f3d404 to c866fe308e 2024-09-16 06:10:12 +00:00 Compare
dstepanov-yadro dismissed acid-ant's review 2024-09-16 06:10:13 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

dstepanov-yadro dismissed fyrchik's review 2024-09-16 06:10:13 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

dstepanov-yadro reviewed 2024-09-16 06:10:39 +00:00
@ -33,0 +33,4 @@
defer cancel()
if err := dialer(ctx, c.conn); err != nil {
_ = c.conn.Close()
Author
Member

Added after review: DialContext closes connection in case of error.

Added after review: DialContext closes connection in case of error.
acid-ant approved these changes 2024-09-16 06:52:48 +00:00
Dismissed
aarifullin approved these changes 2024-09-16 07:57:42 +00:00
Dismissed
alexvanin approved these changes 2024-09-16 08:40:43 +00:00
Dismissed
nzinkevich reviewed 2024-09-16 08:52:22 +00:00
@ -28,2 +31,4 @@
}
}
// WithContext returns option to specify grpc dialer. If passed, it will be
Member

Update function name in comment

Update function name in comment
Author
Member

Done

Done
dstepanov-yadro force-pushed feat/grpc-upgrade from c866fe308e to 13fa0da374 2024-09-16 09:36:00 +00:00 Compare
dstepanov-yadro dismissed acid-ant's review 2024-09-16 09:36:00 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

dstepanov-yadro dismissed aarifullin's review 2024-09-16 09:36:00 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

dstepanov-yadro dismissed alexvanin's review 2024-09-16 09:36:00 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

dstepanov-yadro requested review from storage-core-committers 2024-09-16 11:01:43 +00:00
dstepanov-yadro requested review from storage-core-developers 2024-09-16 11:01:44 +00:00
nzinkevich approved these changes 2024-09-16 11:51:27 +00:00
aarifullin approved these changes 2024-09-16 11:57:58 +00:00
dstepanov-yadro merged commit 13fa0da374 into master 2024-09-16 11:58:56 +00:00
dstepanov-yadro deleted branch feat/grpc-upgrade 2024-09-16 11:58:58 +00:00
Sign in to join this conversation.
No reviewers
TrueCloudLab/storage-core-committers
No milestone
No project
No assignees
6 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-api-go#117
No description provided.