[controller-dev] load balancing in odl cluster

2017-04-12 Thread ????????
Hello,everyone, I have a question about if now we can achieve the business load balancing with odl controller cluster,which means if there are some outer requests sent to any odl controller in a cluster the requests can be loaded to other controllers for balancing. Is my questio

[controller-dev] CONTROLLER Carbon Blocker Bugs

2017-04-12 Thread Mike McCarthy
Based on our analysis, your project has Carbon Blocker Bug(s) that require attention and action in the Carbon Simultaneous Release [0]. https://bugs.opendaylight.org/show_bug.cgi?id=8206 IOException in initiateCaptureSnapshot https://bugs.opendaylight.org/show_bug.cgi?id=7583 Fix broken controller

[controller-dev] [release] Autorelease nitrogen failed to build sal-distributed-datastore from controller

2017-04-12 Thread Jenkins
Attention controller-devs, Autorelease nitrogen failed to build sal-distributed-datastore from controller in build 2. Attached is a snippet of the error message related to the failure that we were able to automatically parse as well as console logs. Console Logs: https://logs.opendaylight.org/r

Re: [controller-dev] InvalidActorNameException

2017-04-12 Thread Srini Seetharaman
> If it's important to you, you could of course propose a Gerrit change to > cherry-pick it to stable/boron yourself - so at least it would be in the > branch, in case a SR4 is every released (and you can build locally yourself > in the mean time). Done. Please merge. https://git.opendaylight.o

Re: [controller-dev] [netconf-dev] How to batch write requests to NETCONF device

2017-04-12 Thread Wenbo Hu
Maybe "YANG Patch" is what you are looking for. You can operate multiple operations within one request. Althogh YANG Patch implementation is not fully following RFC, it is a better way to perform atomic operations. You may check RFC first. https://tools.ietf.org/html/rfc8072 Also need to apply some

Re: [controller-dev] InvalidActorNameException

2017-04-12 Thread Michael Vorburger
On Mon, Apr 10, 2017 at 8:49 PM, Tom Pantelis wrote: > I guess it didn't make the SR3 cutoff. > > On Mon, Apr 10, 2017 at 2:23 PM, Srini Seetharaman < > srini.seethara...@gmail.com> wrote: > >> Ok. thanks! Likely that is my issue. Any reason this didn't make it to >> Boron? >> > If it's importan

[controller-dev] How to batch write requests to NETCONF device

2017-04-12 Thread Vikram Darsi
Hi Team We have a requirement to batch write requests to NETCONF device to ensure atomicity. So far we are discovering NETCONF devices data and mount it under topology "topology-netconf" in ODL and the writes could be on different sub trees of that node from RESTCONF. Now, we want to batch som