mirror of
https://github.com/nspcc-dev/neofs-node.git
synced 2026-03-01 04:29:10 +00:00
7 IR node deployment test fails from time to time #1382
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#1382
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 @roman-khimov on GitHub (Mar 18, 2025).
Expected Behavior
Green.
Current Behavior
Red: https://rest.fs.neo.org/HXSaMJXk2g8C14ht8HSi7BBaiYZ1HeWh2xnWPGQCg4H6/2781-1742235841/index.html#suites/a4a271aa801d19e5d94000d236bb642b/4533b6b117edb6e2/
Some other failures happened also: https://rest.fs.neo.org/HXSaMJXk2g8C14ht8HSi7BBaiYZ1HeWh2xnWPGQCg4H6/2781-1742235841/index.html#suites/a4a271aa801d19e5d94000d236bb642b/4533b6b117edb6e2/history
Possible Solution
Unknown, but it doesn't seem to be a test issue, the test just waits and IR is stuck at INITIALIZING_NETWORK.
Your Environment
@roman-khimov commented on GitHub (Mar 18, 2025):
There are no IR logs there, btw. @evgeniiz321?
@roman-khimov commented on GitHub (Mar 27, 2025):
https://rest.fs.neo.org/HXSaMJXk2g8C14ht8HSi7BBaiYZ1HeWh2xnWPGQCg4H6/965-1743022436/index.html#suites/a4a271aa801d19e5d94000d236bb642b/d607dce14eba2615/
@roman-khimov commented on GitHub (Apr 4, 2025):
https://rest.fs.neo.org/HXSaMJXk2g8C14ht8HSi7BBaiYZ1HeWh2xnWPGQCg4H6/1003-1743774939/index.html#suites/a4a271aa801d19e5d94000d236bb642b/8255fb6a13096e96/
@roman-khimov commented on GitHub (Apr 4, 2025):
@roman-khimov commented on GitHub (Apr 30, 2025):
https://rest.fs.neo.org/HXSaMJXk2g8C14ht8HSi7BBaiYZ1HeWh2xnWPGQCg4H6/1090-1745995281/index.html#suites/a4a271aa801d19e5d94000d236bb642b/294d20e1839c4a34/
@roman-khimov commented on GitHub (Jul 25, 2025):
Looks like it happens more frequently with dynamic block time:
https://rest.fs.neo.org/HXSaMJXk2g8C14ht8HSi7BBaiYZ1HeWh2xnWPGQCg4H6/1268-1753393473/index.html#suites/a4a271aa801d19e5d94000d236bb642b/e7c1bd6e388ad8a1/
Some nodes pass through deployment fine, but some end up with
And then do nothing (except for consensus).
It looks like the process gets stuck in
server.fsChainClient.InitFSChainScope()call which is likely caused by inappropriate subscription management.@roman-khimov commented on GitHub (Jul 25, 2025):
Looks like unsubscription needs to be done at deploy-level code, only it can synchronize all the internal channel reads to properly drain their channels.
@roman-khimov commented on GitHub (Jul 29, 2025):
A different one: https://rest.fs.neo.org/HXSaMJXk2g8C14ht8HSi7BBaiYZ1HeWh2xnWPGQCg4H6/1277-1753795110/index.html#suites/a4a271aa801d19e5d94000d236bb642b/8bef2706dffed413/