You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2015/04/17 23:41:58 UTC

[jira] [Created] (PHOENIX-1886) Use ExecutorCompletionService for round robin execution

James Taylor created PHOENIX-1886:
-------------------------------------

             Summary: Use ExecutorCompletionService for round robin execution
                 Key: PHOENIX-1886
                 URL: https://issues.apache.org/jira/browse/PHOENIX-1886
             Project: Phoenix
          Issue Type: Bug
            Reporter: James Taylor


Instead of using our standard mechanism of getting each Future in order when we fetch the next batch, we should get them as they are ready (as an ExecutorCompletionService enables). Potentially we could serve up each ResultIterator as it's ready, further reducing latency.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)