Abhishek Rawat created IMPALA-9894:
--------------------------------------
Summary: TmpFile incorrectly uses default hdfs queue
Key: IMPALA-9894
URL: https://issues.apache.org/jira/browse/IMPALA-9894
Project: IMPALA
Issue Type: Bug
Components: Backend
Reporter: Abhishek Rawat
The TmpFile::AssignDiskQueue(..) passes expected_local false when calling
DiskIoMgr::AssignQueue(..) and as a result ends up using the default hdfs queue
instead of the queue associated with the local file system.
[https://github.com/apache/impala/blob/master/be/src/runtime/tmp-file-mgr.cc#L330]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)