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 2019/07/09 10:39:00 UTC

[jira] [Created] (TRAFODION-3317) extract command crash odb when src is list of tables and the list size bigger than 9

苏锦佩 created TRAFODION-3317:
------------------------------

             Summary: extract command crash odb when src is list of tables and the list size bigger than 9
                 Key: TRAFODION-3317
                 URL: https://issues.apache.org/jira/browse/TRAFODION-3317
             Project: Apache Trafodion
          Issue Type: Bug
          Components: db-utility-odb
    Affects Versions: any
            Reporter: 苏锦佩
             Fix For: 2.3


for example, below command will cause odb crash:
./odb64luo -d traf -u trafodion -p traf123 -e src=-tbls.txt.bk:tgt=/disk2/su_test/%t.csv:rows=m64

$ cat tbls.txt.bk
src=table1
src=table2
src=table3
src=table4
src=table5
src=table6
src=table7
src=table8
src=table9
src=table10



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