Allow incremental recovery
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / java / org / opendaylight / controller / cluster / datastore /
2020-06-12 Tibor KrálAllow incremental recovery 77/87077/13
2020-06-05 Tibor KrálAdd sender actor to the ForwardingDataTreeChangeListener 59/90259/1
2020-05-29 Robert VargaRemove use of InMemoryDOMDataStoreConfigProperties 13/90113/2
2020-05-27 Robert VargaConvert to use EffectiveModelContext 04/90004/2
2020-05-27 Robert VargaRemove use of ExpectedException 05/90005/1
2020-05-25 Robert VargaAdd documentation about per-shard settings 31/89931/2
2020-05-25 Tibor KrálAdd tests for new RootDataTreeChangeListenerProxy and... 07/89907/4
2020-04-23 Robert VargaAdjust to CodeHelpers having been updated 19/89319/2
2020-04-16 Robert VargaBump odlparent/yangtools/mdsal 49/88849/25
2020-04-03 Robert VargaMigrate Assert.assertThat() 78/88878/4
2020-03-20 Tomas CereFixup "Leader should always apply modifications as... 16/87616/4
2020-02-05 Robert VargaRevert "Leader should always apply modifications as... 52/87452/1
2020-01-22 Robert VargaForce pruning during data migration 67/87067/2
2020-01-20 Robert VargaTranslate uint values for old streams 42/87042/10
2020-01-20 Tibor KrálAllow programmatic module sharding configuration 26/85326/12
2020-01-19 Robert VargaExpose stream version used for DataTreeCandidate stream 38/87038/8
2020-01-19 Robert VargaRefactor PruningDataTreeModification instantiation 41/87041/4
2020-01-19 Robert VargaRework PruningDataTreeModificationTest 37/87037/2
2020-01-19 Tomas CereLeader should always apply modifications as local 76/82576/24
2020-01-06 Robert VargaSplit out sal-distributed-eos 79/86679/7
2019-11-20 Robert VargaSwitch current {ABI,DataStore,Payload}Version to Magnesium 10/84710/7
2019-11-20 Tibor KrálAllow shard settle timeout to be tuned 41/85741/9
2019-10-24 Robert VargaMigrate Props.create() call sites 71/85371/3
2019-10-10 Robert VargaBump yangtools to 4.0.1 04/83804/49
2019-10-07 Robert VargaSplit up transaction chunks 53/84553/13
2019-09-27 Tomas CereDo not update term from unreachable members 76/82876/10
2019-09-25 Robert VargaSwitch current {ABI,DataStore,Payload}Version to Sodium SR1 09/84709/4
2019-09-24 Robert VargaAdd more serialization assertions 22/84622/3
2019-09-23 Robert VargaMigrate from YangInstanceIdentifier.EMPTY 91/84091/17
2019-08-21 Robert VargaReduce reliance on Guava Fuction/Supplier 40/83840/4
2019-08-21 Robert VargaFix modernization issues 32/83832/8
2019-07-29 Tomas CereAdd unit test for FrontedMetadata memory leaks 71/81971/30
2019-07-10 Robert VargaMigrate most of CDS to use java.util.Optional 07/83007/6
2019-07-10 Robert VargaMigrate ActorUtils to java.util.Optional 01/83001/3
2019-07-01 Robert VargaMake private methods static 62/82862/1
2019-06-08 Robert VargaBump persisted PayloadVersion 14/82314/25
2019-06-04 Robert VargaDo not use NodeIdentifierWithPredicates constructors 97/82397/3
2019-05-24 Tomas CereFix write transaction shard stats 89/82189/3
2019-05-23 Tomas CereDo not enque purges for ask based protocol 37/82137/16
2019-05-22 Tomas CereRemove PersistAbortTransactionPayload 27/82027/14
2019-05-07 Robert VargaRefactor odl-mdsal-distributed-datastore 16/81916/3
2019-03-30 Robert VargaMigrate nullness annotations 18/81318/2
2019-03-29 Robert VargaMigrate to AbstractActor 96/80396/8
2019-03-28 Robert VargaFix transaction mocking 62/81262/1
2019-03-14 Tomas CereAdd integration test for segmented journal 23/80823/3
2019-02-25 Robert VargaRename ActorContext to ActorUtils 94/80394/4
2019-02-20 Robert VargaCleanup java.util.Optional references 10/80410/2
2019-01-23 Tom PantelisImplement DOMDataTreeChangeListener.onInitialData 02/79802/3
2019-01-07 Tom PantelisSend leader's full address via AppendEntries 07/78507/5
2018-12-19 Robert VargaEliminate use of deprecated mockito methods 76/78876/2
2018-12-18 Tom PantelisSpecify initial serialization buffer capacity for Payloads 33/78433/4
2018-12-05 Robert VargaRequire FiniteDuration in waitOnAsyncTask() 52/78452/2
2018-12-05 Robert VargaReduce use of scala.concurrent.duration.Duration 49/78449/2
2018-12-05 Robert VargaMigrate to java.time.Duration 74/75374/41
2018-11-27 Tom Pantelistell-based - reconnect on leader change 29/78029/5
2018-11-08 Robert VargaBump operation timeout to 500ms 08/77608/2
2018-10-24 Robert VargaIntegrate MRI projects for Neon 55/74855/74
2018-08-26 Robert VargaAlign tested boolean/Boolean expectations 20/75420/19
2018-08-24 Robert VargaEliminate ShardTestKit subclasses 17/75417/15
2018-08-24 Robert VargaCleanup TestKit use 79/75379/23
2018-08-24 Robert VargaEliminate IntegrationTestKit subclasses 81/75381/20
2018-08-22 Robert VargaMigrate to expectNoMessage() 71/75371/1
2018-08-21 Robert VargaMigrate to UntypedAbstractActor 02/65902/12
2018-08-11 Robert VargaSpeed up DistributedDataStoreTest 51/74951/3
2018-08-11 Robert VargaSpeed up AbstractModificationTest 50/74950/3
2018-08-11 Robert VargaSpeed up AbstractTransactionProxyTest 49/74949/3
2018-08-11 Robert VargaSpeed up ShardManagerTest 47/74947/3
2018-07-25 Tom PantelisAdjust to DOMDataTreeCommitCohort API change 71/74471/1
2018-07-25 Stephen KittSimplify code using Java 8 features 44/74344/4
2018-07-25 Stephen KittRemove unused exceptions 39/74339/5
2018-07-24 Robert VargaUse moved BindingReflections 89/74389/1
2018-07-19 Tom PantelisAdjust to mdsal DOM read/exists FluentFuture change 28/74128/8
2018-06-21 Tom PantelisFix shard deadlock in 3 nodes 74/72874/11
2018-06-01 Tom PantelisConvert mdsal submit() calls to commit() 71/72171/4
2018-06-01 Tom PantelisEliminate DatastoreContext CSS dependency 83/72483/3
2018-05-29 Tom PantelisRemove DataChangeListener and friends 01/71801/7
2018-05-22 Robert VargaAdjust for Binding RPC codegen changes 05/71205/10
2018-05-16 Robert VargaCDS should use MD-SAL InMemoryDOMDataStoreConfigProperties 92/71592/6
2018-04-30 Robert VargaSwitch CDS frontend internals to use MD-SAL APIs 70/71570/4
2018-04-07 Robert VargaFix TransactionContextWrapper limiter accounting 39/70439/2
2018-04-06 Robert VargaMigrate ShardTestKit to javadsl.TestKit 25/70425/1
2018-04-06 Robert VargaMigrate test to use javadsl.TestKit 23/70423/1
2018-03-11 Tom PantelisConvert CDS implementation to use msdal APIs 69/50269/13
2018-02-28 Robert VargaMove OperationLimiter.acquire() warnings to callers 01/68401/4
2018-02-28 Robert VargaFix RemoteTransactionContext limiter accounting 57/68757/6
2018-02-19 Robert VargaFix ReadyLocalTransactionSerializer 02/68402/2
2018-02-05 Tom PantelisCONTROLLER-1641: Handle commit cohorts async 85/66885/6
2018-01-29 Tom PantelisCONTROLLER-1641: Integrate DataTreeCohortActor with... 61/66861/5
2018-01-24 Robert VargaMigrate from JavaTestKit to javadsl.TestKit 22/65622/11
2018-01-16 Tom PantelisUncomment @Test in ShardManagerTest 88/67088/2
2018-01-12 Tom PantelisWork around ShardManagerTest.testOnReceiveFindPrimaryFo... 86/67086/1
2018-01-11 Robert VargaAdjust to yangtools-2.0.0 changes 75/64175/42
2018-01-08 Tom PantelisPrevent non-voting member from becoming entity owner 30/66830/2
2017-12-21 YIN KangqianCompare member names in leader identifier and member... 98/66698/1
2017-12-13 Robert VargaFix checkstyle reported by odlparent-3.0.0 93/65593/16
2017-10-25 Jakub TothBug 9288 - DistributedDataStoreFactory in sal-distribut... 62/64662/10
2017-10-25 Jakub TothBug 9285 - EntityOwnerSelectionStrategyConfigReader in 07/64607/14
2017-09-18 Tom PantelisFix testLeaderAndFollowerEntityOwnersReassignedAfterShu... 55/63155/3
2017-09-07 Tom PantelisFix intermittent PreLeaderScenarioTest failure 67/62767/4
2017-09-01 Robert VargaSeparate ShardRecoveryCoordinator implementations 60/49260/7
next