Bump frostfs-sdk-go version #1539

Merged
fyrchik merged 1 commit from aarifullin/frostfs-node:fix/grpc_healthcheck into master 2024-12-06 13:25:15 +00:00
Member

This frostfs-sdk-go contains fixes for rpc client

This `frostfs-sdk-go` contains fixes for rpc client
aarifullin added 2 commits 2024-12-04 14:06:17 +00:00
Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
[#XX] object: Make search check the service state before request
Some checks failed
Tests and linters / Run gofumpt (pull_request) Successful in 3m13s
DCO action / DCO (pull_request) Failing after 3m34s
Vulncheck / Vulncheck (pull_request) Successful in 3m26s
Pre-commit hooks / Pre-commit (pull_request) Successful in 4m14s
Build / Build Components (pull_request) Successful in 4m33s
Tests and linters / gopls check (pull_request) Successful in 4m37s
Tests and linters / Staticcheck (pull_request) Successful in 4m45s
Tests and linters / Lint (pull_request) Successful in 5m33s
Tests and linters / Tests (pull_request) Successful in 7m2s
Tests and linters / Tests with -race (pull_request) Successful in 7m6s
3bccdef093
* Introduce `rpcSearchDialer` and pass it to raw `SearchObjects` call.
  The dialer helps to check a cached gRPC connection. If it's invalidated
  in fact, then the call get failed immediatly and the call doesn't need to
  wait for context cancellation.

Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
aarifullin requested review from storage-core-committers 2024-12-04 14:07:16 +00:00
aarifullin requested review from storage-core-developers 2024-12-04 14:07:22 +00:00
aarifullin force-pushed fix/grpc_healthcheck from 3bccdef093 to 7eb557f4c8 2024-12-04 14:08:11 +00:00 Compare
aarifullin changed title from Make SearchObject check the grpc service health in the raw execution to WIP: Make SearchObject check the grpc service health in the raw execution 2024-12-04 14:54:23 +00:00
fyrchik reviewed 2024-12-05 07:46:51 +00:00
@ -25,6 +29,21 @@ type requestForwarder struct {
Key *ecdsa.PrivateKey
}
func rpcSearchDialer(ctx context.Context, cc grpc.ClientConnInterface) error {
Owner

I believe this healthcheck can be integrated natively in the gRPC -- could you please look at the connection options?
I think balancer is responsible for checking health.

I believe this healthcheck can be integrated natively in the gRPC -- could you please look at the connection options? I think balancer is responsible for checking health.
aarifullin force-pushed fix/grpc_healthcheck from 7eb557f4c8 to 65ace5df48 2024-12-06 11:44:53 +00:00 Compare
aarifullin changed title from WIP: Make SearchObject check the grpc service health in the raw execution to Bump frostfs-sdk-go version 2024-12-06 11:45:11 +00:00
aarifullin force-pushed fix/grpc_healthcheck from 65ace5df48 to b8c3a6e53e 2024-12-06 11:49:12 +00:00 Compare
fyrchik approved these changes 2024-12-06 11:57:25 +00:00
Dismissed
aarifullin added 1 commit 2024-12-06 12:10:39 +00:00
[#1539] object manager: Fix placement unit-test
All checks were successful
Tests and linters / Run gofumpt (pull_request) Successful in 3m3s
DCO action / DCO (pull_request) Successful in 3m24s
Vulncheck / Vulncheck (pull_request) Successful in 3m27s
Pre-commit hooks / Pre-commit (pull_request) Successful in 3m49s
Build / Build Components (pull_request) Successful in 4m41s
Tests and linters / gopls check (pull_request) Successful in 4m37s
Tests and linters / Staticcheck (pull_request) Successful in 5m14s
Tests and linters / Tests with -race (pull_request) Successful in 5m38s
Tests and linters / Lint (pull_request) Successful in 5m51s
Tests and linters / Tests (pull_request) Successful in 6m41s
dd9eabfcdd
Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
aarifullin dismissed fyrchik's review 2024-12-06 12:10:41 +00:00
Reason:

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

acid-ant approved these changes 2024-12-06 12:20:34 +00:00
Dismissed
aarifullin force-pushed fix/grpc_healthcheck from dd9eabfcdd to 89e8a117e5 2024-12-06 12:21:59 +00:00 Compare
fyrchik approved these changes 2024-12-06 12:22:10 +00:00
elebedeva approved these changes 2024-12-06 12:23:25 +00:00
aarifullin force-pushed fix/grpc_healthcheck from 89e8a117e5 to 7e542906ef 2024-12-06 12:29:58 +00:00 Compare
aarifullin requested review from fyrchik 2024-12-06 12:31:02 +00:00
aarifullin requested review from acid-ant 2024-12-06 12:31:02 +00:00
aarifullin requested review from elebedeva 2024-12-06 12:31:03 +00:00
acid-ant approved these changes 2024-12-06 12:45:56 +00:00
fyrchik merged commit 7e542906ef into master 2024-12-06 13:25:15 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
4 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-node#1539
No description provided.