Introduce a mechanism for a Follower to signal it's sync up status
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / test / java / org / opendaylight / controller / cluster / raft / behaviors / FollowerTest.java
2015-03-03 Moiz RajaIntroduce a mechanism for a Follower to signal it's... 54/15954/2
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 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-21 Tom PantelisMerge "Fix for Bug 2727 - Upgrade Akka from 2.3.4 to...
2015-02-19 tpantelisRefactor AbstractRaftActorBehaviorTest and IsolatedLead... 46/15446/3
2015-02-19 tpantelisRefactor FollowerTest 38/15238/3
2015-02-19 Moiz RajaMerge "Refactor LeaderTest"
2015-02-18 tpantelisRefactor LeaderTest 08/15208/3
2015-02-12 Ed WarnickeMerge "Bug 2684 - Fixing support for Neutron binding...
2015-02-10 Tony TkacikMerge "BUG-2679 Workaround for wrong nagasena encode...
2015-02-10 Tony TkacikMerge "Standardize on pax-exam 4.4.0"
2015-02-10 Moiz RajaMerge "Add signature marker and version to NormalizedNo...
2015-02-09 Moiz RajaMerge "Bug 2410: Use generated serialVersionUID for...
2015-02-06 Moiz RajaMerge "Bug-2590: Clustering : Minimize usage of in...
2015-02-06 Kamal RameshanBug-2590: Clustering : Minimize usage of in-memory... 15/14615/10
2015-01-08 Tom PantelisMerge "Fix compilation warnings: replace deprecated...
2015-01-07 Tony TkacikMerge changes I4ec0efd7,Ia2619921
2015-01-07 Tony TkacikMerge "Add better error reporting to ConfigSnapshot...
2015-01-06 Moiz RajaMerge "Bug 2526: Race condition may cause missing route...
2015-01-05 Anil VishnoiMerge "Bug 2158: Fixed TopologyManager for edge updates."
2014-12-23 Moiz RajaMerge "Bug 2517: Catch RuntimeExceptions thrown from...
2014-12-19 Ed WarnickeMerge "added namespace to features/adsal pom.xml"
2014-12-18 Tony TkacikMerge changes Ic8cadf33,If59b1dd3
2014-12-18 Tony TkacikMerge changes Icd18348e,I0e642b1b,I304bec5e
2014-12-18 Tony TkacikMerge "BUG-2288: DOMNotification API"
2014-12-17 Tom PantelisMerge "BUG 2509 : Removing all journal entries from...
2014-12-16 Moiz RajaBUG 2509 : Removing all journal entries from a Follower... 75/13675/1
2014-12-03 Tony TkacikMerge "Add MD-SAL artifacts"
2014-12-03 Tony TkacikMerge "Remove use of xtend"
2014-12-03 Tony TkacikMerge "Fix checkstyle warnings in netty-threadgroup...
2014-12-03 Tony TkacikMerge "Fix checkstyle warnings in netty-event-executor...
2014-12-03 Tony TkacikMerge "Fix checkstyle warnings in logback-config"
2014-12-03 Tony TkacikMerge "Fix checkstyle warnings in netconf-util"
2014-12-03 Tony TkacikMerge "BUG-8: migrate newMBeanProxy() -> newMXBeanProxy()"
2014-12-02 Moiz RajaMerge "Bug 2415: Fixed intermittent RpcRegistry unit...
2014-12-01 Moiz RajaMerge "bug 2266 : added more types of schema nodes...
2014-12-01 Moiz RajaBUG 2371 : Leader should reset it's snapshot tracking... 09/13109/5
2014-11-20 Tony TkacikMerge "BUG-2218: Keep existing link augmentations durin...
2014-11-12 Tony TkacikMerge "Bug 1029: Remove dead code: p2site"
2014-11-07 Tom PantelisMerge "BUG 2317 : StatisticsManager does not unregister...
2014-11-07 Moiz RajaMerge "Bug-2301 - Clustering:Snapshots need not be...
2014-11-07 Tony TkacikMerge "Update junit Assert imports"
2014-11-07 Robert VargaUpdate junit Assert imports 03/12603/1
2014-10-31 Tony TkacikMerge "BUG-1953: fix SAL compatility layer"
2014-10-29 Moiz RajaMerge "BUG 2221 : Add metering to ShardTransaction...
2014-10-27 Tony TkacikMerge "BUG 1839 - HTTP delete of non existing data"
2014-10-27 Tony TkacikMerge "Fix checkstyle warnings"
2014-10-27 Tony TkacikMerge "Cleanup RpcRoutingStrategy definition"
2014-10-27 Tony TkacikMerge "BUG-2184 Fix subtree filtering for identity...
2014-10-27 Tony TkacikMerge "BUG-2184 Fix config.yang module(add type as...
2014-10-24 Tom PantelisMerge "Bug-2136 : Clustering : When a transaction is...
2014-10-24 Moiz RajaMerge "[Fix for Bug 1631] - Refactored RaftActorBehavio...
2014-10-23 mark.mozolewski[Fix for Bug 1631] 65/11965/5
2014-10-15 Moiz RajaMerge "Bug 1577: Gates access to Shard actor until...
2014-10-09 Moiz RajaMerge "Bug 2003: CDS serialization improvements"
2014-09-23 Devin AveryMerge "Bug 1948: Separate out restconf features."
2014-09-22 Ed WarnickeMerge "Bug 1025: Fixed incorrect revision in sal-remote...
2014-09-22 Tony TkacikMerge "Bug 963 - OSGi error in Topology manager compone...
2014-09-22 Tony TkacikMerge "BUG-1845: implement proper shutdown sequence"
2014-09-22 Tony TkacikMerge "Bug 2014: Workaround for karaf listFeatures...
2014-09-22 Madhu VenugopalMerge "Bug 1850 - The earlier patch missed out on remov...
2014-09-22 Ed WarnickeMerge "Bug 2002 Importing javax.ws.rs.ext explicitly...
2014-09-21 Moiz RajaMerge "Bug-1978:Leader initializes commit index to...
2014-09-21 Kamal RameshanBug-1978:Leader initializes commit index to last index 91/11391/4
2014-09-19 Tony TkacikMerge "bug 1888 - FRM Flow Listener registration fail"
2014-09-18 Ed WarnickeMerge "Bug 1763: Fixed illegal state in Binding Transac...
2014-09-19 Ed WarnickeMerge "Bug 1876 - Added missing parent tag to pom files"
2014-09-17 Ed WarnickeMerge "Bug 1817 - Have the md-sal-broker feature refere...
2014-09-17 Ed WarnickeMerge "BUG-1542 Remove netconf-ssh|tcp features from...
2014-09-17 Moiz RajaMerge "Bug-1928:TestDriver, fix stop and reinstateNode"
2014-09-17 Tony TkacikMerge "BUG-650: fix benchmark compilation"
2014-09-17 Tony TkacikMerge "BUG-1933: consult state in subtree modified...
2014-09-17 Tony TkacikMerge "BUG 1659 - non unified returning data default...
2014-09-17 Tony TkacikMerge "Bug 1926: fixed features/mdsal/pom.xml dependencies"
2014-09-17 Tony TkacikMerge "BUG-1842 Fix byte buffer handling for pending...
2014-09-17 Tony TkacikMerge "BUG-1393 Fix ignoring module based capabilities...
2014-09-17 Moiz RajaMerge "Bug 1726 : Adding test-case to check Install...
2014-09-17 Debolina BandyopadhyayBug 1726 : Adding test-case to check Install Snapshot... 72/10872/8
2014-09-05 Tony TkacikMerge "Bug 1686 - Rework TopologyManager to use transac...
2014-09-05 Tony TkacikMerge "BUG-1690: catch wildcard InstanceIdentifiers"
2014-09-05 Tony TkacikMerge "Prefer InstanceIdentifier imports"
2014-09-05 Tony TkacikMerge "BUG-1679: optinally log allocation context"
2014-09-04 Ed WarnickeMerge "BUG 1623 - Clustering : Parsing Error thrown...
2014-09-04 Ed WarnickeMerge "BUG 1595 - Clustering : NPE on startup"
2014-09-04 Moiz RajaMerge "Bug 1637: Change Rpc actor calls to async"
2014-09-04 Devin AveryMerge "Initial clustering feature"
2014-09-04 Moiz RajaMerge "Install snapshot and Reply"
2014-09-04 Kamal RameshanInstall snapshot and Reply 65/9765/11
2014-08-11 Devin AveryMerge "BUG 907 distinguish augmented nodes"
2014-08-09 Moiz RajaMerge "Fix usage of StringBuilder when getting parent...
next