Uploaded image for project: 'Apache Trafodion (Retired)'
  1. Apache Trafodion (Retired)
  2. TRAFODION-2908

create table with wrong char length hang and crash

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.3
    • None
    • None

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              ovis_poly liu ming
              ovis_poly liu ming
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: