GithubHelp home page GithubHelp logo

Comments (4)

mniewrzal avatar mniewrzal commented on August 28, 2024

So root problem is not exactly what I described above. Older uplink while uploading data were storing metadata key and nonce inside StreamMeta structure. Newer uplinks are storing those directly in objects table. For move operation on satellite side we are always trying to return correct one. It become problematic because while move operation for older objects we are getting key and nonce from StreamMeta but later (after move) we are storing it in objects table directly. We have situation where we have key and nonce in StreamMeta and in objects table. First is for old object location, second is for new moved object (correct one).
We need to update satellite code where we are getting key and nonce from StreamMeta to do that only if direct object fields are not set. As an example we need to fix it here https://github.com/storj/storj/blob/b5194762f2f4976747880d99a56542008e7df2d5/satellite/metainfo/metainfo.go#L2636. Most probably we need to do this also in other places.

from uplink.

storjBuildBot avatar storjBuildBot commented on August 28, 2024

Change https://review.dev.storj.io/c/storj/storj/+/6455 mentions this issue.

from uplink.

storjBuildBot avatar storjBuildBot commented on August 28, 2024

Change https://review.dev.storj.io/c/storj/uplink/+/6445 mentions this issue.

from uplink.

mniewrzal avatar mniewrzal commented on August 28, 2024

Will be fixed with the next release/deployment.

from uplink.

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.