Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug(cdc-connector): InstanceNotFoundException #16850

Closed
fuyufjh opened this issue May 21, 2024 · 1 comment · Fixed by #16833
Closed

bug(cdc-connector): InstanceNotFoundException #16850

fuyufjh opened this issue May 21, 2024 · 1 comment · Fixed by #16833
Assignees
Labels
type/bug Something isn't working
Milestone

Comments

@fuyufjh
Copy link
Member

fuyufjh commented May 21, 2024

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

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

@fuyufjh fuyufjh added the type/bug Something isn't working label May 21, 2024
@github-actions github-actions bot added this to the release-1.10 milestone May 21, 2024
@StrikeW
Copy link
Contributor

StrikeW commented May 23, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants