controller.git
9 years agoMerge "BUG-2635 Netconf monitoring for md-sal netconf northbound"
Tony Tkacik [Mon, 23 Feb 2015 11:17:50 +0000 (11:17 +0000)]
Merge "BUG-2635 Netconf monitoring for md-sal netconf northbound"

9 years agoMerge "DOMDataTree APIs"
Tony Tkacik [Mon, 23 Feb 2015 11:12:25 +0000 (11:12 +0000)]
Merge "DOMDataTree APIs"

9 years agoMerge "Update JMX generator"
Tony Tkacik [Mon, 23 Feb 2015 10:46:08 +0000 (10:46 +0000)]
Merge "Update JMX generator"

9 years agoMerge "xsql should pull junit directly"
Tony Tkacik [Mon, 23 Feb 2015 10:45:09 +0000 (10:45 +0000)]
Merge "xsql should pull junit directly"

9 years agoBUG-2635 Netconf monitoring for md-sal netconf northbound 68/15468/5
Maros Marsalek [Wed, 18 Feb 2015 16:31:39 +0000 (17:31 +0100)]
BUG-2635 Netconf monitoring for md-sal netconf northbound

Monitoring for mdsal's netconf stores all available monitoring data in the datastore and provides get-schema operation

Change-Id: I573c5d57e5cf25d7688f3355b602327c7af75c65
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
9 years agoMerge "Migrate JMX plugin's use of BindingGeneratorUtil"
Tony Tkacik [Mon, 23 Feb 2015 10:44:52 +0000 (10:44 +0000)]
Merge "Migrate JMX plugin's use of BindingGeneratorUtil"

9 years agoMerge "Migrate deprecated guava methods"
Tony Tkacik [Mon, 23 Feb 2015 10:43:45 +0000 (10:43 +0000)]
Merge "Migrate deprecated guava methods"

9 years agoMerge "Do not override artifact versions"
Tony Tkacik [Mon, 23 Feb 2015 10:43:27 +0000 (10:43 +0000)]
Merge "Do not override artifact versions"

9 years agoMerge "Use Preconditions"
Tony Tkacik [Mon, 23 Feb 2015 10:43:13 +0000 (10:43 +0000)]
Merge "Use Preconditions"

9 years agoMerge "Do not override jsr305 version"
Tony Tkacik [Mon, 23 Feb 2015 10:43:00 +0000 (10:43 +0000)]
Merge "Do not override jsr305 version"

9 years agoDOMDataTree APIs 98/14998/12
Robert Varga [Thu, 5 Feb 2015 17:30:28 +0000 (18:30 +0100)]
DOMDataTree APIs

This patch introduces the end-user visible API model for interacting
with the conceptual data tree. Unlike our previous APIs, these revolve
around applications explicitly binding their inputs (former data change
listeners) and outputs (former explicit writes). This allows efficient
inter-datastore interactions to be maintained by understanding what
sort of output applications make and what sort of indexes are required
to feed them the data they require. Beryllium evolution will see the
DOMDataTreeListener being subscribed to an XQuery expression, thus
providing a dense definition of what data the applciation actually
extracts out of the subtree.

Change-Id: I11446ce7f8dbd7cf61540f72e463460b483ff15f
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoBUG-2635 Prepare netconf monitoring service for md-sal monitoring. 54/15254/8
Maros Marsalek [Fri, 13 Feb 2015 12:32:17 +0000 (13:32 +0100)]
BUG-2635 Prepare netconf monitoring service for md-sal monitoring.

So that the monitoring service provides all the information in one place.

Also move get-schema rpc into netconf-monitoring from netconf-impl.

Change-Id: Ia7dc47ea4997df417795f079a7c045709dbaaf47
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
9 years agoRemove required source element from Get operation for MDSAL 96/15496/4
Maros Marsalek [Thu, 19 Feb 2015 12:53:38 +0000 (13:53 +0100)]
Remove required source element from Get operation for MDSAL

Change-Id: I2c1495dfac8ecad00605f4df98b310b3d99ac4ed
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
9 years agoMerge "Make reconnect on capability changed truly optional"
Tony Tkacik [Mon, 23 Feb 2015 08:50:12 +0000 (08:50 +0000)]
Merge "Make reconnect on capability changed truly optional"

9 years agoMerge "Prevent multiple config pushers"
Tony Tkacik [Mon, 23 Feb 2015 08:49:48 +0000 (08:49 +0000)]
Merge "Prevent multiple config pushers"

9 years agoFix spurious failures in RaftActorTest due to RecoveryComplete 99/15599/2
tpantelis [Fri, 20 Feb 2015 10:23:09 +0000 (05:23 -0500)]
Fix spurious failures in RaftActorTest due to RecoveryComplete

testSaveSnapshotSuccessCallsDataPersistence fails sporadically due
to RecoveryComplete interfering with the test. In
handleCaptureSnapshotReply it sets replicatedToAllIndex in the
behavior. On RecoveryCompleted, it initializes the behavior which
creates a new Follower with replicatedToAllIndex initialized to -1.
Recovery is done asyn so if RecoveryCompleted occurs after
CaptureSnapshotReply, the test fails because replicatedToAllIndex
isn't the expected value.

We need to call waitForInitializeBehaviorComplete after creating the
MockRaftActor so recovery and behavior initialization is complete before
starting the tests.

Change-Id: I3176afbf7ac937550c33bdb57d14d6968dbc2514
Signed-off-by: tpantelis <tpanteli@brocade.com>
9 years agoMerge "Fix RaftActorTest.testRaftRoleChangeNotifier failure"
Moiz Raja [Sat, 21 Feb 2015 21:45:00 +0000 (21:45 +0000)]
Merge "Fix RaftActorTest.testRaftRoleChangeNotifier failure"

9 years agoBUG 2733 : Leader should always schedule heartbeats 76/15476/5
Moiz Raja [Wed, 18 Feb 2015 20:33:53 +0000 (12:33 -0800)]
BUG 2733 : Leader should always schedule heartbeats

This ensures that lagging or new followers are not starved as this
can potentially destabilize the cluster

Change-Id: Ic83d9d595a1222550286f3eb29d4cdef7bf1bccd
Signed-off-by: Moiz Raja <moraja@cisco.com>
9 years agoMerge "Fix for Bug 2727 - Upgrade Akka from 2.3.4 to 2.3.9"
Tom Pantelis [Sat, 21 Feb 2015 13:36:49 +0000 (13:36 +0000)]
Merge "Fix for Bug 2727 - Upgrade Akka from 2.3.4 to 2.3.9"

9 years agoUpdate JMX generator 38/15538/2
Robert Varga [Fri, 20 Feb 2015 11:09:37 +0000 (12:09 +0100)]
Update JMX generator

This takes advantage of the fact maven 3.1.1 supports slf4j natively.
Also fixup some of the coding style issues still present.

Change-Id: I37724cc0a5c194fc333c577f39deaf550c341d34
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoxsql should pull junit directly 89/15589/1
Robert Varga [Sat, 21 Feb 2015 10:20:45 +0000 (11:20 +0100)]
xsql should pull junit directly

Currently we pull junit transitively, which means it will break once the
transitive dependencies change.

Change-Id: I50ad5143811fb21d4719bd47085f366899ae7409
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoMerge "BUG 2702 : Switch to a low impact scheduling mechanism for IsolatedLeaderCheck"
Tom Pantelis [Sat, 21 Feb 2015 05:18:44 +0000 (05:18 +0000)]
Merge "BUG 2702 : Switch to a low impact scheduling mechanism for IsolatedLeaderCheck"

9 years agoMerge "BUG 2676 : Add a diagnostic log message to detect delay in ApplyState processing"
Tom Pantelis [Sat, 21 Feb 2015 05:17:41 +0000 (05:17 +0000)]
Merge "BUG 2676 : Add a diagnostic log message to detect delay in ApplyState processing"

9 years agoMerge "Revert "BUG-2637: migrate features""
Ed Warnicke [Sat, 21 Feb 2015 05:09:23 +0000 (05:09 +0000)]
Merge "Revert "BUG-2637: migrate features""

9 years agoRevert "BUG-2637: migrate features" 88/15588/1
Ed Warnicke [Sat, 21 Feb 2015 04:34:14 +0000 (04:34 +0000)]
Revert "BUG-2637: migrate features"

This reverts commit 300d247c3c68387bf0bed3fc9dd90558ebe01f3f.

300d247c3c68387bf0bed3fc9dd90558ebe01f3f broke because the flow-features were not migrated properly to openflowplugin.

Change-Id: I6502a93b10b4c5ee41d037da216092cdf003d17f
Signed-off-by: Ed Warnicke <eaw@cisco.com>
9 years agoMerge "BUG-2637: migrate features"
Anil Vishnoi [Fri, 20 Feb 2015 20:01:18 +0000 (20:01 +0000)]
Merge "BUG-2637: migrate features"

9 years agoBUG 2702 : Switch to a low impact scheduling mechanism for IsolatedLeaderCheck 48/15548/3
Moiz Raja [Fri, 20 Feb 2015 12:37:46 +0000 (04:37 -0800)]
BUG 2702 : Switch to a low impact scheduling mechanism for IsolatedLeaderCheck

Using the akka scheduler's schedule mechanism to schedule tasks can cause
disruption in processing messages as scheduled messages can get processed before
other messages. To avoid this we now generate an isolated leader check from
the heartbeat processor and avoid an extra scheduled task.

Change-Id: Ied6b518796da92742e2c61eebcd1e0a3415df66a
Signed-off-by: Moiz Raja <moraja@cisco.com>
9 years agoBUG 2676 : Add a diagnostic log message to detect delay in ApplyState processing 47/15547/3
Moiz Raja [Fri, 20 Feb 2015 12:15:27 +0000 (04:15 -0800)]
BUG 2676 : Add a diagnostic log message to detect delay in ApplyState processing

Log a message when ApplyState is processed 50 milliseconds after being generated

Change-Id: I7e101dab292b4a72d23904798dc2362a740e4c04
Signed-off-by: Moiz Raja <moraja@cisco.com>
9 years agoMerge "BUG 2676 : Add more context to the Initiate snapshot capture log message"
Tom Pantelis [Fri, 20 Feb 2015 19:18:47 +0000 (19:18 +0000)]
Merge "BUG 2676 : Add more context to the Initiate snapshot capture log message"

9 years agoMerge "BUG 2676 : Reduce default logging in Dummy Data Store"
Tom Pantelis [Fri, 20 Feb 2015 19:17:17 +0000 (19:17 +0000)]
Merge "BUG 2676 : Reduce default logging in Dummy Data Store"

9 years agoMerge "BUG 2676 : Add diagnostic message when AppendEntriesReply comes in very late"
Tom Pantelis [Fri, 20 Feb 2015 19:16:09 +0000 (19:16 +0000)]
Merge "BUG 2676 : Add diagnostic message when AppendEntriesReply comes in very late"

9 years agoMerge "BUG 2676 : Add some tuning parameters to improve performance of CDS"
Tom Pantelis [Fri, 20 Feb 2015 19:14:47 +0000 (19:14 +0000)]
Merge "BUG 2676 : Add some tuning parameters to improve performance of CDS"

9 years agoBUG-2637: migrate features 64/14464/10
Michal Rehak [Fri, 23 Jan 2015 21:12:26 +0000 (22:12 +0100)]
BUG-2637: migrate features

 - remove migrated features
 - integration test fix:
   - commented out dependencies to models affected by migration
   - adapted sal-binding-it in order not to push those models
     into pax-exam context
   - adapted sal-binding-broker-impl to use those models only in
     test scope
 - cleaned commented code/config

Change-Id: I8e09a7cd9ff9ba0f041abe1bf739be755aed3e8d
Signed-off-by: Michal Rehak <mirehak@cisco.com>
9 years agoBUG 2676 : Add more context to the Initiate snapshot capture log message 46/15546/2
Moiz Raja [Fri, 20 Feb 2015 11:57:36 +0000 (03:57 -0800)]
BUG 2676 : Add more context to the Initiate snapshot capture log message

Add more context in the Initiate snapshot capture log message so that when
a snapshot capture occurs due to lack of memory we can get a little more
detail from the logs.

Change-Id: I85647adcf74d7eb36f767ba5dd6824e64a802811
Signed-off-by: Moiz Raja <moraja@cisco.com>
9 years agoBUG 2676 : Reduce default logging in Dummy Data Store 43/15543/2
Moiz Raja [Fri, 20 Feb 2015 11:49:03 +0000 (03:49 -0800)]
BUG 2676 : Reduce default logging in Dummy Data Store

Reduce the default log level to error and added a diagnostic
log message to detect situations where an append entries does
not get sent in a reasonable amount of time (5 seconds)

Change-Id: I46b7b20688207318dcfec2b209519761ecf1d93d
Signed-off-by: Moiz Raja <moraja@cisco.com>
9 years agoBUG 2676 : Add diagnostic message when AppendEntriesReply comes in very late 42/15542/2
Moiz Raja [Fri, 20 Feb 2015 11:38:18 +0000 (03:38 -0800)]
BUG 2676 : Add diagnostic message when AppendEntriesReply comes in very late

Log an error message when an AppendEntriesReply arrives beyond the ElectionTimeout
period. This may help detect cases where messages are not being processed
fast enough by the actor system. This particular condition can cause a Leader to
become an IsolatedLeader even if the remote Follower is receiving heartbeats.

Change-Id: Id6a797820b63cb4f18c3d1bbd2781e72674aa9d8
Signed-off-by: Moiz Raja <moraja@cisco.com>
9 years agoMigrate JMX plugin's use of BindingGeneratorUtil 41/15541/1
Robert Varga [Fri, 20 Feb 2015 11:45:15 +0000 (12:45 +0100)]
Migrate JMX plugin's use of BindingGeneratorUtil

The functionality was moved to BindingMapping, so migrate this user.

Change-Id: I23581636182b1e63a82d8b50595c5aba5e5ffc5a
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoBUG 2676 : Add some tuning parameters to improve performance of CDS 36/15536/1
Moiz Raja [Fri, 20 Feb 2015 11:20:38 +0000 (03:20 -0800)]
BUG 2676 : Add some tuning parameters to improve performance of CDS

Added two parameters,
- throughput = 1 this is to make the dispatcher fair, which helps in preventing
  actor starvation
- SingleConsumerOnlyUnboundedMailbox which is a more efficient and recommended
  Mailbox to use in our case

I've tested both these settings and they seem to work pretty well and do not
contribute to destabilization

Change-Id: I5072f7dad7ad862eaafaada3e88d78600fb3665d
Signed-off-by: Moiz Raja <moraja@cisco.com>
9 years agoBUG 2734 : Use the 95th percentile number to determine backpressure 35/15535/1
Moiz Raja [Fri, 20 Feb 2015 10:53:20 +0000 (02:53 -0800)]
BUG 2734 : Use the 95th percentile number to determine backpressure

When running tests with OpenFlow I see the following transaction completion
times consistently for 127 and 255 switches with statistics on.

50% - 5-6 ms
75% - 7-8 ms
95% - 20-60 ms
98% - 100-160 ms

By using the 95th percentile number to determine transaction creation backpressure
we can safely increase our throughput without causing timeouts due to outliers.

Change-Id: I0d9739b3045afb389583f2dd18ac431215a28f84
Signed-off-by: Moiz Raja <moraja@cisco.com>
9 years agoMake reconnect on capability changed truly optional 95/15495/3
Maros Marsalek [Thu, 19 Feb 2015 12:53:08 +0000 (13:53 +0100)]
Make reconnect on capability changed truly optional

There was true by default hardcoded in the code ignoring configuration

Change-Id: If6d8acdfba350eaed65e660c7b9e994751e9ddf7
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
9 years agoPrevent multiple config pushers 94/15494/2
Maros Marsalek [Thu, 19 Feb 2015 10:46:17 +0000 (11:46 +0100)]
Prevent multiple config pushers

Up to this point, it was possible to spawn multiple config pushers.
This was probably already happening with no observable effect other than relatively frequent Optimistic lock failed exceptions from config subsystem.

Change-Id: Idf994c1a184a070a32440c57c5ca55a0740c21d6
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
9 years agoFix RaftActorTest.testRaftRoleChangeNotifier failure 47/15047/3
tpantelis [Fri, 20 Feb 2015 06:47:58 +0000 (01:47 -0500)]
Fix RaftActorTest.testRaftRoleChangeNotifier failure

I saw this test fail once:

   java.lang.AssertionError: expected:<3> but was:<2>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:555)
        at org.junit.Assert.assertEquals(Assert.java:542)
        at
org.opendaylight.controller.cluster.raft.RaftActorTest$13.<init>(RaftActorTest.java:894)
        at
org.opendaylight.controller.cluster.raft.RaftActorTest.testRaftRoleChangeNotifier(RaftActorTest.java:881)

The test has an arbitrary 2 sec wait before retrieving the collected
RoleChanged messages. With the election timeout and arbitrary GC and threading
delays, 2 sec may not be enough.

Arbitrary sleeps in tests are usually trouble - I made it deterministic
by waiting 5 sec for the expected messages.

Change-Id: I51c24a5844321bbd000a0460777d08b51a5f82c8
Signed-off-by: tpantelis <tpanteli@brocade.com>
9 years agoMigrate deprecated guava methods 89/15489/1
Robert Varga [Thu, 19 Feb 2015 10:16:54 +0000 (11:16 +0100)]
Migrate deprecated guava methods

sameThreadExecutor() has been deprecated, use its replacement instead.

Change-Id: Icf1fed34977bd64393f48fe9e9829bee7f7db846
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoUse Preconditions 87/15487/1
Robert Varga [Thu, 19 Feb 2015 08:32:05 +0000 (09:32 +0100)]
Use Preconditions

Instead of an explicit if/throw, use a checkState.

Change-Id: Ia871c93649bfa6bd2f6e2283a3baa7eca6a8ca91
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoDo not override artifact versions 86/15486/2
Robert Varga [Thu, 19 Feb 2015 08:26:59 +0000 (09:26 +0100)]
Do not override artifact versions

We already have these defined in appropriate management sections, no
need to override them here.

Change-Id: I529ade39566be065c6992ef1b72a3d8f0cdef076
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoRefactor AbstractRaftActorBehaviorTest and IsolatedLeaderTest 46/15446/3
tpantelis [Wed, 18 Feb 2015 02:26:21 +0000 (21:26 -0500)]
Refactor AbstractRaftActorBehaviorTest and IsolatedLeaderTest

Removed the Within blocks in tests.

Used TestActorFactory to create and cleanup actors.

Added some more assertions in some tests.

Change-Id: Idd790b97dd396c75676843779ceab192b848aa17
Signed-off-by: tpantelis <tpanteli@brocade.com>
9 years agoMerge "InstallSnapshot does not pass the term to the protobuff instance"
Moiz Raja [Fri, 20 Feb 2015 00:13:32 +0000 (00:13 +0000)]
Merge "InstallSnapshot does not pass the term to the protobuff instance"

9 years agoMerge "Initial message bus implementation"
Tony Tkacik [Thu, 19 Feb 2015 08:15:32 +0000 (08:15 +0000)]
Merge "Initial message bus implementation"

9 years agoMerge "BUG-2634 Config binding for netconf server"
Tony Tkacik [Thu, 19 Feb 2015 08:09:00 +0000 (08:09 +0000)]
Merge "BUG-2634 Config binding for netconf server"

9 years agoMerge "BUG-2633 - Netconf northbound mapping."
Tony Tkacik [Thu, 19 Feb 2015 08:07:49 +0000 (08:07 +0000)]
Merge "BUG-2633 - Netconf northbound mapping."

9 years agoMerge "BUG-2633 - Added Operation Service Factory Filtering for Netconf."
Tony Tkacik [Thu, 19 Feb 2015 08:07:18 +0000 (08:07 +0000)]
Merge "BUG-2633 - Added Operation Service Factory Filtering for Netconf."

9 years agoInstallSnapshot does not pass the term to the protobuff instance 72/15272/2
tpantelis [Wed, 11 Feb 2015 07:43:28 +0000 (02:43 -0500)]
InstallSnapshot does not pass the term to the protobuff instance

Change-Id: If84d7ddc81fd1ea154477fe9795bba9e748af24c
Signed-off-by: tpantelis <tpanteli@brocade.com>
9 years agoRefactor CandidateTest 40/15240/5
tpantelis [Wed, 11 Feb 2015 02:41:12 +0000 (21:41 -0500)]
Refactor CandidateTest

Removed the Within blocks in tests.

Used TestActorFactory to create and cleanup actors.

Added some more assertions in some tests.

Change-Id: I558876cd058a0ad7818317ec98fc93c4bde95630
Signed-off-by: tpantelis <tpanteli@brocade.com>
9 years agoRefactor FollowerTest 38/15238/3
tpantelis [Tue, 10 Feb 2015 21:08:36 +0000 (16:08 -0500)]
Refactor FollowerTest

Removed the Within blocks in tests.

Changed all the tests to use the leaderActor and followerActor class
members for consistency. The actors are killed on tearDown by the TestActorFactory.
The creation of a JavaTestKit block is no longer necessary and was removed from each test.

Added some more assertions in some tests.

Change-Id: Iee793c2b1129b5826dbd3c267c404aae30418fdb
Signed-off-by: tpantelis <tpanteli@brocade.com>
9 years agoMerge "Refactor LeaderTest"
Moiz Raja [Thu, 19 Feb 2015 21:34:47 +0000 (21:34 +0000)]
Merge "Refactor LeaderTest"

9 years agoMerge "Bug 2538: Remove redundant Augmentation checks and tests"
Tom Pantelis [Thu, 19 Feb 2015 20:57:45 +0000 (20:57 +0000)]
Merge "Bug 2538: Remove redundant Augmentation checks and tests"

9 years agoBUG-2682: switch sal-binding-dom-it to sal test models 62/15362/2
Michal Rehak [Thu, 5 Feb 2015 11:32:33 +0000 (12:32 +0100)]
BUG-2682: switch sal-binding-dom-it to sal test models

 - DilcardedDataChangeListenerTest
 - ConcurrentImplicitCreateTest
 - BrokerIntegrationTest
 - ChangeOriginatedInDomBrokerTest

Change-Id: I20f2c6d5d93a535f0ccfb0efc484ec099a75f53b
Signed-off-by: Michal Rehak <mirehak@cisco.com>
9 years agoMerge "Bug 2682 - Switch sal-binding-dom-it to sal-test-model"
Tony Tkacik [Thu, 19 Feb 2015 17:09:32 +0000 (17:09 +0000)]
Merge "Bug 2682 - Switch sal-binding-dom-it to sal-test-model"

9 years agoBug 2682 - Switch sal-binding-dom-it to sal-test-model 43/15343/4
Michal Rehak [Thu, 19 Feb 2015 12:39:06 +0000 (13:39 +0100)]
Bug 2682 - Switch sal-binding-dom-it to sal-test-model

* Migration to sal-test-model

Change-Id: If46014ec4cc8b3311a7766bcb2cb9a61b9e71592
Signed-off-by: Jan Hajnar <jhajnar@cisco.com>
Signed-off-by: Martin Bobak <mbobak@cisco.com>
Signed-off-by: Michal Rehak <mirehak@cisco.com>
9 years agoInitial message bus implementation 31/15031/8
Robert Varga [Sat, 7 Feb 2015 21:55:46 +0000 (22:55 +0100)]
Initial message bus implementation

This patch follows up on the API definition and builds a simple
implementation.

Change-Id: Ic128538a02d71a40ea44efe53f3c4b4503c068ac
Signed-off-by: Robert Gallas <rgallas@cisco.com>
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoIntroduce message bus models 29/15029/5
Robert Varga [Sat, 7 Feb 2015 20:12:07 +0000 (21:12 +0100)]
Introduce message bus models

This patch introduces the basic mechanics for integrating various event
sources across MD-SAL, effectively forming a message bus.

Change-Id: I5cbaf9c0975f38c3e3c05ab9862aacf20d2b57c6
Signed-off-by: Robert Gallas <rgallas@cisco.com>
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoRaft behavior logging 36/15036/14
tpantelis [Tue, 10 Feb 2015 06:07:28 +0000 (01:07 -0500)]
Raft behavior logging

Added more logging in the raft behavior classes where appropriate.

Reduced logging in some places to trace or removed redundant logging to
avoid too much output when debug level is enabled.

Removed isDebugEnabled() checks in various places where not needed to
improve test line coverage.

Also I found it useful to see the behavior's state in the log messages.
So I added a logName field and method to AbstractRaftBehavior that
is printed in each log message instead of just context.getId().

Also added/modified toString() in a few RaftRPC message classes.

Change-Id: Ic4d3c93e25d5caf16319b8433d54cab69b26f5c0
Signed-off-by: tpantelis <tpanteli@brocade.com>
9 years agoMerge "Bug-2692:Real snapshots should use the replicatedToAllIndex for clearing in...
Moiz Raja [Wed, 18 Feb 2015 22:38:50 +0000 (22:38 +0000)]
Merge "Bug-2692:Real snapshots should use the replicatedToAllIndex for clearing in-mem log"

9 years agoMerge "Make ReadData exception logging less noisy"
Tom Pantelis [Wed, 18 Feb 2015 21:51:47 +0000 (21:51 +0000)]
Merge "Make ReadData exception logging less noisy"

9 years agoMerge "Minor enhancements to dummy datastore"
Tom Pantelis [Wed, 18 Feb 2015 21:50:49 +0000 (21:50 +0000)]
Merge "Minor enhancements to dummy datastore"

9 years agoMinor enhancements to dummy datastore 23/15423/2
Moiz Raja [Tue, 17 Feb 2015 17:46:03 +0000 (09:46 -0800)]
Minor enhancements to dummy datastore

- Log Duplicate AppendEntries
- Enhance AppendEntries logging
- Make logging configurable
- Handle append entries with multiple entries
- Do not delay append entry reply for heartbeats, do so only for messages with entries

Change-Id: Ife856bb469e81c42d22ff4a6f13637ee2cf00cce
Signed-off-by: Moiz Raja <moraja@cisco.com>
9 years agoMake ReadData exception logging less noisy 24/15424/2
Moiz Raja [Tue, 17 Feb 2015 17:52:33 +0000 (09:52 -0800)]
Make ReadData exception logging less noisy

There is some component (openflow) which is reading data on a ClosedTransaction.
This is causing logging on the datastore side. The component itself seems to handle
the error reported by the datastore quietly, so switching the logging the error to
debug and logging full stack trace at trace level.

Change-Id: I3c118765dca7f4a50d26c8dd50eee96c65de1871
Signed-off-by: Moiz Raja <moraja@cisco.com>
9 years agoMerge "Introduce message bus models"
Tony Tkacik [Wed, 18 Feb 2015 16:12:06 +0000 (16:12 +0000)]
Merge "Introduce message bus models"

9 years agoDo not override jsr305 version 57/15457/2
Robert Varga [Wed, 18 Feb 2015 10:41:43 +0000 (11:41 +0100)]
Do not override jsr305 version

The override puts it at 2.0.1, odlparent has it 2.0.3, which causes
compile-time maven warnings. Remove the override.

Change-Id: I99b874977b670d8af811642ecb28c2240d965dfd
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoMerge "BUG-2573: mark CompositeNode-based RPC APIs obsolete"
Tony Tkacik [Wed, 18 Feb 2015 09:31:01 +0000 (09:31 +0000)]
Merge "BUG-2573: mark CompositeNode-based RPC APIs obsolete"

9 years agoMerge "Marked as deprecated all classes within protocol-framework."
Tony Tkacik [Wed, 18 Feb 2015 09:27:26 +0000 (09:27 +0000)]
Merge "Marked as deprecated all classes within protocol-framework."

9 years agoMigrate to MoreObjects.ToStringHelper 72/15372/3
Robert Varga [Mon, 16 Feb 2015 08:46:53 +0000 (09:46 +0100)]
Migrate to MoreObjects.ToStringHelper

Objects.ToStringHelper has been deprecated and moved to MoreObjects.
Adjust to this change.

Change-Id: Ibcaaebfe8e2cbbd77e624a53fc153d857b373a81
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoRefactor LeaderTest 08/15208/3
tpantelis [Tue, 10 Feb 2015 13:15:07 +0000 (08:15 -0500)]
Refactor LeaderTest

Removed the remaining Within blocks in tests.

Changed each test to use the leaderActor and followerActor class members for
consistency. The actors are killed on tearDown. The creation of a
JavaTestKit block is no longer necessary and was removed from each test.

Added a shorcut method createActorContextWithFollower that creates the
leader context and adds a peer follower. This eliminates some duplicate code
in the tests.

Added an expectFirstMatching method to MessageCollector that waits for
the message in contrast to getFirstMatching.

Added some more assertions in some tests.

Change-Id: Id4ee0291352999b31e40abd9895e3d0237acf432
Signed-off-by: tpantelis <tpanteli@brocade.com>
9 years agoBug-2692:Real snapshots should use the replicatedToAllIndex for clearing in-mem log 31/15131/12
Kamal Rameshan [Wed, 11 Feb 2015 07:24:55 +0000 (23:24 -0800)]
Bug-2692:Real snapshots should use the replicatedToAllIndex for clearing in-mem log

Similar to fake snapshots, real snapshots should also be using the replicatedToAllIndex.

replicatedToAllIndex is part of the RaftActorBehavior.

A performSnapshotWithoutCapture helper method is part of the AbstractRaftActorBehavior.

On CaptureSnapshotReply, we clear the log based on replicatedToAllIndex and the corresponding term.

Many of the existing tests seem to test out this changes and some were added and enhanced.

