Giter Club home page Giter Club logo

Comments (6)

adamperlin avatar adamperlin commented on May 28, 2024 1

I have opened #4706. I'd like to see if it passes CI first before full review, as I've had some trouble running the full test suite locally

from buildkit.

tonistiigi avatar tonistiigi commented on May 28, 2024 1

Actually, I think I looked at it wrong. The code you have pointed out only seems to change the marshaling order, so the order of elements in the definition array. The actual input order for each vertex, and therefore the content addressable digest for each operation seems to have correct guaranteed ordering already.

We can still make it consistent, but it should not have any effect for the builds at all. On the daemon side these are all read into a map and keyed by their digest, so individual ordering has no impact.

from buildkit.

tonistiigi avatar tonistiigi commented on May 28, 2024

This is not intended and can be directly fixed. Iiuc this does not affect cache as the indexing of inputs is consistent. But it may have an impact on parallel requests where some nodes need to do extra work to compute cache keys instead of just being deduplicated in LLB graph.

from buildkit.

adamperlin avatar adamperlin commented on May 28, 2024

Got it, thanks for the prompt response here! Just to clarify, were you planning on fixing this? I do have a fix I was looking at and can open a PR

from buildkit.

tonistiigi avatar tonistiigi commented on May 28, 2024

If you have a PR already, then open it. If not, then I can carry this as well.

from buildkit.

adamperlin avatar adamperlin commented on May 28, 2024

I believe this can be closed now due to #311.

from buildkit.

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.