network/cache: Add node address to error multiClient #1562
No reviewers
Labels
No labels
P0
P1
P2
P3
badger
frostfs-adm
frostfs-cli
frostfs-ir
frostfs-lens
frostfs-node
good first issue
triage
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#1562
Loading…
Reference in a new issue
No description provided.
Delete branch "achuprov/frostfs-node:feat/multinet_err2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
#1342
context canceled
is also an error that requires to add the node address.Signed-off-by: Alexander Chuprov a.chuprov@yadro.com
@ -156,3 +156,3 @@
select {
case <-ctx.Done():
firstErr = context.Canceled
firstErr = fmt.Errorf("client connection error at %v: %w", addr, context.Canceled)
This error doesn't seem to be
client connection
error as you're not establishing any connection yet at this moment - this is performed below.So, how about?
How about just
try %v: %w
?@fyrchik fixed
7320396c5f
tob0ccf592be
b0ccf592be
to51ee132ea3