Ack to this and the V3 patch. Tested 1760, 1762, 1794, 1738. They are not reproduced with this patch. This looks like a safe fix. Shall push this to address #1701. (I will continue to dig further in the background).
Thanks to HansN and GaryL. Mathi. > -----Original Message----- > From: Gary Lee [mailto:[email protected]] > Sent: Tuesday, May 03, 2016 9:37 AM > To: Mathivanan Naickan Palanivelu; [email protected]; > [email protected] > Cc: [email protected] > Subject: [PATCH 1 of 1] clms: change log level from error to notice when > clms_client_delete fails [#1701] > > 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
