You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafodion.apache.org by Eric Owhadi <er...@esgyn.com> on 2016/01/07 16:04:24 UTC

another regression test question executor/test130

I had to Ctrl-C out of this line:

>>extract lobtofile(LOB
'LOBH00000200010364743955288006168019484427115418376313018212318937432512360020"TRAFODION"."LOB130"
' , 'tlob130_txt1.txt');



It was taking forever (waited about 10mn).

Was it supposed to take longer?

Thanks in advance for the help,
Eric

RE: another regression test question executor/test130

Posted by Sandhya Sundaresan <sa...@esgyn.com>.
Should not take 10 minutes for sure. But it does take a minute or so .
Can you check if there were any  core files with extension *.mxlobsrvr ?
This test reads data off of hdfs using libhdfs API.
I don't think your changes should affect it but internally there are SQL
select queries against metadata tables that are issued.
If the lobsrvr had gone down by any chance just restart and run the test
alone :
At the shell do :

lobstop
lobstart

Then rerun this test .
Thanks
Sandhya

-----Original Message-----
From: Eric Owhadi [mailto:eric.owhadi@esgyn.com]
Sent: Thursday, January 7, 2016 7:04 AM
To: dev@trafodion.incubator.apache.org
Subject: another regression test question executor/test130

I had to Ctrl-C out of this line:

>>extract lobtofile(LOB
'LOBH00000200010364743955288006168019484427115418376313018212318937432512360020"TRAFODION"."LOB130"
' , 'tlob130_txt1.txt');



It was taking forever (waited about 10mn).

Was it supposed to take longer?

Thanks in advance for the help,
Eric