-
-
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
ipfs add breaks somewhere in the middle of upload #1072
Comments
The same thing is happening for me with ipfs version So far, it has broken at 1.29GB, 7.25GB, and 10.69GB. Each time it breaks, it doesn't output an error message... I just re-run the command and it quickly catches up to the point where it broke and continues from there. The ipfs datastore is on a disk with 1.3TB of free space and the RAM usage of the ipfs process is only at 113MB, so that's not too bad. CPU usage is oddly low - between 1% and 0% of my AMD FX-8150 (8-core). It's also probably not an issue with leaking file descriptors - it only ever has 11-12 files open at a time (some devices, some files from Also, this only seems to be happening when I'm running the ipfs daemon at the same time. After killing the daemon & re-running the add command, I've gotten through 15GB (and counting) without it breaking. |
@slang800 did you build from source? if so, could you provide us with the git commit sha? Are there any sorts of symlinks in the data youre adding? |
I just used
Nope. You can actually see the finished data here |
Except for memory leaks, |
Commands to reproduce with docker, the equivalent commands running ipfs without docker also break:
Facts:
$ipfs_staging
has a 102MB directory of files calledcaprin_clip
as seeded at QmZA1Dwb8ggkkm3GLKA2WeTDLLSAKWGqZ913EmsKLcYEnCdocker exec ipfs_host ipfs add -r /export/caprin_clip
produces the progress message, but stops at:512.00 KB / 11.63 MB 4.30 %
ulimit -n 2048
but that didn't fix the problem$ipfs_data
is empty when i start the containerThe text was updated successfully, but these errors were encountered: