mirror of
https://github.com/nspcc-dev/neofs-sdk-go.git
synced 2026-03-04 04:29:28 +00:00
REP 3 in four node env with two failures. No placement, but at least one copy available, which should be possible to fetch. #139
Labels
No labels
I2
I3
I4
S1
S2
S3
S4
U0
U1
U2
U2
U2
U3
U4
blocked
bug
client
config
discussion
documentation
enhancement
epic
feature
go
good first issue
help wanted
performance
pool
question
security
task
test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/neofs-sdk-go#139
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @fyrchik on GitHub (Oct 18, 2022).
@roman-khimov commented on GitHub (Jan 27, 2023):
Can be solved with some specific "not enough nodes" error returned from SDK and then used by the node to fallback to dropping the number of replicas for reads. Reads should not be denied in this case of course.
Although given that the same code can be used by other clients reading objects, maybe implementing this logic in SDK is also an option. But it also starts with a case-specific error.