Giter VIP home page Giter VIP logo

Comments (5)

timvisee avatar timvisee commented on September 27, 2024 1

I do indeed expect a corrupted snapshot state somehow.

We did just merge #4132 which likely fixes this panic. It'll be part of our next release.

In 1.9 we also improved snapshots, also improving data consistency, which would likely solve this from happening in the future. Here's the related PR if you're interested: #3420

from qdrant.

generall avatar generall commented on September 27, 2024

Hey @no7dw, thanks for reporting this.

Could you please provide a bit more details on how the snapshot was created (on which version of the engine?)

from qdrant.

no7dw avatar no7dw commented on September 27, 2024

the current version is v1.9 while the backup snapshot is created by v1.8.3

we used the following command just follow the docs:

backup:
curl -s -X POST "$QDRANT_PROD_URL/collections/$COLLECTION_NAME/snapshots"

restore:
curl -X POST "$QDRANT_DEV_URL/collections/$COLLECTION_NAME/snapshots/upload" -H 'Content-Type:multipart/form-data' -F "snapshot=@/data/qdrant/snapshots/$COLLECTION_NAME/$SNAPSHOTS_NAME"

additional details:
we're investing (not sure about this yet) the operation cause, one of is which is: our team once deleted some of the unused vectors(multiple model but only one is used in prod), detail was disclosed in this issue

from qdrant.

timvisee avatar timvisee commented on September 27, 2024

Does the very same happen repeatedly? Or was this a one time occurrence? That isn't entirely clear to me from the issue description.

from qdrant.

no7dw avatar no7dw commented on September 27, 2024

happen repeatedly , once I use a new vm, after restore one of the collection (new_text) will soom become
"error": "Service internal error

from qdrant.

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.