Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • S Storage
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 46
    • Issues 46
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 21
    • Merge requests 21
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • System
  • Storage
  • Issues
  • #64
Closed
Open
Issue created Apr 14, 2021 by An Ngo@ango2Developer

[System/Storage] Storage Create/Update API seems to delete older versions after update; only latest version work when fetching

Workflow:

  1. Create a new record - successfully created with record id and version.
  2. Update the same record (not sure it matters, but I updated the kind of the record). New version is created.
  3. Get all versions of the record; 2 should be returned.
  4. Get record version (new) - works fine.
  5. Get record version (old) - 404 is returned with this error:

{ "code": 404, "reason": "Specified blob was not found", "message": "Status code 404, "BlobNotFoundThe specified blob does not exist._RequestId:7e04d563-a01e-0026-60bc-30241a000000_Time:2021-04-13T23:25:03.2208136Z"" }

I tried updating the same record several times, and every time, it seems to delete the old version and only keeps the newest version. So If I update this record 4 times (now there are 5 versions total), then only 1 version works when fetching, the other 4 versions will fail with above error.

Assignee
Assign to
Time tracking