Rahul Challapalli created DRILL-5153:
----------------------------------------
Summary: RESOURCE ERROR: Waited for 15000ms, but tasks for 'Get
block maps' are not complete
Key: DRILL-5153
URL: https://issues.apache.org/jira/browse/DRILL-5153
Project: Apache Drill
Issue Type: Bug
Components: Execution - RPC, Query Planning & Optimization
Reporter: Rahul Challapalli
git.commit.id.abbrev=cf2b7c7
The below query consistently fails on my 2 node cluster. I used the data set
from the terasort benchmark
{code}
select * from dfs.`/drill/testdata/resource-manager/terasort-data` limit 1;
Error: RESOURCE ERROR: Waited for 15000ms, but tasks for 'Get block maps' are
not complete. Total runnable size 2, parallelism 2.
[Error Id: 580e6c04-7096-4c09-9c7a-63e70c71d574 on qa-node182.qa.lab:31010]
(state=,code=0)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)