BUG-5280: Add use-tell-based-protocol config knob
[controller.git] / opendaylight / md-sal / sal-distributed-datastore /
2017-03-17 Andrej MakAdd AbstractClientHandle derived classes tests 54/53354/8
2017-03-17 Andrej MakAdd AbstractDataStoreClientBehavior unit tests 55/53255/8
2017-03-17 Andrej MakAdd ClientTransactionCursorTest 71/53271/3
2017-03-13 Andrej MakAdd VotingFuture unit test 81/53081/6
2017-03-13 Tomas CereBUG-2138: Make DistributedShardFactory return Futures. 69/48869/41
2017-03-12 Tom PantelisBug 7814: Fix InvalidActorNameException 00/53100/5
2017-03-10 rootFix FindBugs warning around static invocation 87/52887/5
2017-03-09 Robert VargaCache MapJoiner 92/52892/6
2017-03-09 Robert VargaBUG-5280: Invoke both close and purge at the same time 85/52885/7
2017-03-09 Tom PantelisBug 7901: Prevent null Modification in BatchedModifications 83/52883/4
2017-03-08 Tomas CereBUG-2138: Listener support in shard frontend 39/48739/40
2017-03-08 Tomas CereBUG-2138: Create DistributedShardFrontend 29/46829/76
2017-03-02 Jakub MorvayBUG-5280: handle TransactionPurgeRequest replay 97/52497/2
2017-03-01 Robert VargaCleanup sal-distributed-datastore/pom.xml 09/52409/5
2017-02-27 Robert VargaBUG-5280: add {Create,Close,Purge}LocalHistoryPayload 26/39426/73
2017-02-27 Robert VargaBUG-5280: handle TransactionPurgeRequest replay 12/52212/3
2017-02-23 Robert VargaRemove unneeded SuppressWarnings 14/52214/2
2017-02-23 Robert VargaFix Javadoc 80/52080/2
2017-02-17 Tom PantelisBug 7521: Convert byte[] to ShardManagerSnapshot in... 06/51006/7
2017-02-17 Tom PantelisBug 7521: Convert DatastoreSnapshot.ShardSnapshot to... 24/50924/9
2017-02-17 Tom PantelisBug 7521: Move DatastoreSnapshotList et al to persisted... 45/50845/9
2017-02-17 Tom PantelisBug 7521: Add FileBackedOutputStream and use for snapsh... 69/50769/13
2017-02-17 Robert VargaBUG-5280: emit DestroyLocalHistory and PurgeLocalHistor... 54/51954/3 54/51954/4
2017-02-17 Robert VargaBUG-5280: add a transction purge step 30/51930/5
2017-02-17 Tom PantelisBug 7746: Fix intermittent EOS test failure and synchro... 41/51941/3
2017-02-16 Tom PantelisFix intermittent failure in testCloseCandidateRegistrat... 15/51915/3
2017-02-15 Robert VargaCleanup warnings around methods being potentially static 00/51900/2
2017-02-15 Robert VargaClean MockClusterWrapper up 99/51899/2
2017-02-15 Michael Vorburgersal-distributed-datastore Checkstyle fixes (for next... 89/51389/4
2017-02-15 Tom PantelisUsage of Collections.unmodifiableCollection is unsafe 83/51883/1
2017-02-15 Tom PantelisAdd OnDemandShardState to report additional Shard state 83/51583/6
2017-02-10 Lorand JakabCheckstyle: fix ParenPad violations 02/51402/2
2017-02-10 Robert VargaBUG-7407: Introduce API to request shard leader movement 40/49840/8
2017-02-10 Tom PantelisBug 7521: Convert Snapshot to store a State instance 72/50572/9
2017-01-24 Robert VargaMake AbstractDOMBroker.isSupported() static 79/50379/4
2017-01-24 Michael VorburgerReplace mockito-all by mockito-core (see Bug 7662) 61/50861/3
2017-01-17 Tom PantelisHandle UNMODIFIED type in DataTreeCandidateInputOutput 35/50535/1
2017-01-16 Tomas CereRevert "Fix test failure in DistributedShardedDOMDataTr... 03/50503/2
2017-01-06 Tom PantelisBug 7469: Advertise CDS DOMDataTreeCommitCohortRegistry 90/50090/1
2017-01-06 Tom PantelisBug 7362: Notify applyState synchronously 04/49404/7
2017-01-05 Tom PantelisFix test failure in DistributedShardedDOMDataTreeTest 76/50076/1
2017-01-05 Robert VargaUse Akka artery for remote transport 66/49466/10
2017-01-05 Robert VargaBUG-7159: eliminate use of CrossStatementSourceReactor 47/49747/5
2017-01-04 Tom PantelisBUG-7033: Remove payload replication short-circuits 71/49971/2
2017-01-02 Tomas CereBUG 2138: Introduce DistributedShardedDOMDataTree 43/44943/61
2016-12-29 Tom PantelisBUG-7033: Fix commit exception due to pipe-lining 62/49762/3
2016-12-29 Tom PantelisBUG-7033: Follow-up to address prior comments 89/49689/2
2016-12-29 Tom PantelisBUG-7033: Implement batchHint in ShardDataTree 98/49498/4
2016-12-21 Robert VargaBUG-5280: fix race proxy creation and reconnect 05/49705/2
2016-12-20 Tom PantelisBUG-7033: Add batchHint flag to RaftActor#persistData 39/49439/5
2016-12-20 Tom PantelisBUG-7033: Implement pipe-lining in ShardDataTree 84/49384/6
2016-12-19 Tomas CereBUG-2138: Allow creation of prefixed ShardDataTrees 18/48218/53
2016-12-19 Robert VargaBUG-5280: split DistributedDataStore 07/48707/48
2016-12-17 Robert VargaBUG-5280: speed FrontendClientMetadataBuilder up 64/49264/6
2016-12-17 Robert VargaBUG-5280: synchronize access to local histories 27/49427/5
2016-12-16 Robert VargaBUG-5280: add ClientTransactionCursor 24/49424/3
2016-12-15 Robert VargaBUG-7033: Allow ShardDataTree to pipeline transactions 75/28775/21
2016-12-15 Robert VargaRemove RV_RETURN_VALUE_IGNORED FB supression 59/49259/3
2016-12-15 Tom PantelisBug 7271: Use mdsal AbstractDOMStoreTreeChangePublisher... 03/48903/4
2016-12-13 Robert VargaBUG-5280: add READY protocol 50/49250/5
2016-12-13 Tomas CereBUG 2138: Introduce prefix based shards into ShardManager 05/44705/48
2016-12-12 Robert VargaBUG-5280: add basic concept of ClientSnapshot 27/48727/32
2016-12-12 Robert VargaBUG-5280: expose queue messages during reconnect 80/48980/11
2016-12-12 Robert VargaBUG-5280: report history which was not found 98/48998/7
2016-12-12 Robert VargaBUG-5280: do not cache modify responses 79/48979/5
2016-12-08 Robert VargaRemove FB suppression 39/49139/1
2016-12-01 Tom PantelisChange ReplicatedLogImplEntry to Externalizable proxy... 03/48803/2
2016-11-30 Robert VargaBUG-5280: fix transaction seal atomicity 31/48831/2
2016-11-30 Robert VargaBUG-5280: TransactionAbortRequest is used for user... 30/48830/2
2016-11-30 Robert VargaBUG-5280: fix problems identified by integration tests 06/48706/17
2016-11-28 Robert VargaBUG-5280: add executionTimeNanos 86/48686/16
2016-11-28 Robert VargaBUG-5280: add SimpleDataStoreClientBehavior 92/48292/32
2016-11-25 Michael VorburgerCheckstyle compliant src/main|test/resources 12/48712/2
2016-11-25 Robert VargaFix javadocs and enable doclint 83/48683/4
2016-11-21 Robert VargaBUG-5280: add AbstractClientConnection 10/44910/72
2016-11-19 Robert VargaBUG-5280: implement backend message handling 32/41032/75
2016-11-16 Tom PantelisFix FindBugs warnings in sal-distributed-datastore... 48/47548/6
2016-11-14 Robert VargaBUG-5280: fix a thinko around sealed transactions 74/48274/3
2016-11-03 Tom PantelisChanges for akka 2.4.11 63/47763/3
2016-11-03 Robert VargaFixup javadoc 16/47816/2
2016-10-31 Tom PantelisRemove SerializationUtils in sal-distributed-datastore 65/47765/1
2016-10-27 Tom PantelisMove SerializationUtils to sal-clustering-commons 37/47637/2
2016-10-27 Tom PantelisRemove pre-Lithium serialization support in sal-distrib... 34/47634/2
2016-10-26 Robert VargaBUG-5280: move transactions keeping to history 09/44909/20
2016-10-25 Tom PantelisFix remaining CS warnings in sal-distributed-datastore 99/47499/3
2016-10-25 Tom PantelisFix unit test CS warnings in sal-distributed-datastore 83/47483/3
2016-10-24 Alexis de TalhouëtRevert "Clean-up pom.xml layout" 67/47467/1
2016-10-24 Alexis de TalhouëtClean-up pom.xml layout 91/46691/12
2016-10-21 Tom PantelisFix CS warnings in sal-clustering-commons and enable... 53/46853/4
2016-10-12 Tom PantelisFix warnings/javadocs in sal-distributed-datastore 92/46692/2
2016-10-11 Tom PantelisBug 6540: EOS - handle edge case with pruning pending... 38/45638/5
2016-10-07 Tom PantelisFix warnings/javadocs in sal-distributed-datastore 39/46639/4
2016-10-05 Stephen KittBUG-6341: use common Coda Hale Metrics 36/43736/4
2016-09-26 Tom PantelisBug 6540: EOS - Prune pending owner change commits... 16/45516/4
2016-09-23 Stephen KittMechanical code cleanup (sal-distributed-datastore) 70/46070/3
2016-09-09 Robert VargaFix a few javadoc errors 52/45152/2
2016-09-07 Tom PantelisBug 6540: EOS - Rework behavior of onPeerDown 29/45129/5
2016-09-01 Tom PantelisNotify listeners on applySnapshot 28/45028/1
2016-09-01 Tom PantelisBug 6587: Retain state when transitioning between Leade... 99/44899/4
2016-08-31 Tom PantelisFix incorrect remove call in ShardManager 49/44949/1
next