Re: [controller-dev] How to upgrade the odl when my switch is connected the controller

2017-02-23 Thread Ryan Goulding
Hi Xiaohongaifeng, ISSU is not supported at present. Regards, Ryan On Thu, Feb 23, 2017 at 8:00 PM, xiaohongaifeng wrote: > Hello everyone >I use the odl to manage my switch flow, and the switch works > well, but right now I want to upgrade the contoller since I fix some bugs, > y

[controller-dev] How to upgrade the odl when my switch is connected the controller

2017-02-23 Thread xiaohongaifeng
Hello everyone I use the odl to manage my switch flow, and the switch works well, but right now I want to upgrade the contoller since I fix some bugs, you know, if I replace the JAR file, I must stop the controller and the switch will disconnect the odl, but I do not want the switch d

[controller-dev] A fragmentation/defragmentation component for eliminating latency cross-talk between components

2017-02-23 Thread han.jie
Hello,All: I am very sorry about my last mail,there is something wrong with the character set. As mentioned in https://bugs.opendaylight.org/show_bug.cgi?id=2890 " One additional improvement we can do with Artery is to separate messages into separate subchannels, hence eliminating la

Re: [controller-dev] [opendaylight-dev] Karaf 4 based integration tests

2017-02-23 Thread Lori Jakab
On Wed, Feb 22, 2017 at 2:16 PM, Robert Varga wrote: > > > On 02/22/2017 11:51 AM, Lori Jakab wrote: > > > > org.opendaylight.controller.blueprint/0.6.0.SNAPSHOT: missing > > requirement [org.opendaylight.controller.blueprint/0.6.0.SNAPSHOT] > > osgi.wiring.package; > > filter:="(&(osgi.wiring.pa

Re: [controller-dev] How to conveniently deploy odl cluster

2017-02-23 Thread Tom Pantelis
Only the RPC building blocks for adding/removing replicas have been implemented upstream. The akka.conf has to be updated as well so the new node can join the existing cluster, which one could script. On Thu, Feb 23, 2017 at 3:53 AM, bjb wrote: > > Thanks a lot for your suggestion. > > I read th

[controller-dev] A solution for eliminating latency cross-talk between components

2017-02-23 Thread han.jie
Hello,All: As mentioned in https://bugs.opendaylight.org/show_bug.cgi?id=2890 " One additional improvement we can do with Artery is to separate messages into separate subchannels, hence eliminating latency cross-talk between components. Specifically: - RAFT messages should use one subc

Re: [controller-dev] Shard leader down scenario

2017-02-23 Thread Tom Pantelis
You can add a callback that gets executed asynchronously when the future completes, eg SettableFuture> rpcResultFuture = SettableFuture.create(); Futures.addCallback(checkedFuture, new FutureCallback() { @Override public void onSuccess(final Void notUsed) { rp

controller-dev@lists.opendaylight.org

2017-02-23 Thread Esther Terrero
Hi Alexis, Thanks a lot !! I see that the video was published yesterday so just cooked :) Yes, I knew about Daexim project but since I saw on its Lifecycle state that it was on incubation I thought that it was on really preliminary stages. On the video it is said that it will be available in C

Re: [controller-dev] How to conveniently deploy odl cluster

2017-02-23 Thread bjb
Thanks a lot for your suggestion. I read the setup_cluster.sh, it achieves what I am seeking. I have another doubt, will the odl cluster supports dynamic add or remove cluster member in the future? If so, how to deal with the *.conf. At 2017-02-23 09:23:46, "Jamo Luhrsen" wrote: >also,