hbase/hbase-client
Elliott Clark 3bdfa782f3 HBASE-14687 Un-synchronize BufferedMutator
Summary:
Use concurrent collections and atomic longs to keep track of edits in buffered mutator.
This keeps buffered mutator as thread safe but it means that shared buffered mutators are not contending on thread locking.

Test Plan: Unit Tests.

Differential Revision: https://reviews.facebook.net/D49467
2015-10-30 13:39:38 -07:00
..
src HBASE-14687 Un-synchronize BufferedMutator 2015-10-30 13:39:38 -07:00
pom.xml HBASE-12911 Client-side metrics 2015-10-07 17:05:51 -07:00