Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning

http://bookkeeper.apache.org/docs/latest/admin/metrics/

 

When a client adds an entry to a ledger, it sends requests to write that entry to all bookies in a quorum. Once the request reaches the bookie, a good place in the code to start looking is Bookie.addEntryInternal(). Following the steps, we observe essentially the following:

...