You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2014/07/19 02:41:38 UTC

[jira] [Resolved] (HBASE-3369) We should use HBaseClient.call() that has parallelism built in

     [ https://issues.apache.org/jira/browse/HBASE-3369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell resolved HBASE-3369.
-----------------------------------

    Resolution: Fixed

The client has come a long way since this golden oldie

> 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 was sent by Atlassian JIRA
(v6.2#6252)