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

Reply via email to