You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.
it would be great upon error to print which ip etc. we were connecting to and more details and granularity about the failure (did we fail to connect, did we timeout, did we not get a response, did we get a weird response, read error etc... (did we read anything, if so print that)
This is the gRPC call status. Report API API did not return any response. gRPC status could mean both network error or sever error. UNAVAILABLE most likely from mixer server.
We don't know mixer IP. Only Envoy cluster manager know.
We are using Envoy gRPC async client code. If debug is on, it may print more debug info.
Mixer server ip is specified in "ClusterManager" in the envoy config generated by Pilot. Again, Envoy gRPC async client code use it. The caller just specifies the "cluster name".
We see quite a lot of :
W0908 06:04:25.765] [libprotobuf ERROR external/mixerclient_git/src/report_batch.cc:78] Mixer Report failed with: UNAVAILABLE
eg https://k8s-gubernator.appspot.com/build/istio-prow/pull/istio_istio/699/e2e-suite-rbac-no_auth/360/
it would be great upon error to print which ip etc. we were connecting to and more details and granularity about the failure (did we fail to connect, did we timeout, did we not get a response, did we get a weird response, read error etc... (did we read anything, if so print that)
cc @mandarjog
The text was updated successfully, but these errors were encountered: