Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

worker will panic when sync an unsupported upstream #1682

Closed
lance6716 opened this issue May 12, 2021 · 2 comments · Fixed by #1707
Closed

worker will panic when sync an unsupported upstream #1682

lance6716 opened this issue May 12, 2021 · 2 comments · Fixed by #1707
Assignees
Labels
affected-v2.0.2 this issue/BUG affects v2.0.2 affected-v2.0.3 this issue/BUG affects v2.0.3 severity/moderate type/bug This issue is a bug report

Comments

@lance6716
Copy link
Collaborator

lance6716 commented May 12, 2021

Bug Report

Please answer these questions before submitting your issue. Thanks!

  1. What did you do? If possible, provide a recipe for reproducing the error.

there's a table with DATETIME column of MariaDB 10.0.10 (which will not pass version check)

  1. What did you expect to see?

create a task with version check skippped at that source and specify don't sync that table. works well

  1. What did you see instead?

worker panic

may be fixed by #924

@lance6716 lance6716 added affected-v2.0.2 this issue/BUG affects v2.0.2 affected-v2.0.3 this issue/BUG affects v2.0.3 severity/moderate type/bug This issue is a bug report labels May 12, 2021
@lance6716 lance6716 self-assigned this May 17, 2021
@lance6716
Copy link
Collaborator Author

all MariaDB releases could be found here

https://downloads.mariadb.org/mariadb/+releases/

@lance6716
Copy link
Collaborator Author

case 1:

  1. start a 10.0.10 MariaDB
  2. start a task with ignore-checking-items: ["version"]
  3. create table t (c int primary key, c2 datetime(3));
  4. insert into t values(1, '2021-05-19 10:38:40.759');
  5. worker panic

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affected-v2.0.2 this issue/BUG affects v2.0.2 affected-v2.0.3 this issue/BUG affects v2.0.3 severity/moderate type/bug This issue is a bug report
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant