Fix FindBugs warnings in sal-cluster-admin and enable enforcement
[controller.git] / opendaylight / md-sal / sal-akka-raft /
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
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 Gary WuFix resource leaks in test cases 63/28763/6
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: Increases test coverage in RaftActorRecoveryS... 29/29529/2
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 PantelisAdd leader unit test for non-voting consensus 27/29027/4
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 Robert VargaMake private methods static 26/28726/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
2015-09-10 Moiz RajaBUG 2185 : Follower should request forceInstallSnapshot... 11/26411/2
2015-09-02 Moiz RajaBUG 2185 : Add JMX API to change the state of a Shard 31/26331/1
2015-09-02 Moiz RajaBUG 2185 : Disable all internal switching of behavior 90/26290/1
2015-09-01 Moiz RajaBUG 2185 : Introduce the SwitchBehavior message 64/25164/2
2015-09-01 Moiz RajaBUG 2185 : Make the Custom Raft Policy externally confi... 10/24810/4
2015-08-28 Harman SinghBug 2461 : Adding capture snapshot JMX operation. 32/26132/2
2015-08-27 Moiz RajaBUG 4212 : Follower should not reschedule election... 11/26111/5
2015-08-27 Moiz RajaBUG 4213 : Candidate should switch to Follower when... 07/26107/1
2015-08-09 Thanh HaFix license header violations in sal-akka-raft 84/24984/1
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-07-23 Moiz RajaCLEANUP : Fix javadoc warnings in sal-akka-raft code 53/24453/1
2015-07-20 Tom PantelisCDS: Real snapshot log trimming changes 60/24260/2
2015-06-16 Jan-Simon Möller[RFC][Fix] Fix for connection in pom.xml. 76/21776/3
2015-06-11 Tom PantelisBug 3570: Use SnapShot lastAppliedIndex for install... 68/22368/1
2015-06-10 Tom PantelisBug 3570: Persist snapshot on follower ApplySnapshot 50/22250/2
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-06-01 Kamal RameshanBug:3260-Recovery misses flows installed on single... 70/21570/2
2015-05-21 Tom PantelisBug 3206: CDS - issues with direct commit 90/20890/2
2015-05-18 Tom PantelisFix intermittent RaftActorTest failures 82/20682/1
2015-05-16 Tom PantelisBug 3020: Add version to AppendEntries and AppendEntrie... 24/20524/2
2015-05-16 Robert VargaCDS: Implement front-end support for local transactions 23/20523/2
2015-05-15 Robert VargaCDS: make sure to assert non-null Exception in test 50/20550/1
next