You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Alice Chen (JIRA)" <ji...@apache.org> on 2015/07/22 20:18:00 UTC

[jira] [Created] (TRAFODION-740) LP Bug: 1389791 - Create table with 128 character-long schema & table names hangs on HortonWorks

Alice Chen created TRAFODION-740:
------------------------------------

             Summary: LP Bug: 1389791 - Create table with 128 character-long schema & table names hangs on HortonWorks
                 Key: TRAFODION-740
                 URL: https://issues.apache.org/jira/browse/TRAFODION-740
             Project: Apache Trafodion
          Issue Type: Bug
          Components: sql-cmu
            Reporter: Weishiun Tsai
            Assignee: Roberta Marton
            Priority: Critical
             Fix For: 1.1 (pre-incubation)


On a HortonWorks cluster, the following statement to create a table with a 128 character-long schema and a 128 character-long table hangs.  This statement, however, works fine on a Cloudera cluster.  This is seen on the v1104_0830 build installed on a 4-node cluster.

Here is the statement to reproduce it:

create table
trafodion.DDL_TAB001_A013_7_CAT1_SCH1_AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.Y123456789B123456789C123456789D123456789E123456789F123456789G123456789H123456789I123456789J123456789K123456789L123456789M1234567
(a int) no partition;



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