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

Connection reset by peer error #330

Open
bethrusnak opened this issue Jun 21, 2021 · 9 comments
Open

Connection reset by peer error #330

bethrusnak opened this issue Jun 21, 2021 · 9 comments

Comments

@bethrusnak
Copy link

One of my users is getting the following error (don't know if others are or not as not that many use the service). It started recently, perhaps after Linux patches. Running on python 3.8 and on 3.9

ValueError: Error downloading Sammons_7042/210606_A00201R_0418_AHFFHTDRXY/Data/Intensities/BaseCalls/L001/C2.1/L001_2.cbcl
('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

@johnbradley
Copy link
Collaborator

johnbradley commented Jun 21, 2021

@bethrusnak I think this error is due to a networking problem connecting to the backing DHTS S3 data store. There is a service now ticket looking into fixing this networking problem. Once the networking problem is fixed your users should be able to download again.

@bethrusnak
Copy link
Author

bethrusnak commented Jun 21, 2021 via email

@johnbradley
Copy link
Collaborator

Thanks so much John! Will you let me know when it is fixed?

Will do @bethrusnak

@johnbradley
Copy link
Collaborator

@bethrusnak I just received word that the networking problem has been fixed and DDS should be working fine again.
Please let me know if your users are still experiencing this issue. Thanks.

@bethrusnak
Copy link
Author

bethrusnak commented Jun 23, 2021 via email

@johnbradley
Copy link
Collaborator

@bethrusnak The problem was an overloaded intermediate server and DHTS has been working on getting the load down.
It should be faster now. I was seeing 70 MB/s downloading on HARDAC and 40 MB/s downloading on DCC earlier today.

@corinnestrawser
Copy link

I've been having this issue as well. Is there a work-around? Has anyone else been struggling with this again?

@johnbradley
Copy link
Collaborator

@cnhaines01 Are you consistently able to reproduce this problem or is it sporadic? Are you using a wired network connection? We have been seeing many intermittent problems lately with the DDS API servers. The DDS API servers have been scaled back. So setting the number of workers to use when uploading or downloading to say 4 or 2 may help. To do so update the upload or download workers in your .ddsclient config file. Please see the documentation for the upload_workers and download_workers settings.

@corinnestrawser
Copy link

It's been consistent. I was not using a wired network connection. I will try your suggestion- thank you!

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

3 participants