Hi Nhat PhamI, Verified , I am pushing it.
-AVM On 5/4/2016 10:29 AM, A V Mahesh wrote: > Please hold > > is this patch on top of ckpt: init with clm before entering > initialize_for_assignment() [#1781] ? > > -AVM > > > On 5/4/2016 10:18 AM, A V Mahesh wrote: >> ACK >> >> Not tested. >> >> -AVM >> >> On 5/4/2016 10:10 AM, Nhat Pham wrote: >>> osaf/services/saf/cpsv/cpd/cpd_init.c | 2 ++ >>> 1 files changed, 2 insertions(+), 0 deletions(-) >>> >>> >>> Problem: >>> -------- >>> The function cpd_clm_init() doesn't exit after successfull operation. >>> This leads the clm handles finalized after function exit. As result ckpt >>> operations fails. >>> >>> Solution: >>> --------- >>> To exit cpd_clm_init() after function succeeds. >>> >>> diff --git a/osaf/services/saf/cpsv/cpd/cpd_init.c >>> b/osaf/services/saf/cpsv/cpd/cpd_init.c >>> --- a/osaf/services/saf/cpsv/cpd/cpd_init.c >>> +++ b/osaf/services/saf/cpsv/cpd/cpd_init.c >>> @@ -191,6 +191,8 @@ static SaAisErrorT cpd_clm_init(CPD_CB * >>> goto done; >>> } >>> >>> + return error; >>> + >>> done: >>> saClmFinalize(cb->clm_hdl); >>> >> ------------------------------------------------------------------------------ >> 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 > > ------------------------------------------------------------------------------ > 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 ------------------------------------------------------------------------------ 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
