mirror of
https://github.com/qdrant/qdrant.git
synced 2026-09-25 07:27:41 -05:00
Re-upserting an existing point in an appendable segment legitimately hits the in-place callback; segment-level upsert already clones to a fresh slot under append_only_storages. The assert panicked every debug build with --edge-verify / serverless_compatible enabled.