Egor Olefirenko olefirenque
  • Joined on 2023-09-12
olefirenque commented on pull request TrueCloudLab/frostfs-sdk-go#196 2023-12-07 09:24:17 +00:00
WIP: [#131] add netmap-aware dialer

Since rpc.Balance is a static function in Client.Dial(...) call, it is hard to reach high coverage of Dial/NetMapDial methods. Would it be suitable to extract rpc call to grpc client for…

olefirenque pushed to 173-add_netmap_aware_dialer at olefirenque/frostfs-sdk-go 2023-12-07 09:14:21 +00:00
aa536d4a4d [#131] client: pass PrmDialOptions to dial call
olefirenque pushed to 173-add_netmap_aware_dialer at olefirenque/frostfs-sdk-go 2023-12-07 08:54:40 +00:00
7b03c3a6a1 [#131] client: implement dialing config
olefirenque pushed to 173-add_netmap_aware_dialer at olefirenque/frostfs-sdk-go 2023-12-07 08:40:16 +00:00
2b9eaeb2a6 [#131] client: implement dialing config
olefirenque commented on pull request TrueCloudLab/frostfs-sdk-go#196 2023-11-30 11:32:54 +00:00
WIP: [#131] add netmap-aware dialer

Should each option be explicitly defined by client user?

olefirenque commented on pull request TrueCloudLab/frostfs-sdk-go#196 2023-11-30 11:30:13 +00:00
WIP: [#131] add netmap-aware dialer

Yes, I used the grpc domain by mistake. Fixed.

olefirenque pushed to 173-add_netmap_aware_dialer at olefirenque/frostfs-sdk-go 2023-11-30 11:28:51 +00:00
cf4677ecb9 [#131] client: refactor netmap dialer
olefirenque pushed to 173-add_netmap_aware_dialer at olefirenque/frostfs-sdk-go 2023-11-30 10:26:32 +00:00
dd8fb59efe [#131] client: get rid of slices.Equal
olefirenque created pull request TrueCloudLab/frostfs-sdk-go#196 2023-11-30 10:14:05 +00:00
WIP: [#131] add netmap-aware dialer
olefirenque created branch 173-add_netmap_aware_dialer in olefirenque/frostfs-sdk-go 2023-11-30 10:13:31 +00:00
olefirenque pushed to 173-add_netmap_aware_dialer at olefirenque/frostfs-sdk-go 2023-11-30 10:13:31 +00:00
6ace44f6b5 [#131] client: add basic netmap dialer
56debcfa56 [#190] sdk-go: Gofumpt fixes
157a9930e8 [#190] sdk-go: Pass user.ID by value
1c07098740 [#194] make: Fix make test
03d35dd1f3 [#166] netmap: Add support YML tests
Compare 10 commits »
070db1d2c7 [#131] client: keep backwards-compatibility, update README.md, fix chore
olefirenque commented on pull request TrueCloudLab/frostfs-sdk-go#163 2023-09-15 18:18:56 +00:00
[#131] client: Switch ResolveFrostFSFailures to DisableFrostFSFailuresResolution option

PrmInit.ResolveFrostFSFailures() must be a Deprecated one without any effects and PrmInit.DisableFrostFSFailuresResolution() is a new one, right?

d241aa92bf [#131] client: rename option consistently and fix test
9d1375b453 [#131] client: rename option consistently
16aec65709 [#131] client: Switch ResolveFrostFSFailures to DontResolveFrostFSFailures option
Compare 2 commits »
15bdb42d73 [#131] client: rename option consistently
c133e20009 [#131] client: rename option consistently
olefirenque commented on pull request TrueCloudLab/frostfs-sdk-go#163 2023-09-13 09:19:20 +00:00
[#131] client: Switch ResolveFrostFSFailures to DisableFrostFSFailuresResolution option

PrmInit.ResolveFrostFSFailures referred to the function name that is used to set the value of PrmInit.resolveFrostFSErrors field. But maybe it's better to unify the field name and the function…

olefirenque created pull request TrueCloudLab/frostfs-sdk-go#163 2023-09-12 16:06:38 +00:00
WIP: [#131] client: Switch ResolveFrostFSFailures to DontResolveFrostFSFailures option