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 slow file transfer #6594

Closed
kpp opened this issue Aug 21, 2019 · 1 comment
Closed

ipfs slow file transfer #6594

kpp opened this issue Aug 21, 2019 · 1 comment
Labels
kind/bug A bug in existing code (including security flaws)

Comments

@kpp
Copy link
Contributor

kpp commented Aug 21, 2019

Version information:

go-ipfs version: 0.4.22-
Repo version: 7
System version: amd64/linux
Golang version: go1.12.7

ipfs daemon --debug

ipfslogs.txt

collect-profiles.sh

ipfs-profile-customer-2019-08-21T14:51:52+02:00.tar.gz

Description:

I got a private network of two nodes.

case 1:
server->server
ipfs get: 1minute
scp: 40s.

case 2:
server->client
ipfs get: 6m32.138s
scp: 2m32.684s

In both cases there are only two peers in the network.

Why so slow?

@kpp kpp added the kind/bug A bug in existing code (including security flaws) label Aug 21, 2019
@Stebalien
Copy link
Member

We are aware that transfering files directly between two peers on a fast network is slower than directly copying the files and we're working on fixing the underlying components responsible.

I've written up a meta-issue to explain what's going on and track progress on fixes: #6599

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)
Projects
None yet
Development

No branches or pull requests

2 participants