node/multiClient: Add node address to errors #1428
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
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#1428
Loading…
Reference in a new issue
No description provided.
Delete branch "achuprov/frostfs-node:feat/multiClient_node_address"
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?
Close #1342
Before:
After:
Signed-off-by: Alexander Chuprov a.chuprov@yadro.com
d5a3f6056c
to682e04f780
Please, change
node/multiClient
tonetwork/cache
.@ -170,2 +170,4 @@
var eiErr *objectSDK.ECInfoError
if err != nil {
err = fmt.Errorf("client error at %v: %w", addr, err)
What does
client error
mean in logs?how about
connect to %v: %w
I am sure the
error
will already be mentioned multiple times in the full message.682e04f780
toef2808c687
New commits pushed, approval review dismissed automatically according to repository settings
New commits pushed, approval review dismissed automatically according to repository settings