Bug-2715: Fix in-mem log cleanup for an Inactive follower

In case if one of the follower is down, rely on the memory usage to clear the log.

This is done in CaptureSnapshotReply

Change-Id: Ifb3ca19691f20735e3f84b968a7adf01398c20e0
Signed-off-by: Kamal Rameshan <kramesha@cisco.com>
9 years agoMerge "Bug-2692 : Eliminate InitiateInstallSnapshot"
Tom Pantelis [Tue, 17 Feb 2015 18:01:19 +0000 (18:01 +0000)]
Merge "Bug-2692 : Eliminate InitiateInstallSnapshot"

9 years agoFix for Bug 2727 - Upgrade Akka from 2.3.4 to 2.3.9 21/15421/1
Vamsi Devaki [Tue, 17 Feb 2015 16:56:54 +0000 (08:56 -0800)]
Fix for Bug 2727 - Upgrade Akka from 2.3.4 to 2.3.9

Change-Id: Ie53b582555622ee7b6fcf6ecf9c8a60056f95f44
Signed-off-by: Vamsi Devaki <vamsi.devaki@hp.com>
9 years agoMarked as deprecated all classes within protocol-framework. 04/15404/1
Dana Kutenicsova [Tue, 17 Feb 2015 10:28:04 +0000 (11:28 +0100)]
Marked as deprecated all classes within protocol-framework.

- this part of controller will be removed between M3 and M5
- if you're using it, rewrite your code to use netty directly

Change-Id: I864b914d885e15029bca903829c683306780a69d
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
9 years agoBUG-2634 Config binding for netconf server 04/15104/11
Maros Marsalek [Mon, 9 Feb 2015 14:44:01 +0000 (15:44 +0100)]
BUG-2634 Config binding for netconf server

MD-SAL based netconf northbound is activated using feature: odl-netconf-mdsal

Change-Id: I6b0ae0db30bb239fcd073883ffe76ff7c5fc0143
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
9 years agoBUG-2633 - Netconf northbound mapping. 52/15252/4
Maros Marsalek [Mon, 16 Feb 2015 09:36:48 +0000 (10:36 +0100)]
BUG-2633 - Netconf northbound mapping.

Supported operations for now are:
get, get-config - candidate and running datastore, without filtering
edit-config - only on candidate datastore
discard-changes
lock, unlock - supported only for compatibility reasons since we don't support locking of running datastore, and each session has it's own candidate datastore.
commit

Change-Id: Idb0bad09dc1d8925674576290fecb47ccd1e5dbd
Signed-off-by: Tomas Cere <tcere@cisco.com>
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
9 years agoBUG-2633 - Added Operation Service Factory Filtering for Netconf. 90/15190/9
Maros Marsalek [Mon, 16 Feb 2015 09:36:38 +0000 (10:36 +0100)]
BUG-2633 - Added Operation Service Factory Filtering for Netconf.

Since getting services is done by class name, we needed to add additional filtering by
name to not get controller subsystem netconf operations mixed up with md-sal northbound.

Change-Id: I6aeb161ae0ace977f590d73e4fcb98c0898b1956
Signed-off-by: Tomas Cere <tcere@cisco.com>
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
9 years agoRemove source element from get netconf rpc 68/15368/3
Maros Marsalek [Mon, 16 Feb 2015 16:05:36 +0000 (17:05 +0100)]
Remove source element from get netconf rpc

Change-Id: Ibe30fa36d7cfe86f908a296c7e4f50cc59453c9c
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
9 years agoBug-2692 : Eliminate InitiateInstallSnapshot 39/15239/5
Kamal Rameshan [Fri, 13 Feb 2015 07:40:38 +0000 (23:40 -0800)]
Bug-2692 : Eliminate InitiateInstallSnapshot

Change-Id: I7b8f68dc4a2fab9cc61776fe9ce0c58c8ded5242
Signed-off-by: Kamal Rameshan <kramesha@cisco.com>
9 years agoFix Guava 18 upgrade issue , Objects to MoreObjects 87/15387/3
Kamal Rameshan [Mon, 16 Feb 2015 22:07:17 +0000 (14:07 -0800)]
Fix Guava 18 upgrade issue , Objects to MoreObjects

Change-Id: I0792fc09fa18614b84a7b24601b08b8b3c2c1abf
Signed-off-by: Kamal Rameshan <kramesha@cisco.com>
9 years agoMerge "Fix reading operaional data for netconf mountpoint"
Tony Tkacik [Mon, 16 Feb 2015 11:26:50 +0000 (11:26 +0000)]
Merge "Fix reading operaional data for netconf mountpoint"

9 years agoMerge "Do not override odlparent properties"
Tony Tkacik [Mon, 16 Feb 2015 09:22:26 +0000 (09:22 +0000)]
Merge "Do not override odlparent properties"

9 years agoMerge "Remove xtend.version property"
Tony Tkacik [Mon, 16 Feb 2015 09:22:13 +0000 (09:22 +0000)]
Merge "Remove xtend.version property"

