Bug 621998 - hearbeats are broken
Summary: hearbeats are broken
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: python-qpid
Version: beta
Hardware: All
OS: Linux
low
high
Target Milestone: 1.3
: ---
Assignee: Rafael H. Schloming
QA Contact: MRG Quality Engineering
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-08-06 18:00 UTC by Rafael H. Schloming
Modified: 2012-12-11 19:26 UTC (History)
2 users (show)

Fixed In Version: python-qpid-0.7.946106-12
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-12-11 19:26:36 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Rafael H. Schloming 2010-08-06 18:00:55 UTC
Description of problem:

The client blows up when heartbeats are enabled (i.e. when receiving a heartbeat from the server). Also the client doesn't actually check that heartbeats are received at the appropriate interval. This is problematic for reconnect since this is necessary to ensure that dead TCP connections are detected, something that is necessary for reconnect to function properly in all cases.

Version-Release number of selected component (if applicable):

python-qpid-0.7.946106-11

How reproducible:

100%

Steps to Reproduce:

1. create a connection with the heartbeat parameter specified, e.g:

  conn = Connection(..., heartbeat=1)

2. wait for a heartbeat to arrive from the server (logging may be useful to verify that this is/has happened)
  
Actual results:

client blows up with an internal error


Expected results:

client should function normally


Note You need to log in before you can comment on or make changes to this bug.