Fix followerDistributedDataStore tear down
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / test / java / org / opendaylight / controller / cluster / raft / behaviors / LeaderTest.java
2024-01-16 Robert VargaRemove shard-snapshot-chunk-size 70/101570/11
2024-01-01 Robert VargaDo not use Optional for leaderAddress 12/109512/6
2023-12-31 Robert VargaDo not leak ReplicatedLogEntry in Replicate message 07/109507/7
2023-06-30 Robert VargaRemove support for pre-Fluorine versions 11/103511/10
2023-04-18 Robert VargaMigrate users of Optional.get() 83/105483/4
2023-04-03 Robert VargaModernize sal-akka-raft tests 48/105148/10
2022-05-26 Robert VargaAdd Payload.serializedSize() 11/101211/9
2022-05-18 Robert VargaMove {Identifiable,Persistent,}Payload 12/101112/7
2019-07-10 Robert VargaFurther Guava Optional cleanups 09/83009/6
2019-07-10 Robert VargaMigrate InstallSnapshot/SnapshotTracker use of Optional 03/83003/5
2019-06-12 Robert VargaSend commitIndex updates to followers as soon as possible 98/82498/1
2019-01-07 Tom PantelisSend leader's full address via AppendEntries 07/78507/5
2018-08-30 Stephen KittSwitch to Akka’s protobuf 55/75555/3
2018-07-25 Stephen KittRemove unused exceptions 39/74339/5
2018-01-24 Robert VargaMigrate from JavaTestKit to javadsl.TestKit 22/65622/11
2017-12-13 Robert VargaFix checkstyle reported by odlparent-3.0.0 93/65593/16
2017-09-27 David SuarezRemove explicit default super-constructor calls 20/63620/1
2017-09-07 Tom PantelisFix intermittent PreLeaderScenarioTest failure 67/62767/4
2017-07-10 Robert VargaCleanup warnings 89/59589/11
2017-06-29 Tom PantelisBug 2890: Chunk AppendEntries when single payload size... 01/57301/12
2017-05-16 Stephen Kittsal-akka-raft: use lambdas 76/57176/2
2017-04-14 Tom PantelisBug 8206: Fix IOException from initiateCaptureSnapshot 97/54897/4
2017-04-01 Jakub MorvayBug 7407 - Add request leadership functionality to... 42/53542/21
2017-02-10 Lorand JakabCheckstyle: fix ParenPad violations 02/51402/2
2017-02-10 Tom PantelisBug 7521: Convert install snapshot chunking to use... 44/50744/7
2017-02-10 Tom PantelisBug 7521: Convert Snapshot to store a State instance 72/50572/9
2016-12-20 Tom PantelisBUG-7033: Add batchHint flag to RaftActor#persistData 39/49439/5
2016-12-01 Tom PantelisRemove MockReplicatedLogEntry 08/48808/3
2016-12-01 Tom PantelisChange ReplicatedLogImplEntry to Externalizable proxy... 03/48803/2
2016-10-12 Tom PantelisFix warnings in sal-akka-raft test classes 98/46798/4
2016-09-26 Tom PantelisBug 6540: Fix journal issues on leader changes 15/45515/4
2016-09-25 Tom PantelisBug 6540: Move LeaderInstallSnapshotState to FollowerLo... 14/45514/3
2016-09-24 Tom PantelisBug 6540: Refactor FollowerToSnapshot to its own class 13/45513/2
2016-08-22 Tom PantelisTake snapshot after recovery on migrated messages 47/43747/8
2016-08-11 Tom PantelisChange InstallSnapshot and reply to use Externalizable... 38/42638/4
2016-08-05 Tom PantelisBug 5504: Add PreLeader raft state 28/42728/4
2016-08-02 Tom PantelisAlleviate premature elections in followers 64/42564/7
2016-07-08 Tom PantelisForce install snapshot when follower log is ahead 35/41535/2
2016-06-08 Robert VargaRemove use of {String,UUID}Identifier 85/39885/2
2016-06-01 Tom PantelisImplement cluster admin RPCs to change member voting... 86/38086/6
2016-05-13 Robert VargaBUG-5626: use Identifier instead of String 32/38632/7
2016-04-12 Robert VargaBUG-5626: do not allow overriding of RaftActor.handleCo... 58/36958/18
2016-03-29 Robert VargaRemove DelegatingRaftActorBehavior 60/36160/11
2016-02-15 Robert VargaTurn SendHeartBeat into a singleton 16/34616/4
2016-02-15 Robert VargaHide IsolatedLeaderCheck message 14/34614/4
2016-02-15 Tom PantelisDeprecate InstallSnapshot protobuff messages 68/33768/6
2016-02-12 Tom PantelisAdd raftVersion field to AppendEntriesReply 67/33767/6
2016-01-20 Gary WuBug in AbstractLeader replication consensus 48/32848/5
2016-01-18 Tom PantelisBug in AbstractLeader replication consensus 22/32722/4
2016-01-18 Robert VargaRevert "Add mockito-configuration to tests" 18/32818/2
2016-01-13 Robert VargaAdd mockito-configuration to tests 45/32045/11
2015-12-21 Tom PantelisAdd ShutDown message to RaftActor to transfer leader 65/31565/8
2015-12-21 Tom PantelisAdd RaftActorLeadershipTransferCohort and implement... 08/31508/5
2015-11-02 Tom PantelisAdd leader unit test for non-voting consensus 27/29027/4
2015-09-17 Shaleen SaxenaBug-4214 - Add support for configurable snapshot chunk... 13/26413/3
2015-09-10 Moiz RajaBUG 2185 : Follower should request forceInstallSnapshot... 11/26411/2
2015-09-02 Moiz RajaBUG 2185 : Disable all internal switching of behavior 90/26290/1
2015-08-09 Thanh HaFix license header violations in sal-akka-raft 84/24984/1
2015-07-24 Moiz RajaBUG 2185 : Introduce RaftPolicy & DefaultRaftPolicy 49/24549/1
2015-06-11 Tom PantelisBug 3570: Use SnapShot lastAppliedIndex for install... 68/22368/1
2015-06-06 Tom PantelisBug 3020: Add leader version to LeaderStateChanged 36/22036/2
2015-06-06 Tom PantelisBug 2787: Batch AppendEntries to speed up follower... 32/22032/1
2015-06-04 Tom PantelisStreamline updating out-of-sync follower 99/21899/1
2015-05-16 Tom PantelisBug 3020: Add version to AppendEntries and AppendEntrie... 24/20524/2
2015-05-07 Tony TkacikMerge "Add missing copyright text"
2015-05-05 Tony TkacikMerge "BUG 2820 - LLDP refactor"
2015-05-05 Tony TkacikMerge "Bug 2820 - LLDP TLV support and testing"
2015-05-05 Tony TkacikMerge "Bug 2820 - problem to add second TLV with type...
2015-04-30 Tony TkacikMerge "BUG-2288: deprecate old binding Notification...
2015-04-27 Tony TkacikMerge "Event Source: switch from wildcards to regexs"
2015-04-24 Tony TkacikMerge "Improve performance of XmlElement.getName"
2015-04-21 Moiz RajaMerge "Elide front-end 3PC for single-shard Tx"
2015-04-21 Tony TkacikMerge "Add assertNotNull to prevent null analysis warnings"
2015-04-21 Tony TkacikMerge "Improve xml lookup in edit-config rpc for md...
2015-04-21 Tony TkacikMerge "Bug 2998 - RESTCONF not recogizing top-level...
2015-04-21 Moiz RajaMerge "Bug 2948: Perform create snapshot synchronously"
2015-04-14 Tom PantelisBug 2948: Perform create snapshot synchronously 14/18114/4
2015-03-30 Moiz RajaMerge "Adjust Tx rate limiter for unused transactions"
2015-03-30 Tony TkacikMerge "BUG 2743 - Added support for runtime RPC's to...
2015-03-30 Tony TkacikMerge "Avoid IllegalArgument on missing source"
2015-03-30 Tony TkacikMerge "Increase default negotiation timeout for netconf...
2015-03-30 Tony TkacikMerge "Set unable-to-connect(netconf node) if no source...
2015-03-30 Tony TkacikMerge "BUG-1567 Expose sources for submodules in netconf"
2015-03-30 Tony TkacikMerge "BUG-2877: Allow hello message with no namespace"
2015-03-27 Tony TkacikMerge "Add dependency on config file to startup archetype"
2015-03-27 Tom PantelisMerge "BUG 2792 : ThreePhaseCommitCohortProxy should...
2015-03-27 Tom PantelisMerge "BUG 2773 : Transition Shard to Leader state...
2015-03-27 Tony TkacikMerge "BUG-2424 Bump mina sshd-core version to 0.14"
2015-03-27 Tom PantelisMerge "BUG 2584 : Datastore is ready when all local...
2015-03-26 Tom PantelisMerge "Use SnapshotManager"
2015-03-25 Moiz RajaBUG 2773 : Transition Shard to Leader state when it... 09/16909/4
2015-03-25 Tom PantelisMerge "Do not use ActorSystem.actorFor as it is deprecated"
2015-03-25 Moiz RajaUse SnapshotManager 11/15611/8
2015-03-25 Tony TkacikMerge "BUG 2799: Migration of Message Bus from deprecat...
2015-03-24 Moiz RajaMerge "Add more info to ShardStats JXM bean"
2015-03-24 Tom PantelisMerge "BUG 2849 : Reduce sending of duplicate replicati...
2015-03-24 Tom PantelisMerge "BUG 2854 : Do not add empty read write transacti...
2015-03-23 Moiz RajaMerge "Refactor LeaderElectionScenarioTests"
2015-03-23 Moiz RajaMerge changes Idfb4fbea,Ief82b050
2015-03-17 Moiz RajaBUG 2849 : Reduce sending of duplicate replication... 23/16723/2
next