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
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
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
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
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
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
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
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
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,