Floating "Connection reset by peer" error

Bug #1316766 reported by Dmitriy Ukhlov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MagnetoDB
Fix Released
High
Dmitriy Ukhlov

Bug Description

Traceback (most recent call last):
  File "/opt/stack/new/magnetodb/tempest/api/keyvalue/stable/rest/test_get_item.py", line 301, in test_get_item_key_type_n
    get_resp = self.client.get_item(table_name, {'key': {'N': '11'}})
  File "/opt/stack/new/magnetodb/tempest/services/keyvalue/json/magnetodb_client.py", line 108, in get_item
    resp, body = self.post(url, post_body, self.headers)
  File "/opt/stack/new/magnetodb/tempest/common/rest_client.py", line 302, in post
    return self.request('POST', url, headers, body)
  File "/opt/stack/new/magnetodb/tempest/common/rest_client.py", line 423, in request
    headers=headers, body=body)
  File "/opt/stack/new/magnetodb/tempest/common/rest_client.py", line 406, in _request
    headers=headers, body=body)
  File "/opt/stack/new/magnetodb/tempest/common/http.py", line 25, in request
    return super(ClosingHttp, self).request(*args, **new_kwargs)
  File "/usr/local/lib/python2.7/dist-packages/httplib2/__init__.py", line 1593, in request
    (response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
  File "/usr/local/lib/python2.7/dist-packages/httplib2/__init__.py", line 1335, in _request
    (response, content) = self._conn_request(conn, request_uri, method, body, headers)
  File "/usr/local/lib/python2.7/dist-packages/httplib2/__init__.py", line 1291, in _conn_request
    response = conn.getresponse()
  File "/usr/lib/python2.7/httplib.py", line 1030, in getresponse
    response.begin()
  File "/usr/lib/python2.7/httplib.py", line 407, in begin
    version, status, reason = self._read_status()
  File "/usr/lib/python2.7/httplib.py", line 365, in _read_status
    line = self.fp.readline()
  File "/usr/lib/python2.7/socket.py", line 430, in readline
    data = recv(1)
error: [Errno 104] Connection reset by peer

Dmitriy Ukhlov (dukhlov)
Changed in magnetodb:
assignee: nobody → Dmitriy Ukhlov (dukhlov)
importance: Undecided → High
Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix proposed to magnetodb (master)

Fix proposed to branch: master
Review: https://review.openstack.org/92448

Changed in magnetodb:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to magnetodb (master)

Reviewed: https://review.openstack.org/92448
Committed: https://git.openstack.org/cgit/stackforge/magnetodb/commit/?id=4663c3568abffb8c115725e2f6186a5e4e6187d4
Submitter: Jenkins
Branch: master

commit 4663c3568abffb8c115725e2f6186a5e4e6187d4
Author: dukhlov <email address hidden>
Date: Tue May 6 15:28:43 2014 -0400

    Add "Connection" HTTP header to response

    Change-Id: Ibc6b6d8ff275781c3f88a9c5bd749c9d9194526f
    Closes-Bug: #1316766

Changed in magnetodb:
status: In Progress → Fix Committed
Changed in magnetodb:
milestone: none → 2.0.4
Changed in magnetodb:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.