Fixup "Leader should always apply modifications as local" regression
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / main / java / org / opendaylight / controller / cluster / raft / behaviors / Follower.java
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-07-10 Robert VargaMigrate InstallSnapshot/SnapshotTracker use of Optional 03/83003/5
2019-04-16 Robert VargaDo not allow persistence callbacks to throw Exception 40/81640/6
2019-02-12 Robert VargaReduce JSR305 proliferation 11/80211/6
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
2017-08-28 Tom PantelisFix intermitent testFollowerResyncWith*LeaderRestart... 81/62381/1
2017-07-11 Tom PantelisRefactor Follower#handleAppendEntries 85/59085/7
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-04-20 Tom PantelisBug 7747: Reply to the leader before applying previous... 33/55733/1
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-06 Tom PantelisBug 7362: Notify applyState synchronously 04/49404/7
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-08-30 Tom PantelisFix issue when AE leader differs from prior install... 13/44813/3
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-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-07 Tom PantelisAdd more debug output in AbstractLeader and Follower 03/39903/2
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 VargaDo not allow RaftActorBehavior.close() to throw Exception 90/36890/3
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 ElectionTimeout into a proper singleton 12/34612/4
2016-02-15 Tom PantelisDeprecate InstallSnapshot protobuff messages 68/33768/6
2016-01-08 Tom PantelisImplement RemoveServer for leader 37/32237/2
2016-01-05 Tom PantelisBug 4850: Fix follower out-of-sync logic wrt replicated... 68/31968/2
2015-12-14 Tom PantelisBug 2187: Prevent non-voting member from initiating... 47/30947/2
2015-11-17 Tom PantelisBug 2187: Bootstrap EOS shard when no local shards... 76/29576/12
2015-11-14 kalaiselvikBug 2187: Persisting Actor peerIds' in snapshot 42/29542/3
2015-11-11 Rajesh_SindagiBug 2187: Recover Peer Id's and Update peer map during... 12/29112/4
2015-10-26 Tom PantelisAdd getPeerIds to RaftActorContext 18/28718/6
2015-10-23 Tom PantelisBug 2187: AddServer unit test and bug fixes 63/28663/3
2015-09-29 Tom PantelisAdd election info to Snapshot 95/27495/6
2015-09-10 Moiz RajaBUG 2185: Expand the scope of sync status to cover... 26/26426/2
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-27 Moiz RajaBUG 4212 : Follower should not reschedule election... 11/26111/5
2015-07-25 Moiz RajaFix AppendEntry logic when prevLogIndex and prevLogTerm... 46/24546/2
2015-07-24 Moiz RajaBUG 2185 : Introduce RaftPolicy & DefaultRaftPolicy 49/24549/1
2015-06-06 Tom PantelisBug 3020: Add leader version to LeaderStateChanged 36/22036/2
2015-05-16 Tom PantelisBug 3020: Add version to AppendEntries and AppendEntrie... 24/20524/2
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-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 Moiz RajaMerge "Bug 2194: Find primary shard on remote ShardManager"
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 Tom PantelisMerge "Bug-2842:If an install snapshot is in progress...
2015-03-24 Kamal RameshanBug-2842:If an install snapshot is in progress, Followe... 16/16616/3
2015-03-23 Moiz RajaMerge "Refactor LeaderElectionScenarioTests"
2015-03-11 Tony TkacikMerge "Fixed testool performance bottleneck due to...
2015-03-11 Tony TkacikMerge "Changed NetconfDeviceDatastoreAdapter and Netcon...
2015-03-11 Tony TkacikMerge "Fixed failing tests due to different attribute...
2015-03-11 Tony TkacikMerge "Bug 2412: Expose Mountpoints on proper path"
2015-03-11 Tony TkacikMerge "BUG 2805 - Fixed Restconf RPC calls and POST...
2015-03-11 Tony TkacikMerge "Bug 2364: Migrated Binding MD-SAL to not use...
2015-03-10 Ed WarnickeMerge "Add netconf-ssh as dependency to features-mdsal"
2015-03-10 Moiz RajaMerge "Refactor LegacyTransactionConntextImpl"
2015-03-10 Tom PantelisMerge "Handle FollowerInitialSyncStatus message in...
2015-03-09 Moiz RajaHandle FollowerInitialSyncStatus message in Shard/Shard... 95/15995/6
2015-03-08 Tony TkacikMerge "Remove Neutron dependencies"
2015-03-08 Tony TkacikMerge "BUG 2412 - restconf RestconfDocumentedExceptionM...
2015-03-05 Tony TkacikMerge "Unit Test for md-sal netconf northbound mapping...
next