-
Notifications
You must be signed in to change notification settings - Fork 180
connection reset by peer error in objects.Create when uploading objects to swift #450
Comments
I am pushing the files to swift |
we are using softlayer object storage |
This the logs trace I am getting: 2015/07/29 10:40:49 /home/rakesh/workspace1/sample/src/server.go:409: Put http://dal05.objectstorage.softlayer.net/v1/AUTH_/rak2-57f9feee9a92df1d663b269ffddc278b0fcf123e/root/test/data3/messages-20150712: write tcp 173.192.119.146:80: connection reset by peer goroutine 22 [running]: goroutine 1 [IO wait, 6 minutes]: |
Did anyone see this error before ? Any leads to this would be very helpful. Thank you ! |
do you use terraform with openstack? the library of openstack SDK used by terraform has a connection reuse issue, maybe this cause that problem; gophercloud/issues#465 thanks. |
closing. the fix above has been merged. other than that, this looks like something that would be solved with either a custom |
I am uploading a 300MB directory with not more than 50 MB files. Sometimes it hangs and throws out an error that connection reset by peer. Sometimes it is successful. Can you please help me out with this error ?
The text was updated successfully, but these errors were encountered: