Replies: 1 comment
-
the "current" schema may or may not match up to the schema represented by the binlog pointer; if your binlog pointer is behind in the replication stream you may end up with mis-matched schemas, or a situation where schema changes will play multiple times. Were you able to determine the cause of the missing tables? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We've encountered a problem that maxwell tables list is missing some of the tables.
even after seeing the tables were created in maxwell log.
after restarting maxwell with the recapture_schema=true, the missing tables were added to maxwell tables list.
In the api docs it's mentioned as "dangerous"
https://maxwells-daemon.io/apidocs/com/zendesk/maxwell/MaxwellConfig.html#recaptureSchema
can you explain why is it dangerous?
what is the risk of setting this?
in addition, why do we need to restart the process once this flag is set, in order to get the additional new tables?
thanks,
Nir
Beta Was this translation helpful? Give feedback.
All reactions