On Mon, 2009-04-13 at 09:51 +0530, prateek arora wrote: > Dear Sir , > > i start openais in two computers..... > > > > from one computer i write data into check point ... > > then /tmp/openais.conf show this information.... > > Apr 9 15:44:44 [CKPT ] decrementing node id 1141745856 0 > Apr 9 15:44:44 [CKPT ] decrementing node id 1141745856 0 >
which version? How do you write the checkpoint? Do you do a saCheckpointClose in your writing app or does that app call saCkptFinalize or exit? If you do, the checkpoint will only persist for the length of the retentionduration which is a time specified in nanoseconds for which the checkpoint should exist before being garbage collected. This retentionDuration field is set in the checkpoint creation attributes. sample test apps along with openais version number or revision id from svn would help if you set retention duration appropriately. Regards -steve > From another computer I want to read data from checkpoints: > > then /tmp/openais.conf show this information > > > > Apr 9 15:44:44 [CKPT ] checkpoint_find returned 0 calling error exit.. > > and I receive empty data in buffer... > > > > > plz suggest any solution > > Regards > > > Prateek Arora > > > _______________________________________________ > Openais mailing list > [email protected] > https://lists.linux-foundation.org/mailman/listinfo/openais _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
