How should we deal with early return by coprocessor ?
      if (coprocessorHost.preGetClosestRowBefore(row, family, result)) {
        return result;
      }
I would assume that the above wouldn't increase read request count.

On Tue, Mar 15, 2011 at 9:07 AM, Stack <[email protected]> wrote:

> That would be useful and now we have cheap(er) counters, it should not
> be too burdensome keeping up the extra count.
> St.Ack
>
> On Tue, Mar 15, 2011 at 7:04 AM, Ted Yu <[email protected]> wrote:
> > I am thinking of distinguishing read and write request count, on top of
> > HBASE-3507.
> > For load balancer, the action for balancing read vs. write load should be
> > different. For read load, region movement should be low (to keep scanner
> > happy). For write load, region movement is allowed.
> >
> > Please comment.
> >
>

Reply via email to