You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the daemon is running, ipfs add -r on a directory like this (on the order of 1000 1MB files) will just abruptly stop partway through, no errors or anything. The daemon doesn't die, and it doesn't appear to be consuming significant amounts of memory (so I don't think it's #1222).
After stopping the daemon, add runs without issue in offline mode.
I didn't see any errors in the log (sorry, forgot to make a copy, but should be relatively easy to reproduce). The only thing I noticed was a lot of noise about blocks being published to the network, so perhaps the problem is related to that somehow?
Notice it will always stop at added QmcgpsyWgH8Y8ajJz1Cu72KnS5uo2Aa2LpzU7kinSupNKC Godeps/_workspace/src/github.com/jbenet/go-multihash/multihash/LICENSE, before added QmeykKxcvbDCT8bueYkyuThbx5pQ99x88iMTvfvcMoqf7u Godeps/_workspace/src/github.com/jbenet/go-multihash/multihash/README.md
When the daemon is running,
ipfs add -r
on a directory like this (on the order of 1000 1MB files) will just abruptly stop partway through, no errors or anything. The daemon doesn't die, and it doesn't appear to be consuming significant amounts of memory (so I don't think it's #1222).After stopping the daemon, add runs without issue in offline mode.
I didn't see any errors in the log (sorry, forgot to make a copy, but should be relatively easy to reproduce). The only thing I noticed was a lot of noise about blocks being published to the network, so perhaps the problem is related to that somehow?
IRC logs in case I've missed anything: 1 2
CC: @jbenet @whyrusleeping
The text was updated successfully, but these errors were encountered: