controller.git
9 years agoMake idle timeout configurable in ssh proxy server 00/12600/2
Maros Marsalek [Fri, 7 Nov 2014 12:31:48 +0000 (13:31 +0100)]
Make idle timeout configurable in ssh proxy server

Change-Id: Ia17b79331159dc04c2a837eacc33f3b7ac8033bc
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
9 years agoMerge "Fix raw references to Promise"
Tony Tkacik [Mon, 10 Nov 2014 08:56:24 +0000 (08:56 +0000)]
Merge "Fix raw references to Promise"

9 years agoMerge "Fix raw reference to Predicate"
Tony Tkacik [Mon, 10 Nov 2014 08:56:13 +0000 (08:56 +0000)]
Merge "Fix raw reference to Predicate"

9 years agoMerge "Fix raw ProtocolService references"
Tony Tkacik [Mon, 10 Nov 2014 08:56:02 +0000 (08:56 +0000)]
Merge "Fix raw ProtocolService references"

9 years agoMerge "Fix a raw ServiceReference"
Tony Tkacik [Mon, 10 Nov 2014 08:55:52 +0000 (08:55 +0000)]
Merge "Fix a raw ServiceReference"

9 years agoMerge "Fix a non-generic reference to DataContainerNode"
Tony Tkacik [Mon, 10 Nov 2014 08:55:47 +0000 (08:55 +0000)]
Merge "Fix a non-generic reference to DataContainerNode"

9 years agoMerge "Fix non-generic references to NormalizedNode"
Tony Tkacik [Mon, 10 Nov 2014 08:55:42 +0000 (08:55 +0000)]
Merge "Fix non-generic references to NormalizedNode"

9 years agoMerge changes I0fe4b78d,I3d3bc71b
Tony Tkacik [Mon, 10 Nov 2014 08:55:14 +0000 (08:55 +0000)]
Merge changes I0fe4b78d,I3d3bc71b

* changes:
  Fix non-generic reference to org.opendaylight.yangtools.yang.data.api.Node
  Fix non-generic references to java.util.Map

9 years agoMerge "Remove dead code in RuntimeMappingModule"
Tony Tkacik [Mon, 10 Nov 2014 08:54:36 +0000 (08:54 +0000)]
Merge "Remove dead code in RuntimeMappingModule"

9 years agoMerge "Do not override managed versions"
Tony Tkacik [Mon, 10 Nov 2014 08:54:13 +0000 (08:54 +0000)]
Merge "Do not override managed versions"

9 years agoMerge "Fix raw types in Neutron northbound"
Tony Tkacik [Mon, 10 Nov 2014 08:53:44 +0000 (08:53 +0000)]
Merge "Fix raw types in Neutron northbound"

9 years agoRemove dead code in RuntimeMappingModule 47/12647/4
Robert Varga [Fri, 7 Nov 2014 19:27:49 +0000 (20:27 +0100)]
Remove dead code in RuntimeMappingModule

RuntimeMappingModule.RuntimeGeneratedMappingServiceProxy is private and
not used locally. Remove it, as it also uses deprecated classes -- thus
eliminating quite a few eclipse warnings.

Change-Id: Ica5d11dfceb34435af30811c79f9c2bd194575a8
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoMerge changes I9865d0cd,Ic71d525f,Ib8faba91,Ia10e5ec9,I35591747,If456a131,I9f8709cc
Tony Tkacik [Sat, 8 Nov 2014 16:08:44 +0000 (16:08 +0000)]
Merge changes I9865d0cd,Ic71d525f,Ib8faba91,Ia10e5ec9,I35591747,If456a131,I9f8709cc

* changes:
  Fix non-generic references to List
  Hide XSQLBluePrintRelation.addToResult()
  Fix non-generic references to Set
  Fix HashMap references
  Fix raw references to java.lang.Class
  Fix raw references to NotificationListener
  Fix non-generic references to HashSet

9 years agoMerge changes I52c2aaab,I2509ed5e,Ic1d8a4e5,I73730f79,Ica1959e5,I0ce61b07
Tony Tkacik [Sat, 8 Nov 2014 16:06:15 +0000 (16:06 +0000)]
Merge changes I52c2aaab,I2509ed5e,Ic1d8a4e5,I73730f79,Ica1959e5,I0ce61b07

* changes:
  Fix a raw Dictionary reference
  Fix a raw Enumeration reference
  Fix a non-generic CheckedFuture
  Access static methods via class
  Remove unused local variable
  Fix non-generic references to Optional

9 years agoMerge "Do not create Map subclasses"
Tony Tkacik [Sat, 8 Nov 2014 15:59:58 +0000 (15:59 +0000)]
Merge "Do not create Map subclasses"

9 years agoFix raw references to Promise 38/12638/2
Robert Varga [Fri, 7 Nov 2014 18:22:24 +0000 (19:22 +0100)]
Fix raw references to Promise

Adds the proper type, so we do not have the warnings.

Change-Id: Ib02779460f60f54e31f64815fd5cc6f68460ba83
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix raw reference to Predicate 37/12637/2
Robert Varga [Fri, 7 Nov 2014 18:18:29 +0000 (19:18 +0100)]
Fix raw reference to Predicate

Adds Object as the input type, fixing a few eclipse warnings.

Change-Id: Ia04d2e51282adda7572b8296c5228f37a1232535
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix raw ProtocolService references 34/12634/2
Robert Varga [Fri, 7 Nov 2014 17:48:04 +0000 (18:48 +0100)]
Fix raw ProtocolService references

Adds a wildcard type to suppress an eclipse warning.

Change-Id: I7750d9202802e0785a0c71eafc4c062b5ed5c68e
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix a raw ServiceReference 33/12633/2
Robert Varga [Fri, 7 Nov 2014 17:46:58 +0000 (18:46 +0100)]
Fix a raw ServiceReference

Add the type argument to fix an eclipse warning.

Change-Id: I220858aa7c87d1616aede4f7d1b5e4822a3f0191
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix a non-generic reference to DataContainerNode 31/12631/2
Robert Varga [Fri, 7 Nov 2014 17:39:30 +0000 (18:39 +0100)]
Fix a non-generic reference to DataContainerNode

Just add a wildcards, as it's only used in a cast.

Change-Id: I0be921b5e63dcc3d0fa005a54c8a55dcfbffa866
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix non-generic references to NormalizedNode 30/12630/2
Robert Varga [Fri, 7 Nov 2014 17:38:43 +0000 (18:38 +0100)]
Fix non-generic references to NormalizedNode

Adds wildcard type arguments to get rid of eclipse warnings.

Change-Id: I16514de7e82b6cabdc9fc17cc76dcb0cbdbe76ce
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix non-generic reference to org.opendaylight.yangtools.yang.data.api.Node 29/12629/2
Robert Varga [Fri, 7 Nov 2014 17:31:55 +0000 (18:31 +0100)]
Fix non-generic reference to org.opendaylight.yangtools.yang.data.api.Node

Adds the proper wildcard to suppress warnings.

Change-Id: I0fe4b78d35fe16a068f10cc23393a27080178f69
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix a raw Dictionary reference 17/12617/2
Robert Varga [Fri, 7 Nov 2014 17:41:47 +0000 (18:41 +0100)]
Fix a raw Dictionary reference

Fix the cast to match the variable declaration.

Change-Id: I52c2aaab4f9df9699672042b23272a7b8cc54e98
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix non-generic references to java.util.Map 28/12628/2
Robert Varga [Fri, 7 Nov 2014 17:30:09 +0000 (18:30 +0100)]
Fix non-generic references to java.util.Map

Adds proper arguments. Also eliminates unneeded casts to Map.Entry,
caused by unnecessary loss of type.

Change-Id: I3d3bc71b88a404b02029d836a3d02d37e304c39e
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix a raw Enumeration reference 16/12616/2
Robert Varga [Fri, 7 Nov 2014 17:40:39 +0000 (18:40 +0100)]
Fix a raw Enumeration reference

Adds the proper type argument.

Change-Id: I2509ed5efc784ab5bef8a34aed66223c69cc41ab
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix a non-generic CheckedFuture 25/12625/2
Robert Varga [Fri, 7 Nov 2014 17:22:13 +0000 (18:22 +0100)]
Fix a non-generic CheckedFuture

This adds proper type, and actually amkes the code cleaner.

Change-Id: Ic1d8a4e526830dd9ce48e0677b97842def537cf4
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoAccess static methods via class 15/12615/2
Robert Varga [Fri, 7 Nov 2014 18:16:12 +0000 (19:16 +0100)]
Access static methods via class

Invocation is slightly faster and fixes eclipse warnings.

Change-Id: I73730f7903aa8f25786625aa4903dc66d4f61e09
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoRemove unused local variable 22/12622/2
Robert Varga [Fri, 7 Nov 2014 17:11:55 +0000 (18:11 +0100)]
Remove unused local variable

It does not use generic arguments, it's unused, and has overall no
impact (aside from eclipse warnings).

Change-Id: Ica1959e50f6e60a9431893e2ebee31a5595fc6db
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix non-generic references to Optional 21/12621/2
Robert Varga [Fri, 7 Nov 2014 17:09:24 +0000 (18:09 +0100)]
Fix non-generic references to Optional

Just adds arguments as needed.

Change-Id: I0ce61b07e3286a2d3415c92bbbe5e5bc28b5baef
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix non-generic references to List 24/12624/2
Robert Varga [Fri, 7 Nov 2014 17:18:22 +0000 (18:18 +0100)]
Fix non-generic references to List

Adds arguments as appropriate.

Change-Id: I9865d0cd56b9432be8cc079e32f5c6c513ba51e0
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoHide XSQLBluePrintRelation.addToResult() 23/12623/2
Robert Varga [Fri, 7 Nov 2014 17:17:32 +0000 (18:17 +0100)]
Hide XSQLBluePrintRelation.addToResult()

Also fixes non-generic references to List.

Change-Id: Ic71d525fde6b0c52a2aa181e0da4e6c50f140721
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix non-generic references to Set 20/12620/2
Robert Varga [Fri, 7 Nov 2014 17:07:21 +0000 (18:07 +0100)]
Fix non-generic references to Set

Adds arguments as appropriate.

Change-Id: Ib8faba91bd9fc8751014ea00f1859636e0fcda6d
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix HashMap references 18/12618/2
Robert Varga [Fri, 7 Nov 2014 16:56:34 +0000 (17:56 +0100)]
Fix HashMap references

This patch fixes missing generic arguments not being added to HashMap
references.

Change-Id: Ia10e5ec9dc3ac1f95fc08dcd11c6a963cec5da02
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix raw references to java.lang.Class 36/12636/2
Robert Varga [Fri, 7 Nov 2014 18:13:29 +0000 (19:13 +0100)]
Fix raw references to java.lang.Class

Fixes eclipse warnings just by adding either a wildcard, or the proper
type.

Change-Id: I35591747ae585f5af262f98c7592430d6a9268e2
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix raw references to NotificationListener 35/12635/2
Robert Varga [Fri, 7 Nov 2014 17:54:15 +0000 (18:54 +0100)]
Fix raw references to NotificationListener

The restconf broker has raw references, so modify the type definition to
allow passing the type down.

Change-Id: If456a1312d1ccce67987d0b4db1ba613b48d91db
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix non-generic references to HashSet 19/12619/2
Robert Varga [Fri, 7 Nov 2014 17:00:58 +0000 (18:00 +0100)]
Fix non-generic references to HashSet

Adds arguments and changes to use ImmutableSet.of() where that
is more straighforward.

Change-Id: I9f8709cc320ee9804eb2d83e552ec69cc99ee05a
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoDo not create Map subclasses 48/12648/3
Robert Varga [Fri, 7 Nov 2014 19:34:56 +0000 (20:34 +0100)]
Do not create Map subclasses

Rather than using subclasses for initialization, which require a serial
version, populate them normally -- thus fixing warnings.

Change-Id: Ia204b3ed6a58acaee1de2f1d780a9421cd0eea8f
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoDo not override managed versions 13/12613/2
Robert Varga [Fri, 7 Nov 2014 18:03:48 +0000 (19:03 +0100)]
Do not override managed versions

This fixes pom.xmls to not override managed versions. Should not result
in any version shift.

Change-Id: I0e30541f71118b8ec024b941b1f04e098f0b7179
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix raw types in Neutron northbound 51/12651/4
Robert Varga [Fri, 7 Nov 2014 20:14:17 +0000 (21:14 +0100)]
Fix raw types in Neutron northbound

Adds proper use of types and suppression magic to the factory method.

Change-Id: Ie217c7cfbe6553b1ad511e69bff9d06f7da94d5e
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoBUG 2339 : TransactionChain id created by the Clustered Data Store are not unique 58/12658/1
Moiz Raja [Sat, 8 Nov 2014 02:12:45 +0000 (18:12 -0800)]
BUG 2339 : TransactionChain id created by the Clustered Data Store are not unique

The fix is to use a simple atomically incrementing integer to form the transaction chain
identifier instead of using the system time.

I also added a few log statements in there which were helpful in debugging the issue.

Change-Id: Ie1465f1640d6be0ff9da0f66477ebafc7ebff137
Signed-off-by: Moiz Raja <moraja@cisco.com>
9 years agoMerge "Bug 2318: Follow-up changes for previous patch 12535"
Moiz Raja [Fri, 7 Nov 2014 20:41:48 +0000 (20:41 +0000)]
Merge "Bug 2318: Follow-up changes for previous patch 12535"

9 years agoMerge "BUG 2317 : StatisticsManager does not unregister from yang notifications on...
Tom Pantelis [Fri, 7 Nov 2014 18:42:12 +0000 (18:42 +0000)]
Merge "BUG 2317 : StatisticsManager does not unregister from yang notifications on close"

9 years agoBUG 2303 : Remove the implementation of AddRaftPeer/RemoveRaftPeer 07/12607/2
Moiz Raja [Tue, 4 Nov 2014 01:10:59 +0000 (17:10 -0800)]
BUG 2303 : Remove the implementation of AddRaftPeer/RemoveRaftPeer

It is both unused and incorrect

Change-Id: Ie0a9844ccf4de7dae68586954031599b55646c47
Signed-off-by: Moiz Raja <moraja@cisco.com>
9 years agoMerge "Bug-2301 - Clustering:Snapshots need not be stored in in-mem ReplicatedLog...
Moiz Raja [Fri, 7 Nov 2014 17:03:06 +0000 (17:03 +0000)]
Merge "Bug-2301 - Clustering:Snapshots need not be stored in in-mem ReplicatedLog for Installing snapshots"

9 years agoMerge "Update junit Assert imports"
Tony Tkacik [Fri, 7 Nov 2014 14:30:42 +0000 (14:30 +0000)]
Merge "Update junit Assert imports"

9 years agoMerge "Migrade JUnitMatchers references"
Tony Tkacik [Fri, 7 Nov 2014 14:30:28 +0000 (14:30 +0000)]
Merge "Migrade JUnitMatchers references"

9 years agoMerge "Remove unused imports"
Tony Tkacik [Fri, 7 Nov 2014 14:30:18 +0000 (14:30 +0000)]
Merge "Remove unused imports"

9 years agoMerge "Fix checkstyle warnings in opendaylight/netconf"
Tony Tkacik [Fri, 7 Nov 2014 14:30:01 +0000 (14:30 +0000)]
Merge "Fix checkstyle warnings in opendaylight/netconf"

9 years agoMerge "Fix checkstyle warnings in opendaylight/config"
Tony Tkacik [Fri, 7 Nov 2014 14:29:51 +0000 (14:29 +0000)]
Merge "Fix checkstyle warnings in opendaylight/config"

9 years agoMerge "Create config-artifacts"
Tony Tkacik [Fri, 7 Nov 2014 14:08:15 +0000 (14:08 +0000)]
Merge "Create config-artifacts"

9 years agoUpdate junit Assert imports 03/12603/1
Robert Varga [Fri, 7 Nov 2014 12:42:30 +0000 (13:42 +0100)]
Update junit Assert imports

JUnit 4.11 has moved Assert to org.junit, and deprecated
junit.framework.Assert. This adjust the imports to fix the warnings.

Change-Id: Iecbf2a1b4ae097989e840ad6f6d5bf759c521639
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoMigrade JUnitMatchers references 02/12602/1
Robert Varga [Fri, 7 Nov 2014 13:05:56 +0000 (14:05 +0100)]
Migrade JUnitMatchers references

With JUnit 4.11 JUnitMatchers.containsString() has been deprecated in
favor of org.hamcrest.CoreMatchers.containsString(). Same goes for
hasItem().

Change-Id: Ie11616588b126110579e92bfb4b72de022bf211c
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoRemove unused imports 01/12601/1
Robert Varga [Fri, 7 Nov 2014 12:49:49 +0000 (13:49 +0100)]
Remove unused imports

This fixes warnings stemming from unused imports.

Change-Id: I7e91ca9fdde55f19d0463c9f662ca96f8270c87d
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix checkstyle warnings in opendaylight/netconf 97/12597/2
Robert Varga [Fri, 7 Nov 2014 10:42:22 +0000 (11:42 +0100)]
Fix checkstyle warnings in opendaylight/netconf

Change-Id: I4f3da06f1166a924a4a7623047251167df84a389
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix checkstyle warnings in opendaylight/config 96/12596/2
Robert Varga [Fri, 7 Nov 2014 10:34:06 +0000 (11:34 +0100)]
Fix checkstyle warnings in opendaylight/config

Change-Id: Ie82918d2888b6271850e371340b46825079ad485
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix warnings in sal-akka-raft 72/12572/2
Robert Varga [Thu, 6 Nov 2014 12:42:52 +0000 (13:42 +0100)]
Fix warnings in sal-akka-raft

Make sure to add generic arguments to instantiation and do not use
deprecated junit classes.

Change-Id: I0a84c3c20125a00bb262bf4dfce30c77fcaa765d
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoAdd generic arguments to Answer 71/12571/2
Robert Varga [Thu, 6 Nov 2014 12:42:11 +0000 (13:42 +0100)]
Add generic arguments to Answer

Just use Object as the argument to get rid of the warnings.

Change-Id: I17d2ee9c518ed53c27bd5e1c330e7c161a388194
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoMerge "Introduce forwarding DOMData classes"
Tony Tkacik [Fri, 7 Nov 2014 10:30:22 +0000 (10:30 +0000)]
Merge "Introduce forwarding DOMData classes"

9 years agoMerge "Fix a typo in javadoc"
Tony Tkacik [Fri, 7 Nov 2014 10:29:10 +0000 (10:29 +0000)]
Merge "Fix a typo in javadoc"

9 years agoCreate config-artifacts 39/12439/2
Robert Varga [Tue, 21 Oct 2014 12:55:34 +0000 (14:55 +0200)]
Create config-artifacts

This creates a dedicated artifact for hoilding the config subsystem
artifacts, which then can be reused by downstream projects.

Change-Id: I94637d6b9266e845f7d53eae058b847a24795d0e
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoMerge "Bug 2233 - RPC register exception when rpc has no input"
Tony Tkacik [Fri, 7 Nov 2014 10:18:49 +0000 (10:18 +0000)]
Merge "Bug 2233 - RPC register exception when rpc has no input"

9 years agoMerge "BUG-2254 Make runtime rpcs in config subsystem/netconf handle context-instance...
Tony Tkacik [Fri, 7 Nov 2014 10:12:42 +0000 (10:12 +0000)]
Merge "BUG-2254 Make runtime rpcs in config subsystem/netconf handle context-instance attribute with namespaces"

9 years agoMerge "Fix logback-config warnings"
Tony Tkacik [Fri, 7 Nov 2014 10:06:13 +0000 (10:06 +0000)]
Merge "Fix logback-config warnings"

9 years agoMerge "Remove duplicate groupId"
Tony Tkacik [Fri, 7 Nov 2014 10:06:00 +0000 (10:06 +0000)]
Merge "Remove duplicate groupId"

9 years agoMerge "Fix warnings in netconfig-netty-util"
Tony Tkacik [Fri, 7 Nov 2014 10:05:48 +0000 (10:05 +0000)]
Merge "Fix warnings in netconfig-netty-util"

9 years agoMerge "Fix warnings in netconfig-monitoring"
Tony Tkacik [Fri, 7 Nov 2014 10:05:34 +0000 (10:05 +0000)]
Merge "Fix warnings in netconfig-monitoring"

9 years agoMerge "Fix cluster test warnings"
Tony Tkacik [Fri, 7 Nov 2014 10:05:22 +0000 (10:05 +0000)]
Merge "Fix cluster test warnings"

9 years agoMerge "Add serialversionUUID to cluster/datastore/modification"
Tony Tkacik [Fri, 7 Nov 2014 10:05:04 +0000 (10:05 +0000)]
Merge "Add serialversionUUID to cluster/datastore/modification"

9 years agoMerge "Fix raw Class in sal-distributed-datastore messages"
Tony Tkacik [Fri, 7 Nov 2014 10:04:46 +0000 (10:04 +0000)]
Merge "Fix raw Class in sal-distributed-datastore messages"

9 years agoMerge "Fix warnings in clustering"
Tony Tkacik [Fri, 7 Nov 2014 10:03:58 +0000 (10:03 +0000)]
Merge "Fix warnings in clustering"

9 years agoMerge "Fix warnings in config-manager"
Tony Tkacik [Fri, 7 Nov 2014 10:03:30 +0000 (10:03 +0000)]
Merge "Fix warnings in config-manager"

9 years agoMerge "Fix warnings in config-util"
Tony Tkacik [Fri, 7 Nov 2014 10:01:01 +0000 (10:01 +0000)]
Merge "Fix warnings in config-util"

9 years agoMerge "Fix warnings in neconf-util"
Tony Tkacik [Fri, 7 Nov 2014 10:00:48 +0000 (10:00 +0000)]
Merge "Fix warnings in neconf-util"

9 years agoMerge "Fix warnings in config-api tests"
Tony Tkacik [Fri, 7 Nov 2014 10:00:01 +0000 (10:00 +0000)]
Merge "Fix warnings in config-api tests"

9 years agoMerge "Do not override managed versions"
Tony Tkacik [Fri, 7 Nov 2014 09:59:34 +0000 (09:59 +0000)]
Merge "Do not override managed versions"

9 years agoBug-2301 - Clustering:Snapshots need not be stored in in-mem ReplicatedLog for Instal... 15/12515/5
Kamal Rameshan [Wed, 5 Nov 2014 00:50:26 +0000 (16:50 -0800)]
Bug-2301 - Clustering:Snapshots need not be stored in in-mem ReplicatedLog for Installing snapshots

1. Snapshots, once persisted to disk, would not be stored as part of ReplicatedLog in memory
2. An Install snapshot would initiate a snapshot capture and be sent to the follower
3. FollowerLogInformation in Leader has a stopwatch which helps to find if a given follower is active/up.

Rebased

Change-Id: If7aac2518a0f624a0cc121112ce165456d002a18
Signed-off-by: Kamal Rameshan <kramesha@cisco.com>
9 years agoBUG 2317 : StatisticsManager does not unregister from yang notifications on close 86/12586/1
Moiz Raja [Thu, 6 Nov 2014 22:44:40 +0000 (14:44 -0800)]
BUG 2317 : StatisticsManager does not unregister from yang notifications on close

Change-Id: I9506fda6f3068d1ed047177009542a240f7c0bb4
Signed-off-by: Moiz Raja <moraja@cisco.com>
9 years agoMerge "Bug 2318: Ensure previous Tx in chain is readied before creating the next"
Moiz Raja [Thu, 6 Nov 2014 23:17:04 +0000 (23:17 +0000)]
Merge "Bug 2318: Ensure previous Tx in chain is readied before creating the next"

9 years agoBUG 2325 : Value type of byte[] not recognized by the NormalizedNodeSerializer 40/12540/2
Moiz Raja [Wed, 5 Nov 2014 19:09:06 +0000 (11:09 -0800)]
BUG 2325 : Value type of byte[] not recognized by the NormalizedNodeSerializer

Change-Id: I16eab6cdbf7712624f2c1fafb5bf41107b6ae379
Signed-off-by: Moiz Raja <moraja@cisco.com>
(cherry picked from commit 819b04091a3d4d96612a1036228638a3b4e85d09)

9 years agoIntroduce forwarding DOMData classes 80/12580/2
Robert Varga [Thu, 6 Nov 2014 14:31:36 +0000 (15:31 +0100)]
Introduce forwarding DOMData classes

These classes are useful for implementing various decorator. Their sole
functionality is to forward calls to a backing instance.

Change-Id: I8a65283ab6e3f9787dc59f43d7b7e8eb37459538
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix a typo in javadoc 79/12579/1
Robert Varga [Thu, 6 Nov 2014 14:30:54 +0000 (15:30 +0100)]
Fix a typo in javadoc

Simple typo.

Change-Id: I9934e8674b0bb9c2dc8a28dcb189c213e7709cb9
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix logback-config warnings 70/12570/1
Robert Varga [Thu, 6 Nov 2014 12:40:50 +0000 (13:40 +0100)]
Fix logback-config warnings

We do not need to use raw types, so use proper generic arguments.

Change-Id: Ifcbce1eb924067db8077f43246f33e3f2ae746bb
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoRemove duplicate groupId 69/12569/1
Robert Varga [Thu, 6 Nov 2014 12:39:52 +0000 (13:39 +0100)]
Remove duplicate groupId

Specified groupId is the same as parent's -- so we do not need to
re-declare it.

Change-Id: I7610f6f4bbc4b303b0f3b6971822f8e715bf1a2e
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix warnings in netconfig-netty-util 57/12557/2
Robert Varga [Thu, 6 Nov 2014 10:48:33 +0000 (11:48 +0100)]
Fix warnings in netconfig-netty-util

Removes the use of deprecated junit classes and raw types.

Change-Id: Ibde538ae563a82a89b865d1ef9303a6e24a026f5
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix warnings in netconfig-monitoring 56/12556/2
Robert Varga [Thu, 6 Nov 2014 10:48:03 +0000 (11:48 +0100)]
Fix warnings in netconfig-monitoring

Removes the use of deprecated junit classes and raw types.

Change-Id: I594f2cc10771d8a5291cbab3f651a6fb01ac7a4c
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix cluster test warnings 55/12555/3
Robert Varga [Thu, 6 Nov 2014 10:11:36 +0000 (11:11 +0100)]
Fix cluster test warnings

Remove use of raw types, suppress serialVersionUUID warnings and the use
of deprecated junit classes.

Change-Id: I14f8e28b4bd27944b7001cbc1018479ae7b24f12
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoAdd serialversionUUID to cluster/datastore/modification 54/12554/3
Robert Varga [Thu, 6 Nov 2014 10:16:41 +0000 (11:16 +0100)]
Add serialversionUUID to cluster/datastore/modification

Serializable classes need to define this field. Also fixes the use of
raw NormalizedNode type.

Change-Id: I674b57d0eea60c1e015cd35eba6c407d29826216
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix raw Class in sal-distributed-datastore messages 53/12553/3
Robert Varga [Thu, 6 Nov 2014 10:06:51 +0000 (11:06 +0100)]
Fix raw Class in sal-distributed-datastore messages

Fixes the use of Class in the messages. Also makes sure exported
constants are really constant.

