ack. /Thanks HansN

On 05/03/2016 06:06 AM, Gary Lee wrote:
>   osaf/services/saf/clmsv/clms/clms_mbcsv.c |  2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
>
> An active clmd may send a checkpoint update to the standby clmd before cold 
> sync is complete.
> If a client_id deletion checkpoint is received by the standby,
> before the client_id is synced to the standby, it will print
> "clms_client_delete FAILED" in syslog which looks unnecessarily alarming.
>
> diff --git a/osaf/services/saf/clmsv/clms/clms_mbcsv.c 
> b/osaf/services/saf/clmsv/clms/clms_mbcsv.c
> --- a/osaf/services/saf/clmsv/clms/clms_mbcsv.c
> +++ b/osaf/services/saf/clmsv/clms/clms_mbcsv.c
> @@ -181,7 +181,7 @@ static uint32_t ckpt_proc_finalize_rec(C
>       }
>       /* Free all resources allocated by this client. */
>       if ((rc = clms_client_delete(param->client_id)) != 0) {
> -             LOG_ER("clms_client_delete FAILED: %u", rc);
> +             LOG_NO("clms_client_delete FAILED: %u", rc);
>               return SA_AIS_ERR_BAD_HANDLE;
>       }
>   


------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Opensaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to