-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
CIDs are not broadcast in a 2 node private network #8346
Comments
Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review.
Finally, remember to use https://discuss.ipfs.io if you just need general support. |
Hello @aschmahmann , we were looking at a couple other issues:
Could you please take a look and advise if we can help gather any further information from our setup that may help troubleshoot this? Thanks! |
I turned on
Node2 - Not working
Node1 - Not working
Node2 - Working after restart of Node1
Node1 - Working after restart of Node1
|
To evaluate this we need someone who has high-level awareness of whether this is a content -routing or bitswap issue. go-ipfs maintainers are currently strapped and I don't have a commitment on when we can investigate this further. |
Checklist
Installation method
third-party binary
Version
Config
Description
I've got a 2 node private network with
Node 1
designated as bootstrap node. After the nodes are up and running, I upload a text file using the web UI onNode 1
and I canipfs cat QmcD4SAMXhr4Upko9eC5XKDuGYyP2Q4GRYindJEE3qmesH
the content onNode 1
, but the same command hangs onNode 2
.When checking the output of
ipfs stats
, we observed that:Node 2
lists 0 partners andNode 1
lists 1 partneripfs bitswap reprovide
onNode 1
but that did not help.The text was updated successfully, but these errors were encountered: