Move ServerConfigurationPayload to cluster.raft.persisted
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / main / java / org / opendaylight / controller / cluster / raft / RaftActorServerConfigurationSupport.java
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-05 Sai MarapaReddyClear leaderId when election timeout occurs in non... 21/41321/2
2016-06-08 Robert VargaRemove use of {String,UUID}Identifier 85/39885/2
2016-06-01 Tom PantelisImplement cluster admin RPCs to change member voting... 86/38086/6
2016-05-13 Robert VargaBUG-5626: use Identifier instead of String 32/38632/7
2016-03-30 Robert VargaMake RaftActor.initiateLeadershipTransfer() private 70/36870/3
2016-03-29 Robert VargaRemove DelegatingRaftActorBehavior 60/36160/11
2016-03-22 Tom PantelisImplement change to voting with no leader 23/32723/12
2016-03-18 Tom PantelisImplement ChangeServersVotingStatus message in RafActor 11/32511/8
2016-02-15 Robert VargaTurn OperationState into an abstract class 17/34617/4
2016-01-20 Tom PantelisRemove the leader's FollowerLogInformation on RemoveServer 02/33002/2
2016-01-15 Tom PantelisDisallow remove leader in single node 91/32391/3
2016-01-08 Tom PantelisImplement RemoveServer for leader 37/32237/2
2016-01-05 Robert VargaUse ArrayDeque instead of LinkedList 23/32023/2
2015-12-15 Gary WuAdd RaftActorServerConfigurationSupport.raftActor 11/30511/2
2015-12-14 Tom PantelisBug 2187: Timeout the Persist state 93/30493/6
2015-11-18 Moiz RajaBUG 2817 - Basic implementation of RemoveServer in... 03/29803/3
2015-11-14 kalaiselvikBug 2187: Persisting Actor peerIds' in snapshot 42/29542/3
2015-11-12 Tom PantelisBug 2187: AddServer: check if already exists 72/29572/3
2015-11-12 Tom PantelisBug 2187: Return OK reply after AddServer persist 53/29553/3
2015-10-29 Tom PantelisAdd wait state for AddServer if snapshot in progress 25/28925/3
2015-10-28 Tom PantelisAdd voting state to ServerConfigurationPayload 29/28829/9
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