hbase/hbase-protocol/src/main
Jesse Yates a411227b0e HBASE-5162 Basic client pushback mechanism
Instead of just blocking the client for 90 seconds when the region gets too
busy, it now sends along region load stats to the client so the client can
know how busy the server is. Currently, its just the load on the memstore, but
it can be extended for other stats (e.g. cpu, general memory, etc.).

It is then up to the client to decide if it wants to listen to these stats.
By default, the client ignores the stats, but it can easily be toggled to the
built-in exponential back-off or users can plug in their own back-off
implementations
2014-12-16 11:14:30 -08:00
..
java HBASE-5162 Basic client pushback mechanism 2014-12-16 11:14:30 -08:00
protobuf HBASE-5162 Basic client pushback mechanism 2014-12-16 11:14:30 -08:00