Change-Id: Ibc0f688e95e8a2c26d30407897aaf7c51323032e
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix warnings in clustering 52/12552/2
Robert Varga [Thu, 6 Nov 2014 10:03:05 +0000 (11:03 +0100)]
Fix warnings in clustering

Fixes the use of raw types.

Change-Id: I06d7935e6686bfceb3c574c9465a76adff2c825c
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix warnings in config-manager 51/12551/2
Robert Varga [Thu, 6 Nov 2014 10:01:16 +0000 (11:01 +0100)]
Fix warnings in config-manager

Fix the use of raw types, unnecessary casts and use of deprecated junit
classes.

Change-Id: I137793ccf28f62b0e477f6042293b8c3a50e98fe
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix warnings in config-util 50/12550/2
Robert Varga [Thu, 6 Nov 2014 09:59:52 +0000 (10:59 +0100)]
Fix warnings in config-util

Fix use of deprecated junit classes and unused imports.

Change-Id: I5262ac6e870edbd83d86cd56ecfc08c17eee1490
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix warnings in neconf-util 49/12549/2
Robert Varga [Thu, 6 Nov 2014 09:56:53 +0000 (10:56 +0100)]
Fix warnings in neconf-util

Remove use of raw types, unnecessary casts and use of deprecated junit
classes.

Change-Id: If7fb8b107a5b3086dc5f37d495def7db17363ced
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix warnings in config-api tests 48/12548/2
Robert Varga [Thu, 6 Nov 2014 09:55:01 +0000 (10:55 +0100)]
Fix warnings in config-api tests

Move to non-deprecated classes and fix the use of raw types.

Change-Id: I9ef7d36d1f294b634787738292deedc2546d4097
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoDo not override managed versions 47/12547/2
Robert Varga [Thu, 6 Nov 2014 09:52:49 +0000 (10:52 +0100)]
Do not override managed versions

Versions managed by parent, no need to specify them.

Change-Id: I70718711d3894c5edc6fd9ac66c453165124cac6
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoQuickfix: Changed used feature to odl-aaa-netconf-plugin 59/12559/3
Tony Tkacik [Thu, 6 Nov 2014 11:41:44 +0000 (12:41 +0100)]
Quickfix: Changed used feature to odl-aaa-netconf-plugin

AAA project renamed their netconf related feature without
introducing proper patchset into controller. This fixes
features.xml to reference properly new feature.

Change-Id: Ic0d512804a87f20f058462541cd061f83a8f52e7
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
9 years agoMerge "Remove l2switch sample"
Tony Tkacik [Thu, 6 Nov 2014 08:20:06 +0000 (08:20 +0000)]
Merge "Remove l2switch sample"

9 years agoBUG 2090 : Clustering : Bring akka-raft unit test coverage upto 80% 22/12522/1
Moiz Raja [Thu, 16 Oct 2014 23:51:46 +0000 (16:51 -0700)]
BUG 2090 : Clustering : Bring akka-raft unit test coverage upto 80%

Change-Id: I7b2b16aa42b655e924942f356602c64ccf6d86b7
Signed-off-by: Moiz Raja <moizr@dhcp-10-154-140-127.cisco.com>
9 years agoBUG-2254 Make runtime rpcs in config subsystem/netconf handle context-instance attrib... 86/12286/3
Maros Marsalek [Wed, 5 Nov 2014 13:29:55 +0000 (14:29 +0100)]
BUG-2254 Make runtime rpcs in config subsystem/netconf handle context-instance attribute with namespaces

Change-Id: I9ca4accdb10ba5a6b52ce9b8f7ad02a8cbe8743d
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
9 years agoMerge "Fix for Bug 2290."
Devin Avery [Tue, 4 Nov 2014 20:07:31 +0000 (20:07 +0000)]
Merge "Fix for Bug 2290."

9 years agoMerge "Introduce a benchmark for databroker"
Tony Tkacik [Tue, 4 Nov 2014 12:11:52 +0000 (12:11 +0000)]
Merge "Introduce a benchmark for databroker"