Write failed node data on recovery to a file
[controller.git] / opendaylight / md-sal / sal-akka-raft /
2016-06-08 Robert VargaRemove use of {String,UUID}Identifier 85/39885/2
2016-06-07 Tom PantelisAdd more debug output in AbstractLeader and Follower 03/39903/2
2016-06-06 Robert VargaUse configured maximum memory to determine limits 01/37501/3
2016-06-01 Tom PantelisImplement cluster admin RPCs to change member voting... 86/38086/6
2016-05-20 Robert VargaBUG-5626: remove ApplyLogEntries 88/38988/5
2016-05-18 Robert VargaBUG-5626: use lambdas, Runnable and Consumer instead... 10/39010/2
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-05-09 Robert VargaFix static methods and convert to lambdas 21/38321/2
2016-05-09 Robert VargaMake potentially-static methods static 20/38320/2
2016-05-03 Tom PantelisFix intermittent failure in LeadershipTransferIntegrati... 98/38298/2
2016-05-02 Tom PantelisFix intermittent failure in ReplicationAndSnapshotsInte... 42/38242/3
2016-04-12 Robert VargaMove null check from getTotalMemory() 95/37495/2
2016-04-12 Robert VargaSimplify ReplicatedLogImpl a bit 90/37490/1
2016-04-12 Robert VargaMake ReplicatedLogImplEntry final 89/37489/1
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-06 Tom PantelisFix ApplyState elapsed time check 84/37084/3
2016-04-04 Robert VargaBUG-5626: Move leaderId/leaderPayloadVersion fields 24/37024/5
2016-04-02 Robert VargaBUG-5626: refactor BehaviorStateHolder 20/37020/2
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 VargaUse partial mocking for FollowerTest 68/36568/1
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 VargaUse instanceof instead of .class.isInstance() 98/36298/2
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-12 Tom PantelisFix intermittent RaftActorLeadershipTransferCohortTest... 58/36158/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-22 Tom PantelisFix unit test errors due to Mockito upgrade 11/35211/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 PantelisFix intermittent LeaderTest/CandidateTest failures 44/34544/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-02-01 Tom PantelisRemove unused protobuff messages 07/33507/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-18 Robert VargaRevert "Add mockito-configuration to tests" 18/32818/2
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-15 Thanh HaBumping versions by 0.1.0 for next dev cycle 90/32690/1
2016-01-13 Robert VargaAdd mockito-configuration to tests 45/32045/11
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-01 kalaiselvikBUG 2187 - Removal of old snapshots in ShardManager 50/29850/5
2015-12-02 Tom PantelisBug 2187: EOS shard recovery after AddShardReplica 04/29904/6
2015-12-01 Tom PantelisChange InMemoryJournal to ser/der the data 22/29922/4
2015-11-24 Gary WuRefactor MessageCollectorActor and DoNothingActor 47/29947/5
2015-11-20 Tom PantelisCDS: Fix deleteSnapshots criteria in SnapshotManager 00/29900/4
next