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

filtered replication: panic on source tablet if charset is wrong #3253

Closed
michael-berlin opened this issue Sep 27, 2017 · 0 comments · Fixed by #3255
Closed

filtered replication: panic on source tablet if charset is wrong #3253

michael-berlin opened this issue Sep 27, 2017 · 0 comments · Fixed by #3255
Assignees

Comments

@michael-berlin
Copy link
Contributor

Stacktrace observed by @sjmudd

binlog streamer is about to return this error: https://github.com/youtube/vitess/blob/master/go/vt/binlog/binlog_streamer.go#L201

But then it panics here due to a nil value: https://github.com/youtube/vitess/blob/master/go/vt/mysqlctl/slave_connection.go#L349

Because of that, the destination just shows this on the /debug/status page: Error received from Stream rpc error: code = Unknown desc = uncaught panic: runtime error: invalid memory address or nil pointer dereference

Alain, this is probably an easy fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants