On Thu, Apr 12, 2012 at 01:31:49PM +0000, Rakesh R wrote: > I have created a ledger and adding an entry to it. Say, the entry > has successfully sent to the server, but unfortunately the client > crashes just before the success response. After this, the recovery > operation(by opening the ledger) is failing. I feel, there could be a > chance of data loss due to this ? Failing how? The entry doesn't exist? The recovery should be fine in this case. The lastAddConfirmed should be 0, and the recovery operation should walk forward from 0 until it finds a entry is missing (in the case described, it'll find 1, and then not find 2).
Could you give more details on the failure? Stack traces, error codes, etc? -Ivan