9 years agoFix reading operaional data for netconf mountpoint 49/15349/2
Maros Marsalek [Mon, 16 Feb 2015 08:44:26 +0000 (09:44 +0100)]
Fix reading operaional data for netconf mountpoint

Change-Id: I3c273500f0df6cfeed626a917a7039c8fc648fbf
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
9 years agoDo not override odlparent properties 25/15325/2
Robert Varga [Sat, 14 Feb 2015 20:02:34 +0000 (21:02 +0100)]
Do not override odlparent properties

These properties are defined upstream, no need to define them here.

Change-Id: Ieb5e12b74e5d333948410fa5329446ab59ad6967
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoRemove xtend.version property 24/15324/2
Robert Varga [Sat, 14 Feb 2015 19:56:51 +0000 (20:56 +0100)]
Remove xtend.version property

It is no longer needed, as odlparent has been fixed.

Change-Id: I56b891e6232e074bb5fed56b819312fb1305c4b9
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoAdd more context if a config push fails 19/15319/2
Robert Varga [Sat, 14 Feb 2015 09:48:09 +0000 (10:48 +0100)]
Add more context if a config push fails

This adds the current state to the error message.

Change-Id: I3c165d7aae7dcb7dba4a374e17390d643c6ed40b
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoFix neutron implicit osgi import 21/15321/1
Robert Varga [Sat, 14 Feb 2015 10:35:09 +0000 (11:35 +0100)]
Fix neutron implicit osgi import

Neutron northbound requires osgi-core but fails to mention it in
pom.xml. Fix that.

Change-Id: Id73bc2550c10268e30a852fb2dbde19a04c8b24d
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoBUG-1173: ensure compatibility with Guava 17+ 20/15320/2
Robert Varga [Mon, 9 Jun 2014 17:35:21 +0000 (19:35 +0200)]
BUG-1173: ensure compatibility with Guava 17+

This migrates the sole user to the Guava-15+ API, as the API is removed
in version 17.

Change-Id: I3bf52fb89116024e7305a142e6b1f6fec9985488
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoDefine xtend.version until it is remove from odlparent 16/15316/2
Robert Varga [Sat, 14 Feb 2015 09:16:52 +0000 (10:16 +0100)]
Define xtend.version until it is remove from odlparent

https://git.opendaylight.org/gerrit/15313 will remove references to it,
but until that happens, we need to provide an override.

Change-Id: Idfc7eef4e194d7011a608392de07813d7cc15113
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoBUG-1173: ensure compatibility with Guava 17+ 31/7831/8
Robert Varga [Mon, 9 Jun 2014 17:35:21 +0000 (19:35 +0200)]
BUG-1173: ensure compatibility with Guava 17+

This migrates the sole user to the Guava-15+ API, as the API is removed
in version 17.

Change-Id: Ia587465e0289f5d98ec3da83cc3fc6765f8a8b38
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoBUG-1173: remove explicit guava version 30/14830/7
Robert Varga [Wed, 4 Feb 2015 15:29:25 +0000 (16:29 +0100)]
BUG-1173: remove explicit guava version

Removes an explicit mention of 14.0.1 in favor of odlparent-provided
version.

Change-Id: Iea11d3a207ae4799ef736ef5804649a11340e3be
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoMake sure config-api brings in osgi-core 14/15314/1
Robert Varga [Sat, 14 Feb 2015 07:58:45 +0000 (08:58 +0100)]
Make sure config-api brings in osgi-core

config-api is used in config-generated code, which needs osgi for
compilation. Unfortunately augmenting all current users is prohibitive,
so just make sure all users inherit osgi-core as a compile-time
dependency.

The real fix is to create a parent, which will pull osgi-core into
artifacts which actually invoke yang-jmx-plugin.

Change-Id: I24caf20ea1ab0ce32f9d259ca650f38668a8c7a5
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoBUG-2573: mark CompositeNode-based RPC APIs obsolete 86/14686/16
Robert Varga [Mon, 2 Feb 2015 17:36:30 +0000 (18:36 +0100)]
BUG-2573: mark CompositeNode-based RPC APIs obsolete

With the advent of the NormalizedNode-based APIs, the users should be
moving towards implementation of those.

This is a placeholder, to be merged once a reference implementation is
available.

Change-Id: I7e321861d5100554dfde30c31ed47e585573be0a
Signed-off-by: Robert Varga <rovarga@cisco.com>
9 years agoMerge "BUG-2573: create DOMRpcRouter"
Tony Tkacik [Fri, 13 Feb 2015 09:30:12 +0000 (09:30 +0000)]
Merge "BUG-2573: create DOMRpcRouter"

9 years agoMerge "BUG-2626: activate enunciate only on jdk-1.7"
Tony Tkacik [Fri, 13 Feb 2015 09:29:35 +0000 (09:29 +0000)]
Merge "BUG-2626: activate enunciate only on jdk-1.7"

9 years agoMerge "BUG-2626: Do not override enunciate version"
Tony Tkacik [Fri, 13 Feb 2015 09:29:16 +0000 (09:29 +0000)]
Merge "BUG-2626: Do not override enunciate version"