Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.89-fb
-
None
-
None
Description
HtableMultiplexer is creating manually HTableFlushWorker thread for each regionserver. Changing this to use ScheduledExecutorService. Also this will help us get rid of the Thread.sleep() in HTableFlushWorker.run() and make the code smaller and easier to read.
Add a unit test which will spawn 10 client threads which will do 10k puts each concurrently and check that when we do get() we get the data back.