Hi Thomas,

It looks like the two-phase commit has an issue. Namely, committing
(and perhaps rolling back too, but I've not checked that) a prepared
transaction does not truncate the transaction log. In turns this leads
up to enormously growing DB files and a "pageStore: Transaction log
could not be truncated" warning in *.trace.db.
Temporarily as a workaround I explicitly do CHECKPOINT after
committing/rolling back a prepared transaction. This resolves the
issue but I believe that checkpointing should be automatic.


Regards,
wburzyns

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to