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

Slow Upload on OS X #126

Open
W4RH4WK opened this issue Mar 8, 2015 · 2 comments
Open

Slow Upload on OS X #126

W4RH4WK opened this issue Mar 8, 2015 · 2 comments

Comments

@W4RH4WK
Copy link

W4RH4WK commented Mar 8, 2015

hi there, i am using your project on an OS X machine at the moment and have the problem that file upload is extremely slow. The file i tried to upload is 564K big and took about 50 seconds the first time i uploaded it.

The second time was faster, I turned on debug information but I could not figure out where exactly the problem lies:

full log: http://paste.ubuntu.com/10564562/

The following lines seemed interesting to me:

2015-03-07 23:31:33,266 [gdrivefs.gdfs.fsutility DEBUG] >>>>>>>>>> create(8) >>>>>>>>>> (70950)
...
2015-03-07 23:31:35,047 [gdrivefs.gdfs.fsutility DEBUG] <<<<<<<<<< write(11) (70950)

from creating the file initially and doing the last write, it took only ~ 2 seconds.

but my $ cp file /path/to/gdfs did not return at this point, but after this:

2015-03-07 23:31:45,330 [gdrivefs.gdfs.fsutility DEBUG] OF: >>>>>>>>>> flush(2) >>>>>>>>>> (70950)

...

2015-03-07 23:31:54,510 [gdrivefs.gdfs.fsutility DEBUG] OF: <<<<<<<<<< flush(2) (70950)

is this a known issue, or am i doing something wrong?

@dsoprea
Copy link
Owner

dsoprea commented Jun 30, 2016

Can you test and indicate whether this is still an issue. I don't believe that this should still be a problem.

@W4RH4WK
Copy link
Author

W4RH4WK commented Jun 30, 2016

I am sorry but I haven't touched the project over the last year. If it works fine for you, please go ahead and close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants