summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/ha/ReplicatingSubscription.cpp
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA: HA Remove dead code in ReplicatingSubscription.Alan Conway2014-09-221-7/+0
* QPID-6020: HA logging improvements - log prefix with status and ID.Alan Conway2014-08-191-8/+13
* QPID-5966: HA mixing tx enqueue and non-tx dequeue leaves extra messages on b...Alan Conway2014-08-081-4/+4
* QPID-5974: HA qpid-txtest2 can bring down a cluster (JERR_MAP_LOCKED))Alan Conway2014-08-081-6/+14
* QPID-5973: HA cluster state may get stuck in recoveringAlan Conway2014-08-081-2/+16
* QPID-5421: HA replication error in stand-alone replicationAlan Conway2013-12-131-14/+3
* QPID-5421: Refactor: clean up QueueObservers.Alan Conway2013-12-131-3/+3
* QPID-5404: HA broker message duplication when deleting a queue with an alt-ex...Alan Conway2013-12-101-1/+0
* QPID-5275: HA transactions failing in qpid-cluster-benchmarkAlan Conway2013-11-121-48/+47
* NO-JIRA: Remove un-necessary #include <boost/pointer_cast.hpp>Alan Conway2013-08-061-1/+0
* QPID-4327: HA Fix windows compile errors introduced by recent commits.Alan Conway2013-08-021-1/+0
* QPID-4327: HA TX transactions: basic replication.Alan Conway2013-08-011-25/+17
* QPID-4327: HA get rid of Primary::get() singleton.Alan Conway2013-08-011-7/+11
* QPID-4944: HA Sporadic failure: test_failover_send_receiveAlan Conway2013-07-041-5/+5
* QPID-4944: HA Sporadic failure - logging improvements used to investigate.Alan Conway2013-07-041-2/+3
* QPID-4944: HA Sporadic failure in ha_tests: tes_failover_send_receive and tes...Alan Conway2013-06-211-1/+2
* QPID-4905: Tidy up broker::ConnectionAndrew Stitcher2013-06-191-1/+0
* QPID-4348: HA Use independent sequence numbers for identifying messagesAlan Conway2013-06-171-162/+127
* QPID-4866: HA support for failover exchangeAlan Conway2013-05-221-28/+16
* NO-JIRA: HA loggging: include status in log messages that refer to a BrokerInfoAlan Conway2013-02-251-1/+1
* QPID-4555: HA Fix race condition in rejecting connections.Alan Conway2013-01-311-8/+9
* Bug 860701 - QPID-4350: HA handle auto-delete queuesAlan Conway2012-10-111-1/+8
* QPID-4322: HA sporadic failure in ha_tests Alan Conway2012-09-191-21/+3
* NO-JIRA: HA improved logging messages.Alan Conway2012-09-141-3/+2
* NO-JIRA: Correct bug in ReplicatingSubscription::getNext - find next message ...Alan Conway2012-09-111-2/+2
* QPID-4178: broker refactoringGordon Sim2012-08-101-71/+53
* QPID-4176: HA Error handlingAlan Conway2012-08-011-0/+2
* QPID-4176: HA Error handlingAlan Conway2012-07-311-8/+14
* QPID-4159: HA missing messages in failover test.Alan Conway2012-07-261-5/+6
* NO-JIRA: Fix typos, update comments, update log messages.Alan Conway2012-07-231-3/+6
* QPID-4072: HA use backup messages in failover.Alan Conway2012-06-181-87/+47
* QPID-3603: Fix & clean up in HA code.Alan Conway2012-06-181-6/+5
* QPID-3603: Minor cleanup and test improvements in HA code.Alan Conway2012-06-181-2/+3
* QPID-3603: Bug fixes to HA code, passing test_failover_send_receiveAlan Conway2012-06-141-2/+2
* QPID-3603: HA bug fixes around ha::QueueGuardAlan Conway2012-06-121-86/+91
* QPID-3603: Improvements to HA log messages, clarify primary/backp role.Alan Conway2012-06-121-1/+1
* QPID-3603: Guard should not complete messages from the internal event queue.Alan Conway2012-06-121-7/+14
* QPID-3603: Introduced RemoteBackup to track backup status.Alan Conway2012-06-121-55/+54
* QPID-3603: Separate QueueGuard from ReplicatingSubscription.Alan Conway2012-06-121-88/+31
* QPID-3603: Fix deadlock in ReplicatingSubscription causing primary to hang sp...Alan Conway2012-05-291-9/+27
* QPID-3603: Better log messages for HA code.Alan Conway2012-05-281-28/+36
* QPID-3603: Failover optimization restored.Alan Conway2012-05-281-51/+166
* QPID-3603: HA remove backup Replicator code to track unready queues.Alan Conway2012-05-151-10/+7
* QPID-3603: HA primary marks ReplicatingSubscription ready immediately if queu...Alan Conway2012-05-151-84/+97
* QPID-3603: HA broker backup/primary ready checks.Alan Conway2012-05-151-25/+58
* QPID-3606: More consistent logging and error handling for HA code.Alan Conway2012-04-191-27/+44
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-171-0/+293