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

ipfs name publish finishes without at least 20 peers in ipfs swarm peers #3656

Closed
whyrusleeping opened this issue Feb 6, 2017 · 1 comment
Labels
help wanted Seeking public contribution on this issue kind/bug A bug in existing code (including security flaws) topic/dht Topic dht topic/ipns Topic ipns

Comments

@whyrusleeping
Copy link
Member

Expected behaviour of 'ipfs name publish' (or any dht operation) is to put the record to the K (20) closest peers. This means that you have to make at least 20 connections to other peers before you can complete this operation. I've been observing publishes finishing with far fewer connected peers than that. Somethings buggy here...

@whyrusleeping whyrusleeping added kind/bug A bug in existing code (including security flaws) topic/dht Topic dht topic/ipns Topic ipns labels Feb 6, 2017
@whyrusleeping
Copy link
Member Author

Found the issue: libp2p/go-libp2p-kad-dht#52

@whyrusleeping whyrusleeping added the help wanted Seeking public contribution on this issue label Sep 2, 2017
@whyrusleeping whyrusleeping added this to the Ipfs 0.4.12 milestone Sep 2, 2017
@Kubuxu Kubuxu modified the milestones: Ipfs 0.4.12, go-ipfs 0.4.13 Nov 6, 2017
@momack2 momack2 added this to Inbox in ipfs/go-ipfs May 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Seeking public contribution on this issue kind/bug A bug in existing code (including security flaws) topic/dht Topic dht topic/ipns Topic ipns
Projects
No open projects
Development

No branches or pull requests

3 participants