Skip to content

Commit

Permalink
add context to inpod::workloadmager failed to connect log message (#1212
Browse files Browse the repository at this point in the history
)

* add context to inpod::workloadmager failed to connect log message

Signed-off-by: ilrudie <ian.rudie@solo.io>

* Update src/inpod/workloadmanager.rs

refined log verbiage

Co-authored-by: Ben Leggett <854255+bleggett@users.noreply.github.com>

---------

Signed-off-by: ilrudie <ian.rudie@solo.io>
Co-authored-by: Ben Leggett <854255+bleggett@users.noreply.github.com>
  • Loading branch information
ilrudie and bleggett committed Jul 17, 2024
1 parent 7d1205f commit ab4cba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inpod/workloadmanager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ impl WorkloadProxyNetworkHandler {
backoff =
std::cmp::min(CONNECTION_FAILURE_RETRY_DELAY_MAX_INTERVAL, backoff * 2);
warn!(
"failed to connect to server {:?}: {:?}. retrying in {:?}",
"failed to connect to the Istio CNI node agent over {:?}, is the node agent healthy? details: {:?}. retrying in {:?}",
&self.uds, e, backoff
);
tokio::time::sleep(backoff).await;
Expand Down

0 comments on commit ab4cba9

Please sign in to comment.