You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Sahil Takiar (JIRA)" <ji...@apache.org> on 2019/07/23 04:31:00 UTC

[jira] [Created] (IMPALA-8780) Implementation of BufferedPlanRootSink where FlushFinal blocks until all rows are fetched

Sahil Takiar created IMPALA-8780:
------------------------------------

             Summary: Implementation of BufferedPlanRootSink where FlushFinal blocks until all rows are fetched
                 Key: IMPALA-8780
                 URL: https://issues.apache.org/jira/browse/IMPALA-8780
             Project: IMPALA
          Issue Type: Sub-task
          Components: Backend
            Reporter: Sahil Takiar
            Assignee: Sahil Takiar


Implement {{BufferedPlanRootSink}} so that {{FlushFinal}} blocks until all rows are fetched. The implementation should use the {{RowBatchQueue}} introduced by IMPALA-8779. By blocking in {{FlushFinal}} all non-coordinator fragments will be closed if all results fit in the {{RowBatchQueue}}.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)