> Recently upgraded to 0.8.1 and noticed what seems to be missing data after a > commitlog replay on a single-node cluster. I start the node, insert a bunch > of stuff (~600MB), stop it, and restart it. There are log messages
If you stop by a kill, make sure you use batched commitlog synch mode instead of periodic if you want guarantees on individual writes. (I don't believe you'd expect a significant disk space discrepancy though since in practice the delay until write() should be small. But don't quote me on this because I'd have to check the code to make sure that commit log reply isn't dependent on some marker that isn't written until commit log synch.) -- / Peter Schuller (@scode on twitter)