summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore
Commit message (Expand)AuthorAgeFilesLines
* QPID-5867: Add intruder protection functionality for a cluster of BDB HA virt...Alex Rudyy2014-07-0414-24/+818
* NO-JIRA: [Java Tests] BDB tests - prevent sporadic test failure from quorum o...Andrew MacBean2014-06-261-38/+36
* QPID-5821: Remove unused settings interface incorrectly committedAndrew MacBean2014-06-264-7/+8
* QPID-5821: [Java Broker] Refactor MessageStore and DurableConfigurationStore ...Andrew MacBean2014-06-2619-128/+242
* QPID-5846: Fix NPE in org.apache.qpid.server.virtualhost.berkeleydb.BDBHAVirt...Alex Rudyy2014-06-251-1/+1
* QPID-5715: Set BDB message store durability only once on opening of virtual h...Alex Rudyy2014-06-2312-276/+140
* QPID-5800: [Java Broker] Refactor BDB message store implementation to separat...Keith Wall2014-06-197-1200/+1507
* QPID-5831: Unexpected internal exception when closing JE Replicated environmentAndrew MacBean2014-06-191-2/+22
* QPID-5822: [Java Broker] Replace low level BDB/JDBC attributes in fovour of c...Keith Wall2014-06-1817-112/+209
* QPID-5802: [Java Broker] Refactor VH implementations to avoid duplicated mess...Keith Wall2014-06-132-43/+4
* QPID-5801: [Java Broker] BDB HA - ensure that replication exceptions when rea...Keith Wall2014-06-131-4/+21
* QPID-5800: [Java Broker] Refactor BDBConfigurationStore, move methods/fields ...Keith Wall2014-06-131-51/+63
* QPID-5715: Move coalescing commiters into environment facades. Flush logs for...Alex Rudyy2014-06-0911-182/+139
* QPID-5801: [Java Broker] BDB: Cache the sequence handler used for message seq...Keith Wall2014-06-094-33/+146
* QPID-5801: [Java Broker] BDB: Simply restore algorithm to efficiently calcula...Keith Wall2014-06-091-13/+36
* QPID-5715: Close committer on message store closeAlex Rudyy2014-06-092-2/+4
* QPID-5803: [Java Broker] Add ability for the virtualhostnode to create a virt...Keith Wall2014-06-071-1/+3
* QPID-5800: [Java Broker] Remove the now redundant MessageStore/DurableConfigu...Keith Wall2014-06-072-90/+4
* QPID-5802: [Java Broker] Introduce separate VirtualHost typesKeith Wall2014-06-062-6/+68
* QPID-5801: [Java Broker] Elimination of the BDB facade's initialisation tasksKeith Wall2014-06-0613-491/+269
* QPID-5800: [Java Broker} Refactor MessageStore implementations extracting a M...Keith Wall2014-06-0612-1802/+1838
* QPID-5715: Fix various issues with configuration upgrader to model 2 and stor...Alex Rudyy2014-06-063-26/+71
* QPID-5715: Use coalescing sync committer for message store transactions only ...Alex Rudyy2014-06-0313-148/+299
* QPID-5413: [Java Broker-Web Management] Allow stopping and starting of virtua...Alex Rudyy2014-05-292-27/+2
* QPID-5715: Add new attributes for transaction sync policies into BDB HA virtu...Alex Rudyy2014-05-2721-185/+514
* QPID-5715: [Java Broker] Fix test BDBHAVirtualHostNodeTest.testTransferMaster...Alex Rudyy2014-05-261-0/+13
* QPID-5715: [Java Broker] Address review comments from Alex RudyyKeith Wall2014-05-261-1/+7
* QPID-5715: [Java Broker] Added extra logging when transfering master to a rem...Keith Wall2014-05-262-5/+17
* QPID-5715: On virtual host node deletion delete virtual host first, in order ...Alex Rudyy2014-05-243-140/+102
* QPID-5784: [Java Broker] Prevent NPE possibility from BDB store\'s coalescing...Keith Wall2014-05-231-0/+15
* QPID-5715: [Java Broker] Prevent sporadic failure of BDB HA REST test testNew...Keith Wall2014-05-232-77/+481
* QPID-5774: first main swipe, remove the Ant builds main build.xml and associa...Robert Gemmell2014-05-213-153/+0
* QPID-5715: [Java Broker] Make virtualhosts respect the states ACTIVE and STOPPEDKeith Wall2014-05-214-13/+152
* QPID-5715: [Java Broker] Make virtualhosts respect the states ACTIVE and STOPPEDKeith Wall2014-05-203-11/+40
* QPID-5715: On BDB HA virtual host node deletion invoke ReplicationGroupAdmin#...Alex Rudyy2014-05-206-9/+245
* QPID-5413: Improve virtual host node and virtual host UIAlex Rudyy2014-05-161-12/+12
* QPID-5715: Fix Virtual Host MBean creation in JMX management pluginAlex Rudyy2014-05-156-33/+306
* QPID-5715: BDB HA's remote replication nodes were using wrong value for lastK...Keith Wall2014-05-142-4/+28
* QPID-5413: Add UI for creation of virtual host nodesAlex Rudyy2014-05-134-0/+278
* QPID-5761: Fix BDBHAVirtualHostNodeRestTest test failure caused by premature ...Alex Rudyy2014-05-121-3/+3
* QPID-5409 : Change BDB HA MBean to delegate operations to BDB HA node instanceAlex Rudyy2014-05-0910-257/+203
* QPID-5754 : [Java Broker] Make state change operations methods rather than ca...Robert Godfrey2014-05-083-30/+50
* QPID-5413: Add functionality to close the deleted tab of virtual host node.Alex Rudyy2014-05-083-8/+26
* QPID-5413: Add BDB HA Virtual host node editing UIAlex Rudyy2014-05-074-2/+348
* QPID-5413: Add virtual host node UI to view the details about existing virtua...Alex Rudyy2014-05-074-0/+459
* QPID-5746 : [Java Broker] Split attribute annotations into separate annotatio...Robert Godfrey2014-05-026-44/+45
* QPID-5744: Change web management console to call management REST API under /a...Alex Rudyy2014-05-021-6/+6
* QPID-5744: Move management REST API under /api/latest and auxiliary REST serv...Alex Rudyy2014-05-021-3/+3
* QPID-5715: Restart replicated environment several times before giving up. Thi...Alex Rudyy2014-05-022-10/+33
* QPID-5715: Fix sporadically faling BDB HA testsAlex Rudyy2014-05-011-20/+27