Re: [devel] [PATCH 1/1] amf: change the way amfd handle amfnd down [#2891]

2018-07-13 Thread Minh Hon Chau
Hi Thuan, ack from me. Thanks Minh On 12/07/18 20:22, thuan.tran wrote: There is a case that after AMFD send reboot order due to “out of sync window”. AMFD receive CLM track callback but node is not AMF member yet and delete node from node_id_db. Later AMFND down handler will do nothing

Re: [devel] [PATCH 1/1] amf: change the way amfd handle amfnd down [#2891]

2018-07-12 Thread nagendra
Hi Thuan, Ack. Thanks, Nagendra, 91-9866424860 www.hasolutions.in https://www.linkedin.com/company/hasolutions/ High Availability Solutions Pvt. Ltd. - OpenSAF support and services - Original Message - Subject: [PATCH 1/1] amf: change the way amfd handle amfnd

Re: [devel] [PATCH 1/1] amf: change the way amfd handle amfnd down [#2891]

2018-07-12 Thread Tran Thuan
Hi Minh, Nagu, Ok, I send out new version V5 as your suggestion. Best Regards, Thuan -Original Message- From: Minh Hon Chau Sent: Thursday, July 12, 2018 1:36 PM To: thuan.tran ; nagen...@hasolutions.in; hans.nordeb...@ericsson.com; gary@dektech.com.au Cc:

Re: [devel] [PATCH 1/1] amf: change the way amfd handle amfnd down [#2891]

2018-07-12 Thread Minh Hon Chau
Hi Thuan, I think what Nagu suggested is sufficiently good to fix the issue in this ticket. Regarding the @synced_headless you add, what I see in your patch for now, if active amfd has not created synced assignments, and mds down comes, amfd does not call avd_node_failover. That could cause

Re: [devel] [PATCH 1/1] amf: change the way amfd handle amfnd down [#2891]

2018-07-11 Thread nagendra
Hi Thuan, Nice work. Ack from me(I am not sure about headless use case.) Thanks, Nagendra, 91-9866424860 www.hasolutions.in https://www.linkedin.com/company/hasolutions/ High Availability Solutions Pvt. Ltd. - OpenSAF support and services - Original

[devel] [PATCH 1/1] amf: change the way amfd handle amfnd down [#2891]

2018-07-11 Thread thuan.tran
There is a case that after AMFD send reboot order due to “out of sync window”. AMFD receive CLM track callback but node is not AMF member yet and delete node. Later AMFND MDS down will do nothing since it cannot find the node. When node reboot up, AMFD continue use old msg_id counter send to AMFND