PutSingle
with OID that was already removed
DeleteObject
@dkirillov correctly highlighted about local head-ing. It seems this is the only way is to force CheckAPE
to fetch a full header. So, the third parameter (that's currently always true
)…
As we're enhancing error messages, could you, please, also truncate error
word from "... error: %w
errors in non-cmd
package?
Okay, let me clarify what I really meant:
err
can be assigned with context cancellation errors as context is propagated through functor but that may happen on stream opening, not on…
I suppose the context is going to be propagated through functor
err := p.requestWithRetry(ctx, prm.CID, func(client *rpcclient.Client) (inErr error) {
resp, inErr = rpcapi.Add(client,…
Let me highlight some points about this method
It seems any error from ctx.Error()
make any dialing call with ctx
not redialable as ctx
is already Done()
ctx.Error() != nil
could be enough?
Because it's used in frostfs-node
If you are concerned about building frostfs-node
, then it's fine - Minimal Version Selection is able to handle this