WIP: Fix infinite sort RPC #1068
No reviewers
Labels
No labels
P0
P1
P2
P3
badger
frostfs-adm
frostfs-cli
frostfs-ir
frostfs-lens
frostfs-node
good first issue
triage
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#1068
Loading…
Reference in a new issue
No description provided.
Delete branch "alexvanin/frostfs-node:fix/infinite-forest-sort"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
While testing s3-gw with #1059 fix, I noticed RPC loop during tree streaming.
Turns out, storage node returned the same tree element without EOF.
It was triggered due to invalid condition for regular sorting. This PR fixes it.
77ee5c2164
tob595ba2992
Seems like there are more issues, setting WIP.
Fix infinite sort RPCto WIP: Fix infinite sort RPCClosing in favor of #1070
Pull request closed