-
Notifications
You must be signed in to change notification settings - Fork 136
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
Speed/disconnection issues when using raf and dat-storage #154
Comments
I think we solved most of this |
I got this error today, trying to add files to a |
@derhuerst can you send the full error message you got? The code for
Is the writing happening when it crashes or something else going on after the write finishes? |
Right after running cat enwiki-20170720-stub-meta-current.xml.gz | gunzip | build-wikipedia-feed/revisions-list.js 2>/dev/null | build-wikipedia-feed/store-revisions.js
I'm opening the dat archive using |
Any news on this? I still run across this error. |
@blahah and I were debugging some speed + connection issues today. There are a few things causing bad transfer speeds. I can debug this a bit tomorrow and try to open more specific issues/test PRs. Hungry now and wanted to file before I forget =).
raf
, default hyperdrive storage, is much slower than usingram
.1 is definitely related to writing files +
raf
. I see it most with dat-storage and sometimes (I think, harder to reproduce) with regular raf on thecontent/data
file.The dat-storage error,
could not locate data
causes the replication stream to end and forces client to reconnect. Example error:The text was updated successfully, but these errors were encountered: