Hi Mahesh, Could you please help to push this patch? Thanks.
Best regards, Nhat Pham -----Original Message----- From: A V Mahesh [mailto:mahesh.va...@oracle.com] Sent: Thursday, April 28, 2016 10:46 AM To: Nhat Pham <nhat.p...@dektech.com.au>; anders.wid...@ericsson.com Cc: opensaf-devel@lists.sourceforge.net Subject: Re: [PATCH 1 of 1] cpnd: To change log message serverity to NO [#1786] ACK -AVM On 4/28/2016 8:39 AM, Nhat Pham wrote: > osaf/services/saf/cpsv/cpnd/cpnd_proc.c | 8 +++++++- > 1 files changed, 7 insertions(+), 1 deletions(-) > > > Change the serverity of the following log message to NO. > > ER cpnd receives CPND_EVT_D2ND_RDSET_INFO with START while ckpt_lcl_ref_cnt = 1 > > diff --git a/osaf/services/saf/cpsv/cpnd/cpnd_proc.c b/osaf/services/saf/cpsv/cpnd/cpnd_proc.c > --- a/osaf/services/saf/cpsv/cpnd/cpnd_proc.c > +++ b/osaf/services/saf/cpsv/cpnd/cpnd_proc.c > @@ -2354,7 +2354,13 @@ uint32_t cpnd_proc_rdset_start(CPND_CB * > } > > if (cp_node->ckpt_lcl_ref_cnt != 0) { > - LOG_ER("cpnd receives CPND_EVT_D2ND_RDSET_INFO with START while ckpt_lcl_ref_cnt = %d", cp_node->ckpt_lcl_ref_cnt); > + /* Ticket #1786 > + * The log message also happens in case interval between previous saCkptCheckpointClose() > + * and saCkptCheckpointOpen() is too short. In this case, the CPD processes the CPND_EVT_A2ND_CKPT_OPEN > + * (for saCkptCheckpointOpen()) before the CPND_EVT_D2ND_RDSET_INFO. > + * Then when CPND processes the CPND_EVT_D2ND_RDSET_INFO, it logs this message > + * although it is not an error in this case.*/ > + LOG_NO("cpnd receives CPND_EVT_D2ND_RDSET_INFO with START while ckpt_lcl_ref_cnt = %d", cp_node->ckpt_lcl_ref_cnt); > TRACE_LEAVE(); > return NCSCC_RC_FAILURE; > } ------------------------------------------------------------------------------ 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 Opensaf-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/opensaf-devel