Take snapshot after recovery on migrated messages
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / main / java / org / opendaylight / controller / cluster / raft / base /
2016-08-22 Tom PantelisTake snapshot after recovery on migrated messages 47/43747/8
2016-08-02 Tom PantelisAlleviate premature elections in followers 64/42564/7
2016-07-29 Tom PantelisFix incorrect readResolve signatures 31/42731/2
2016-05-20 Robert VargaBUG-5626: remove ApplyLogEntries 88/38988/5
2016-05-13 Robert VargaBUG-5626: use Identifier instead of String 32/38632/7
2016-04-06 Tom PantelisFix ApplyState elapsed time check 84/37084/3
2016-02-17 Robert VargaAdd SendInstallSnapshot javadoc 18/34618/12
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
2015-12-21 Tom PantelisAdd LeaderTransitioning message to RaftActor 07/31507/3
2015-10-29 Tom PantelisAdd wait state for AddServer if snapshot in progress 25/28925/3
2015-10-23 Tom PantelisBug 2187: AddServer unit test and bug fixes 63/28663/3
2015-09-02 Moiz RajaBUG 2185 : Add JMX API to change the state of a Shard 31/26331/1
2015-09-01 Moiz RajaBUG 2185 : Introduce the SwitchBehavior message 64/25164/2
2015-08-28 Harman SinghBug 2461 : Adding capture snapshot JMX operation. 32/26132/2
2015-06-11 Tom PantelisBug 3570: Use SnapShot lastAppliedIndex for install... 68/22368/1
2015-05-13 Tom PantelisBug 3161: Create new UpdateElectionTerm class 12/20212/2
2015-05-07 Tony TkacikMerge "Add missing copyright text"
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-04-27 Tony TkacikMerge "Event Source: switch from wildcards to regexs"
2015-04-17 Tom PantelisMerge "Notification Listener Adapter uses NotificationL...
2015-04-16 Ed WarnickeMerge "Bug 2358: Fixed warnings in Restconf"
2015-04-15 Moiz RajaMerge "Split out sal-akka-raft example"
2015-04-15 Moiz RajaMerge "Bug 2948: Recovered log entries not applied...
2015-04-14 Tom PantelisBug 2948: Recovered log entries not applied after prior... 13/18113/5
2015-04-13 Tony TkacikMerge "Stop swallowing exceptions in XmlElement optiona...
2015-04-13 Tony TkacikMerge "Remove isCloseMsg check for each rpc"
2015-04-11 Moiz RajaMerge "Add LeadershipChangeCount to ShardStats"
2015-04-11 Moiz RajaMerge "Add new DeleteEntries class wih long "fromIndex...
2015-04-10 Tom PantelisAdd new DeleteEntries class wih long "fromIndex" field 99/17399/3
2015-03-30 Tony TkacikMerge "BUG-2877: Allow hello message with no namespace"
2015-03-24 Tom PantelisMerge "BUG 2849 : Reduce sending of duplicate replicati...
2015-03-24 Tom PantelisMerge "BUG 2854 : Do not add empty read write transacti...
2015-03-23 Moiz RajaMerge "Refactor LeaderElectionScenarioTests"
2015-03-23 Moiz RajaMerge changes Idfb4fbea,Ief82b050
2015-03-13 Tom PantelisAdd RaftActor integration tests 71/16371/3
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...
2015-03-05 Tony TkacikMerge "Fixed discard-changes for mdsal netconf, mapping...
2015-03-04 Moiz RajaMerge "Dynamically update DatastoreContext properties"
2015-03-04 Tony TkacikMerge changes Ida315250,I90171a8b
2015-03-04 Tom PantelisMerge "Introduce a mechanism for a Follower to signal...
2015-03-03 Moiz RajaIntroduce a mechanism for a Follower to signal it's... 54/15954/2
2015-03-03 Moiz RajaMerge "Switch opendaylight-karaf-empty to using karaf...
2015-03-03 Tony TkacikMerge "Exception when creating new DOMNotificationRouter"
2015-03-02 Moiz RajaMerge "Bug 2769: Fix issues with ApplyLogEntries"
2015-03-01 Tom PantelisBug 2769: Fix issues with ApplyLogEntries 01/15901/4
2015-02-25 Tony TkacikMerge "Removing { } from NormalizedNodeJsonBodyWriter"
2015-02-24 Tony TkacikMerge "Bug 2697: Improvement wrong response handling...
2015-02-24 Tony TkacikMerge "Bug 2731: Discard changes only when transaction...
2015-02-23 Ed WarnickeMerge "Bug 2673: Binding cursor-based data change API"
2015-02-23 Tony TkacikMerge "Startup archetype: remove 'Impl' from config...
2015-02-23 Tony TkacikMerge "Startup archetype: Add basic unit tests for...
2015-02-23 Tony TkacikMerge "Startup arch - remove artifactId prefix from...
2015-02-23 Tony TkacikMerge "Cleanup root pom "name"."
2015-02-23 Tony TkacikMerge "Migrate JMX plugin's use of BindingGeneratorUtil"
2015-02-23 Tony TkacikMerge "Migrate deprecated guava methods"
2015-02-23 Tony TkacikMerge "Do not override artifact versions"
2015-02-23 Tony TkacikMerge "Use Preconditions"
2015-02-23 Tony TkacikMerge "Do not override jsr305 version"
2015-02-23 Tony TkacikMerge "Make reconnect on capability changed truly optional"
2015-02-23 Tony TkacikMerge "Prevent multiple config pushers"
2015-02-24 Ed WarnickeMerge "Create odl-nsf-service feature, which excludes...
2015-02-21 Tom PantelisMerge "Fix for Bug 2727 - Upgrade Akka from 2.3.4 to...
2015-02-21 Tom PantelisMerge "BUG 2676 : Add a diagnostic log message to detec...
2015-02-20 Moiz RajaBUG 2676 : Add a diagnostic log message to detect delay... 47/15547/3
2015-02-19 Tony TkacikMerge "Initial message bus implementation"
2015-02-19 Tony TkacikMerge "BUG-2634 Config binding for netconf server"
2015-02-19 Tony TkacikMerge "BUG-2633 - Netconf northbound mapping."
2015-02-19 Tony TkacikMerge "BUG-2633 - Added Operation Service Factory Filte...
2015-02-19 Moiz RajaMerge "Refactor LeaderTest"
2015-02-19 Tom PantelisMerge "Bug 2538: Remove redundant Augmentation checks...
2015-02-19 Tony TkacikMerge "Bug 2682 - Switch sal-binding-dom-it to sal...
2015-02-18 Moiz RajaMerge "Bug-2692:Real snapshots should use the replicate...
2015-02-18 Tom PantelisMerge "Make ReadData exception logging less noisy"
2015-02-18 Tom PantelisMerge "Minor enhancements to dummy datastore"
2015-02-18 Tony TkacikMerge "BUG-2573: mark CompositeNode-based RPC APIs...
2015-02-18 Tony TkacikMerge "Marked as deprecated all classes within protocol...
2015-02-17 Kamal RameshanBug-2692:Real snapshots should use the replicatedToAllI... 31/15131/12
2015-02-17 Tom PantelisMerge "Bug-2692 : Eliminate InitiateInstallSnapshot"
2015-02-16 Kamal RameshanBug-2692 : Eliminate InitiateInstallSnapshot 39/15239/5
2015-02-13 Tony TkacikMerge "BUG-2573: create DOMRpcRouter"
next