[devel] [PATCH 1/1] dtm: improve time value in a trace record [#3144]

2020-01-23 Thread Thanh Nguyen
In the trace record the time value is generated after acquiring the mutex. The time value is improved when generated before seizing the mutext. --- src/base/logtrace.cc| 2 +- src/base/logtrace_client.cc | 18 +- src/base/logtrace_client.h | 13 ++--- 3 files chan

[devel] [PATCH 0/1] Review Request for dtm: improve time value in a trace record [#314

2020-01-23 Thread Thanh Nguyen
Summary: dtm: improve time value in a trace record [#3144] Review request for Ticket(s): 3144 Peer Reviewer(s): *** LIST THE TECH REVIEWER(S) / MAINTAINER(S) HERE *** Pull request to: *** LIST THE PERSON WITH PUSH ACCESS HERE *** Affected branch(es): develop Development branch: ticket-3144 Base rev

[devel] [PATCH 1/1] dtm: improve time accuracy in a trace record [#3144]

2020-01-23 Thread Thanh Nguyen
In the trace record the time value is generated after acquiring the mutex. The time accuracy is improved when generated before seizing the mutext. --- src/base/logtrace.cc| 2 +- src/base/logtrace_client.cc | 18 +- src/base/logtrace_client.h | 13 ++--- 3 files c

[devel] [PATCH 0/1] Review Request for dtm: improve time value in a trace record [#3144]

2020-01-23 Thread Thanh Nguyen
Summary: dtm: improve time accuracy in a trace record [#3144] Review request for Ticket(s): 3144 Peer Reviewer(s): *** LIST THE TECH REVIEWER(S) / MAINTAINER(S) HERE *** Pull request to: *** LIST THE PERSON WITH PUSH ACCESS HERE *** Affected branch(es): develop Development branch: ticket-3144 Base

[devel] [PATCH 1/1] fmd: Do not send RDE to set active role if opensaf_quick_reboot is executed [#3146]

2020-01-23 Thread Minh Chau
If a SC is separated from cluster, fmd calls opensaf_quick_reboot(). The reboot script returns yet the node has not been coming down. In the code after opensaf_quick_reboot(), fmd tells rde to promote to active. Hence, there is a short period of having two 2 active SC This patch makes fmd to stop

[devel] [PATCH 0/1] Review Request for fmd: Do not send RDE to set active role if opensaf_quick_reboot is executed [#3146]

2020-01-23 Thread Minh Chau
Summary: fmd: Do not send RDE to set active role if opensaf_quick_reboot is executed [#3146] Review request for Ticket(s): 3146 Peer Reviewer(s): Gary Pull request to: *** LIST THE PERSON WITH PUSH ACCESS HERE *** Affected branch(es): develop Development branch: ticket-3146 Base revision: f03fe23c

Re: [devel] [PATCH 1/1] fmd: Do not send RDE to set active role if opensaf_quick_reboot is executed [#3146]

2020-01-23 Thread Gary Lee
Hi Minh ack — From: Minh Chau Sent: Friday, January 24, 2020 11:35:29 AM To: Gary Lee Cc: opensaf-devel@lists.sourceforge.net ; Minh Hon Chau Subject: [PATCH 1/1] fmd: Do not send RDE to set active role if opensaf_quick_reboot is executed [#3146] If a SC is

Re: [devel] [PATCH 1/1] dtm: improve time accuracy in a trace record [#3144]

2020-01-23 Thread Peter McIntyre
Hi Thanh, ACK. Best regards, Peter -Original Message- From: Thanh Nguyen Sent: Friday, 24 January 2020 11:35 AM To: Peter McIntyre ; Minh Hon Chau Cc: opensaf-devel@lists.sourceforge.net; Thanh Nguyen Subject: [PATCH 1/1] dtm: improve time accuracy in a trace record [#3144] In th