Fill SearchV2 metadata on metabase migration #1330

Closed
opened 2025-12-28 17:22:36 +00:00 by sami · 0 comments
Owner

Originally created by @cthulhu-rider on GitHub (Feb 11, 2025).

Originally assigned to: @cthulhu-rider on GitHub.

SearchV2 server recvs metadata from local metabases. Once node is updated, old objects must become searchable. This was not done in #3080

Describe the solution you'd like

increase current DB version. Update VERSION.md file. As always, if DB version is older:

  • meta bucket already exists => fail
  • for each stored object:
  1. decode
  2. get needed props
  3. putMetadata

Additional context

  • blocked by #3116 (required for correct migration)
Originally created by @cthulhu-rider on GitHub (Feb 11, 2025). Originally assigned to: @cthulhu-rider on GitHub. ## Is your feature request related to a problem? Please describe. SearchV2 server recvs metadata from local metabases. Once node is updated, old objects must become searchable. This was not done in #3080 ## Describe the solution you'd like increase current DB version. Update `VERSION.md` file. As always, if DB version is older: * meta bucket already exists => fail * for each stored object: 1. decode 2. get needed props 3. `putMetadata` ## Additional context * blocked by #3116 (required for correct migration)
sami 2025-12-28 17:22:36 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/neofs-node#1330
No description provided.