Fix followerDistributedDataStore tear down
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / Shard.java
2024-01-20 Robert VargaBump upstreams 76/109676/33
2024-01-08 Robert VargaDe-prioritize ask-based messages 81/109681/1
2024-01-08 Robert VargaDeprecate ask-based protocol messages 76/109476/9
2024-01-01 Robert VargaRefactor ActorInitialized 10/109510/7
2023-12-31 Robert VargaShardDataTreeCohort should not be identifiable 99/109499/2
2023-12-30 bentom-binoyRemove ask-based protocol client 67/108867/13
2023-12-30 Robert VargaUnconditionally remove knownFrontends 89/109489/1
2023-12-29 Robert VargaClean up Shard a bit 63/109463/2
2023-04-18 Robert VargaMigrate users of Optional.get() 83/105483/4
2022-11-29 Robert VargaUse a switch expression for TreeType 62/103462/1
2022-05-18 Robert VargaMove {Identifiable,Persistent,}Payload 12/101112/7
2022-03-09 Robert VargaBump upstream SNAPSHOTS 02/99502/13
2021-11-11 Robert VargaDisable state tracking on ReadyLocalTransaction 03/98403/1
2021-07-13 Robert VargaIgnore DataTreeChangeReply message 75/96875/1
2021-06-30 Robert VargaLock down controller.cluster.datastore.Shard 53/96753/1
2021-06-29 tadei.bilanSnapshot and journal export on recovery 53/90453/81
2020-10-23 Robert VargaRemove ShardMBeanFactory 09/93309/3
2020-10-23 Robert VargaMove MXBean definitions to cds-mgmt-api 05/93305/3
2020-10-22 Tomas CereAdd multi journal configuration for segmented journal 86/90186/9
2020-07-26 tadei.bilanAdd optional lz4 compression for snapshots 92/90092/27
2020-06-24 Tibor KrálAdd an option to trigger snapshot creation on root... 43/87943/17
2020-05-27 Robert VargaConvert to use EffectiveModelContext 04/90004/2
2019-10-25 Robert VargaAdd the ability to report known connected clients 73/85373/8
2019-09-23 Robert VargaBump odlparent to 5.0.2 01/83801/24
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 VargaFurther Guava Optional cleanups 09/83009/6
2019-07-10 Robert VargaMigrate ShardDataTree to use OptionalLong 04/83004/5
2019-07-10 Robert VargaConvert MessageTracker to use java.util.Optional 02/83002/3
2019-06-03 Robert VargaRemove ask-based close transaction chain persistence 37/79037/9
2019-05-22 Tomas CereRemove PersistAbortTransactionPayload 27/82027/14
2019-05-20 Robert VargaDisable transaction tracking for ask-based protocol 40/82140/8
2019-05-20 Robert VargaAllow transaction tracking to be disabled 83/81983/13
2019-05-07 Robert VargaEnqueue purge snapshot directly 45/81945/1
2019-05-07 Robert VargaMake sure we purge transaction on abort 39/81939/2
2019-03-30 Robert VargaMigrate nullness annotations 18/81318/2
2018-12-18 Tom PantelisSpecify initial serialization buffer capacity for Payloads 33/78433/4
2018-12-05 Robert VargaReduce use of scala.concurrent.duration.Duration 49/78449/2
2018-11-27 Robert VargaForward CloseTransactionChain messages to the leader 15/78215/4
2018-07-25 Stephen KittSimplify code using Java 8 features 44/74344/4
2018-06-28 Stephen KittTrace the originating generation in RGE 29/73529/2
2018-06-21 Tom PantelisFix shard deadlock in 3 nodes 74/72874/11
2018-05-29 Tom PantelisRemove DataChangeListener and friends 01/71801/7
2018-01-11 Robert VargaAdjust to yangtools-2.0.0 changes 75/64175/42
2017-12-13 Robert VargaFix checkstyle reported by odlparent-3.0.0 93/65593/16
2017-10-11 Tom PantelisFix sonar warnings in sal-distributed-datastore 63/63363/6
2017-09-01 Robert VargaSeparate ShardRecoveryCoordinator implementations 60/49260/7
2017-08-13 Tom PantelisAdd MXBean to report shard registered DTCL/DCL info 87/59587/5
2017-08-04 Robert VargaFixup static method warnings 99/61099/2
2017-07-30 Tom PantelisSlice front-end request messages 74/60574/7
2017-07-24 Robert VargaBUG-8618: refresh transaction access when isolated 02/60702/1
2017-07-24 Robert VargaBUG-8792: allow transactions to not time out after... 01/60701/1
2017-07-24 Robert VargaBUG-8618: record LeaderFrontendState time 99/60699/2
2017-07-16 Robert VargaBUG-8618: add pause/unpause mechanics for tell-based... 36/60436/1
2017-07-15 Robert VargaBUG-8618: introduce RaftActor.unpauseLeader() 19/60419/2
2017-07-14 Tom PantelisBug 7449: Slice ReadTransactionSuccess response 07/59407/11
2017-06-26 Tom PantelisBug 7449: Move Dispatchers to sal-clustering-commons 63/59463/3
2017-06-12 Tomas CereBUG 8618: Log leader status when rejecting request 72/58772/1
2017-05-19 Robert VargaDo not retain initial SchemaContext 24/57424/1
2017-05-12 Robert VargaBUG-8056: place an upper bound on number of transaction... 85/56985/2
2017-04-27 Robert VargaImprove logging around transaction lifecycle 15/56015/3
2017-04-18 Tom PantelisBug 8231: Fix testChangeListenerRegistration failure 08/55108/5
2017-04-01 Jakub MorvayBug 7407 - Add request leadership functionality to... 42/53542/21
2017-03-23 Robert VargaBUG-8027: do not break actor encapsulation 47/53747/2
2017-03-21 Robert VargaBUG-5280: make sure we propagate frontend metadata 63/49263/30
2017-03-20 Robert VargaBUG-5280: add frontend state lifecycle 65/49265/36
2017-03-12 Tom PantelisBug 7814: Fix InvalidActorNameException 00/53100/5
2017-03-09 Robert VargaBUG-5280: Invoke both close and purge at the same time 85/52885/7
2017-02-27 Robert VargaBUG-5280: add {Create,Close,Purge}LocalHistoryPayload 26/39426/73
2017-02-17 Tom PantelisBug 7521: Move DatastoreSnapshotList et al to persisted... 45/50845/9
2017-02-15 Michael Vorburgersal-distributed-datastore Checkstyle fixes (for next... 89/51389/4
2017-02-15 Tom PantelisAdd OnDemandShardState to report additional Shard state 83/51583/6
2017-01-04 Tom PantelisBUG-7033: Remove payload replication short-circuits 71/49971/2
2016-12-29 Tom PantelisBUG-7033: Implement batchHint in ShardDataTree 98/49498/4
2016-12-20 Tom PantelisBUG-7033: Add batchHint flag to RaftActor#persistData 39/49439/5
2016-12-19 Tomas CereBUG-2138: Allow creation of prefixed ShardDataTrees 18/48218/53
2016-11-28 Robert VargaBUG-5280: add executionTimeNanos 86/48686/16
2016-11-25 Robert VargaFix javadocs and enable doclint 83/48683/4
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-10-07 Tom PantelisFix warnings/javadocs in sal-distributed-datastore 39/46639/4
2016-09-26 Tom PantelisBug 6540: EOS - Prune pending owner change commits... 16/45516/4
2016-08-23 Tom PantelisFix issues when persistence enabled 21/44521/3
2016-08-12 Robert VargaBUG-5280: add FrontendMetadata 24/43124/15
2016-08-12 Robert VargaBUG-5280: persist metadata in snaphots 74/42974/19
2016-08-05 Robert VargaBUG-5280: expand ShardDataTree to cover transaction... 97/42497/27
2016-08-01 Robert VargaBUG-5280: centralize ShardSnapshot operations 85/42785/11
2016-07-30 Robert VargaAcquire SchemaContext from ShardDataTree 84/42784/3
2016-07-11 Robert VargaBUG-5280: do not pass SchemaContext to ShardCommitCoord... 03/41403/3
2016-06-15 Robert VargaBUG-5626: make CloseTransactionChain implement Identifiable 70/39470/33
2016-06-14 Robert VargaBUG-5280: add CommitTransactionPayload 83/39283/46
2016-06-10 Robert VargaBUG-5280: switch transaction IDs from String to Transac... 90/38990/47
2016-06-08 Robert VargaBUG-5280: do not use CompositeModification in Shard 25/39125/26
2016-06-06 Robert VargaBUG-5280: eliminate ShardTransactionIdentifier 15/39015/25
2016-05-20 Robert VargaBUG-5626: remove CompositeModification(ByteString)Payload 87/38987/5
2016-05-20 Robert VargaBUG-5626: remove createTypedTransactionActor() 89/38989/5
2016-05-13 Robert VargaBUG-5626: use Identifier instead of String 32/38632/7
2016-05-11 Robert VargaBUG-5626: split out CohortEntry 87/38587/3
2016-04-28 Tony TkacikBug 1435: CDS: Added support for custom commit cohort. 02/32602/21
2016-04-12 Robert VargaBUG-5626: do not allow overriding of RaftActor.handleCo... 58/36958/18
next