mirror of
https://github.com/nspcc-dev/neofs-node.git
synced 2026-03-01 04:29:10 +00:00
Epoch hangs at one node #956
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#956
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 (Jan 25, 2023).
I have faced problem when one of the node left at 179 epoch while other nodes were at 189:
Please find output from the
netmap snapshotcommand:Also tried to issue 'force-new-epoch' command, please find result below:
Expected Behavior
All nodes have to be at the same epoch.
Possible Solution
Restart 3 services helped me to reach consistency between nodes epoch:
Steps to Reproduce (for bugs)
Nodes had been used for failover tests during 3 days where tests are aimed to kill each service and several "healthcheck" commands were issued against service to 100% sure that service has been restarted and ready to process.
Logs.zip
Your Environment
NeoFS Inner Ring node
Version: v0.35.0-11-g1a7c827a-dirty
GoVersion: go1.18.4
NeoFS Storage node
Version: v0.35.0-11-g1a7c827a-dirty
GoVersion: go1.18.4
NeoGo
Version: 0.100.1-pre-1-g0cb86f39
GoVersion: go1.18.4
@vkarak1 commented on GitHub (Jan 25, 2023):
This could be related to unable to force-new-epoch
@fyrchik commented on GitHub (Jan 27, 2023):
Right before the 180 epoch tick:
@fyrchik commented on GitHub (Feb 3, 2023):
Closed via #2220.