[ 
https://issues.apache.org/jira/browse/TRAFODION-510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16467692#comment-16467692
 ] 

Hans Zeller edited comment on TRAFODION-510 at 5/8/18 5:09 PM:
---------------------------------------------------------------

I am seeing this issue in Trafodion 2.2. I get a core dump when running test 
core/TEST019, which contains a similar set table timeout statement. This test 
still passes, since the problem statement is not logged. We probably see the 
internal error message reported in this JIRA for release code and get a core 
dump in debug builds.

I am planning to fix this by disabling the SET TABLE ... TIMEOUT ... syntax in 
the parser and returning error -4222 when we encounter it.


was (Author: hzeller):
I am seeing this issue in Trafodion 2.2. I get a core dump when running test 
core/TEST019, which contains a similar set table timeout statement. This test 
still passes, since the problem statement is not logged.

> LP Bug: 1353459 - [Trafci] An internal error occurred in the code generator 
> in file ../generator/GenRelDCL.cpp at line 314
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TRAFODION-510
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-510
>             Project: Apache Trafodion
>          Issue Type: Bug
>            Reporter: Fanling Jiao
>            Assignee: Hans Zeller
>            Priority: Major
>
> launching trafci on windows 7 and perform below commands. the error message 
> will show.
> SQL>CREATE SCHEMA NVSCRIPT_SALES;
> --- SQL operation complete.
> SQL>CREATE TABLE NVSCRIPT_SALES.CUST(custnum numeric(4),custname varchar(18)) 
> no partition;
> --- SQL operation complete.
> SQL>SET TABLE NVSCRIPT_SALES.CUST TIMEOUT '6000';
> *** ERROR[7000] An internal error occurred in the code generator in file 
> ../generator/GenRelDCL.cpp at line 314: Full Guardian table name expected.. 
> [2014-08-06 05:13:32]
> *** ERROR[2235] Compiler Internal Error: An unknown error, originated from 
> file ../generator/Generator.cpp at line 1991. [2014-08-06 05:13:32]



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

Reply via email to