You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Oscar Morante (JIRA)" <ji...@apache.org> on 2016/08/31 08:08:20 UTC

[jira] [Created] (DRILL-4869) Some queries sent via JDBC get executed twice.

Oscar Morante created DRILL-4869:
------------------------------------

             Summary: Some queries sent via JDBC get executed twice.
                 Key: DRILL-4869
                 URL: https://issues.apache.org/jira/browse/DRILL-4869
             Project: Apache Drill
          Issue Type: Bug
    Affects Versions: 1.8.0
            Reporter: Oscar Morante


This didn't happen before the prepared statement changes so I guess it has something to do with that:

{noformat}
2016-08-31 11:00:20,520 [2839716a-9615-25a2-a285-cf38a187784e:foreman] INFO  o.a.drill.exec.work.foreman.Foreman - Prepared statement query for QueryId part1: 2898472537788065186
part2: -6735749825527580594
 : select * from (values(1))
{noformat}

The query appears twice on the web interface but the second one doesn't have the query text:

http://i.imgur.com/QB0FOdz.png




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