<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/qpid-python.git/qpid/cpp/src/tests/ha_tests.py, branch qpid-3603</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: Replicate unbind events.</title>
<updated>2012-01-17T17:03:46+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2012-01-17T17:03: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=e813809b2744692477a7cd11574fa6052d9044fd'/>
<id>e813809b2744692477a7cd11574fa6052d9044fd</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603@1232481 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@1232481 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3603: Clean up HA log messages.</title>
<updated>2011-12-21T22:34:50+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2011-12-21T22:34:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=521162b5b0cfc4564c0d281f980e7bdcc96adcd0'/>
<id>521162b5b0cfc4564c0d281f980e7bdcc96adcd0</id>
<content type='text'>
- Reduce verbosity, drop unknown event messages.
- Lots of clarifications
- Fix minor test bug in ha_tests.py.

git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603@1221920 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Reduce verbosity, drop unknown event messages.
- Lots of clarifications
- Fix minor test bug in ha_tests.py.

git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603@1221920 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3603: Use position events to synchronize queue positions between primary and backup</title>
<updated>2011-12-14T21:46:12+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2011-12-14T21:46:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=9409cbc5d3ecee36abaa916fc3bdcb92a9a27ef7'/>
<id>9409cbc5d3ecee36abaa916fc3bdcb92a9a27ef7</id>
<content type='text'>
Previous code used dequeues to synchronize queue, but dequeue events
are generated in a different thread to message delivery which led to
race conditions. Position events are generated in-line with message
delivery.

git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603@1214493 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previous code used dequeues to synchronize queue, but dequeue events
are generated in a different thread to message delivery which led to
race conditions. Position events are generated in-line with message
delivery.

git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603@1214493 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3603: Fixed a race condition in ha_tests.py</title>
<updated>2011-12-14T21:45:59+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2011-12-14T21:45:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=52c8976cd6b253e2496b2a7ba630f5ad5466b9bd'/>
<id>52c8976cd6b253e2496b2a7ba630f5ad5466b9bd</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603@1214491 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@1214491 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3603: Fix QueueReplicator subscription parameters.</title>
<updated>2011-12-12T14:38:08+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2011-12-12T14:38:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=d42d74c42b09f85bb4416936b474fd19ac28ca7f'/>
<id>d42d74c42b09f85bb4416936b474fd19ac28ca7f</id>
<content type='text'>
- Queue::destroyed cleans up observers.
- Clean up log messages, comments, some variable names.
- Improvements to brokertest.py

git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603@1213258 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Queue::destroyed cleans up observers.
- Clean up log messages, comments, some variable names.
- Improvements to brokertest.py

git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603@1213258 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3603: Cleaned up log messages, update qpid-cluster-benchmark to set replicate=all</title>
<updated>2011-12-08T14:20:43+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2011-12-08T14:20:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=586ae44e8cd4f92eca23de5066a4021a28bd8827'/>
<id>586ae44e8cd4f92eca23de5066a4021a28bd8827</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603@1211902 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@1211902 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3603: Set bridge sync parameter to 1.</title>
<updated>2011-12-06T15:30:35+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2011-12-06T15:30:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=04dcab92880ad16f7ac57a83ca90fb626448831f'/>
<id>04dcab92880ad16f7ac57a83ca90fb626448831f</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603@1210983 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@1210983 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3603: Fix replication of dequeues.</title>
<updated>2011-12-02T21:03:23+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2011-12-02T21:03:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=21d3bf042c2a9c62456dea704d937ece8cb07c64'/>
<id>21d3bf042c2a9c62456dea704d937ece8cb07c64</id>
<content type='text'>
- Set acquire=false when creating a ReplicatingSubscription.
- Cleaned up string literals &amp; other cosmetic improvemets.
- Consistent find/get for broker::QueueRegistry and ExchangeRegistry.

git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603@1209690 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Set acquire=false when creating a ReplicatingSubscription.
- Cleaned up string literals &amp; other cosmetic improvemets.
- Consistent find/get for broker::QueueRegistry and ExchangeRegistry.

git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603@1209690 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3603: Cleanup of HA log messages.</title>
<updated>2011-11-30T15:01:06+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2011-11-30T15:01:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=392303a4c03c857122477cfbf14c8ec0900ef544'/>
<id>392303a4c03c857122477cfbf14c8ec0900ef544</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603@1208461 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@1208461 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3603: Integrate ReplicatingSubscription into the HA code.</title>
<updated>2011-11-28T19:45:08+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2011-11-28T19:45:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=8a3cff4db5fbb95419764ae6f5e03c57053398b6'/>
<id>8a3cff4db5fbb95419764ae6f5e03c57053398b6</id>
<content type='text'>
HaBroker registers the ConsumerFactory, QueueReplicator sets
appropriate arguments in consume command.

git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603@1207544 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
HaBroker registers the ConsumerFactory, QueueReplicator sets
appropriate arguments in consume command.

git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-3603@1207544 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
</feed>
