The problem is that when the recovered edits log is done processing (Replicating) (queue = 0), the metrics still reports its agetOfLastShippedOp instead of the current live active log, which seems like a bug.
On Tue, Jun 18, 2013 at 9:55 PM, Elliott Clark <ecl...@apache.org> wrote: > On Tue, Jun 18, 2013 at 1:09 AM, Asaf Mesika <asaf.mes...@gmail.com> > wrote: > > > Does HBase Region Server arbitrarily chooses which one to publish to its > > > > The metrics reports the last source to report in. So for recovered edits > since it will probably have higher throughput than the live log, you'll > more often see that value. In trunk and 0.95/0.96 this has been fixed and > every source exposes it's own ageOfLastShippedLog as well as one global > one. >