You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Krystal (JIRA)" <ji...@apache.org> on 2015/04/21 23:02:58 UTC

[jira] [Closed] (DRILL-1436) Drill query execution fails if UDP multicast doesn't work

     [ https://issues.apache.org/jira/browse/DRILL-1436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Krystal closed DRILL-1436.
--------------------------

Verified that bug is fixed.
Tests are at:
/private-sql-hadoop-test/framework/resources/Functional/Passing/M7/div.*
/private-sql-hadoop-test/framework/resources/Functional/Passing/M7/like.*


> Drill query execution fails if UDP multicast doesn't work
> ---------------------------------------------------------
>
>                 Key: DRILL-1436
>                 URL: https://issues.apache.org/jira/browse/DRILL-1436
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - HBase
>            Reporter: Krystal
>            Assignee: Jacques Nadeau
>            Priority: Blocker
>             Fix For: 0.7.0
>
>         Attachments: DRILL-1436.patch, query_hang1.err
>
>
> git.commit.id.abbrev=f8d38b6
> The following 2 queries hanged from sqlline:
> 1. select cast(row_key as integer) voter_id, cast(onecf['name'] as varchar(30)) name from m7voter where onecf['name'] like '%young' order by voter_id;
> 2. select div(cast(twocf['age'] as integer),row_key) div from m7voter where row_key < 11 order by div;
> From server log, I saw errors of "Received batch where fragment was not n cache"



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