You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Dan Hecht (JIRA)" <ji...@apache.org> on 2018/04/03 17:52:00 UTC

[jira] [Created] (IMPALA-6801) Cleanup request_pool fields

Dan Hecht created IMPALA-6801:
---------------------------------

             Summary: Cleanup request_pool fields
                 Key: IMPALA-6801
                 URL: https://issues.apache.org/jira/browse/IMPALA-6801
             Project: IMPALA
          Issue Type: Improvement
            Reporter: Dan Hecht
            Assignee: Dan Hecht


The TQueryCtx::request_pool gets set in a roundabout way: it's resolved by the scheduler and set in the QuerySchedule and then later the coordinator takes that value and puts it into it's own copy of TQueryCtx.

Instead, we should just resolve the pool and set it in the TQueryCtx when constructing that.

Then the coordinator doesn't need to copy TQueryCtx.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)