We should use HBaseClient.call() that has parallelism built in 
---------------------------------------------------------------

                 Key: HBASE-3369
                 URL: https://issues.apache.org/jira/browse/HBASE-3369
             Project: HBase
          Issue Type: Bug
            Reporter: ryan rawson


the HBaseClient supports a call like so:

  public Writable[] call(Writable[] params, InetSocketAddress[] addresses)

And we are able to dispatch and retrieve multiple requests without threads.  We 
should try to use this instead of using thread pools.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to