Further Guava Optional cleanups
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / main / java / org / opendaylight / controller / cluster / raft / behaviors / AbstractLeader.java
2019-07-10 Robert VargaMigrate InstallSnapshot/SnapshotTracker use of Optional 03/83003/5
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-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-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-07-10 Robert VargaCleanup warnings 89/59589/11
2017-06-29 Tom PantelisBug 2890: Chunk AppendEntries when single payload size... 01/57301/12
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-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-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-01 Tom PantelisBug 6587: Retain state when transitioning between Leade... 99/44899/4
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-07-08 Tom PantelisForce install snapshot when follower log is ahead 35/41535/2
2016-07-05 Tom PantelisAdd ServerConfigPayload to InstallSnapshot message 20/41320/3
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-04-12 Robert VargaBUG-5626: do not allow overriding of RaftActor.handleCo... 58/36958/18
2016-04-04 Robert VargaBUG-5626: Move leaderId/leaderPayloadVersion fields 24/37024/5
2016-03-30 Robert VargaDo not declare thrown Exception AbstractLeader 66/36866/2
2016-03-22 Robert VargaMake AbstractRaftActorBehavior.state() final 66/36566/1
2016-02-15 Robert VargaTurn SendHeartBeat into a singleton 16/34616/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-02-01 Tom PantelisRemove Helium protobuff code from AppendEntries 09/33509/5
2016-01-20 Tom PantelisRemove the leader's FollowerLogInformation on RemoveServer 02/33002/2
2016-01-20 Gary WuBug in AbstractLeader replication consensus 48/32848/5
2016-01-18 Tom PantelisBug in AbstractLeader replication consensus 22/32722/4
2015-12-21 Tom PantelisAdd RaftActorLeadershipTransferCohort and implement... 08/31508/5
2015-10-29 Tom PantelisAdd wait state for AddServer if snapshot in progress 25/28925/3
2015-10-29 Rajesh_SindagiBUG-2187: Non voting and Uninitialized followers are... 54/28954/1
2015-10-28 Tom PantelisIntroduce PeerInfo and VotingState 20/28720/10
2015-10-26 Tom PantelisAdd getPeerIds to RaftActorContext 18/28718/6
2015-10-23 Tom PantelisBug 2187: Code cleanup and refactoring 74/28674/5
2015-10-23 Tom PantelisBug 2187: AddServer unit test and bug fixes 63/28663/3
2015-10-20 Rajesh_SindagiBUG-2187: Add Server - Leader Implementation 18/28018/9
2015-10-06 Tom PantelisInitial code for RaftActorServerConfigurationSupport 57/27557/7
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-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-21 Moiz RajaMerge "Cleanup: Remove passing around of DataPersistenc...
2015-04-21 Moiz RajaMerge "Address comment in gerrit 17266"
2015-04-21 Moiz RajaMerge "Bug 2948: Perform create snapshot synchronously"
2015-04-16 Ed WarnickeMerge "Bug 2358: Fixed warnings in Restconf"
2015-04-15 Moiz RajaMerge "Bug 2948: Recovered log entries not applied...
2015-04-15 Tony TkacikMerge "BUG-2953: do not use a complete InMemoryDataStore"
2015-04-14 Tom PantelisMerge "Extracted NotificationInvokerImpl to separate...
2015-04-14 Tom PantelisMerge "Unify sal-akka-raft version"
2015-04-14 Robert VargaUse Collections.emptyList() 01/18201/2
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-2877: Allow hello message with no namespace"
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 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...
next