You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "liu ming (JIRA)" <ji...@apache.org> on 2018/01/19 00:07:00 UTC

[jira] [Work started] (TRAFODION-2908) create table with wrong char length hang and crash

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

Work on TRAFODION-2908 started by liu ming.
-------------------------------------------
> create table with wrong char length hang and crash
> --------------------------------------------------
>
>                 Key: TRAFODION-2908
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2908
>             Project: Apache Trafodion
>          Issue Type: Bug
>            Reporter: liu ming
>            Assignee: liu ming
>            Priority: Major
>
> create table test1 
> (
>   c1 char(30) not null,
>   c2 char(20) not null,
>   c3 char(20) not null,
>   c4 largeint,
>   c5 char(30) character set utf8 not null,
>   c6 char(125304) character set utf8 not null,
> c7 largeint,
>   primary key(c1,c2,c3,c5,c6))
> SALT USING 24 PARTITIONS on (c3)
> ;
> will hang
> and some processes crash



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