7 IR nodes take too much time to deploy #1541

Open
opened 2025-12-28 17:35:47 +00:00 by sami · 1 comment
Owner

Originally created by @evgeniiz321 on GitHub (Nov 24, 2025).

COMMAND: ./neofs-cli --config /home/runner/work/neofs-testcases/neofs-testcases/neofs-testcases/test-run-2025-11-24-00-20-11-073849/env_files/neofs-env-2025-11-24-00-39-51-140432251341696/inner_ring_adddgqxpbd/ir_cli_config_sjubosyzif.yml control healthcheck --endpoint 'localhost:59263' --ir
RETCODE: 1

STDOUT:
Health status: INITIALIZING_NETWORK

STDERR:

Start / End / Elapsed	 00:44:08.568351 / 00:44:09.104425 / 0:00:00.536074

...

COMMAND: ./neofs-cli --config /home/runner/work/neofs-testcases/neofs-testcases/neofs-testcases/test-run-2025-11-24-00-20-11-073849/env_files/neofs-env-2025-11-24-00-39-51-140432251341696/inner_ring_adddgqxpbd/ir_cli_config_sjubosyzif.yml control healthcheck --endpoint 'localhost:59263' --ir
RETCODE: 1

STDOUT:
Health status: INITIALIZING_NETWORK

STDERR:

Start / End / Elapsed	 00:49:07.444896 / 00:49:07.955859 / 0:00:00.510963

Logs:

ir0 node logs-2.zip
ir1 node logs.zip
ir2 node logs.zip
ir3 node logs.zip
ir4 node logs.zip
ir5 node logs.zip
ir6 node logs.zip

Originally created by @evgeniiz321 on GitHub (Nov 24, 2025). ``` COMMAND: ./neofs-cli --config /home/runner/work/neofs-testcases/neofs-testcases/neofs-testcases/test-run-2025-11-24-00-20-11-073849/env_files/neofs-env-2025-11-24-00-39-51-140432251341696/inner_ring_adddgqxpbd/ir_cli_config_sjubosyzif.yml control healthcheck --endpoint 'localhost:59263' --ir RETCODE: 1 STDOUT: Health status: INITIALIZING_NETWORK STDERR: Start / End / Elapsed 00:44:08.568351 / 00:44:09.104425 / 0:00:00.536074 ``` ... ``` COMMAND: ./neofs-cli --config /home/runner/work/neofs-testcases/neofs-testcases/neofs-testcases/test-run-2025-11-24-00-20-11-073849/env_files/neofs-env-2025-11-24-00-39-51-140432251341696/inner_ring_adddgqxpbd/ir_cli_config_sjubosyzif.yml control healthcheck --endpoint 'localhost:59263' --ir RETCODE: 1 STDOUT: Health status: INITIALIZING_NETWORK STDERR: Start / End / Elapsed 00:49:07.444896 / 00:49:07.955859 / 0:00:00.510963 ``` Logs: [ir0 node logs-2.zip](https://github.com/user-attachments/files/23733202/ir0.node.logs-2.zip) [ir1 node logs.zip](https://github.com/user-attachments/files/23733195/ir1.node.logs.zip) [ir2 node logs.zip](https://github.com/user-attachments/files/23733200/ir2.node.logs.zip) [ir3 node logs.zip](https://github.com/user-attachments/files/23733199/ir3.node.logs.zip) [ir4 node logs.zip](https://github.com/user-attachments/files/23733197/ir4.node.logs.zip) [ir5 node logs.zip](https://github.com/user-attachments/files/23733198/ir5.node.logs.zip) [ir6 node logs.zip](https://github.com/user-attachments/files/23733196/ir6.node.logs.zip)
Author
Owner

@roman-khimov commented on GitHub (Nov 26, 2025):

It seems to be duplicating #3673, but at the same time

2025-11-24T00:43:56.327Z info deploy/notary.go:968 enough funds on the notary balance, deposit is not needed {"balance": "100000000"}
...
2025-11-24T00:47:05.476Z info deploy/alphabet.go:271 insufficient Notary balance to send new Notary request registering NeoFS Alphabet members as validators, skip

This seems to be a deadlock, some minutes later it's still

2025-11-24T00:49:07.596Z info deploy/notary.go:968 enough funds on the notary balance, deposit is not needed {"balance": "202949380"}
...
2025-11-24T00:49:07.606Z info deploy/alphabet.go:271 insufficient Notary balance to send new Notary request registering NeoFS Alphabet members as validators, skip

Although it's strange as well since fallback shouldn't require 1-2 GAS.

@roman-khimov commented on GitHub (Nov 26, 2025): It seems to be duplicating #3673, but at the same time > 2025-11-24T00:43:56.327Z info deploy/notary.go:968 enough funds on the notary balance, deposit is not needed {"balance": "100000000"} > ... > 2025-11-24T00:47:05.476Z info deploy/alphabet.go:271 insufficient Notary balance to send new Notary request registering NeoFS Alphabet members as validators, skip This seems to be a deadlock, some minutes later it's still > 2025-11-24T00:49:07.596Z info deploy/notary.go:968 enough funds on the notary balance, deposit is not needed {"balance": "202949380"} > ... > 2025-11-24T00:49:07.606Z info deploy/alphabet.go:271 insufficient Notary balance to send new Notary request registering NeoFS Alphabet members as validators, skip Although it's strange as well since fallback shouldn't require 1-2 GAS.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/neofs-node#1541
No description provided.