mirror of
https://github.com/nspcc-dev/neofs-node.git
synced 2026-03-01 04:29:10 +00:00
Can't get object when one of the node became offline while put was running #847
Labels
No labels
I1
I2
I3
I4
S0
S1
S2
S3
S4
U0
U1
U2
U3
U4
blocked
bug
config
dependencies
discussion
documentation
enhancement
enhancement
epic
feature
go
good first issue
help wanted
neofs-adm
neofs-cli
neofs-cli
neofs-cli
neofs-ir
neofs-lens
neofs-storage
neofs-storage
performance
question
security
task
test
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/neofs-node#847
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 @vkarak1 on GitHub (Oct 26, 2022).
Originally assigned to: @fyrchik on GitHub.
Can't get object when one of the node became unavailable while put was running
Expected Behavior
Object get should be finished ok.
Current Behavior
Get fails with:
Steps to Reproduce (for bugs)
neofs-cli container create --basic-acl public-read-write -r node1.neofs:8080 -w /etc/neofs/storage/wallet.json -p "REP 1"journalctl -xeu neofs-storage.service > /home/service/before_kernel_node4.txt && echo 1 > /proc/sys/kernel/sysrq && echo "c" > /proc/sysrq-triggerjournalctl -xeu neofs-storage.service > /home/service/log_reboot_after_kp_node4.txtAttached logs
Your Environment
Linux az 5.10.0-18-amd64 #1 SMP Debian 5.10.140-1 (2022-09-02) x86_64 GNU/Linux
NeoFS Storage node
Version: v0.33.0-31-ge1be0180
GoVersion: go1.18.4
Server setup and configuration:
cloud, 4 VMs, 4 SN, 4 http qw, 4 s3 gw
@fyrchik commented on GitHub (Oct 28, 2022):
It can be related to #1992, should be fixed in #1994, let's see and test.