Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use SearchV2 for internal IR needs #3144

Open
cthulhu-rider opened this issue Feb 17, 2025 · 0 comments
Open

Use SearchV2 for internal IR needs #3144

cthulhu-rider opened this issue Feb 17, 2025 · 0 comments
Assignees
Labels
enhancement Improving existing functionality I4 No visible changes neofs-ir Inner Ring node application issues S3 Minimally significant U3 Regular
Milestone

Comments

@cthulhu-rider
Copy link
Contributor

cthulhu-rider commented Feb 17, 2025

afaik the only place for crossnode search is a storage group listing within data audit

func (x Client) SearchSG(prm SearchSGPrm) (*SearchSGRes, error) {
var cliPrm client.PrmObjectSearch
cliPrm.SetFilters(sgFilter)
rdr, err := x.c.ObjectSearchInit(prm.ctx, prm.cnrID, x.signer, cliPrm)

@cthulhu-rider cthulhu-rider added enhancement Improving existing functionality neofs-ir Inner Ring node application issues labels Feb 17, 2025
@roman-khimov roman-khimov added U3 Regular S3 Minimally significant I4 No visible changes labels Feb 17, 2025
@cthulhu-rider cthulhu-rider self-assigned this Feb 17, 2025
cthulhu-rider added a commit that referenced this issue Feb 17, 2025
New search allows to filter out expired storage groups at the listing
stage.

The code volume is reduced in concert.

Closes #3144.

Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider added a commit that referenced this issue Feb 17, 2025
New search allows to filter out expired storage groups at the listing
stage.

The code volume is reduced in concert.

Closes #3144. Refs #3058.

Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider added a commit that referenced this issue Feb 17, 2025
New search allows to filter out expired storage groups at the listing
stage.

The code volume is reduced in concert.

Closes #3144. Refs #3058.

Signed-off-by: Leonard Lyubich <[email protected]>
@cthulhu-rider cthulhu-rider added this to the v0.46.0 milestone Feb 28, 2025
cthulhu-rider added a commit that referenced this issue Feb 28, 2025
New search allows to filter out expired storage groups at the listing
stage.

The code volume is reduced in concert.

Closes #3144. Refs #3058.

Signed-off-by: Leonard Lyubich <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improving existing functionality I4 No visible changes neofs-ir Inner Ring node application issues S3 Minimally significant U3 Regular
Projects
None yet
Development

No branches or pull requests

2 participants