Re: BookKeeper Doubts

2010-07-19 Thread André Oriani
I filled ZOOKEEPER-824 and ZOOKEEPER-825 tks, André On Mon, Jul 19, 2010 at 19:44, Benjamin Reed wrote: > you have concluded correctly. > > 1) bookkeeper was designed for a process to use as a write-ahead log, so as > a simplifying assumption we assume a single writer to a log. we should be > t

Re: BookKeeper Doubts

2010-07-19 Thread Benjamin Reed
you have concluded correctly. 1) bookkeeper was designed for a process to use as a write-ahead log, so as a simplifying assumption we assume a single writer to a log. we should be throwing an exception if you try to write to a handle that you obtained using openLedger. can you open a jira for

BookKeeper Doubts

2010-07-17 Thread André Oriani
Hi, I was not sure if I had understood the behavior of BookKeeper from documentation. So I made a little program, reproduced below, to see what BookKeeper looks like in action. Assuming my code is correct ( you never know when your code has some nasty obvious bugs that only other person than yo