sorry for late response. ah, you are talking about the settings in benchmark. yes. throttle is the max sending per second, which would be passed down to bookkeeper configuration to configure bookkeeper client; the sendLimit is about the total number of entries sent during benchmarking.
- Sijie On Tue, Jun 10, 2014 at 11:46 AM, Jaln <[email protected]> wrote: > Is this 'throttle', the max sending per second? > I saw there are two parameters > throttle:Max outstanding requests, default 10000 > sendlimit:Max number of entries to send. Default 20000000 > > Thanks, > Jaln > > > On Mon, Jun 9, 2014 at 8:59 PM, Sijie Guo <[email protected]> wrote: > > > 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 > > > > > > > > > -- > > Genius only means hard-working all one's life >
