Re: Snapshot on startup

2010-09-28 Thread Diogo Becker
On Tue, 2010-09-21 at 13:36 -0400, Jared Cantwell wrote: > Hey all, > > I was looking at the code that loads the snapshots/logged transactions > into the database on startup, and noticed that the FileTxnSnapLog > initializes the log iterator to the last transaction committed to the > snapshot (res

Re: Snapshot on startup

2010-09-27 Thread Patrick Hunt
Doesn't seem to be ringing a bell with anyone, please enter a JIRA. Thanks, Patrick On Tue, Sep 21, 2010 at 10:36 AM, Jared Cantwell wrote: > Hey all, > > I was looking at the code that loads the snapshots/logged transactions > into the database on startup, and noticed that the FileTxnSnapLog >

Snapshot on startup

2010-09-21 Thread Jared Cantwell
Hey all, I was looking at the code that loads the snapshots/logged transactions into the database on startup, and noticed that the FileTxnSnapLog initializes the log iterator to the last transaction committed to the snapshot (restore()). This causes the last transaction to be processed, even thou