You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "苏锦佩 (JIRA)" <ji...@apache.org> on 2017/09/18 11:12:00 UTC

[jira] [Resolved] (TRAFODION-2639) parallelize commmands with randomizes execution order core dumped

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

苏锦佩 resolved TRAFODION-2639.
----------------------------
    Resolution: Fixed

> 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.4.14#64029)