summaryrefslogtreecommitdiff
path: root/java/bdbstore/src/test/java/org/apache/qpid/server/store/berkeleydb/BDBHAVirtualHostNodeTest.java
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkRobert Godfrey2014-10-101-15/+220
* QPID-6111: [Java Broker] HA Tests - change JE tests to assert that JE replica...Keith Wall2014-09-231-30/+52
* QPID-6092: [Java Broker] Editing permitted node list to be allowed when VHN i...Andrew MacBean2014-09-111-0/+57
* QPID-6090: [Java Broker] Prevent removal of existing group nodes from the per...Andrew MacBean2014-09-101-0/+41
* QPID-6063: [Java Broker] Disambiguate the concept of a node being unreachable...Keith Wall2014-09-011-15/+16
* QPID-6048: Move permitted nodes attribute into BDB HA VH in order to be able ...Alex Rudyy2014-08-271-3/+1
* QPID-6036 : [Java Broker] Allow complete virtual host initial configuration t...Robert Godfrey2014-08-221-35/+3
* QPID-5967: Intruder node detection must be mandatory and should validate all ...Alex Rudyy2014-08-061-250/+82
* QPID-5867: [Java Broker] Allow the virtualhost's permitted node list to passe...Keith Wall2014-07-201-10/+15
* QPID-5891: [Java Broker] Add BDB HA operational logging functionalityAndrew MacBean2014-07-141-256/+71
* QPID-5867: Add intruder protection functionality for a cluster of BDB HA virt...Alex Rudyy2014-07-041-0/+202
* QPID-5715: Set BDB message store durability only once on opening of virtual h...Alex Rudyy2014-06-231-1/+3
* QPID-5822: [Java Broker] Replace low level BDB/JDBC attributes in fovour of c...Keith Wall2014-06-181-2/+3
* QPID-5715: Move coalescing commiters into environment facades. Flush logs for...Alex Rudyy2014-06-091-4/+4
* QPID-5801: [Java Broker] Elimination of the BDB facade's initialisation tasksKeith Wall2014-06-061-1/+1
* QPID-5800: [Java Broker} Refactor MessageStore implementations extracting a M...Keith Wall2014-06-061-5/+5
* QPID-5715: Use coalescing sync committer for message store transactions only ...Alex Rudyy2014-06-031-6/+10
* QPID-5715: Add new attributes for transaction sync policies into BDB HA virtu...Alex Rudyy2014-05-271-3/+75
* QPID-5715: [Java Broker] Fix test BDBHAVirtualHostNodeTest.testTransferMaster...Alex Rudyy2014-05-261-0/+13
* QPID-5715: [Java Broker] Added extra logging when transfering master to a rem...Keith Wall2014-05-261-1/+1
* QPID-5715: On virtual host node deletion delete virtual host first, in order ...Alex Rudyy2014-05-241-133/+77
* QPID-5715: [Java Broker] Make virtualhosts respect the states ACTIVE and STOPPEDKeith Wall2014-05-211-6/+0
* QPID-5715: On BDB HA virtual host node deletion invoke ReplicationGroupAdmin#...Alex Rudyy2014-05-201-0/+123
* QPID-5409 : Change BDB HA MBean to delegate operations to BDB HA node instanceAlex Rudyy2014-05-091-4/+20
* QPID-5754 : [Java Broker] Make state change operations methods rather than ca...Robert Godfrey2014-05-081-14/+24
* QPID-5746 : [Java Broker] Split attribute annotations into separate annotatio...Robert Godfrey2014-05-021-15/+15
* QPID-5715: Fix sporadically faling BDB HA testsAlex Rudyy2014-05-011-20/+27
* QPID-5715: Address review comments from Alex RudyyKeith Wall2014-04-301-1/+32
* QPID-5715,QPID-5412: Add remote replication nodesAlex Rudyy2014-04-301-3/+102
* QPID-5715: [Java Broker]: Wire up the BDB HA VirtualHostNode to the Replicate...Keith Wall2014-04-291-12/+149
* QPID-5726 : [Java Broker] Use annotation processing to generate object factor...Robert Godfrey2014-04-281-2/+5
* QPID-5578 : Make TaskExecutor an interface and provide a test-only current th...Robert Godfrey2014-04-251-5/+5
* QPID-5715: [Java Broker] Add virtual host node to the model and refactor exis...Keith Wall2014-04-211-0/+193