You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Robert Hou (JIRA)" <ji...@apache.org> on 2018/11/26 23:52:00 UTC

[jira] [Resolved] (DRILL-6828) Hit UnrecognizedPropertyException when run tpch queries

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

Robert Hou resolved DRILL-6828.
-------------------------------
    Resolution: Cannot Reproduce

> Hit UnrecognizedPropertyException when run tpch queries
> -------------------------------------------------------
>
>                 Key: DRILL-6828
>                 URL: https://issues.apache.org/jira/browse/DRILL-6828
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Functions - Drill
>    Affects Versions: 1.15.0
>         Environment: RHEL 7,   Apache Drill commit id: 18e09a1b1c801f2691a05ae7db543bf71874cfea
>            Reporter: Dechang Gu
>            Assignee: Robert Hou
>            Priority: Blocker
>             Fix For: 1.15.0
>
>
> Installed Apache Drill 1.15.0 commit id: 18e09a1b1c801f2691a05ae7db543bf71874cfea DRILL-6763: Codegen optimization of SQL functions with constant values(\#1481)
> Hit the following errors:
> {code}
> java.sql.SQLException: SYSTEM ERROR: UnrecognizedPropertyException: Unrecognized field "outgoingBatchSize" (class org.apache.drill.exec.physical.config.HashPartitionSender), not marked as ignorable (9 known properties: "receiver-major-fragment", "initialAllocation", "expr", "userName", "@id", "child", "cost", "destinations", "maxAllocation"])
>  at [Source: (StringReader); line: 1000, column: 29] (through reference chain: org.apache.drill.exec.physical.config.HashPartitionSender["outgoingBatchSize"])
> Fragment 3:175
> Please, refer to logs for more information.
> [Error Id: cc023cdb-9a46-4edd-ad0b-6da1e9085291 on ucs-node6.perf.lab:31010]
>         at org.apache.drill.jdbc.impl.DrillCursor.nextRowInternally(DrillCursor.java:528)
>         at org.apache.drill.jdbc.impl.DrillCursor.loadInitialSchema(DrillCursor.java:600)
>         at org.apache.drill.jdbc.impl.DrillResultSetImpl.execute(DrillResultSetImpl.java:1288)
>         at org.apache.drill.jdbc.impl.DrillResultSetImpl.execute(DrillResultSetImpl.java:61)
>         at org.apache.calcite.avatica.AvaticaConnection$1.execute(AvaticaConnection.java:667)
>         at org.apache.drill.jdbc.impl.DrillMetaImpl.prepareAndExecute(DrillMetaImpl.java:1109)
>         at org.apache.drill.jdbc.impl.DrillMetaImpl.prepareAndExecute(DrillMetaImpl.java:1120)
>         at org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:675)
>         at org.apache.drill.jdbc.impl.DrillConnectionImpl.prepareAndExecuteInternal(DrillConnectionImpl.java:196)
>         at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:156)
>         at org.apache.calcite.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:227)
>         at PipSQueak.executeQuery(PipSQueak.java:289)
>         at PipSQueak.runTest(PipSQueak.java:104)
>         at PipSQueak.main(PipSQueak.java:477)
> Caused by: org.apache.drill.common.exceptions.UserRemoteException: SYSTEM ERROR: UnrecognizedPropertyException: Unrecognized field "outgoingBatchSize" (class org.apache.drill.exec.physical.config.HashPartitionSender), not marked as ignorable (9 known properties: "receiver-major-fragment", "initialAllocation", "expr", "userName", "@id", "child", "cost", "destinations", "maxAllocation"])
>  at [Source: (StringReader); line: 1000, column: 29] (through reference chain: org.apache.drill.exec.physical.config.HashPartitionSender["outgoingBatchSize"])
> {code}



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