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

Add peapod into neofs-lens #2507

Closed
roman-khimov opened this issue Aug 15, 2023 · 0 comments · Fixed by #2514
Closed

Add peapod into neofs-lens #2507

roman-khimov opened this issue Aug 15, 2023 · 0 comments · Fixed by #2514
Assignees
Labels
enhancement Improving existing functionality neofs-lens NeoFS Lens app issues
Milestone

Comments

@roman-khimov
Copy link
Member

#2462 introduces a bbcz replacement, but it should be supported in neofs-lens as well.

@roman-khimov roman-khimov added enhancement Improving existing functionality neofs-lens NeoFS Lens app issues labels Aug 15, 2023
@roman-khimov roman-khimov added this to the v0.38.0 milestone Aug 15, 2023
cthulhu-rider added a commit that referenced this issue Aug 16, 2023
Previously, `Peapod` provided `Iterate` method implementing
`common.Storage` interface for data traversal. This method allows to
iterate over keys (object addresses) only, but in suboptimal way: data
is decoded and ignored at the same time. Some other components like
Blobovnicza provide dedicated key-only iterator, so it's worth to
support this feature in Peapod, too.

Add `IterateAddresses` method with simple signature.

Refs #2507.

Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider added a commit that referenced this issue Aug 16, 2023
Recently introduced storage component named Peapod is a good candidate
to be inspected by NeoFS Lens app.

Add `peapod` command with `inspect` and `list` sub-commands similar to
`blobovnicza` and `writecache` commands.

Closes #2507.

Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider added a commit that referenced this issue Aug 16, 2023
Recently introduced storage component named Peapod is a good candidate
to be inspected by NeoFS Lens app.

Add `peapod` command with `inspect` and `list` sub-commands similar to
`blobovnicza` and `writecache` commands.

Closes #2507.

Signed-off-by: Leonard Lyubich <[email protected]>
cthulhu-rider added a commit that referenced this issue Aug 16, 2023
Recently introduced storage component named Peapod is a good candidate
to be inspected by NeoFS Lens app.

Add `peapod` command with `inspect` and `list` sub-commands similar to
`blobovnicza` and `write-cache` commands.

Closes #2507.

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 neofs-lens NeoFS Lens app issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants