<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/qpid-python.git, branch qpid-3603-2</title>
<subtitle>git.apache.org: qpid.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/'/>
<entry>
<title>QPID-3603: Make link maintenance interval configurable.</title>
<updated>2012-02-13T16:19:02+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2012-02-13T16:19:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=5f9feb8192404dae5c73ce9fbdf41a78826576a6'/>
<id>5f9feb8192404dae5c73ce9fbdf41a78826576a6</id>
<content type='text'>
HA code needs faster reconnects than federation.
This is a temporary solution till we have a more robust
and rapid reconnect mechanism in place.

git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603-2@1243586 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
HA code needs faster reconnects than federation.
This is a temporary solution till we have a more robust
and rapid reconnect mechanism in place.

git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603-2@1243586 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3603: Added failover test for HA brokers.</title>
<updated>2012-02-13T16:18:53+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2012-02-13T16:18:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=2af6b56cc92ae88bf587fb32393edb67e66a02a1'/>
<id>2af6b56cc92ae88bf587fb32393edb67e66a02a1</id>
<content type='text'>
Disabled: failing due to known issue in current code, enable when fixed.

git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603-2@1243585 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Disabled: failing due to known issue in current code, enable when fixed.

git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603-2@1243585 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3603: Fix core dump in Link::requestIOProcessing.</title>
<updated>2012-02-13T16:18:46+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2012-02-13T16:18:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=fb7678f5a2c4ca854824d4763e78623b59bb5d9b'/>
<id>fb7678f5a2c4ca854824d4763e78623b59bb5d9b</id>
<content type='text'>
Core dump occuring when a link was closed before being completely opened.
- Merge Link::established and setConnection into one atomic function.
- Moved logic that needs to be executed in a connection thread from ~Link to Link::destroy
  Link::destroy is always called in connection thread, ~Link can be called later if
  another thread is holding a reference.
- Added some asserts to verify functioning as expected.

git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603-2@1243584 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Core dump occuring when a link was closed before being completely opened.
- Merge Link::established and setConnection into one atomic function.
- Moved logic that needs to be executed in a connection thread from ~Link to Link::destroy
  Link::destroy is always called in connection thread, ~Link can be called later if
  another thread is holding a reference.
- Added some asserts to verify functioning as expected.

git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603-2@1243584 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3603: Format the seconds part of high-resolution timestamps.</title>
<updated>2012-02-13T16:18:39+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2012-02-13T16:18:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=e93c50e3cc997d7d83c09711928bf030d62a40e6'/>
<id>e93c50e3cc997d7d83c09711928bf030d62a40e6</id>
<content type='text'>
Hi-res timestamps are now formatted like this: 2012-02-02 17:40:20.236067000

git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603-2@1243583 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hi-res timestamps are now formatted like this: 2012-02-02 17:40:20.236067000

git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603-2@1243583 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3603: Additional debug logging for messaging client connections.</title>
<updated>2012-02-13T16:18:30+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2012-02-13T16:18:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=b3cff4e5d1bcf0928b364d43785d8e5fadb062ed'/>
<id>b3cff4e5d1bcf0928b364d43785d8e5fadb062ed</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603-2@1243581 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603-2@1243581 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3603: HA brokers set known-hosts to the HA broker-url.</title>
<updated>2012-02-13T16:18:21+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2012-02-13T16:18:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=fb3419fce46397486151268098540d17c6ef7b46'/>
<id>fb3419fce46397486151268098540d17c6ef7b46</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603-2@1243580 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603-2@1243580 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3603: c++ messaging API: allow floating point reconnect durations in seconds.</title>
<updated>2012-02-13T16:18:13+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2012-02-13T16:18:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=19d72b70dc14c32917be843a5128d7520883cb3f'/>
<id>19d72b70dc14c32917be843a5128d7520883cb3f</id>
<content type='text'>
Allow sub-second intervals, e.g. reconnect_interval_min=0.001 for a
millisecond interval.

git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603-2@1243579 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow sub-second intervals, e.g. reconnect_interval_min=0.001 for a
millisecond interval.

git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603-2@1243579 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3603: Speed up qpid-ha-tool with fast QMF2 method calls.</title>
<updated>2012-02-13T16:18:02+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2012-02-13T16:18:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=89e2163e63d4a8f444425a3f686792d73142dcee'/>
<id>89e2163e63d4a8f444425a3f686792d73142dcee</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603-2@1243578 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603-2@1243578 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3603: Simplified Link failover.</title>
<updated>2012-02-13T16:17:52+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2012-02-13T16:17:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=d1e2f3cdba108b57a5305607eb4336fbfd1f2a06'/>
<id>d1e2f3cdba108b57a5305607eb4336fbfd1f2a06</id>
<content type='text'>
- Moved timer from  LinkRegistry to Link.
- Got rid of remapping code, simplified failover.
- Faster interval for maintenance intervals.
- Test for simple HA broker failover.

git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603-2@1243577 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Moved timer from  LinkRegistry to Link.
- Got rid of remapping code, simplified failover.
- Faster interval for maintenance intervals.
- Test for simple HA broker failover.

git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603-2@1243577 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3603: HA broker close backup link when promoted.</title>
<updated>2012-02-13T16:17:42+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2012-02-13T16:17:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=7ff74907cc026e96462da725de537629511a5011'/>
<id>7ff74907cc026e96462da725de537629511a5011</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603-2@1243576 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603-2@1243576 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
</feed>
