Airat Arifullin aarifullin
  • Joined on 2023-03-16
aarifullin pushed to fix/client_rpc at aarifullin/frostfs-api-go 2024-12-13 12:40:16 +00:00
cdf6f3381c [#128] rpc: Make client stream initialization get cancelled by dial timeout
aarifullin created pull request TrueCloudLab/frostfs-api-go#128 2024-12-13 12:39:53 +00:00
[SUPPORT] Make rpc client stream initialization get cancelled by dial timeout
aarifullin created branch fix/client_rpc in aarifullin/frostfs-api-go 2024-12-13 12:38:51 +00:00
aarifullin pushed to fix/client_rpc at aarifullin/frostfs-api-go 2024-12-13 12:38:51 +00:00
8ea650ac76 [#301] rpc: Make client stream initialization get cancelled by dial timeout
2c79f770e4 [#114] go.mod: Update grpc and protobuf
afb18ef231 [#114] go.mod: Update go version
Compare 3 commits »
aarifullin commented on pull request TrueCloudLab/frostfs-node#1453 2024-12-12 10:57:28 +00:00
container: Add ListStream method

Nevermind. I thought the problem is that we can't receive the entire container list on the server side (kind of OOM or something) and I expected we'd receive containers by batches and stream these…

aarifullin commented on pull request TrueCloudLab/frostfs-sdk-go#314 2024-12-12 08:08:40 +00:00
Ignore ECInfoErr errors in GetSplitInfo in pool

Fixed mistyping in the commit message

aarifullin pushed to fix/ignore_ecinfo_err at aarifullin/frostfs-sdk-go 2024-12-12 08:08:07 +00:00
555b8e85ff [#312] pool: Ignore ECInfoErr errors in GetSplitInfo
aarifullin created pull request TrueCloudLab/frostfs-sdk-go#314 2024-12-12 07:45:01 +00:00
Ignore ECInfoErr erros in GetSplitInfo in pool
aarifullin created branch fix/ignore_ecinfo_err in aarifullin/frostfs-sdk-go 2024-12-12 07:44:28 +00:00
aarifullin pushed to fix/ignore_ecinfo_err at aarifullin/frostfs-sdk-go 2024-12-12 07:44:28 +00:00
1bc3f40f0e [#312] pool: Ignore ECInfoErr erros in GetSplitInfo
c4463df8d4 [#291] container: Rename field Account to OwnerID in PrmContainerList
852dac1476 [#291] container: Add ListStream method
e3026d3f4c [#291] container: Add ListStream to api
81c423e709 [#301] rpc: Make client stream initialization get cancelled by dial timeout
Compare 6 commits »
aarifullin commented on pull request TrueCloudLab/frostfs-sdk-go#313 2024-12-12 07:11:45 +00:00
[SUPPORT]: Ignore ECInfoErr erros in GetSplitInfo

Does this PR close any issue?

Oh, fixed the description. I'll also open PR for master

aarifullin commented on pull request TrueCloudLab/frostfs-sdk-go#313 2024-12-12 07:06:30 +00:00
[SUPPORT]: Ignore ECInfoErr erros in GetSplitInfo

@alexvanin is right. errors.Is would have been used if var errECInfo = errors.New("object not found, ec info provided"), but it's introduced as complex type with data within

aarifullin created pull request TrueCloudLab/frostfs-sdk-go#313 2024-12-11 15:27:21 +00:00
Ignore ECInfoErr erros in GetSplitInfo
aarifullin created branch fix/ignore_ec_info_err in aarifullin/frostfs-sdk-go 2024-12-11 15:25:46 +00:00
aarifullin pushed to fix/ignore_ec_info_err at aarifullin/frostfs-sdk-go 2024-12-11 15:25:46 +00:00
015f6e3891 [#312] pool: Ignore ECInfoErr erros in GetSplitInfo
0dc29eef9d [#306] netmap: Allow to select empty set of nodes
0a0d659a4e [#285] client: Return status from all methods
a7aabe5349 [#266] go.mod: Update api-go
ebe708852e [#1316] lint: Fix warnings
Compare 8 commits »
aarifullin commented on pull request TrueCloudLab/frostfs-node#1453 2024-12-11 11:33:56 +00:00
container: Add ListStream method

Could you explain, please, what is difference between ListStream and List then?