Fixup checkstyle
[controller.git] / opendaylight / md-sal / sal-akka-raft / src /
2019-06-09 Robert VargaSimplify recoveryTime computation 58/82458/3
2019-06-08 Robert VargaBump persisted PayloadVersion 14/82314/25
2019-05-07 Tomas CereReset snapshot progress after timeout has been hit 16/81816/7
2019-04-16 Robert VargaDo not allow persistence callbacks to throw Exception 40/81640/6
2019-04-13 Tomas CereDo not break actor containment 82/81482/7
2019-03-29 Robert VargaMigrate to AbstractActor 96/80396/8
2019-03-04 Robert VargaIntroduce candidate election timeout divisor 63/80663/2
2019-02-12 Robert VargaReduce JSR305 proliferation 11/80211/6
2019-01-09 Tom PantelisOutput last log term on recovery complete 75/79375/2
2019-01-09 Robert VargaImprove follower term conflict resolution 34/79334/1
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 PantelisAvoid unnecessary unsuccessful AppendEntriesReply 05/78805/4
2018-12-05 Robert VargaRequire FiniteDuration in Actor props 50/78450/3
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-12-03 Tom PantelisAdd specific serializer for SimpleReplicatedLogEntry 90/78390/3
2018-10-24 Robert VargaIntegrate MRI projects for Neon 55/74855/74
2018-10-10 Robert VargaRemove the use of ActorIdentity.getRef() 25/76825/1
2018-10-10 Robert VargaRemove use of Class.newInstance() 03/76803/3
2018-08-30 Stephen KittSwitch to Akka’s protobuf 55/75555/3
2018-08-22 Robert VargaFix findbugs warnings 51/75351/4
2018-08-21 Robert VargaMigrate to UntypedAbstractActor 02/65902/12
2018-07-25 Stephen KittSimplify code using Java 8 features 44/74344/4
2018-07-25 Stephen KittRemove unused exceptions 39/74339/5
2018-06-27 Stephen KittBump odlparent to 3.1.2 88/72488/7
2018-06-08 Michael Vorburgerfix FollowerInfo @ConstructorProperties for valid Shard... 95/72795/1
2018-04-12 Stephen KittBump to odlparent 3.1.0 and yangtools 2.0.3 76/69876/11
2018-04-06 Robert VargaMigrate RaftActorTestKit to javadsl.TestKit 24/70424/1
2018-02-28 Robert VargaMeasure follower activity in nanoseconds 03/68403/5
2018-02-17 Robert VargaMake FollowerLogInformation a class 36/67536/5
2018-01-25 何运波10202176Fix the inner order of switchBehavior in RaftAcotr 44/67144/2
2018-01-24 Robert VargaMigrate from JavaTestKit to javadsl.TestKit 22/65622/11
2018-01-08 Tom PantelisPrevent non-voting member from becoming entity owner 30/66830/2
2017-12-13 Robert VargaFix checkstyle reported by odlparent-3.0.0 93/65593/16
2017-10-23 Robert VargaBUG-9028: log stack traces on lastApplied changes 50/64150/4
2017-09-27 David SuarezRemove explicit default super-constructor calls 20/63620/1
2017-09-16 Stephen KittString performance and maintenability 54/57354/8
2017-09-07 Tom PantelisFix intermittent PreLeaderScenarioTest failure 67/62767/4
2017-08-30 Tom PantelisFix intermittent testOwnerChangesOnPeerAvailabilityChan... 28/62428/3
2017-08-28 Tom PantelisFix intermitent testFollowerResyncWith*LeaderRestart... 81/62381/1
2017-08-24 Robert VargaBUG-9028: make NonPersistentDataProvider schedule invoc... 55/62255/1
2017-08-24 Robert VargaAdd debug to pinpoint lastApplied movement 21/62221/2
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-15 Robert VargaBUG-8618: introduce RaftActor.unpauseLeader() 19/60419/2
2017-07-11 Tom PantelisRefactor Follower#handleAppendEntries 85/59085/7
2017-07-10 Robert VargaCleanup warnings 89/59589/11
2017-07-07 Tom PantelisFix incorrect spelling of fileBackedStreamFactory 64/60064/1
2017-07-06 Robert VargaTransfer leadership in PreLeader state 24/60024/1
2017-06-29 Tom PantelisBug 2890: Chunk AppendEntries when single payload size... 01/57301/12
2017-06-19 Tom PantelisEnforce non-null entries field in AppendEntries 52/59052/2
2017-06-15 Robert VargaOptimize Follower.isOutOfSync() 49/59049/1
2017-06-15 Robert VargaBUG-8618: update sync status only after processing 41/59041/2
2017-06-15 Robert VargaBUG-8618: make sync threshold tuneable 40/59040/1
2017-06-15 Robert VargaBUG-8618: improve debug logs 25/59025/2
2017-06-15 Robert VargaBUG-8618: refactor SyncStatusTracker state 17/59017/1
2017-06-15 Robert VargaBUG-8618: add threshold crossing debugs 88/58988/1
2017-06-13 Tom PantelisFix intermittent PreLeaderScenarioTest failure 75/58775/2
2017-06-13 Tom PantelisBug 8606: Continue leadership transfer on pauseLeader... 40/58740/2
2017-06-12 Tomas CereBUG 8618: Log leader status when rejecting request 72/58772/1
2017-06-06 Tom PantelisFix RecoveryIntegrationSingleNodeTest failure 77/58277/2
2017-06-05 Tom PantelisBug 5740: Configure control-aware mailbox 19/57819/5
2017-06-04 Jakub MorvayBug 8446 - Increase timeout in leadership transfer 79/57679/3
2017-06-01 David SuarezReplace logger and log by LOG 18/58018/3
2017-06-01 Tom PantelisRemove deprecated Snapshot and related code 11/58011/3
2017-05-28 Tom PantelisBug 5740: Add ControlMessage interface to raft messages 76/57776/3
2017-05-24 Tom PantelisBug 5740: Remove Serializable where not necessary 74/57774/1
2017-05-24 Tom PantelisBug 5740: Change TimeoutNow and Shutdown to externaliza... 66/57766/2
2017-05-24 Tom PantelisBug 5740: Change RequestVote(Reply) to externalizable... 65/57765/1
2017-05-19 Stephen KittSimplify code with new Map features 34/57334/4
2017-05-16 Stephen Kittsal-akka-raft: use lambdas 76/57176/2
2017-05-12 Tom PantelisFix testLeaderAndFollowerEntityOwnersReassignedAfterShu... 47/56847/4
2017-05-10 Tom PantelisFix timing issue in PartitionedCandidateOnStartupElecti... 81/56681/4
2017-04-20 Tom PantelisBug 7747: Reply to the leader before applying previous... 33/55733/1
2017-04-18 Tom PantelisRemove deprecated persisted raft payloads 34/55134/3
2017-04-15 Tom PantelisFix intermittent failure in ClusterAdminRpcServiceTest... 80/55080/3
2017-04-14 Tom PantelisBug 8206: Fix IOException from initiateCaptureSnapshot 97/54897/4
2017-04-14 Tom PantelisBug 8206: Prevent decr follower next index beyong -1 80/54780/6
2017-04-14 Tom PantelisFix intermittent failures in FollowerTest 14/54814/2
2017-04-01 Jakub MorvayBug 7407 - CDS: allow applications to request Leader... 43/53543/27
2017-04-01 Jakub MorvayBug 7407 - Add request leadership functionality to... 42/53542/21
2017-03-09 Tom PantelisFix timing issue in testChangeToVotingWithNoLeader 47/53047/3
2017-02-23 Robert VargaRemove unneeded SuppressWarnings 14/52214/2
2017-02-17 Tom PantelisBug 7521: Convert DatastoreSnapshot.ShardSnapshot to... 24/50924/9
2017-02-17 Tom PantelisBug 7521: Add FileBackedOutputStream and use for snapsh... 69/50769/13
2017-02-15 Tom PantelisAdd OnDemandShardState to report additional Shard state 83/51583/6
2017-02-14 Tom PantelisAdd more info logging in sal-akka-raft 53/51753/6
2017-02-14 Tom PantelisCDS: updateMinReplicaCount on RemoveServer 68/51868/1
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
2017-01-21 Robert VargaFix eclipse warnings 33/50633/2
2017-01-06 Tom PantelisBug 7362: Notify applyState synchronously 04/49404/7
2017-01-05 Robert VargaUse Akka artery for remote transport 66/49466/10
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
next