Re: [openflowplugin-dev] Singleton Clustering issue

2017-02-22 Thread Anil Vishnoi
service instance on the third controller, so the ownership goes to the >> first controller. >> >> guo >> >> -- 原始邮件 -- >> *发件人:* "Anil Vishnoi";; >> *发送时间:* 2017年2月16日(星期四) 凌晨4:32 >> *收件人:* "Jozef Bacigál&quo

Re: [openflowplugin-dev] Singleton Clustering issue

2017-02-17 Thread Anil Vishnoi
er the >> service instance on the third controller, so the ownership goes to the >> first controller. >> >> guo >> >> -- 原始邮件 -- >> *发件人:* "Anil Vishnoi";; >> *发送时间:* 2017年2月16日(星期四) 凌晨4:32 >> *收件人:* "Jo

Re: [openflowplugin-dev] Singleton Clustering issue

2017-02-17 Thread Anil Vishnoi
> *发送时间:* 2017年2月16日(星期四) 凌晨4:32 > *收件人:* "Jozef Bacigál"; > *抄送:* "openflowplugin-dev@lists.opendaylight.org" in-...@lists.opendaylight.org>; > *主题:* Re: [openflowplugin-dev] Singleton Clustering issue > > Hi Jozef, > > I think this does not solve the issue, it

Re: [openflowplugin-dev] Singleton Clustering issue

2017-02-15 Thread Anil Vishnoi
Hi Jozef, I think this does not solve the issue, it actually will make sure that node deleted first and then added after that, so that user can see the node. But this delete and add, will create two data change notification for the application and will give a impression that device was disconnecte

Re: [openflowplugin-dev] Singleton Clustering issue

2017-02-14 Thread Luis Gomez Palacios
4, 2017 9:55 AM > *To:* Anil Vishnoi ; Abhijit Kumbhare < > abhijitk...@gmail.com>; Tomáš Slušný ; Shuva > Jyoti Kar ; Luis Gomez ; > Muthukumaran K > *Cc:* openflowplugin-dev@lists.opendaylight.org > *Subject:* Re: [openflowplugin-dev] Singleton Clustering issue > > >

Re: [openflowplugin-dev] Singleton Clustering issue

2017-02-14 Thread Jozef Bacigál
To: Anil Vishnoi ; Abhijit Kumbhare ; Tomáš Slušný ; Shuva Jyoti Kar ; Luis Gomez ; Muthukumaran K Cc: openflowplugin-dev@lists.opendaylight.org Subject: Re: [openflowplugin-dev] Singleton Clustering issue HI Anil, guys I am facing the same issue you are mentioned in Issue 2 with my single

Re: [openflowplugin-dev] Singleton Clustering issue

2017-02-14 Thread Jozef Bacigál
HI Anil, guys I am facing the same issue you are mentioned in Issue 2 with my single layer implementation. The plugin is not able to know if there is another controller connected to the switch so the only one and not good, even slow solution is/were (I am using right now) that if we lose master

[openflowplugin-dev] Singleton Clustering issue

2017-02-13 Thread Anil Vishnoi
Hi Jozef/Tomas/Luis, I was investigating Bug 7736 and came across few issue in our clustering implementation and also some limitation with singleton clustering as well. Issue 1 : Registering application on data change notification. In the curre