summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore/src/main/java/org/apache/qpid/server/store
Commit message (Expand)AuthorAgeFilesLines
* Refactor use of futuresRobert Godfrey2015-03-101-0/+2
* Make close return a future, wait on Future in broker shutdownRobert Godfrey2015-02-197-48/+118
* QPID-6333: [Java Broker] Upgrade BDB JE version to 5.0.104Alex Rudyy2015-01-221-0/+7
* QPID-6259: Fix stopping of BDB committer from committer threadAlex Rudyy2015-01-201-7/+10
* QPID-6263 : [Java Broker] Remove knowledge of BrokerOptions from SystemConfig...Robert Godfrey2014-12-071-3/+4
* QPID-6239 : [Java Broker] redirect embedded database error logs to common bro...Robert Godfrey2014-11-213-3/+153
* QPID-6225: [Java Broker] Reduce the frequency with with the failure to ping a...Keith Wall2014-11-131-5/+37
* QPID-6224: [Java Broker] BDB / BDB-HA VH now cleans all log files and perform...Keith Wall2014-11-124-21/+52
* QPID-6222: Halt broker on running out of disk spaceAlex Rudyy2014-11-112-2/+40
* QPID-6208: [Java Broker] Avoid possibility of race condition when setting the...Keith Wall2014-11-101-11/+7
* QPID-6221 : [Java Broker] Fix existing bug in getStoreLocation() in provided ...Robert Godfrey2014-11-081-1/+1
* QPID-6221 : [Java Broker] Detect low disk space conditions and enforce flow c...Robert Godfrey2014-11-082-1/+12
* QPID-6216: [Java Broker] HA: On conditions causing environment restart, notif...Keith Wall2014-11-061-1/+17
* QPID-6209: [Java Broker] Ensure node discoverer returns a value for every nod...Keith Wall2014-11-041-0/+2
* QPID-6201: [Java Broker] HA use separate single thread executor to deliver JE...Keith Wall2014-10-301-1/+4
* 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-6154: [Java Broker] HA - Handle rollback of node when use of weak durabi...Keith Wall2014-10-212-21/+46
* QPID-6169: [Java Broker] HA Prevent IllegalStateException possibility from re...Keith Wall2014-10-201-2/+13
* QPID-6125 : [Java Broker] AMQP 0-8/9/9-1 protocol handler refactoringRobert Godfrey2014-10-171-41/+14
* QPID-6144: Throw ConnectionScopedRuntimeException for IllegalStateException t...Alex Rudyy2014-10-107-49/+69
* QPID-6143: Throw ConnectionScopedRuntimeException from ReplicatedEnvironmentF...Alex Rudyy2014-10-101-2/+2
* NO-JIRA: [Java Tests] Improve logging to help understand sporadically failed ...Keith Wall2014-10-071-1/+7
* QPID-6126: Improve validation and exception messages for BDB HA nodeAlex Rudyy2014-10-021-3/+3
* QPID-6126: Add ability to validate CO attributes on creation, transit COs int...Alex Rudyy2014-10-011-2/+4
* QPID-6111: [Java Broker] Ensure that when the REF is shutdown sufficient time...Keith Wall2014-09-241-10/+40
* 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-231-0/+2
* QPID-6075: [Java Broker] Deleting VHN fails to delete underlying store files ...Andrew MacBean2014-09-172-20/+12
* QPID-6075: [Java Broker] Deleting VHN fails to delete underlying store files ...Andrew MacBean2014-09-152-33/+33
* 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-063-17/+67
* 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-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-272-33/+29
* QPID-6014 : [Java] declare variables as ConcurrentMap not ConcurrentHashMap t...Robert Godfrey2014-08-182-11/+11
* QPID-6005 : [Java Broker] AMQP 1.0 messages cannot be recovered from the stor...Robert Godfrey2014-08-151-1/+1
* QPID-5991: [Java System Tests] Rename tests to have better structure; Remove ...Keith Wall2014-08-131-1/+1
* QPID-5967: [Java Broker Tests] Add missing test assertion and extra logging t...Keith Wall2014-08-121-0/+10
* QPID-5967: Fix BDB HA VHN system testsAlex Rudyy2014-08-121-0/+5
* QPID-5967: Set permitted nodes on a replica from application state of a maste...Alex Rudyy2014-08-111-11/+102
* QPID-5980: javadoc fixups continueRobert Gemmell2014-08-082-21/+18
* QPID-5979: Derby/JDBC logs unnecessary "message not found" at WARN on rollback.Keith Wall2014-08-081-5/+6
* QPID-5967: Intruder node detection must be mandatory and should validate all ...Alex Rudyy2014-08-061-66/+4
* QPID-5965 : [Java Broker] flow transient messages to disk in low memory situa...Robert Godfrey2014-08-061-0/+13
* QPID-5962: [Java Broker] Prevent two or more BDB virtual host or virtual host...Keith Wall2014-08-053-15/+160
* QPID-5937 : [Java Broker] Add parameters to REST servlet to allow return of a...Robert Godfrey2014-07-292-2/+2
* QPID-5930 : [Java Broker] Minimize memory footprint for persistent messagesRobert Godfrey2014-07-283-76/+312
* QPID-5165 : Change the Broker stores to use the generic ConfigurationStore im...Robert Godfrey2014-07-267-45/+191