cpsv expects expirationTime the absolute time , but sample is passing relative time ,
as an impact the section leap times expiration time is being configured with huge value ,
so they are NOT being kept in free pool even after fist cycle of ckpt_test run ,
please check section 3.4.3.2 SaCkptSectionCreationAttributesT of CKPT Specification
change sample sample as below
//sectionCreationAttributes.expirationTime = 3600000000000ll; / One Hour /
sectionCreationAttributes.expirationTime = (SA_TIME_ONE_MINUTE +( time((time_t*)0) * 1000000000));
changeset: 6556:31d3cad4a73a
branch: opensaf-4.5.x
parent: 6551:3f1d22264b83
user: A V Mahesh mahesh.valla@oracle.com
date: Fri May 15 15:06:10 2015 +0530
summary: samples: ckpt_demo-set section expirationtime to absolute time [#1270]
changeset: 6557:fb6f7e3e3373
branch: opensaf-4.6.x
parent: 6554:c634cfc208bc
user: A V Mahesh mahesh.valla@oracle.com
date: Fri May 15 15:06:23 2015 +0530
summary: samples: ckpt_demo-set section expirationtime to absolute time [#1270]
changeset: 6558:add10e1e7657
tag: tip
parent: 6555:bccbae9e6fc7
user: A V Mahesh mahesh.valla@oracle.com
date: Fri May 15 15:06:34 2015 +0530
summary: samples: ckpt_demo-set section expirationtime to absolute time [#1270]
Related
Tickets:
#1270