You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Adela Maznikar (JIRA)" <ji...@apache.org> on 2014/04/14 22:52:21 UTC

[jira] [Created] (HBASE-10975) [89-fb] HTableMultplexer to use executor

Adela Maznikar created HBASE-10975:
--------------------------------------

             Summary: [89-fb] HTableMultplexer to use executor
                 Key: HBASE-10975
                 URL: https://issues.apache.org/jira/browse/HBASE-10975
             Project: HBase
          Issue Type: Improvement
    Affects Versions: 0.89-fb
            Reporter: Adela Maznikar
            Assignee: Adela Maznikar
            Priority: Minor
             Fix For: 0.89-fb


HtableMultiplexer is creating manually HTableFlushWorker thread for each regionserver. Changing this to use ScheduledExecutorService. Also this will help us get rid of the sleep methods 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.



--
This message was sent by Atlassian JIRA
(v6.2#6252)