[requests.packages.urllib3.connectionpool] Resetting dropped connection: 127.0.0.1

Hi,
since a while I get the following message in the community.log.

2017-02-21 18:49:56.975 INFO [rhodecode.authentication.plugins.auth_rhodecode] user <User(‘id:19:crucible’)> authenticated correctly
2017-02-21 18:49:56.989 INFO [rhodecode.lib.middleware.simplevcs] Access for IP:192.168.100.28 allowed
2017-02-21 18:49:57.087 INFO [rhodecode.lib.middleware.simplevcs] pull action on hg repo “xxxx/xxxxxxxx” by “crucible” from 192.168.100.28
2017-02-21 18:49:57.097 INFO [rhodecode.lib.middleware.simplevcs] Using HTTP implementation of scm app.
2017-02-21 18:49:57.098 INFO [requests.packages.urllib3.connectionpool] Resetting dropped connection: 127.0.0.1
2017-02-21 18:49:57.104 INFO [rhodecode.lib.middleware.request_wrapper] IP: 192.168.100.28 Request to /xxxx/xxxxxxxx time: 0.316s
2017-02-21 18:49:57.182 INFO [rhodecode.lib.middleware.simplevcs] Access for IP:192.168.100.28 allowed
2017-02-21 18:49:57.366 INFO [rhodecode.lib.middleware.request_wrapper] IP: 192.168.100.28 Request to /xxxx/xxxxxxxx time: 0.205s
2017-02-21 18:49:57.429 INFO [rhodecode.lib.middleware.simplevcs] Access for IP:192.168.100.28 allowed
2017-02-21 18:49:57.518 INFO [rhodecode.authentication.base] Authenticating user crucible using egg:rhodecode-enterprise-ce#rhodecode plugin
2017-02-21 18:49:57.593 INFO [rhodecode.authentication.plugins.auth_rhodecode] user <User(‘id:19:crucible’)> authenticated correctly
2017-02-21 18:49:57.604 INFO [rhodecode.lib.middleware.simplevcs] Access for IP:192.168.100.28 allowed
2017-02-21 18:49:57.702 INFO [rhodecode.lib.middleware.simplevcs] pull action on hg repo “xxxx/xxxxxxxx” by “crucible” from 192.168.100.28
2017-02-21 18:49:57.712 INFO [rhodecode.lib.middleware.simplevcs] Using HTTP implementation of scm app.
2017-02-21 18:49:57.713 INFO [requests.packages.urllib3.connectionpool] Resetting dropped connection: 127.0.0.1
2017-02-21 18:49:57.718 INFO [rhodecode.lib.middleware.request_wrapper] IP: 192.168.100.28 Request to /xxxx/xxxxxxxx time: 0.308s
2017-02-21 18:49:57.781 INFO [rhodecode.lib.middleware.simplevcs] Access for IP:192.168.100.28 allowed
2017-02-21 18:49:57.863 INFO [rhodecode.lib.middleware.request_wrapper] IP: 192.168.100.28 Request to /xxxx/xxxxxxxx time: 0.101s

This causes problems when we’re pushing the Sourcecode to the Rhodecode Server.

Any idea what can cause such a behaviour?
We’re running the following server.

  • NAME: community-1

  • STATUS: RUNNING
    logs:/root/.rccontrol/community-1/community.log

  • VERSION: 4.5.2 Community

  • VCS: vcsserver-1

  • URL: http://192.168.100.70:80

  • CONFIG: /root/.rccontrol/community-1/rhodecode.ini

  • NAME: vcsserver-1

  • STATUS: RUNNING
    logs:/root/.rccontrol/vcsserver-1/vcsserver.log

  • VERSION: 4.5.2 VCSServer

  • URL: http://127.0.0.1:81

  • CONFIG: /root/.rccontrol/vcsserver-1/vcsserver.ini

Kind Regards
Joerg

Hi Joerg,

Can you describe what kind of problems it causes ?

Best,

Hi marcin,

my coder colleagues are getting a errno 10054 error when they try to push to RhodeCode.
The get:
searching for for changes
URL-Error Errno 10054 Existing Session was closed by remote computer
The Command replied with value 255

Same time I get the following entry in the community.log.
[requests.packages.urllib3.connectionpool] Resetting dropped connection: 127.0.0.1

Regards
Joerg

Joerg-

This message is not related, this is some internal debug from other library, we believe there might be something else killing the connection, have you checked the http server logs or maybe there’s some proxy in between that cuts the connection off ?