[SUPPORT] Make rpc client stream initialization get cancelled by dial timeout
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…
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
[SUPPORT]: Ignore
ECInfoErr
erros in GetSplitInfo
Does this PR close any issue?
Oh, fixed the description. I'll also open PR for master
[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
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
container: Add ListStream method
Could you explain, please, what is difference between ListStream
and List then?