Skip to content

Commit

Permalink
Merge pull request #528 from pengbinbin1/fix
Browse files Browse the repository at this point in the history
add detail on the err log
  • Loading branch information
kubeedge-bot committed Nov 30, 2023
2 parents 041fca8 + 672a0f7 commit cc111cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/loadbalancer/loadbalancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ func (lb *LoadBalancer) TryConnectEndpoints(service proxy.ServicePortName, srcAd
if netutil.IsTooManyFDsError(err) {
panic("Dial failed: " + err.Error())
}
klog.ErrorS(err, "Dial failed")
klog.ErrorS(err, "Dial failed", "endpoint:", endpoint)
sessionAffinityReset = true
time.Sleep(dialTimeout)
continue
Expand Down

0 comments on commit cc111cf

Please sign in to comment.