Fixup comparison formatting
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / main / java / org / opendaylight / controller / cluster / raft / behaviors /
2022-03-09 Robert VargaFixup comparison formatting 15/100015/1
2022-03-09 Robert VargaBump upstream SNAPSHOTS 02/99502/13
2020-05-25 Tomas CereDo not bump follower term while it is isolated 63/89863/3
2020-03-20 Tomas CereFixup "Leader should always apply modifications as... 16/87616/4
2020-02-05 Robert VargaRevert "Leader should always apply modifications as... 52/87452/1
2020-01-19 Tomas CereLeader should always apply modifications as local 76/82576/24
2019-09-27 Tomas CereDo not update term from unreachable members 76/82876/10
2019-09-07 Tomas CereFixup chunk offset movement on resend 17/83317/7
2019-08-21 Robert VargaFix modernization issues 32/83832/8
2019-08-20 Robert VargaFixup checkstyle 28/83828/2
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-25 Tomas CereReset replyReceivedForOffset correctly 26/82726/1
2019-06-25 Tomas CereFailed chunks should move offset backwards 25/82725/1
2019-06-12 Tomas CereReset snapshot progress on IOExceptions 94/82394/6
2019-06-12 Robert VargaSend commitIndex updates to followers as soon as possible 98/82498/1
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-03-04 Robert VargaIntroduce candidate election timeout divisor 63/80663/2
2019-02-12 Robert VargaReduce JSR305 proliferation 11/80211/6
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-18 Tom PantelisAvoid unnecessary unsuccessful AppendEntriesReply 05/78805/4
2018-08-22 Robert VargaFix findbugs warnings 51/75351/4
2018-06-27 Stephen KittBump odlparent to 3.1.2 88/72488/7
2018-04-12 Stephen KittBump to odlparent 3.1.0 and yangtools 2.0.3 76/69876/11
2018-02-28 Robert VargaMeasure follower activity in nanoseconds 03/68403/5
2018-02-17 Robert VargaMake FollowerLogInformation a class 36/67536/5
2017-12-13 Robert VargaFix checkstyle reported by odlparent-3.0.0 93/65593/16
2017-08-30 Tom PantelisFix intermittent testOwnerChangesOnPeerAvailabilityChan... 28/62428/3
2017-08-28 Tom PantelisFix intermitent testFollowerResyncWith*LeaderRestart... 81/62381/1
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-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-05-12 Tom PantelisFix testLeaderAndFollowerEntityOwnersReassignedAfterShu... 47/56847/4
2017-04-20 Tom PantelisBug 7747: Reply to the leader before applying previous... 33/55733/1
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-01 Jakub MorvayBug 7407 - Add request leadership functionality to... 42/53542/21
2017-02-17 Tom PantelisBug 7521: Add FileBackedOutputStream and use for snapsh... 69/50769/13
2017-02-14 Tom PantelisAdd more info logging in sal-akka-raft 53/51753/6
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
2016-12-20 Tom PantelisBUG-7033: Add batchHint flag to RaftActor#persistData 39/49439/5
2016-11-29 Tom PantelisBug 5419: Persist log entries asycnhronously 41/48441/6
2016-11-25 Robert VargaFix javadocs and enable doclint 83/48683/4
2016-10-12 Tom PantelisFix remaining CS errors in sal-akka-raft and enable... 05/46805/3
2016-10-07 Tom PantelisFix warnings and clean up javadocs in sal-akka-raft 11/46511/3
2016-10-03 Stephen KittMechanical code cleanup (sal-akka-raft) 84/46084/3
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-09-07 Tom PantelisBug 6540: EOS - Rework behavior of onPeerDown 29/45129/5
2016-09-01 Tom PantelisBug 6587: Retain state when transitioning between Leade... 99/44899/4
2016-08-30 Tom PantelisFix issue when AE leader differs from prior install... 13/44813/3
2016-08-22 Tom PantelisTake snapshot after recovery on migrated messages 47/43747/8
2016-08-11 Tom PantelisBug 5450: Query akka cluster state on Follower Election... 65/43265/6
2016-08-11 Tom PantelisChange InstallSnapshot and reply to use Externalizable... 38/42638/4
2016-08-10 Robert VargaMove ServerConfigurationPayload to cluster.raft.persisted 66/43266/7
2016-08-05 Tom PantelisBug 5504: Add PreLeader raft state 28/42728/4
2016-08-03 Tom PantelisImprove leader election convergence 69/42969/3
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-07-05 Sai MarapaReddyClear leaderId when election timeout occurs in non... 21/41321/2
2016-07-05 Tom PantelisAdd ServerConfigPayload to InstallSnapshot message 20/41320/3
2016-06-16 Tom PantelisRemove snapshot after startup and fix related bug 76/39976/5
2016-06-10 Tom PantelisDebug logging in AbstractLeader is too chatty 50/40050/2
2016-06-07 Tom PantelisAdd more debug output in AbstractLeader and Follower 03/39903/2
2016-06-01 Tom PantelisImplement cluster admin RPCs to change member voting... 86/38086/6
2016-05-13 Robert VargaRemove AbstractRaftActorBehavior#findClientRequestTracker() 51/38651/5
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-04-11 Robert VargaBUG-5626: handle ElectionTimeout message first 33/37033/7
2016-04-04 Robert VargaBUG-5626: Move leaderId/leaderPayloadVersion fields 24/37024/5
2016-03-31 Robert VargaBUG-5626: do not use needless cast 09/36909/2
2016-03-31 Robert VargaDo not allow RaftActorBehavior.close() to throw Exception 90/36890/3
2016-03-30 Robert VargaUse inline initialization of Stopwatch 69/36869/3
2016-03-30 Robert VargaSimplify isolated leader check 67/36867/3
2016-03-30 Robert VargaDo not declare thrown Exception AbstractLeader 66/36866/2
2016-03-29 Robert VargaRemove DelegatingRaftActorBehavior 60/36160/11
2016-03-22 Robert VargaMake AbstractRaftActorBehavior.state() final 66/36566/1
2016-03-22 Robert VargaDecouple RaftState and RaftActorBehaviors 65/36565/1
2016-03-16 Tom PantelisBug 5460: Fix snaphots on follower 74/36274/2
2016-02-23 Tom PantelisFix sporadic failures in ClusterAdminRpcServiceTest 85/35285/2
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 Robert VargaTurn ElectionTimeout into a proper singleton 12/34612/4
2016-02-15 Tom PantelisDeprecate InstallSnapshot protobuff messages 68/33768/6
2016-02-12 Tom PantelisAdd raftVersion field to AppendEntriesReply 67/33767/6
next