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
Background: the users stopped the cluster and restarted after a night.
This InstanceNotFoundException shouldn't be occurring, can you help me check it? There are too many of these in the logs, making it hard to find the real errors.
Error message/log
2024-05-21T01:51:19.330255272Z WARN risingwave_connector_node: Failed to get streaming metrics: javax.management.InstanceNotFoundException: debezium.mysql:type=connector-metrics,context=streaming,server=RW_CDC_21
To Reproduce
No response
Expected behavior
No response
How did you deploy RisingWave?
No response
The version of RisingWave
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
This warn log means the underlying Debezium connector doesn't ready. We are waiting the connector to become ready when we create the shared cdc source job. I'll remove this log in a PR.
Describe the bug
Background: the users stopped the cluster and restarted after a night.
This
InstanceNotFoundException
shouldn't be occurring, can you help me check it? There are too many of these in the logs, making it hard to find the real errors.Error message/log
To Reproduce
No response
Expected behavior
No response
How did you deploy RisingWave?
No response
The version of RisingWave
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: