Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

if a container occupies one node only, the error: could not sync trees, no nodes to fetch trees from #2154

Closed
ikovalev1 opened this issue Dec 14, 2022 · 0 comments
Assignees
Labels
bug Something isn't working U4 Nothing urgent

Comments

@ikovalev1
Copy link

ikovalev1 commented Dec 14, 2022

Expected Behavior

if a container occupies only one node, no errors in log

Current Behavior

Dec 14 08:07:04 buky neofs-node[17310]: 2022-12-14T08:07:04.444Z error tree/sync.go:284 could not sync trees {"cid": "E27yucM4TaTwzpsdC6PZAPAKKA8RDcMRcw5puWELJ5kT", "error": "no nodes to fetch trees from"}

Steps to Reproduce (for bugs)

create container with policy CBF 1 SELECT 1 FILTER Node=node1 IP

neofs-cli container create -r node1:8080 -w wallet.json --policy "REP 1 IN X CBF 1 SELECT 1 FROM N1 AS X FILTER Node EQ '172.26.160.190' AS N1 " --await
container ID: CkjVs3CnXs4ALeEn2sfqeg2NnpfXBtaoZrtRYDJXjUQw

tick epoch
watch errors in the neofs-storage log

journalctl -fu neofs-storage
Dec 14 09:07:23 az neofs-node[17341]: 2022-12-14T09:07:23.111Z        error        tree/sync.go:284        could not sync trees        {"cid": "CkjVs3CnXs4ALeEn2sfqeg2NnpfXBtaoZrtRYDJXjUQw", "error": "no nodes to fetch trees from"}

Your Environment

# neofs-node --version
NeoFS Storage node
Version: v0.34.0-103-gcb43a6ae-dirty
GoVersion: go1.18.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working U4 Nothing urgent
Projects
None yet
Development

No branches or pull requests

3 participants