You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Kevin Xu (JIRA)" <ji...@apache.org> on 2017/03/08 01:53:38 UTC

[jira] [Commented] (TRAFODION-2524) phoenix type 2 test on trafodion, return abort error message

    [ https://issues.apache.org/jira/browse/TRAFODION-2524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15900559#comment-15900559 ] 

Kevin Xu commented on TRAFODION-2524:
-------------------------------------

After investigation, the issue is /proc/PID/cmdLine is longer than before along with a limitation (8193) in the code. Solution is to extend the size.

> phoenix type 2 test on trafodion, return abort error message
> ------------------------------------------------------------
>
>                 Key: TRAFODION-2524
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2524
>             Project: Apache Trafodion
>          Issue Type: Test
>          Components: client-jdbc-t2
>    Affects Versions: 2.1-incubating
>         Environment: centos 6.8, jdk1.8, trafodion2.1
>            Reporter: luoyunpeng
>            Assignee: Kevin Xu
>            Priority: Critical
>              Labels: test
>
> when i was running phoenix type  2 test on trafodion2.1 with python script, and error occuced, like this: 
> ####
> /bin/sh: line 1: 25520 Aborted 
> ####
> I  think this maybe the python sript cause the error, so switch to execute one test by java command like this: 
> ####
> java -cp .:$CLASSPATH:/home/trafodion/apache-trafodion-2.1.0/export/lib/jdbcT2.jar:/opt/share/Yunpeng/phxT2_gyvm15/src/test/java/lib/junit/junit-4.11.jar:/opt/share/Yunpeng/phxT2_gyvm15/src/test/java/lib/junit/hamcrest-all-1.3.jar:/opt/share/Yunpeng/phxT2_gyvm15/src/test/java/lib/thirdparty/google-collections-1.0-rc2.jar:/opt/share/Yunpeng/phxT2_gyvm15/src/test/java/lib/thirdparty/commons-lang-2.6.jar -Duser.timezone=GMT -Dtrafjdbc.properties=/opt/share/Yunpeng/phxT2_gyvm15/src/jdbcprop org.junit.runner.JUnitCore test.java.org.trafodion.phoenix.end2end.AlterTableTest
> ####
> But the same error occured again, no more  feedback message just "abort", 



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