GithubHelp home page GithubHelp logo

Comments (5)

shuhaowu avatar shuhaowu commented on July 19, 2024

Can you post an example dataset and query so we can add an integration test?

from ghostferry.

shuhaowu avatar shuhaowu commented on July 19, 2024

Does the InlineVerifier catch this corruption? It should, right?

from ghostferry.

kolbitsch-lastline avatar kolbitsch-lastline commented on July 19, 2024

Can you post an example dataset and query so we can add an integration test?

should be reproducable with literally any update of a BINARY column type that does uses the full length of the column but happens to have 0-bytes at the end. I can work on writing an integration test in the project - I have a patch that should fix it and can commit it together with the change

Unfortunately it looks like the replication library cannot know of the truncation (unless I'm misreading the docs, the mysql replication protocol doesn't transmit the max-size of a column update), so we'll need to extend the schema extraction and handle the padding in ghostferry (but it seems really simple).

Does the InlineVerifier catch this corruption? It should, right?

I am not overly familiar with this part yet, but from what I have learned so far, I would assume that it does

from ghostferry.

kolbitsch-lastline avatar kolbitsch-lastline commented on July 19, 2024

ok, sent you 2 pull requests - the first one is to illustrate the problem, the second one contains a potential fix - but the second one should probably not be merged as-is, as I'm actually changing the vendor'ed module to show what I'd propose changing

let's discuss the details there

from ghostferry.

kolbitsch-lastline avatar kolbitsch-lastline commented on July 19, 2024

FYI: tracking the upstream vendor module change here:

go-mysql-org/go-mysql#480

let's see what's the feedback we get there

NOTE: To increase chances to get it into upstream, I've made the change a bit more generic (added not only the FixedSize but also the MaxSize property). If that gets merged in the current PR version, we'll need to trivially update the ghostferry code when pulling in latest master (but we'll have to change other things to work with upstream master anyways)

from ghostferry.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.