You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "John Vines (JIRA)" <ji...@apache.org> on 2014/11/21 05:04:33 UTC

[jira] [Created] (ACCUMULO-3357) Replace ScanTask's resultQueue with Future

John Vines created ACCUMULO-3357:
------------------------------------

             Summary: Replace ScanTask's resultQueue with Future
                 Key: ACCUMULO-3357
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3357
             Project: Accumulo
          Issue Type: Bug
            Reporter: John Vines


ScanTask has a single element ArrayBlockQueue<Object> it uses to pass results back from the worker thread / pass errors back / wait for worker thread to complete. This sounds like the perfect case for a Future.



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