苏锦佩 created TRAFODION-2639:
------------------------------

             Summary: parallelize commmands with randomizes execution order 
core dumped
                 Key: TRAFODION-2639
                 URL: https://issues.apache.org/jira/browse/TRAFODION-2639
             Project: Apache Trafodion
          Issue Type: Bug
          Components: db-utility-odb
    Affects Versions: 2.2-incubating
         Environment: CDH5.7
            Reporter: 苏锦佩


select data from below table:
CREATE TABLE TRAFODION.QA.TB_TINYINT
  ( 
    ID                               INT DEFAULT NULL NOT SERIALIZED
  , C                                TINYINT UNSIGNED DEFAULT NULL NOT
      SERIALIZED
  )
 ATTRIBUTES ALIGNED FORMAT 
;

by command:
$ ./odb64luo -x 6:"select count(*) from tb_tinyint" -T 4 -Z
odb [2017-06-08 18:46:24]: starting ODBC connection(s)... 0 1 2 3
[0.0]Executing: 'select count(*) from tb_tinyint'
[1.0]Executing: 'select count(*) from tb_tinyint'
[2.0]Executing: 'select count(*) from tb_tinyint'
[3.0]Executing: '(null)'
Segmentation fault (core dumped)






--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to