[devel] [PATCH 1/1] log: Fix the last value of logRecordDestinationConfiguration is not deleted [#3014]

2019-03-01 Thread Canh Van Truong
When using the command "immcfg logConfig=1,safApp=safLogService -a logRecordDestinationConfiguration-=" If there is just one value in the multi attribute and we delete last one, the value will be deleted in imm database but it is not deleted in LGD. The patch update the attribute

[devel] [PATCH 0/1] Review Request for log: Fix the last value of logRecordDestinationConfiguration is not deleted [#3014]

2019-03-01 Thread Canh Van Truong
Summary: log: Fix the last value of logRecordDestinationConfiguration is not deleted [#3014] Review request for Ticket(s): 3014 Peer Reviewer(s): Vu, Lennart Pull request to: *** LIST THE PERSON WITH PUSH ACCESS HERE *** Affected branch(es): develop Development branch: ticket-3014 Base revision:

[devel] [PATCH 1/1] nid: fix opensafd crashed during start-up [#3013]

2019-03-01 Thread Vu Minh Nguyen
There is a dependency b/w svc_monitor_thread and spawn_services. The coredump happens when spawn_services is executed while the thread has not yet started. In this case, data is sent to the pipe but no one consumed it. When it comes to consume the data, will get unexpected data and crash the

[devel] [PATCH 0/1] Review Request for nid: fix opensafd crashed during start-up [#3013] V2

2019-03-01 Thread Vu Minh Nguyen
Summary: nid: fix opensafd crashed during start-up [#3013] Review request for Ticket(s): 3013 Peer Reviewer(s): Hans Pull request to: *** LIST THE PERSON WITH PUSH ACCESS HERE *** Affected branch(es): develop Development branch: ticket-3013 Base revision: 1f9cf4636b07d28a906f62b44144c337c5280f1a

Re: [devel] [PATCH 0/1] Review Request for amfd: increase mds priority of amfnd down event [#3015]

2019-03-01 Thread Thang Nguyen
Hi Minh, I posted the syslog and trace on the ticket. B.R /Thang -Original Message- From: Minh Hon Chau Sent: Friday, March 1, 2019 3:27 PM To: thang.d.nguyen ; gary@dektech.com.au; Hans Nordeback Cc: opensaf-devel@lists.sourceforge.net Subject: Re: [PATCH 0/1] Review Request

Re: [devel] [PATCH 0/1] Review Request for amfd: increase mds priority of amfnd down event [#3015]

2019-03-01 Thread Minh Hon Chau
Hi Thang, + Hans If the issue is reproducible, can you upload the full log/trace to ticket please? Thanks Minh On 27/2/19 10:17 am, thang.d.nguyen wrote: Summary: amfd: increase mds priority of amfnd down event [#3015] Review request for Ticket(s): 3015 Peer Reviewer(s): Gary, Minh Pull

[devel] [PATCH 0/1] Review Request for amfd: increase mds priority of amfnd down event [#3015]

2019-03-01 Thread thang.d.nguyen
Summary: amfd: increase mds priority of amfnd down event [#3015] Review request for Ticket(s): 3015 Peer Reviewer(s): Gary, Minh Pull request to: Minh Affected branch(es): develop Development branch: ticket-3015 Base revision: 1f9cf4636b07d28a906f62b44144c337c5280f1a Personal repository:

[devel] [PATCH 1/1] amfd: increase mds priority of amfnd down event [#3015]

2019-03-01 Thread thang.d.nguyen
To avoid the issue a node can not join the cluster when the PBE hung. --- src/amf/amfd/mds.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amf/amfd/mds.cc b/src/amf/amfd/mds.cc index 108f9b8..41b9325 100644 --- a/src/amf/amfd/mds.cc +++ b/src/amf/amfd/mds.cc @@ -457,7