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

Daemon startup hangs in Bitswap.GetBlock() #2931

Closed
ghost opened this issue Jul 1, 2016 · 4 comments
Closed

Daemon startup hangs in Bitswap.GetBlock() #2931

ghost opened this issue Jul 1, 2016 · 4 comments
Labels
kind/bug A bug in existing code (including security flaws) topic/daemon + init

Comments

@ghost
Copy link

ghost commented Jul 1, 2016

Version/Platform/Processor information (from ipfs version --all):

go-ipfs version: 0.4.2-fe7b01f
Repo version: 3
System version: amd64/linux
Golang version: go1.5.2

Type (bug, feature, meta, test failure, question): bug
Area (api, commands, daemon, fuse, etc): daemon
Priority (from P0: functioning, to P4: operations on fire): P2

Description:

Daemon starts up with a functional swarm, then hangs in core.setupNode() -> core.IpfsNode.loadFilesRoot() -> bitswap.Bitswap.GetBlock(). This means there's no API or Gateway. Goroutine dump from SIGQUIT: https://ipfs.io/ipfs/QmcLeh6SCD9zqDZZcuAeKFRRc5DygDNBM7LxR7LJesXWyy

@ghost ghost added kind/bug A bug in existing code (including security flaws) topic/daemon + init labels Jul 1, 2016
@whyrusleeping
Copy link
Member

@lgierth was this one of the storage nodes? This looks to me like someone put stuff in mfs and then ran a gc

@Kubuxu
Copy link
Member

Kubuxu commented Jul 1, 2016

Before we had best effort pin.

@ghost
Copy link
Author

ghost commented Jul 1, 2016

Yes this is from @diasdavid's registry-mirror node on biham, from around 18-Feb-2016. Do we have to start over?

@whyrusleeping
Copy link
Member

@lgierth yeah, this one unfortunately requires a start-over. Its since been fixed though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug A bug in existing code (including security flaws) topic/daemon + init
Projects
None yet
Development

No branches or pull requests

2 participants