Menu

#1270 samples: Ckpt sample correction required for section create attributes

4.7.FC
fixed
None
defect
ckpt
samples
4.5
minor
2015-08-25
2015-03-19
No

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));

Related

Tickets: #1270
Wiki: ChangeLog-4.5.2
Wiki: ChangeLog-4.6.1

Discussion

  • A V Mahesh (AVM)

    • Version: --> 4.5
     
  • A V Mahesh (AVM)

    • status: assigned --> review
     
  • A V Mahesh (AVM)

    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

  • A V Mahesh (AVM)

    • status: review --> fixed
     

Log in to post a comment.

MongoDB Logo MongoDB