Davi Braga
DEVELOPER
davi.gomes64
Hi all,I'm using libpmemobj in a scientific experiment and I'd appreciate if you folks could help me. According to this link, transactional operations are made in persistent memory through the usage of snapshots that are used later to roll back unfinished transactions. Is there any documentation that describes this process in more detail? For example, at which moment are the changes rolled back? What happens if a failure occurs during the roll back? If there is no such documentation, could you show me what are the source files related to the recovery process?