Do not break actor containment
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / test / java / org / opendaylight / controller / cluster / raft / RaftActorTest.java
2019-04-13 Tomas CereDo not break actor containment 82/81482/7
2019-03-29 Robert VargaMigrate to AbstractActor 96/80396/8
2018-12-19 Robert VargaEliminate use of deprecated mockito methods 76/78876/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-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-09-07 Tom PantelisFix intermittent PreLeaderScenarioTest failure 67/62767/4
2017-08-24 Robert VargaBUG-9028: make NonPersistentDataProvider schedule invoc... 55/62255/1
2017-02-17 Tom PantelisBug 7521: Convert DatastoreSnapshot.ShardSnapshot to... 24/50924/9
2017-02-10 Lorand JakabCheckstyle: fix ParenPad violations 02/51402/2
2017-02-10 Tom PantelisBug 7521: Convert Snapshot to store a State instance 72/50572/9
2017-01-06 Tom PantelisBug 7362: Notify applyState synchronously 04/49404/7
2016-12-22 Tom PantelisBug 7391: Fix out-of-order LeaderStateChange events 01/49701/3
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-11-29 Tom PantelisBug 5419: Persist log entries asycnhronously 41/48441/6
2016-10-12 Tom PantelisFix warnings in sal-akka-raft test classes 98/46798/4
2016-08-22 Tom PantelisTake snapshot after recovery on migrated messages 47/43747/8
2016-08-10 Robert VargaMove ServerConfigurationPayload to cluster.raft.persisted 66/43266/7
2016-07-22 Tom PantelisFix delete snapshots criteria 03/42303/2
2016-06-16 Tom PantelisRemove snapshot after startup and fix related bug 76/39976/5
2016-06-08 Robert VargaRemove use of {String,UUID}Identifier 85/39885/2
2016-05-20 Robert VargaBUG-5626: remove ApplyLogEntries 88/38988/5
2016-05-13 Robert VargaBUG-5626: use Identifier instead of String 32/38632/7
2016-04-04 Robert VargaBUG-5626: Move leaderId/leaderPayloadVersion fields 24/37024/5
2016-03-29 Robert VargaRemove DelegatingRaftActorBehavior 60/36160/11
2016-03-07 Robert VargaBUG-4964: Bump to akka-2.4.1 24/32524/19
2016-02-22 Tom PantelisFix unit test errors due to Mockito upgrade 11/35211/2
2016-02-15 Robert VargaTurn SendHeartBeat into a singleton 16/34616/4
2016-02-15 Robert VargaTurn LeaderTransitioning into a singleton 15/34615/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 LeaderTransitioning message to RaftActor 07/31507/3
2015-12-14 Tom PantelisBug 2187: Prevent non-voting member from initiating... 47/30947/2
2015-11-13 Tom PantelisBug 4564: Implement restore from snapshot in RaftActor 80/29280/7
2015-11-09 Tom PantelisBug 4564: Implement GetSnapshot message in RaftActor 85/29085/10
2015-10-30 evvyBUG-3381: Capture Snapshot on recovery if journal is... 21/27721/7
2015-10-29 kalaiselvikBUG 2187 - Creating ShardReplica 96/28596/9
2015-09-29 Tom PantelisAdd election info to Snapshot 95/27495/6
2015-09-28 Tom PantelisAlways persist and recover election term info 91/27491/9
2015-09-01 Moiz RajaBUG 2185 : Introduce the SwitchBehavior message 64/25164/2
2015-08-09 Thanh HaFix license header violations in sal-akka-raft 84/24984/1
2015-07-20 Tom PantelisCDS: Real snapshot log trimming changes 60/24260/2
2015-06-10 Tom PantelisBug 3570: Persist snapshot on follower ApplySnapshot 50/22250/2
2015-06-06 Tom PantelisBug 3020: Add leader version to LeaderStateChanged 36/22036/2
2015-05-18 Tom PantelisFix intermittent RaftActorTest failures 82/20682/1
2015-05-16 Tom PantelisBug 3020: Add version to AppendEntries and AppendEntrie... 24/20524/2
2015-05-13 Tom PantelisBug 3161: Create new UpdateElectionTerm class 12/20212/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-24 Tony TkacikMerge "Stop SubtreeFitler from rereading reply even...
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 "Cleanup: Remove passing around of DataPersistenc...
2015-04-18 Robert VargaAdd assertNotNull to prevent null analysis warnings 81/18581/2
2015-04-17 Tom PantelisMerge "Notification Listener Adapter uses NotificationL...
2015-04-16 Ed WarnickeMerge "Bug 2358: Fixed warnings in Restconf"
2015-04-15 Moiz RajaMerge "Split out sal-akka-raft example"
2015-04-15 Moiz RajaMerge "Bug 2948: Recovered log entries not applied...
2015-04-14 Tom PantelisCleanup: Remove passing around of DataPersistenceProvider 43/18143/2
2015-04-14 Tom PantelisBug 2948: Recovered log entries not applied after prior... 13/18113/5
2015-04-13 Tony TkacikMerge "Stop swallowing exceptions in XmlElement optiona...
2015-04-13 Tony TkacikMerge "Remove isCloseMsg check for each rpc"
2015-04-11 Moiz RajaMerge "Add LeadershipChangeCount to ShardStats"
2015-04-11 Moiz RajaMerge "Add new DeleteEntries class wih long "fromIndex...
2015-04-11 Moiz RajaMerge "Add unit test for ElectionTermImpl"
2015-04-10 Tom PantelisAdd new DeleteEntries class wih long "fromIndex" field 99/17399/3
2015-04-10 Tom PantelisAdd unit test for ElectionTermImpl 97/17397/2
2015-04-10 Tom PantelisAdd unit tests for ReplicatedLogImpl 52/17352/2
2015-04-10 Tom PantelisAdd unit tests for RaftActorSnapshotMessageSupport 23/17323/2
2015-04-10 Tom PantelisAdd unit tests for RaftActorRecoverySupport 12/17312/6
2015-04-10 Moiz RajaMerge "CDS: Split out TransactionFutureCallback"
2015-04-10 Moiz RajaMerge "Remove deprecation suppression"
2015-04-10 Moiz RajaMerge "Add generic arguments"
2015-04-10 Moiz RajaMerge "Update lispflowmapping options in custom.properties"
2015-04-10 Moiz RajaMerge "Fixes Bug 2935"
2015-04-10 Moiz RajaMerge changes I114cbac1,I45c2e7cd
2015-04-10 Moiz RajaMerge "Verify BatchedModifications messages sent vs...
2015-04-10 Moiz RajaMerge "Use BatchedModifications message in place of...
2015-04-10 Moiz RajaMerge "Refactor raft recovery code to a RaftActorRecove...
2015-04-08 Tony TkacikMerge "BUG 2889 : migration of netconf-cli to Normalize...
2015-04-08 Tom PantelisCalculate replicated log data size on recovery 09/17309/2
2015-04-08 Tom PantelisRefactor snapshot message processing to RaftActorSnapsh... 66/17266/4
2015-04-08 Tom PantelisRefactor raft recovery code to a RaftActorRecoverySuppo... 47/17247/6
2015-03-30 Moiz RajaMerge "Adjust Tx rate limiter for unused transactions"
2015-03-30 Ed WarnickeMerge "Export BindingNormalizedNodeSerializer via Confi...
2015-03-30 Moiz RajaMerge changes I34538a22,I520b0d83
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...
next