Migrate nullness annotations
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / Shard.java
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
2016-04-02 Robert VargaDo not use Strings for internal messages 10/37010/5
2016-04-02 Robert VargaMake MessageTracker.Context implement AutoCloseable 08/37008/3
2016-03-31 Robert VargaInvert equals() invocation for expired TX_COMMIT_TIMEOU... 00/36900/3
2016-03-30 Robert VargaUse java.util.Optional in ShardLeaderStateChanged and... 95/36695/4
2016-03-29 Robert VargaRefactor MessageTracker 11/36511/5
2016-03-29 Robert VargaMove MessageTracker to sal-clustering-commons 10/36510/5
2016-03-25 Robert VargaMove ShardManager into its own package 90/36590/7
2016-03-24 Tom PantelisForward pending transactions on leadership change 99/35199/9
2016-03-21 Robert VargaUse instanceof instead of .class.isInstance() 98/36298/2
2016-03-21 Robert VargaDo not allow overrides of onReceive{Command,Recover} 92/36292/3
2016-03-18 Tom PantelisFix forwarding in Shard.handleBatchedModifications 21/35121/6
2016-03-11 Tom PantelisBug 4823: Offload generation of DCNs from Shard 96/34096/5
2016-03-07 Robert VargaBUG-4964: Bump to akka-2.4.1 24/32524/19
2016-02-23 Tom PantelisRemove clientTxVersion from ShardTransaction 96/35096/5
2016-02-05 Tom PantelisDeprecate CloseTransactionChain protobuff message 08/33508/7
2016-02-01 Tom PantelisHandle 3PC message backwards compatibility 86/33386/4
2016-02-01 Tom PantelisDeprecate 3PC protobuff messages 85/33385/5
2016-01-27 Tom PantelisDeprecate CreateTransaction protobuff message 42/33142/5
2016-01-14 Tom PantelisRemove ModificationPayload class 01/32401/5
2016-01-08 Tom PantelisAbort pending txn's in Shard on leader transition and... 79/31979/5
2016-01-07 Tom PantelisImplement suspend leader in Shard 36/31936/6
2015-12-19 Tom PantelisTransaction retry when leader is isolated 30/31230/4
2015-12-19 Tom PantelisTransaction message retry when no shard leader present 83/31183/8
2015-12-15 Robert VargaBUG-1014: pass proper TreeType to DataTreeFactory 69/29669/12
2015-12-15 Tom PantelisHandle leader change on ForwardedReadyTransaction in... 71/31171/3
2015-11-26 Robert VargaBUG-1014: expose a proper ShardDataTree constructor 45/29645/6
2015-11-19 Moiz RajaBUG 2817 : Handle ServerRemoved message in Shard/ShardM... 04/29804/5
2015-11-15 Moiz RajaRemove unused ShardCommitCoordinator constructor parameter 10/29710/3
2015-11-14 Tom PantelisBug 4564: Implement datastore restore from backup file 43/29243/12
2015-11-11 Tom PantelisBug 4564: Add Shard Builder class 37/29237/6
2015-10-26 Robert VargaDo not declare unneeded Exception throw 27/28727/5
2015-09-27 Tom PantelisAdd getOwnershipState method to EntityOwnershipService 51/27551/2
2015-09-10 Tom PantelisBug 4105: Change commit retry mechanism in EntityOwners... 97/26797/1
2015-09-10 Tom PantelisBug 4105: Implement RegisterCandidate in EntityOwnershi... 93/26793/1
2015-09-10 Tom PantelisBug 4105: Add EntityOwnershipShard 89/26789/1
next