Can't searchv2 in container when one node is down #1536

Closed
opened 2025-12-28 17:35:46 +00:00 by sami · 0 comments
Owner

Originally created by @roman-khimov on GitHub (Nov 18, 2025).

Expected Behavior

Incomplete status + found objects.

Current Behavior

Zero objects + incomplete status.

Possible Solution

Fix something.

Steps to Reproduce (for bugs)

Bring one node down, then

$ ./bin/neofs-cli object searchv2 -f "FilePath EQ index.html" --cid 5Feinb2PaGFqdzviYfodCRMKd4j49Rtey3rSGqGhX8wn -r grpcs://st4.storage.fs.neo.org:8082
Found 0 objects.
$ ./bin/neofs-cli object searchv2 -f "FilePath EQ index.html" --cid 5Feinb2PaGFqdzviYfodCRMKd4j49Rtey3rSGqGhX8wn -r grpcs://st4.storage.fs.neo.org:8082
Error: rpc error: status: code = 1 message = last error: all 03933279423bf3504b61f76912790a566d99929eb047f30c8699f8e49a34ab07f7 endpoints failed, first error: /dns4/minerva.nspcc.ru/tcp/8080: send request over gRPC: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 51.77.119.31:8080: i/o timeout"

If error is ignored it's

$ ./bin/neofs-cli object search -f "FilePath EQ index.html" --cid 5Feinb2PaGFqdzviYfodCRMKd4j49Rtey3rSGqGhX8wn -r grpcs://st4.storage.fs.neo.org:8082
Found 2 objects.
8oggcLMWAMizyvj9ygMuG4Dc2fJuh2tmqYtD65acHmvd
EKazY3g4xxSbSa9zUxLrS8UAqiJXn9ZRHNFuN29A2u71

Context

Mainnet, website hosting.

Regression

Yes, #3606.

Your Environment

  • Version used: 0.49.0
  • Server setup and configuration: mainnet
  • Operating System and version (uname -a): Debian stable
Originally created by @roman-khimov on GitHub (Nov 18, 2025). ## Expected Behavior Incomplete status + found objects. ## Current Behavior Zero objects + incomplete status. ## Possible Solution Fix something. ## Steps to Reproduce (for bugs) Bring one node down, then ``` $ ./bin/neofs-cli object searchv2 -f "FilePath EQ index.html" --cid 5Feinb2PaGFqdzviYfodCRMKd4j49Rtey3rSGqGhX8wn -r grpcs://st4.storage.fs.neo.org:8082 Found 0 objects. $ ./bin/neofs-cli object searchv2 -f "FilePath EQ index.html" --cid 5Feinb2PaGFqdzviYfodCRMKd4j49Rtey3rSGqGhX8wn -r grpcs://st4.storage.fs.neo.org:8082 Error: rpc error: status: code = 1 message = last error: all 03933279423bf3504b61f76912790a566d99929eb047f30c8699f8e49a34ab07f7 endpoints failed, first error: /dns4/minerva.nspcc.ru/tcp/8080: send request over gRPC: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 51.77.119.31:8080: i/o timeout" ``` If error is ignored it's ``` $ ./bin/neofs-cli object search -f "FilePath EQ index.html" --cid 5Feinb2PaGFqdzviYfodCRMKd4j49Rtey3rSGqGhX8wn -r grpcs://st4.storage.fs.neo.org:8082 Found 2 objects. 8oggcLMWAMizyvj9ygMuG4Dc2fJuh2tmqYtD65acHmvd EKazY3g4xxSbSa9zUxLrS8UAqiJXn9ZRHNFuN29A2u71 ``` ## Context Mainnet, website hosting. ## Regression Yes, #3606. ## Your Environment * Version used: 0.49.0 * Server setup and configuration: mainnet * Operating System and version (`uname -a`): Debian stable
sami 2025-12-28 17:35:46 +00:00
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#1536
No description provided.