summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-5650: Preserve alternate exchange on upgrade of queue with 'dead letter ...Alex Rudyy2014-10-271-4/+1
* QPID-6180: [Java Broker] Cannot create BDB HA group on Windows development en...Andrew MacBean2014-10-241-1/+3
* QPID-6125 : make coalescing committer commit on stop if environment still viableRobert Godfrey2014-10-221-10/+23
* QPID-6154: [Java Broker] Fix race condition that would cause an ReplicatedEnv...Keith Wall2014-10-221-17/+15
* QPID-6173: [Java Broker] Disallow attribute updates to the BDBHAReplicaVirtua...Keith Wall2014-10-211-0/+9
* QPID-6154: [Java Broker] HA - Handle rollback of node when use of weak durabi...Keith Wall2014-10-214-21/+145
* QPID-6161 : use vhost names rather than vhost node names for the name aliasesRobert Godfrey2014-10-211-13/+0
* QPID-6169: [Java Broker] HA Prevent IllegalStateException possibility from re...Keith Wall2014-10-201-2/+13
* QPID-6161 : fix bdb ha tests where the vhn name differs from the vh name by a...Robert Godfrey2014-10-171-6/+19
* QPID-6125 : [Java Broker] AMQP 0-8/9/9-1 protocol handler refactoringRobert Godfrey2014-10-172-77/+18
* NO-JIRA: [Java Tests] Enable client side logging during HA tests to help diag...Keith Wall2014-10-175-0/+8
* QPID-6149: Use better names for the domain of BDB HA node priorityAlex Rudyy2014-10-132-3/+3
* QPID-6144: Throw ConnectionScopedRuntimeException for IllegalStateException t...Alex Rudyy2014-10-108-50/+70
* QPID-6143: Throw ConnectionScopedRuntimeException from ReplicatedEnvironmentF...Alex Rudyy2014-10-102-2/+21
* QPID-6134: [Java Broker] added operational logging call to additional intrude...Andrew MacBean2014-10-101-0/+1
* QPID-6134: [Java Broker] Restarting a node that has detected an intruder shou...Andrew MacBean2014-10-082-38/+107
* QPID-6136: [Java Broker] Set permitted nodes on replica BDB HA VHN only when ...Alex Rudyy2014-10-082-4/+73
* NO-JIRA: [Java Tests] Improve logging to help understand sporadically failed ...Keith Wall2014-10-071-1/+7
* NO-JIRA: [Java Tests] Strengthen BDBHAVirtualHostNodeOperationalLoggingTest.t...Alex Rudyy2014-10-031-0/+3
* QPID-6131: [Java Broker] Mark virtualhosts that are being closed as UNAVAILAB...Keith Wall2014-10-031-2/+2
* QPID-6126: Add checks to allow operations with configured objects in ERRORED ...Alex Rudyy2014-10-021-1/+2
* QPID-6126: Improve validation and exception messages for BDB HA nodeAlex Rudyy2014-10-025-43/+44
* QPID-6126: Invoke on-create validation after common validation, delete CO if ...Alex Rudyy2014-10-021-12/+17
* QPID-6126: Add ability to validate CO attributes on creation, transit COs int...Alex Rudyy2014-10-015-36/+399
* NO-JIRA: [Java Broker] UI change to update BDB HA permitted nodes hidden fiel...Andrew MacBean2014-09-291-0/+1
* QPID-6111: [Java Broker] Ensure that when the REF is shutdown sufficient time...Keith Wall2014-09-241-10/+40
* QPID-6114: Migrate the State member variable to AbstractConfiguredObject classAlex Rudyy2014-09-242-17/+5
* QPID-6111: [Java Broker] HA Tests - change JE tests to assert that JE replica...Keith Wall2014-09-234-71/+103
* QPID-6111: [Java Broker] HA - Ensure that when the REF is shutdown sufficient...Keith Wall2014-09-231-28/+50
* QPID-6102: [Java Broker] HA Prevent InsufficientReplica/InsufficientAckExcept...Keith Wall2014-09-232-0/+113
* QPID-6075: fix for mocking issue in BDB profileAndrew MacBean2014-09-181-1/+2
* QPID-6075: [Java Broker] Deleting VHN fails to delete underlying store files ...Andrew MacBean2014-09-172-20/+12
* QPID-6104: Fix test ReplicatedEnvironmentFacadeTest.testRemoveNodeFromGroupAlex Rudyy2014-09-161-1/+4
* QPID-6075: [Java Broker] Deleting VHN fails to delete underlying store files ...Andrew MacBean2014-09-153-34/+38
* QPID-6092: [Java Broker] Editing permitted node list to be allowed when VHN i...Andrew MacBean2014-09-121-1/+4
* QPID-6092: [Java Broker] Editing permitted node list to be allowed when VHN i...Andrew MacBean2014-09-112-1/+62
* QPID-6090: [Java Broker] Change based on code review to protect against intru...Andrew MacBean2014-09-111-2/+2
* QPID-6090: [Java Broker] Prevent removal of existing group nodes from the per...Andrew MacBean2014-09-102-3/+69
* QPID-6080 : [Java Broker] Distinguish between empty message body and no messa...Robert Godfrey2014-09-071-1/+1
* QPID-6074: [Java Broker] BDB HA VHN implement to use context variables rather...Keith Wall2014-09-065-19/+78
* NO-JIRA: [Java Broker] HA Downgrade logging of com.sleepycat.je.rep.utilint.B...Keith Wall2014-09-061-1/+1
* QPID-6071: [Java Broker] Cause BDB HA to generate ping transaction if local q...Keith Wall2014-09-062-4/+41
* QPID-6063: [Java Broker] BDB HA - report node role correctly after node rest...Keith Wall2014-09-041-7/+21
* QPID-6067: Fix test BDBHAVirtualHostNodeOperationalLoggingTest.testRemoteNode...Alex Rudyy2014-09-031-5/+32
* QPID-6063: [Java Broker] Address review comments from Oleksandr Rudyy <orudyy...Keith Wall2014-09-033-29/+25
* QPID-6063: [Java Broker] Disambiguate the concept of a node being unreachable...Keith Wall2014-09-0113-103/+162
* QPID-6057: On intruder detection shutdown BDB HA node in UNINITIALIZED stateAlex Rudyy2014-08-301-1/+1
* QPID-6055 : [Java Broker] add extra information to exception to help isolate ...Robert Godfrey2014-08-291-1/+13
* QPID-6048: Move permitted nodes attribute into BDB HA VH in order to be able ...Alex Rudyy2014-08-2724-362/+423
* QPID-6036 : [Java Broker] Allow complete virtual host initial configuration t...Robert Godfrey2014-08-223-68/+76