SN can't put report to to contract #1542

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

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

Originally assigned to: @carpawell on GitHub.

Expected Behavior

No errors.

Current Behavior

warn	neofs-node/container.go:247	put report to contract error	{"component": "containerReports", "epoch": 5, "cid": "7NPVTC9bBcthSJsSx6dQi1iKjWv9iWtgQoGULeMP6FzV", "error": "could not invoke method (putReport): failed to submit notary request: waiting for the response: connection lost: failed to write ping message: write tcp [::1]:60876->[::1]:30333: write: broken pipe"}
error	neofs-node/object.go:70	could not get max object size value	{"error": "(*netmap.Client) could not get epoch number: could not perform test invocation (config): waiting for the response: connection lost: failed to write ping message: write tcp [::1]:60876->[::1]:30333: write: broken pipe"}
warn	neofs-node/container.go:236	unable to fetch container data	{"component": "containerReports", "epoch": 5, "cid": "7Nn5Xze9Rakyep6XC5LDeGLTbyanTPYzT8i7UJ4VqKJF", "error": "could not perform test invocation (getContainerData): waiting for the response: connection lost: failed to write ping message: write tcp [::1]:60876->[::1]:30333: write: broken pipe"}

Possible Solution

Fix the damn thing.

Steps to Reproduce (for bugs)

Lots of containers, lots of objects coming in.

Context

Some performance test.

Regression

Looks like.

Your Environment

  • Version used: 0.50.1
Originally created by @roman-khimov on GitHub (Nov 26, 2025). Originally assigned to: @carpawell on GitHub. ## Expected Behavior No errors. ## Current Behavior ``` warn neofs-node/container.go:247 put report to contract error {"component": "containerReports", "epoch": 5, "cid": "7NPVTC9bBcthSJsSx6dQi1iKjWv9iWtgQoGULeMP6FzV", "error": "could not invoke method (putReport): failed to submit notary request: waiting for the response: connection lost: failed to write ping message: write tcp [::1]:60876->[::1]:30333: write: broken pipe"} error neofs-node/object.go:70 could not get max object size value {"error": "(*netmap.Client) could not get epoch number: could not perform test invocation (config): waiting for the response: connection lost: failed to write ping message: write tcp [::1]:60876->[::1]:30333: write: broken pipe"} warn neofs-node/container.go:236 unable to fetch container data {"component": "containerReports", "epoch": 5, "cid": "7Nn5Xze9Rakyep6XC5LDeGLTbyanTPYzT8i7UJ4VqKJF", "error": "could not perform test invocation (getContainerData): waiting for the response: connection lost: failed to write ping message: write tcp [::1]:60876->[::1]:30333: write: broken pipe"} ``` ## Possible Solution Fix the damn thing. ## Steps to Reproduce (for bugs) Lots of containers, lots of objects coming in. ## Context Some performance test. ## Regression Looks like. ## Your Environment * Version used: 0.50.1
sami 2025-12-28 17:35:47 +00:00
Author
Owner

@carpawell commented on GitHub (Nov 27, 2025):

I believe it was solved in #3700. Can be reopened if it happens again.

@carpawell commented on GitHub (Nov 27, 2025): I believe it was solved in #3700. Can be reopened if it happens again.
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#1542
No description provided.