Fix intermittent testOwnerChangesOnPeerAvailabilityChanges failure
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / main / java / org / opendaylight /
2016-04-02 Robert VargaBUG-5626: eliminate SwitchBehaviorSupplier 19/37019/3
2016-04-02 Robert VargaDo not use Strings for internal messages 10/37010/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-31 Robert VargaDo not use Stopwatch.toString() in logging 89/36889/3
2016-03-30 Robert VargaUse java.util.Objects instead of Guava 82/36682/5
2016-03-30 Robert VargaUse java.util.function.Supplier instead of Guava 81/36681/5
2016-03-30 Robert VargaDo not expose the shutdown initiator in OnComplete 74/36874/3
2016-03-30 Robert VargaSimplify onShutdown checks 73/36873/1
2016-03-30 Robert VargaMake RaftActor.initiateLeadershipTransfer() private 70/36870/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 Tom PantelisImplement change to voting with no leader 23/32723/12
2016-03-22 Robert VargaMake AbstractRaftActorBehavior.state() final 66/36566/1
2016-03-22 Robert VargaDecouple RaftState and RaftActorBehaviors 65/36565/1
2016-03-21 Robert VargaHandle snapshot support messages first 97/36297/2
2016-03-21 Robert VargaRemove duplicate 'return true' statements 96/36296/2
2016-03-21 Robert VargaDo not allow overrides of onReceive{Command,Recover} 92/36292/3
2016-03-18 Tom PantelisImplement ChangeServersVotingStatus message in RafActor 11/32511/8
2016-03-16 Tom PantelisBug 5460: Fix snaphots on follower 74/36274/2
2016-03-07 Robert VargaBUG-4964: Bump to akka-2.4.1 24/32524/19
2016-02-23 Tom PantelisFix sporadic failures in ClusterAdminRpcServiceTest 85/35285/2
2016-02-17 Robert VargaAdd SendInstallSnapshot javadoc 18/34618/12
2016-02-17 Robert VargaClean AbstractServerChangeReply up 22/34622/9
2016-02-15 Robert VargaMake RequestVoteReply final 21/34621/6
2016-02-15 Robert VargaDocument RaftRPC 19/34619/5
2016-02-15 Robert VargaTurn OperationState into an abstract class 17/34617/4
2016-02-15 Robert VargaTurn SendHeartBeat into a singleton 16/34616/4
2016-02-15 Robert VargaTurn LeaderTransitioning into a singleton 15/34615/4
2016-02-15 Robert VargaHide IsolatedLeaderCheck message 14/34614/4
2016-02-15 Robert VargaMake FollowerInitialSyncUpStatus final 13/34613/4
2016-02-15 Robert VargaTurn ElectionTimeout into a proper singleton 12/34612/4
2016-02-15 Robert VargaMake NOOP_CALLBACK internal constant 08/34608/5
2016-02-15 Robert VargaMake GetSnapshot final and add a link 07/34607/5
2016-02-15 Robert VargaFix raw type warnings 56/34556/7
2016-02-15 Tom PantelisDeprecate InstallSnapshot protobuff messages 68/33768/6
2016-02-13 Robert VargaMake Shutdown message a proper singleton 06/34606/3
2016-02-13 Robert VargaCleanup and document FindLeaderReply 05/34605/4
2016-02-13 Robert VargaDocument FindLeader message 04/34604/3
2016-02-13 Robert VargaMake methods static 55/34555/2
2016-02-12 Tom PantelisAdd raftVersion field to AppendEntriesReply 67/33767/6
2016-02-05 Tom PantelisRemove deprecated Helium Payload methods 10/33510/7
2016-02-05 Robert VargaPublic constants need to be final 64/34164/1
2016-02-01 Tom PantelisRemove Helium protobuff code from AppendEntries 09/33509/5
2016-01-20 Tom PantelisMake RequestVote immutable and change AbstractRPC#term... 08/33008/3
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
2016-01-15 Tom PantelisDisallow remove leader in single node 91/32391/3
2016-01-15 Tom PantelisSet to non-voting if not in server confguration 90/32390/2
2016-01-12 Robert VargaUse local param in persist callback 25/32025/6
2016-01-11 Tom PantelisSend Shutdown message to Shard on ServerRemoved 38/32238/4
2016-01-08 Tom PantelisImplement RemoveServer for leader 37/32237/2
2016-01-08 Tom PantelisDon't transfer leadership to a non-voting follower 91/32191/3
2016-01-07 Tom PantelisImplement pauseLeader timeout for leadership transfer 42/31942/6
2016-01-07 Tom PantelisImplement suspend leader in Shard 36/31936/6
2016-01-05 Robert VargaUse ArrayDeque instead of LinkedList 23/32023/2
2016-01-05 Tom PantelisBug 4850: Fix follower out-of-sync logic wrt replicated... 68/31968/2
2015-12-21 Tom PantelisAdd ShutDown message to RaftActor to transfer leader 65/31565/8
2015-12-21 Tom PantelisAdd RaftActorLeadershipTransferCohort and implement... 08/31508/5
2015-12-21 Tom PantelisAdd LeaderTransitioning message to RaftActor 07/31507/3
2015-12-15 Gary WuAdd RaftActorServerConfigurationSupport.raftActor 11/30511/2
2015-12-14 Tom PantelisBug 2187: Prevent non-voting member from initiating... 47/30947/2
2015-12-14 Tom PantelisBug 2187: Timeout the Persist state 93/30493/6
2015-12-02 Tom PantelisBug 2187: EOS shard recovery after AddShardReplica 04/29904/6
2015-11-20 Tom PantelisCDS: Fix deleteSnapshots criteria in SnapshotManager 00/29900/4
2015-11-18 Moiz RajaBUG 2817 - Basic implementation of RemoveServer in... 03/29803/3
2015-11-17 Tom PantelisBug 2187: Bootstrap EOS shard when no local shards... 76/29576/12
2015-11-14 Tom PantelisBug 4564: Implement datastore restore from backup file 43/29243/12
2015-11-14 kalaiselvikBug 2187: Persisting Actor peerIds' in snapshot 42/29542/3
2015-11-13 Tom PantelisBug 4564: Implement restore from snapshot in RaftActor 80/29280/7
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-11-11 Rajesh_SindagiBug 2187: Recover Peer Id's and Update peer map during... 12/29112/4
2015-11-09 Tom PantelisBug 4564: Implement GetSnapshot message in RaftActor 85/29085/10
2015-11-02 Tom PantelisAlways persist ServerConfigurationPayload log entries 52/28952/4
2015-11-02 Tom PantelisDerive MockRaftActorContext from RaftActorContextImpl 18/28818/3
2015-10-30 evvyBUG-3381: Capture Snapshot on recovery if journal is... 21/27721/7
2015-10-29 Tom PantelisAdd wait state for AddServer if snapshot in progress 25/28925/3
2015-10-29 kalaiselvikBUG 2187 - Creating ShardReplica 96/28596/9
2015-10-29 Rajesh_SindagiBUG-2187: Non voting and Uninitialized followers are... 54/28954/1
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 Robert VargaDo not declare unneeded Exception throw 27/28727/5
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-14 Tom PantelisFix DistributedDataStoreIntegrationTest failure 95/28395/3
2015-10-09 Tom PantelisRemove peer address cache in ShardInformation 60/27760/4
2015-10-06 Tom PantelisInitial code for RaftActorServerConfigurationSupport 57/27557/7
2015-10-05 Tom PantelisAdd PeerAddressResolver for raft actor 88/27588/3
2015-09-29 Tom PantelisAdd election info to Snapshot 95/27495/6
2015-09-29 Tom PantelisAdd Raft AddServer message and reply 14/27514/4
2015-09-28 Tom PantelisAlways persist and recover election term info 91/27491/9
2015-09-17 Shaleen SaxenaBug-4214 - Add support for configurable snapshot chunk... 13/26413/3
2015-09-10 Tom PantelisBug 4105: Change ownership on member down/up 04/26804/1
2015-09-10 Moiz RajaBUG 2185: Expand the scope of sync status to cover... 26/26426/2
next