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
The problem occurs when a request is being sent by PGAdapter (or more correct: By the underlying Java client) but never really leaves the client, for example due to a network problem. The reason is that:
The RPC is collected as a failed attempt and included in the metrics.
If the request is never being sent due to a network problem, then no instance_id will be set, and the metric will be added to the collection without an instance_id.
Once that has happened once, it will continue to log the warning, as the entire export is being skipped (instead of only the metric without an instance_id).
I'll open an issue for the Java client and ensure that a fix is applied there.
Current Behavior
We're testing v0.42.2 having upgraded from v0.37.0, and we're now receiving the following warning:
We haven't made any changes to our PGAdapter setup aside from bumping versions.
Context (Environment)
Looks like v0.42.2 is using libraries-bom 26.52.0, which uses google-cloud-spanner 6.83.0 and we're hitting this check that was introduced in 6.81.1.
The text was updated successfully, but these errors were encountered: