On Mon, Jun 9, 2014 at 11:44 AM, Jaln <[email protected]> wrote: > Thank you Sijie, > > I have a question about the parameter 'throttle', to me, its like batching > the pending requests, but why in the paper, it said bookkeeper doesn't use > batch? >
the client doesn't batch the requests sent to bookies. so throttle here is actually a rate limiter. it would limit the rate that client sending requests, not to overwhelm the bookies. > > Best, > Jaln > > > On Fri, Jun 6, 2014 at 12:38 AM, Sijie Guo <[email protected]> wrote: > > > try run: > > > > 'bin/bookkeeper localbookie 0' => to run a zk only locally > > 'bin/bookkeeper bookie' => run a bookie use conf/bk_server.conf, so you > > could modify the configuration file. > > > > if you are going to run multiple bookies, use different configuration > files > > and override BOOKIE_CONF to point to different file when run > > "bin/bookkeeper bookie'. > > > > BTW, you might need to keep in mind: you might need separate zk and > bookies > > for doing real benchmarking. > > > > - Sijie > > > > > > On Thu, Jun 5, 2014 at 9:39 PM, Jaln <[email protected]> wrote: > > > > > I run locally, like /bin/bookkeeper localbookie 3 > > > the code from rakesh seems not working, bc there are more than places > for > > > matching the directory. > > > so, in my test, I modified all the places (I don't know where is the > > major > > > place) > > > > > > Thanks, > > > Jaln > > > > > > > > > -- > > Genius only means hard-working all one's life >
