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(mysql-cdc-source): correctly propagate errors to frontend session #17389

Closed
fuyufjh opened this issue Jun 21, 2024 · 1 comment
Closed

bug(mysql-cdc-source): correctly propagate errors to frontend session #17389

fuyufjh opened this issue Jun 21, 2024 · 1 comment
Assignees
Labels
type/bug Something isn't working
Milestone

Comments

@fuyufjh
Copy link
Member

fuyufjh commented Jun 21, 2024

Describe the bug

When the user creates a MySQL CDC table but failed, the actual cause of failure was not propagated to the frontend session.

The users can see:

ERROR:  Failed to run the query

Caused by these errors (recent errors listed first):
  1: gRPC request to meta service failed: Internal error
  2: get error from control stream: worker node {}, gRPC request to stream service failed: Internal error: Failed to send barrier with epoch {} to actor 1: channel closed;

But the actual cause must be found from logs.

We have met multiple related case reported recently, including:

Error message/log

No response

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

@StrikeW
Copy link
Contributor

StrikeW commented Jul 25, 2024

Fixed by #17672

@StrikeW StrikeW closed this as completed Jul 25, 2024
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

No branches or pull requests

2 participants