1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-17 09:41:06 +03:00
Files
mariadb-columnstore-engine/mysql/queries/nightly/srvswdev11/test211/thread.6.log
2016-01-06 14:08:59 -06:00

11139 lines
325 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

2015-01-15 22:19:17.687967624 before sql statment
--------------
drop table if exists test211_6
--------------
Query OK, 0 rows affected (1.31 sec)
--------------
create table test211_6(batch int, c1 int, c2 int)engine=infinidb
--------------
Query OK, 0 rows affected (1.91 sec)
Bye
2015-01-15 22:19:20.919089966 after sql statement
2015-01-15 22:19:20.975104863 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (5.78 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:19:26.752472448 after sql statement
2015-01-15 22:19:26.769356950 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=1
--------------
Query OK, 60000 rows affected (1.36 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.26 sec)
Bye
2015-01-15 22:19:29.405736321 after sql statement
2015-01-15 22:19:29.410634251 before sql statment
--------------
update test211_6 set c2=c1 where batch=1
--------------
Query OK, 60000 rows affected (2.39 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:19:31.819580532 after sql statement
2015-01-15 22:19:31.824958167 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=1
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.54 sec)
Bye
2015-01-15 22:19:32.381722058 after sql statement
2015-01-15 22:19:32.386039447 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T221932_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:19:33 (31955) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T221932_Job_62660.xml
2015-01-15 22:19:33 (31955) INFO : Job file loaded, run time for this step : 0.378308 seconds
2015-01-15 22:19:33 (31955) INFO : PreProcessing check starts
2015-01-15 22:19:33 (31955) INFO : PreProcessing check completed
2015-01-15 22:19:33 (31955) INFO : preProcess completed, run time for this step : 0.0997169 seconds
2015-01-15 22:19:33 (31955) INFO : No of Read Threads Spawned = 1
2015-01-15 22:19:33 (31955) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:19:33 (31955) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:19:34 (31955) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:19:35 (31955) INFO : Bulk load completed, total run time : 2.50344 seconds
2015-01-15 22:19:35.165119072 after import
2015-01-15 22:19:35.171344916 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=2
--------------
Query OK, 60000 rows affected (2.90 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.52 sec)
Bye
2015-01-15 22:19:38.600867016 after sql statement
2015-01-15 22:19:38.606270189 before sql statment
--------------
update test211_6 set c2=c1 where batch=2
--------------
Query OK, 60000 rows affected (1.97 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:19:40.589321241 after sql statement
2015-01-15 22:19:40.603455851 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=2
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.38 sec)
Bye
2015-01-15 22:19:40.990075628 after sql statement
2015-01-15 22:19:41.053175260 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (7.30 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:19:48.362825148 after sql statement
2015-01-15 22:19:48.371582303 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=3
--------------
Query OK, 60000 rows affected (3.48 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.07 sec)
Bye
2015-01-15 22:19:53.925930257 after sql statement
2015-01-15 22:19:53.931490414 before sql statment
--------------
update test211_6 set c2=c1 where batch=3
--------------
Query OK, 60000 rows affected (1.44 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:19:55.391787321 after sql statement
2015-01-15 22:19:55.395995179 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=3
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.14 sec)
Bye
2015-01-15 22:19:55.542952782 after sql statement
2015-01-15 22:19:55.545829874 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T221956_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:19:56 (49110) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T221956_Job_62660.xml
2015-01-15 22:19:56 (49110) INFO : Job file loaded, run time for this step : 0.674865 seconds
2015-01-15 22:19:56 (49110) INFO : PreProcessing check starts
2015-01-15 22:19:56 (49110) INFO : PreProcessing check completed
2015-01-15 22:19:56 (49110) INFO : preProcess completed, run time for this step : 0.0727479 seconds
2015-01-15 22:19:56 (49110) INFO : No of Read Threads Spawned = 1
2015-01-15 22:19:56 (49110) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:19:56 (49110) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:19:57 (49110) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:19:57 (49110) INFO : Bulk load completed, total run time : 1.76795 seconds
2015-01-15 22:19:57.763243347 after import
2015-01-15 22:19:57.777338846 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=4
--------------
Query OK, 60000 rows affected (3.44 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.98 sec)
Bye
2015-01-15 22:20:02.215471341 after sql statement
2015-01-15 22:20:02.227310008 before sql statment
--------------
update test211_6 set c2=c1 where batch=4
--------------
Query OK, 60000 rows affected (1.43 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:03.675280507 after sql statement
2015-01-15 22:20:03.681807087 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=4
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.11 sec)
Bye
2015-01-15 22:20:04.792444496 after sql statement
2015-01-15 22:20:04.852726216 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (4.27 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:20:09.135433761 after sql statement
2015-01-15 22:20:09.139518975 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=5
--------------
Query OK, 60000 rows affected (3.39 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.14 sec)
Bye
2015-01-15 22:20:13.677999722 after sql statement
2015-01-15 22:20:13.736515006 before sql statment
--------------
update test211_6 set c2=c1 where batch=5
--------------
Query OK, 60000 rows affected (2.07 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:15.812518586 after sql statement
2015-01-15 22:20:15.817098524 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=5
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.96 sec)
Bye
2015-01-15 22:20:16.798684464 after sql statement
2015-01-15 22:20:16.801959550 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222018_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:20:18 (65044) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222018_Job_62660.xml
2015-01-15 22:20:18 (65044) INFO : Job file loaded, run time for this step : 1.1401 seconds
2015-01-15 22:20:18 (65044) INFO : PreProcessing check starts
2015-01-15 22:20:18 (65044) INFO : PreProcessing check completed
2015-01-15 22:20:18 (65044) INFO : preProcess completed, run time for this step : 0.032768 seconds
2015-01-15 22:20:18 (65044) INFO : No of Read Threads Spawned = 1
2015-01-15 22:20:18 (65044) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:20:18 (65044) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:20:19 (65044) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:20:19 (65044) INFO : Bulk load completed, total run time : 2.18153 seconds
2015-01-15 22:20:19.960423557 after import
2015-01-15 22:20:19.969531026 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=6
--------------
Query OK, 60000 rows affected (1.53 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.46 sec)
Bye
2015-01-15 22:20:21.973212056 after sql statement
2015-01-15 22:20:21.976977010 before sql statment
--------------
update test211_6 set c2=c1 where batch=6
--------------
Query OK, 60000 rows affected (1.89 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:23.882451112 after sql statement
2015-01-15 22:20:23.885610472 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=6
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.47 sec)
Bye
2015-01-15 22:20:24.359275980 after sql statement
2015-01-15 22:20:24.417562956 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.91 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:20:28.340248866 after sql statement
2015-01-15 22:20:28.346909940 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=7
--------------
Query OK, 60000 rows affected (1.60 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.22 sec)
Bye
2015-01-15 22:20:30.180176523 after sql statement
2015-01-15 22:20:30.185798299 before sql statment
--------------
update test211_6 set c2=c1 where batch=7
--------------
Query OK, 60000 rows affected (2.45 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:32.646126700 after sql statement
2015-01-15 22:20:32.666492128 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=7
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.82 sec)
Bye
2015-01-15 22:20:33.502597571 after sql statement
2015-01-15 22:20:33.510225059 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222033_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:20:34 (12497) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222033_Job_62660.xml
2015-01-15 22:20:34 (12497) INFO : Job file loaded, run time for this step : 0.351471 seconds
2015-01-15 22:20:34 (12497) INFO : PreProcessing check starts
2015-01-15 22:20:34 (12497) INFO : PreProcessing check completed
2015-01-15 22:20:34 (12497) INFO : preProcess completed, run time for this step : 0.029355 seconds
2015-01-15 22:20:34 (12497) INFO : No of Read Threads Spawned = 1
2015-01-15 22:20:34 (12497) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:20:34 (12497) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:20:34 (12497) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:20:35 (12497) INFO : Bulk load completed, total run time : 1.39305 seconds
2015-01-15 22:20:35.097471781 after import
2015-01-15 22:20:35.103013695 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=8
--------------
Query OK, 60000 rows affected (2.83 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.44 sec)
Bye
2015-01-15 22:20:39.378046867 after sql statement
2015-01-15 22:20:39.383753391 before sql statment
--------------
update test211_6 set c2=c1 where batch=8
--------------
Query OK, 60000 rows affected (1.77 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:41.162844425 after sql statement
2015-01-15 22:20:41.182036114 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=8
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.78 sec)
Bye
2015-01-15 22:20:41.979372375 after sql statement
2015-01-15 22:20:42.049235600 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (4.21 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:20:46.260265299 after sql statement
2015-01-15 22:20:46.264203369 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=9
--------------
Query OK, 60000 rows affected (2.29 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.33 sec)
Bye
2015-01-15 22:20:49.899681138 after sql statement
2015-01-15 22:20:49.905288954 before sql statment
--------------
update test211_6 set c2=c1 where batch=9
--------------
Query OK, 60000 rows affected (2.66 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:52.585835412 after sql statement
2015-01-15 22:20:52.591078086 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=9
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.12 sec)
Bye
2015-01-15 22:20:52.725252384 after sql statement
2015-01-15 22:20:52.748472837 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222053_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:20:53 (27891) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222053_Job_62660.xml
2015-01-15 22:20:53 (27891) INFO : Job file loaded, run time for this step : 0.350478 seconds
2015-01-15 22:20:53 (27891) INFO : PreProcessing check starts
2015-01-15 22:20:53 (27891) INFO : PreProcessing check completed
2015-01-15 22:20:53 (27891) INFO : preProcess completed, run time for this step : 0.0763328 seconds
2015-01-15 22:20:53 (27891) INFO : No of Read Threads Spawned = 1
2015-01-15 22:20:53 (27891) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:20:53 (27891) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:20:53 (27891) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:20:54 (27891) INFO : Bulk load completed, total run time : 1.46129 seconds
2015-01-15 22:20:54.371819368 after import
2015-01-15 22:20:54.380398265 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=10
--------------
Query OK, 60000 rows affected (2.27 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.71 sec)
Bye
2015-01-15 22:20:57.385173057 after sql statement
2015-01-15 22:20:57.392009747 before sql statment
--------------
update test211_6 set c2=c1 where batch=10
--------------
Query OK, 60000 rows affected (3.19 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:00.591997393 after sql statement
2015-01-15 22:21:00.599194430 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=10
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.62 sec)
Bye
2015-01-15 22:21:01.245419200 after sql statement
2015-01-15 22:21:01.336651962 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (4.40 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:21:05.751143188 after sql statement
2015-01-15 22:21:05.760393403 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=11
--------------
Query OK, 60000 rows affected (4.66 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.62 sec)
Bye
2015-01-15 22:21:12.056431348 after sql statement
2015-01-15 22:21:12.068661324 before sql statment
--------------
update test211_6 set c2=c1 where batch=11
--------------
Query OK, 60000 rows affected (2.38 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:14.454473397 after sql statement
2015-01-15 22:21:14.460783302 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=11
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.63 sec)
Bye
2015-01-15 22:21:15.097746328 after sql statement
2015-01-15 22:21:15.099942302 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222115_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:21:15 (45016) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222115_Job_62660.xml
2015-01-15 22:21:15 (45016) INFO : Job file loaded, run time for this step : 0.309993 seconds
2015-01-15 22:21:15 (45016) INFO : PreProcessing check starts
2015-01-15 22:21:15 (45016) INFO : PreProcessing check completed
2015-01-15 22:21:15 (45016) INFO : preProcess completed, run time for this step : 0.053124 seconds
2015-01-15 22:21:15 (45016) INFO : No of Read Threads Spawned = 1
2015-01-15 22:21:15 (45016) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:21:15 (45016) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:21:15 (45016) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:21:16 (45016) INFO : Bulk load completed, total run time : 1.37525 seconds
2015-01-15 22:21:16.648961404 after import
2015-01-15 22:21:16.653776895 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=12
--------------
Query OK, 60000 rows affected (1.91 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.04 sec)
Bye
2015-01-15 22:21:19.602555070 after sql statement
2015-01-15 22:21:19.611383865 before sql statment
--------------
update test211_6 set c2=c1 where batch=12
--------------
Query OK, 60000 rows affected (1.63 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:21.247623574 after sql statement
2015-01-15 22:21:21.257322921 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=12
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.60 sec)
Bye
2015-01-15 22:21:21.871811165 after sql statement
2015-01-15 22:21:21.973796581 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.55 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:21:25.541595574 after sql statement
2015-01-15 22:21:25.573128695 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=13
--------------
Query OK, 60000 rows affected (2.42 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.76 sec)
Bye
2015-01-15 22:21:28.773828064 after sql statement
2015-01-15 22:21:28.780245577 before sql statment
--------------
update test211_6 set c2=c1 where batch=13
--------------
Query OK, 60000 rows affected (3.71 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:32.522784554 after sql statement
2015-01-15 22:21:32.535161281 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=13
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.12 sec)
Bye
2015-01-15 22:21:32.666027296 after sql statement
2015-01-15 22:21:32.676346637 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222133_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:21:33 (59666) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222133_Job_62660.xml
2015-01-15 22:21:33 (59666) INFO : Job file loaded, run time for this step : 0.254508 seconds
2015-01-15 22:21:33 (59666) INFO : PreProcessing check starts
2015-01-15 22:21:33 (59666) INFO : PreProcessing check completed
2015-01-15 22:21:33 (59666) INFO : preProcess completed, run time for this step : 0.055445 seconds
2015-01-15 22:21:33 (59666) INFO : No of Read Threads Spawned = 1
2015-01-15 22:21:33 (59666) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:21:33 (59666) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:21:33 (59666) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:21:34 (59666) INFO : Bulk load completed, total run time : 1.36621 seconds
2015-01-15 22:21:34.205896430 after import
2015-01-15 22:21:34.229485183 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=14
--------------
Query OK, 60000 rows affected (2.28 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.44 sec)
Bye
2015-01-15 22:21:37.969481575 after sql statement
2015-01-15 22:21:37.974562699 before sql statment
--------------
update test211_6 set c2=c1 where batch=14
--------------
Query OK, 60000 rows affected (1.37 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:39.371701609 after sql statement
2015-01-15 22:21:39.376606870 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=14
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.35 sec)
Bye
2015-01-15 22:21:39.739878409 after sql statement
2015-01-15 22:21:39.804767377 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.52 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:21:43.338891252 after sql statement
2015-01-15 22:21:43.345984083 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=15
--------------
Query OK, 60000 rows affected (2.99 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.82 sec)
Bye
2015-01-15 22:21:47.169471407 after sql statement
2015-01-15 22:21:47.175413028 before sql statment
--------------
update test211_6 set c2=c1 where batch=15
--------------
Query OK, 60000 rows affected (1.78 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:48.964974412 after sql statement
2015-01-15 22:21:48.970291770 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=15
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.53 sec)
Bye
2015-01-15 22:21:49.529547652 after sql statement
2015-01-15 22:21:49.534902239 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222149_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:21:50 (9170) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222149_Job_62660.xml
2015-01-15 22:21:50 (9170) INFO : Job file loaded, run time for this step : 0.346235 seconds
2015-01-15 22:21:50 (9170) INFO : PreProcessing check starts
2015-01-15 22:21:50 (9170) INFO : PreProcessing check completed
2015-01-15 22:21:50 (9170) INFO : preProcess completed, run time for this step : 0.0852778 seconds
2015-01-15 22:21:50 (9170) INFO : No of Read Threads Spawned = 1
2015-01-15 22:21:50 (9170) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:21:50 (9170) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:21:50 (9170) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:21:51 (9170) INFO : Bulk load completed, total run time : 1.45222 seconds
2015-01-15 22:21:51.177513533 after import
2015-01-15 22:21:51.198950201 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=16
--------------
Query OK, 60000 rows affected (2.47 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.20 sec)
Bye
2015-01-15 22:21:54.870390504 after sql statement
2015-01-15 22:21:54.874691723 before sql statment
--------------
update test211_6 set c2=c1 where batch=16
--------------
Query OK, 60000 rows affected (1.46 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:56.338628028 after sql statement
2015-01-15 22:21:56.346008604 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=16
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.50 sec)
Bye
2015-01-15 22:21:56.852177393 after sql statement
2015-01-15 22:21:56.895940401 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.54 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:22:00.448511829 after sql statement
2015-01-15 22:22:00.462877162 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=17
--------------
Query OK, 60000 rows affected (1.34 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.57 sec)
Bye
2015-01-15 22:22:02.386500313 after sql statement
2015-01-15 22:22:02.390855514 before sql statment
--------------
update test211_6 set c2=c1 where batch=17
--------------
Query OK, 60000 rows affected (1.82 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:04.235361947 after sql statement
2015-01-15 22:22:04.253121254 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=17
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.22 sec)
Bye
2015-01-15 22:22:04.490789938 after sql statement
2015-01-15 22:22:04.496058019 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222205_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:22:05 (22572) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222205_Job_62660.xml
2015-01-15 22:22:05 (22572) INFO : Job file loaded, run time for this step : 0.408991 seconds
2015-01-15 22:22:05 (22572) INFO : PreProcessing check starts
2015-01-15 22:22:05 (22572) INFO : PreProcessing check completed
2015-01-15 22:22:05 (22572) INFO : preProcess completed, run time for this step : 0.11559 seconds
2015-01-15 22:22:05 (22572) INFO : No of Read Threads Spawned = 1
2015-01-15 22:22:05 (22572) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:22:05 (22572) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:22:05 (22572) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:22:06 (22572) INFO : Bulk load completed, total run time : 1.54543 seconds
2015-01-15 22:22:06.244624719 after import
2015-01-15 22:22:06.257304721 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=18
--------------
Query OK, 60000 rows affected (4.06 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.77 sec)
Bye
2015-01-15 22:22:11.115420581 after sql statement
2015-01-15 22:22:11.119473428 before sql statment
--------------
update test211_6 set c2=c1 where batch=18
--------------
Query OK, 60000 rows affected (2.01 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:13.145670996 after sql statement
2015-01-15 22:22:13.151421280 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=18
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.17 sec)
Bye
2015-01-15 22:22:13.336729919 after sql statement
2015-01-15 22:22:13.375858439 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.46 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:22:16.850930236 after sql statement
2015-01-15 22:22:16.854608451 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=19
--------------
Query OK, 60000 rows affected (3.02 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.70 sec)
Bye
2015-01-15 22:22:20.584869141 after sql statement
2015-01-15 22:22:20.594374737 before sql statment
--------------
update test211_6 set c2=c1 where batch=19
--------------
Query OK, 60000 rows affected (1.57 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:22.174612926 after sql statement
2015-01-15 22:22:22.179983745 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=19
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.25 sec)
Bye
2015-01-15 22:22:22.433743402 after sql statement
2015-01-15 22:22:22.437329614 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222223_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:22:23 (36914) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222223_Job_62660.xml
2015-01-15 22:22:23 (36914) INFO : Job file loaded, run time for this step : 0.464986 seconds
2015-01-15 22:22:23 (36914) INFO : PreProcessing check starts
2015-01-15 22:22:23 (36914) INFO : PreProcessing check completed
2015-01-15 22:22:23 (36914) INFO : preProcess completed, run time for this step : 0.0511339 seconds
2015-01-15 22:22:23 (36914) INFO : No of Read Threads Spawned = 1
2015-01-15 22:22:23 (36914) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:22:23 (36914) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:22:23 (36914) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:22:24 (36914) INFO : Bulk load completed, total run time : 1.54685 seconds
2015-01-15 22:22:24.277266458 after import
2015-01-15 22:22:24.285822219 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=20
--------------
Query OK, 60000 rows affected (4.34 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.77 sec)
Bye
2015-01-15 22:22:31.405260115 after sql statement
2015-01-15 22:22:31.411493825 before sql statment
--------------
update test211_6 set c2=c1 where batch=20
--------------
Query OK, 60000 rows affected (1.51 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:32.926150038 after sql statement
2015-01-15 22:22:32.932210713 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=20
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.34 sec)
Bye
2015-01-15 22:22:33.281656995 after sql statement
2015-01-15 22:22:33.360568760 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.53 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:22:36.899551218 after sql statement
2015-01-15 22:22:36.904169521 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=21
--------------
Query OK, 60000 rows affected (1.95 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.63 sec)
Bye
2015-01-15 22:22:39.524716171 after sql statement
2015-01-15 22:22:39.534660321 before sql statment
--------------
update test211_6 set c2=c1 where batch=21
--------------
Query OK, 60000 rows affected (2.57 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:42.118825823 after sql statement
2015-01-15 22:22:42.127756067 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=21
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.14 sec)
Bye
2015-01-15 22:22:42.291977948 after sql statement
2015-01-15 22:22:42.294504313 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222242_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:22:42 (51108) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222242_Job_62660.xml
2015-01-15 22:22:42 (51108) INFO : Job file loaded, run time for this step : 0.332875 seconds
2015-01-15 22:22:42 (51108) INFO : PreProcessing check starts
2015-01-15 22:22:42 (51108) INFO : PreProcessing check completed
2015-01-15 22:22:42 (51108) INFO : preProcess completed, run time for this step : 0.0405471 seconds
2015-01-15 22:22:42 (51108) INFO : No of Read Threads Spawned = 1
2015-01-15 22:22:42 (51108) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:22:42 (51108) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:22:42 (51108) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:22:43 (51108) INFO : Bulk load completed, total run time : 1.39027 seconds
2015-01-15 22:22:43.868295337 after import
2015-01-15 22:22:43.872101772 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=22
--------------
Query OK, 60000 rows affected (2.66 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.17 sec)
Bye
2015-01-15 22:22:47.712001468 after sql statement
2015-01-15 22:22:47.721197244 before sql statment
--------------
update test211_6 set c2=c1 where batch=22
--------------
Query OK, 60000 rows affected (1.19 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:48.922070421 after sql statement
2015-01-15 22:22:48.936889246 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=22
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.90 sec)
Bye
2015-01-15 22:22:49.837514680 after sql statement
2015-01-15 22:22:49.883014480 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.58 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:22:53.487545102 after sql statement
2015-01-15 22:22:53.495902659 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=23
--------------
Query OK, 60000 rows affected (2.69 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.39 sec)
Bye
2015-01-15 22:22:57.581854989 after sql statement
2015-01-15 22:22:57.587939396 before sql statment
--------------
update test211_6 set c2=c1 where batch=23
--------------
Query OK, 60000 rows affected (3.07 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:00.669794003 after sql statement
2015-01-15 22:23:00.676102916 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=23
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.21 sec)
Bye
2015-01-15 22:23:00.894470651 after sql statement
2015-01-15 22:23:00.896827818 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222301_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:23:01 (2445) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222301_Job_62660.xml
2015-01-15 22:23:01 (2445) INFO : Job file loaded, run time for this step : 0.29864 seconds
2015-01-15 22:23:01 (2445) INFO : PreProcessing check starts
2015-01-15 22:23:01 (2445) INFO : PreProcessing check completed
2015-01-15 22:23:01 (2445) INFO : preProcess completed, run time for this step : 0.05053 seconds
2015-01-15 22:23:01 (2445) INFO : No of Read Threads Spawned = 1
2015-01-15 22:23:01 (2445) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:23:01 (2445) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:23:01 (2445) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:23:02 (2445) INFO : Bulk load completed, total run time : 1.3923 seconds
2015-01-15 22:23:02.468082492 after import
2015-01-15 22:23:02.475131807 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=24
--------------
Query OK, 60000 rows affected (2.86 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.62 sec)
Bye
2015-01-15 22:23:05.978242017 after sql statement
2015-01-15 22:23:05.989859046 before sql statment
--------------
update test211_6 set c2=c1 where batch=24
--------------
Query OK, 60000 rows affected (2.06 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:08.060879571 after sql statement
2015-01-15 22:23:08.075868983 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=24
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.21 sec)
Bye
2015-01-15 22:23:09.298803465 after sql statement
2015-01-15 22:23:09.345310456 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (4.09 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:23:13.441846215 after sql statement
2015-01-15 22:23:13.446811480 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=25
--------------
Query OK, 60000 rows affected (1.59 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.19 sec)
Bye
2015-01-15 22:23:16.238466507 after sql statement
2015-01-15 22:23:16.248315611 before sql statment
--------------
update test211_6 set c2=c1 where batch=25
--------------
Query OK, 60000 rows affected (1.65 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:17.918820995 after sql statement
2015-01-15 22:23:17.922969325 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=25
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.15 sec)
Bye
2015-01-15 22:23:18.085912757 after sql statement
2015-01-15 22:23:18.089656175 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222318_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:23:18 (17939) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222318_Job_62660.xml
2015-01-15 22:23:18 (17939) INFO : Job file loaded, run time for this step : 0.332179 seconds
2015-01-15 22:23:18 (17939) INFO : PreProcessing check starts
2015-01-15 22:23:18 (17939) INFO : PreProcessing check completed
2015-01-15 22:23:18 (17939) INFO : preProcess completed, run time for this step : 0.055156 seconds
2015-01-15 22:23:18 (17939) INFO : No of Read Threads Spawned = 1
2015-01-15 22:23:18 (17939) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:23:18 (17939) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:23:19 (17939) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:23:19 (17939) INFO : Bulk load completed, total run time : 1.40811 seconds
2015-01-15 22:23:19.706358344 after import
2015-01-15 22:23:19.713268302 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_6 where batch=26
--------------
Query OK, 60000 rows affected (2.60 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.63 sec)
Bye
2015-01-15 22:23:22.963776368 after sql statement
2015-01-15 22:23:22.968892511 before sql statment
--------------
update test211_6 set c2=c1 where batch=26
--------------
Query OK, 60000 rows affected (4.39 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:27.379631010 after sql statement
2015-01-15 22:23:27.392153855 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=26
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.41 sec)
Bye
2015-01-15 22:23:27.809312604 after sql statement
2015-01-15 22:23:27.868077341 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.45 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:23:31.341448476 after sql statement
2015-01-15 22:23:31.369799046 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=27
--------------
Query OK, 60000 rows affected (1.59 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.35 sec)
Bye
2015-01-15 22:23:33.344494871 after sql statement
2015-01-15 22:23:33.359044179 before sql statment
--------------
update test211_6 set c2=c1 where batch=27
--------------
Query OK, 60000 rows affected (2.37 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:35.733803123 after sql statement
2015-01-15 22:23:35.740646485 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=27
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.16 sec)
Bye
2015-01-15 22:23:35.908935415 after sql statement
2015-01-15 22:23:35.911262727 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222336_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:23:36 (32804) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222336_Job_62660.xml
2015-01-15 22:23:36 (32804) INFO : Job file loaded, run time for this step : 0.224892 seconds
2015-01-15 22:23:36 (32804) INFO : PreProcessing check starts
2015-01-15 22:23:36 (32804) INFO : PreProcessing check completed
2015-01-15 22:23:36 (32804) INFO : preProcess completed, run time for this step : 0.039288 seconds
2015-01-15 22:23:36 (32804) INFO : No of Read Threads Spawned = 1
2015-01-15 22:23:36 (32804) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:23:36 (32804) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:23:36 (32804) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:23:37 (32804) INFO : Bulk load completed, total run time : 1.27653 seconds
2015-01-15 22:23:37.347206843 after import
2015-01-15 22:23:37.355053264 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=28
--------------
Query OK, 60000 rows affected (3.51 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.95 sec)
Bye
2015-01-15 22:23:41.854269370 after sql statement
2015-01-15 22:23:41.863087836 before sql statment
--------------
update test211_6 set c2=c1 where batch=28
--------------
Query OK, 60000 rows affected (3.17 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:45.039996566 after sql statement
2015-01-15 22:23:45.078202411 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=28
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.83 sec)
Bye
2015-01-15 22:23:45.923781317 after sql statement
2015-01-15 22:23:45.977330361 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.45 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:23:49.439147434 after sql statement
2015-01-15 22:23:49.447139639 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=29
--------------
Query OK, 60000 rows affected (3.84 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.45 sec)
Bye
2015-01-15 22:23:54.741280035 after sql statement
2015-01-15 22:23:54.748003969 before sql statment
--------------
update test211_6 set c2=c1 where batch=29
--------------
Query OK, 60000 rows affected (3.05 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:57.808033910 after sql statement
2015-01-15 22:23:57.812733635 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=29
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.08 sec)
Bye
2015-01-15 22:23:58.907506579 after sql statement
2015-01-15 22:23:58.916329372 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222359_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:23:59 (50278) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222359_Job_62660.xml
2015-01-15 22:23:59 (50278) INFO : Job file loaded, run time for this step : 0.361163 seconds
2015-01-15 22:23:59 (50278) INFO : PreProcessing check starts
2015-01-15 22:23:59 (50278) INFO : PreProcessing check completed
2015-01-15 22:23:59 (50278) INFO : preProcess completed, run time for this step : 0.0562229 seconds
2015-01-15 22:23:59 (50278) INFO : No of Read Threads Spawned = 1
2015-01-15 22:23:59 (50278) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:23:59 (50278) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:23:59 (50278) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:24:00 (50278) INFO : Bulk load completed, total run time : 1.43971 seconds
2015-01-15 22:24:00.519202700 after import
2015-01-15 22:24:00.525367402 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=30
--------------
Query OK, 60000 rows affected (3.03 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.32 sec)
Bye
2015-01-15 22:24:03.888383112 after sql statement
2015-01-15 22:24:03.905548374 before sql statment
--------------
update test211_6 set c2=c1 where batch=30
--------------
Query OK, 60000 rows affected (2.11 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:24:06.031514305 after sql statement
2015-01-15 22:24:06.035987830 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=30
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.91 sec)
Bye
2015-01-15 22:24:06.951677314 after sql statement
2015-01-15 22:24:07.004872201 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.86 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:24:10.873278191 after sql statement
2015-01-15 22:24:10.885758993 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=31
--------------
Query OK, 60000 rows affected (2.37 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.57 sec)
Bye
2015-01-15 22:24:13.833104253 after sql statement
2015-01-15 22:24:13.871446515 before sql statment
--------------
update test211_6 set c2=c1 where batch=31
--------------
Query OK, 60000 rows affected (2.01 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:24:15.907949024 after sql statement
2015-01-15 22:24:15.935001872 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=31
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.61 sec)
Bye
2015-01-15 22:24:16.577140905 after sql statement
2015-01-15 22:24:16.594954104 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222417_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:24:17 (63735) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222417_Job_62660.xml
2015-01-15 22:24:17 (63735) INFO : Job file loaded, run time for this step : 0.563227 seconds
2015-01-15 22:24:17 (63735) INFO : PreProcessing check starts
2015-01-15 22:24:17 (63735) INFO : PreProcessing check completed
2015-01-15 22:24:17 (63735) INFO : preProcess completed, run time for this step : 0.0492589 seconds
2015-01-15 22:24:17 (63735) INFO : No of Read Threads Spawned = 1
2015-01-15 22:24:17 (63735) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:24:17 (63735) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:24:17 (63735) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:24:18 (63735) INFO : Bulk load completed, total run time : 1.6348 seconds
2015-01-15 22:24:18.556098278 after import
2015-01-15 22:24:18.565932841 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=32
--------------
Query OK, 60000 rows affected (1.17 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.01 sec)
Bye
2015-01-15 22:24:20.752353793 after sql statement
2015-01-15 22:24:20.763907374 before sql statment
--------------
update test211_6 set c2=c1 where batch=32
--------------
Query OK, 60000 rows affected (1.95 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:24:22.720894036 after sql statement
2015-01-15 22:24:22.729276151 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=32
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.44 sec)
Bye
2015-01-15 22:24:23.181618555 after sql statement
2015-01-15 22:24:23.249898136 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (4.65 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:24:27.911499442 after sql statement
2015-01-15 22:24:27.917236023 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=33
--------------
Query OK, 60000 rows affected (1.99 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.72 sec)
Bye
2015-01-15 22:24:30.631950756 after sql statement
2015-01-15 22:24:30.636986568 before sql statment
--------------
update test211_6 set c2=c1 where batch=33
--------------
Query OK, 60000 rows affected (2.67 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:24:33.316004813 after sql statement
2015-01-15 22:24:33.333532043 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=33
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.22 sec)
Bye
2015-01-15 22:24:33.582326146 after sql statement
2015-01-15 22:24:33.584882114 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222434_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:24:34 (12239) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222434_Job_62660.xml
2015-01-15 22:24:34 (12239) INFO : Job file loaded, run time for this step : 0.324867 seconds
2015-01-15 22:24:34 (12239) INFO : PreProcessing check starts
2015-01-15 22:24:34 (12239) INFO : PreProcessing check completed
2015-01-15 22:24:34 (12239) INFO : preProcess completed, run time for this step : 0.048846 seconds
2015-01-15 22:24:34 (12239) INFO : No of Read Threads Spawned = 1
2015-01-15 22:24:34 (12239) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:24:34 (12239) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:24:34 (12239) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:24:35 (12239) INFO : Bulk load completed, total run time : 1.4072 seconds
2015-01-15 22:24:35.180879278 after import
2015-01-15 22:24:35.190539656 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=34
--------------
Query OK, 60000 rows affected (2.80 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.47 sec)
Bye
2015-01-15 22:24:39.468937936 after sql statement
2015-01-15 22:24:39.475619462 before sql statment
--------------
update test211_6 set c2=c1 where batch=34
--------------
Query OK, 60000 rows affected (2.42 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:24:41.907885036 after sql statement
2015-01-15 22:24:41.922606304 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=34
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.18 sec)
Bye
2015-01-15 22:24:43.111252065 after sql statement
2015-01-15 22:24:43.163398096 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (5.11 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:24:48.286687162 after sql statement
2015-01-15 22:24:48.306210031 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=35
--------------
Query OK, 60000 rows affected (3.76 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.83 sec)
Bye
2015-01-15 22:24:54.906066146 after sql statement
2015-01-15 22:24:54.916139403 before sql statment
--------------
update test211_6 set c2=c1 where batch=35
--------------
Query OK, 60000 rows affected (3.38 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:24:58.302646494 after sql statement
2015-01-15 22:24:58.327232944 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=35
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.45 sec)
Bye
2015-01-15 22:24:58.800351230 after sql statement
2015-01-15 22:24:58.820338050 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222500_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:25:00 (29517) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222500_Job_62660.xml
2015-01-15 22:25:00 (29517) INFO : Job file loaded, run time for this step : 0.404069 seconds
2015-01-15 22:25:00 (29517) INFO : PreProcessing check starts
2015-01-15 22:25:00 (29517) INFO : PreProcessing check completed
2015-01-15 22:25:00 (29517) INFO : preProcess completed, run time for this step : 0.0461159 seconds
2015-01-15 22:25:00 (29517) INFO : No of Read Threads Spawned = 1
2015-01-15 22:25:00 (29517) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:25:00 (29517) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:25:00 (29517) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:25:01 (29517) INFO : Bulk load completed, total run time : 1.46736 seconds
2015-01-15 22:25:01.183550654 after import
2015-01-15 22:25:01.202698906 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=36
--------------
Query OK, 60000 rows affected (1.80 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.54 sec)
Bye
2015-01-15 22:25:03.555381037 after sql statement
2015-01-15 22:25:03.563246731 before sql statment
--------------
update test211_6 set c2=c1 where batch=36
--------------
Query OK, 60000 rows affected (1.34 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:04.911840994 after sql statement
2015-01-15 22:25:04.917528490 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=36
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.81 sec)
Bye
2015-01-15 22:25:05.764591115 after sql statement
2015-01-15 22:25:05.819991413 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.49 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:25:09.322858130 after sql statement
2015-01-15 22:25:09.327810379 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=37
--------------
Query OK, 60000 rows affected (1.94 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.91 sec)
Bye
2015-01-15 22:25:13.182449706 after sql statement
2015-01-15 22:25:13.186945974 before sql statment
--------------
update test211_6 set c2=c1 where batch=37
--------------
Query OK, 60000 rows affected (2.40 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:15.593283545 after sql statement
2015-01-15 22:25:15.599005078 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=37
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.73 sec)
Bye
2015-01-15 22:25:16.349254086 after sql statement
2015-01-15 22:25:16.351453997 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222516_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:25:16 (43307) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222516_Job_62660.xml
2015-01-15 22:25:16 (43307) INFO : Job file loaded, run time for this step : 0.360025 seconds
2015-01-15 22:25:16 (43307) INFO : PreProcessing check starts
2015-01-15 22:25:16 (43307) INFO : PreProcessing check completed
2015-01-15 22:25:16 (43307) INFO : preProcess completed, run time for this step : 0.043752 seconds
2015-01-15 22:25:16 (43307) INFO : No of Read Threads Spawned = 1
2015-01-15 22:25:16 (43307) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:25:16 (43307) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:25:17 (43307) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:25:17 (43307) INFO : Bulk load completed, total run time : 1.436 seconds
2015-01-15 22:25:17.947207437 after import
2015-01-15 22:25:17.973849403 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=38
--------------
Query OK, 60000 rows affected (3.32 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.99 sec)
Bye
2015-01-15 22:25:22.290353865 after sql statement
2015-01-15 22:25:22.295864921 before sql statment
--------------
update test211_6 set c2=c1 where batch=38
--------------
Query OK, 60000 rows affected (2.02 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:24.325337133 after sql statement
2015-01-15 22:25:24.343197598 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=38
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.60 sec)
Bye
2015-01-15 22:25:24.955816092 after sql statement
2015-01-15 22:25:24.998551814 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (5.72 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:25:30.744099919 after sql statement
2015-01-15 22:25:30.761391806 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=39
--------------
Query OK, 60000 rows affected (3.48 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.01 sec)
Bye
2015-01-15 22:25:35.266946213 after sql statement
2015-01-15 22:25:35.294489155 before sql statment
--------------
update test211_6 set c2=c1 where batch=39
--------------
Query OK, 60000 rows affected (1.56 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:36.862354847 after sql statement
2015-01-15 22:25:36.868437281 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=39
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.32 sec)
Bye
2015-01-15 22:25:37.196463410 after sql statement
2015-01-15 22:25:37.199364549 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222537_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:25:37 (60644) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222537_Job_62660.xml
2015-01-15 22:25:37 (60644) INFO : Job file loaded, run time for this step : 0.387013 seconds
2015-01-15 22:25:37 (60644) INFO : PreProcessing check starts
2015-01-15 22:25:37 (60644) INFO : PreProcessing check completed
2015-01-15 22:25:37 (60644) INFO : preProcess completed, run time for this step : 0.065367 seconds
2015-01-15 22:25:37 (60644) INFO : No of Read Threads Spawned = 1
2015-01-15 22:25:37 (60644) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:25:37 (60644) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:25:37 (60644) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:25:38 (60644) INFO : Bulk load completed, total run time : 1.4776 seconds
2015-01-15 22:25:38.827817548 after import
2015-01-15 22:25:38.832475419 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=40
--------------
Query OK, 60000 rows affected (2.88 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.10 sec)
Bye
2015-01-15 22:25:42.828140624 after sql statement
2015-01-15 22:25:42.832786365 before sql statment
--------------
update test211_6 set c2=c1 where batch=40
--------------
Query OK, 60000 rows affected (3.81 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:46.655608883 after sql statement
2015-01-15 22:25:46.661576818 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=40
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.34 sec)
Bye
2015-01-15 22:25:47.023599458 after sql statement
2015-01-15 22:25:47.064734370 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.88 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:25:50.963692543 after sql statement
2015-01-15 22:25:50.968419617 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=41
--------------
Query OK, 60000 rows affected (3.38 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.60 sec)
Bye
2015-01-15 22:25:55.969317836 after sql statement
2015-01-15 22:25:56.017185257 before sql statment
--------------
update test211_6 set c2=c1 where batch=41
--------------
Query OK, 60000 rows affected (1.62 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:57.660689862 after sql statement
2015-01-15 22:25:57.673852076 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=41
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.47 sec)
Bye
2015-01-15 22:25:58.151028894 after sql statement
2015-01-15 22:25:58.156007305 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222559_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:25:59 (12464) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222559_Job_62660.xml
2015-01-15 22:25:59 (12464) INFO : Job file loaded, run time for this step : 1.01207 seconds
2015-01-15 22:25:59 (12464) INFO : PreProcessing check starts
2015-01-15 22:25:59 (12464) INFO : PreProcessing check completed
2015-01-15 22:25:59 (12464) INFO : preProcess completed, run time for this step : 0.075696 seconds
2015-01-15 22:25:59 (12464) INFO : No of Read Threads Spawned = 1
2015-01-15 22:25:59 (12464) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:25:59 (12464) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:26:00 (12464) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:26:00 (12464) INFO : Bulk load completed, total run time : 2.11759 seconds
2015-01-15 22:26:00.925920307 after import
2015-01-15 22:26:00.934342545 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=42
--------------
Query OK, 60000 rows affected (2.53 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.72 sec)
Bye
2015-01-15 22:26:04.204449613 after sql statement
2015-01-15 22:26:04.217018594 before sql statment
--------------
update test211_6 set c2=c1 where batch=42
--------------
Query OK, 60000 rows affected (2.01 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:06.239035075 after sql statement
2015-01-15 22:26:06.260518928 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=42
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.55 sec)
Bye
2015-01-15 22:26:06.821649815 after sql statement
2015-01-15 22:26:06.871020841 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.49 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:26:10.371603581 after sql statement
2015-01-15 22:26:10.382980408 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=43
--------------
Query OK, 60000 rows affected (1.21 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.25 sec)
Bye
2015-01-15 22:26:11.850042226 after sql statement
2015-01-15 22:26:11.857667119 before sql statment
--------------
update test211_6 set c2=c1 where batch=43
--------------
Query OK, 60000 rows affected (2.62 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:14.479434755 after sql statement
2015-01-15 22:26:14.490452862 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=43
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.58 sec)
Bye
2015-01-15 22:26:16.079507495 after sql statement
2015-01-15 22:26:16.082317075 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222616_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:26:16 (27617) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222616_Job_62660.xml
2015-01-15 22:26:16 (27617) INFO : Job file loaded, run time for this step : 0.387654 seconds
2015-01-15 22:26:16 (27617) INFO : PreProcessing check starts
2015-01-15 22:26:16 (27617) INFO : PreProcessing check completed
2015-01-15 22:26:16 (27617) INFO : preProcess completed, run time for this step : 0.097991 seconds
2015-01-15 22:26:16 (27617) INFO : No of Read Threads Spawned = 1
2015-01-15 22:26:16 (27617) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:26:16 (27617) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:26:17 (27617) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:26:17 (27617) INFO : Bulk load completed, total run time : 1.4946 seconds
2015-01-15 22:26:17.805152500 after import
2015-01-15 22:26:17.828499187 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=44
--------------
Query OK, 60000 rows affected (2.38 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.65 sec)
Bye
2015-01-15 22:26:20.870922685 after sql statement
2015-01-15 22:26:20.875838484 before sql statment
--------------
update test211_6 set c2=c1 where batch=44
--------------
Query OK, 60000 rows affected (1.93 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:22.814601768 after sql statement
2015-01-15 22:26:22.819139930 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=44
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.28 sec)
Bye
2015-01-15 22:26:23.109868072 after sql statement
2015-01-15 22:26:23.163550132 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.46 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:26:26.633242215 after sql statement
2015-01-15 22:26:26.650766398 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=45
--------------
Query OK, 60000 rows affected (4.72 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.77 sec)
Bye
2015-01-15 22:26:32.158068320 after sql statement
2015-01-15 22:26:32.162298122 before sql statment
--------------
update test211_6 set c2=c1 where batch=45
--------------
Query OK, 60000 rows affected (1.55 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:33.717293711 after sql statement
2015-01-15 22:26:33.721313864 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=45
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.39 sec)
Bye
2015-01-15 22:26:34.110604457 after sql statement
2015-01-15 22:26:34.112891870 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222635_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:26:35 (41153) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222635_Job_62660.xml
2015-01-15 22:26:35 (41153) INFO : Job file loaded, run time for this step : 1.0584 seconds
2015-01-15 22:26:35 (41153) INFO : PreProcessing check starts
2015-01-15 22:26:35 (41153) INFO : PreProcessing check completed
2015-01-15 22:26:35 (41153) INFO : preProcess completed, run time for this step : 0.0457208 seconds
2015-01-15 22:26:35 (41153) INFO : No of Read Threads Spawned = 1
2015-01-15 22:26:35 (41153) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:26:35 (41153) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:26:35 (41153) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:26:36 (41153) INFO : Bulk load completed, total run time : 2.12291 seconds
2015-01-15 22:26:36.478687250 after import
2015-01-15 22:26:36.491951361 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.02 sec)
--------------
delete from test211_6 where batch=46
--------------
Query OK, 60000 rows affected (3.18 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.54 sec)
Bye
2015-01-15 22:26:40.259044579 after sql statement
2015-01-15 22:26:40.264768698 before sql statment
--------------
update test211_6 set c2=c1 where batch=46
--------------
Query OK, 60000 rows affected (2.41 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:42.689608491 after sql statement
2015-01-15 22:26:42.701357115 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=46
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.24 sec)
Bye
2015-01-15 22:26:42.954348146 after sql statement
2015-01-15 22:26:42.992416889 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.48 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:26:46.473300937 after sql statement
2015-01-15 22:26:46.477602486 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=47
--------------
Query OK, 60000 rows affected (3.60 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.45 sec)
Bye
2015-01-15 22:26:50.549002941 after sql statement
2015-01-15 22:26:50.554682941 before sql statment
--------------
update test211_6 set c2=c1 where batch=47
--------------
Query OK, 60000 rows affected (3.44 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:53.994440852 after sql statement
2015-01-15 22:26:54.000139673 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=47
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.48 sec)
Bye
2015-01-15 22:26:54.484430642 after sql statement
2015-01-15 22:26:54.487324309 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222654_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:26:54 (56193) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222654_Job_62660.xml
2015-01-15 22:26:54 (56193) INFO : Job file loaded, run time for this step : 0.304483 seconds
2015-01-15 22:26:54 (56193) INFO : PreProcessing check starts
2015-01-15 22:26:55 (56193) INFO : PreProcessing check completed
2015-01-15 22:26:55 (56193) INFO : preProcess completed, run time for this step : 0.073998 seconds
2015-01-15 22:26:55 (56193) INFO : No of Read Threads Spawned = 1
2015-01-15 22:26:55 (56193) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:26:55 (56193) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:26:55 (56193) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:26:56 (56193) INFO : Bulk load completed, total run time : 1.41171 seconds
2015-01-15 22:26:56.054260978 after import
2015-01-15 22:26:56.068281912 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=48
--------------
Query OK, 60000 rows affected (3.45 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.48 sec)
Bye
2015-01-15 22:27:00.034745501 after sql statement
2015-01-15 22:27:00.045001094 before sql statment
--------------
update test211_6 set c2=c1 where batch=48
--------------
Query OK, 60000 rows affected (1.92 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:01.972824737 after sql statement
2015-01-15 22:27:01.982415467 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=48
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.34 sec)
Bye
2015-01-15 22:27:02.337116169 after sql statement
2015-01-15 22:27:02.380937414 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (5.20 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:27:07.588091149 after sql statement
2015-01-15 22:27:07.592575829 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=49
--------------
Query OK, 60000 rows affected (3.72 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.05 sec)
Bye
2015-01-15 22:27:12.366997167 after sql statement
2015-01-15 22:27:12.372866833 before sql statment
--------------
update test211_6 set c2=c1 where batch=49
--------------
Query OK, 60000 rows affected (0.96 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:13.342310646 after sql statement
2015-01-15 22:27:13.354465823 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=49
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.15 sec)
Bye
2015-01-15 22:27:13.509221642 after sql statement
2015-01-15 22:27:13.511710889 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222714_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:27:14 (6389) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222714_Job_62660.xml
2015-01-15 22:27:14 (6389) INFO : Job file loaded, run time for this step : 0.3683 seconds
2015-01-15 22:27:14 (6389) INFO : PreProcessing check starts
2015-01-15 22:27:14 (6389) INFO : PreProcessing check completed
2015-01-15 22:27:14 (6389) INFO : preProcess completed, run time for this step : 0.0524619 seconds
2015-01-15 22:27:14 (6389) INFO : No of Read Threads Spawned = 1
2015-01-15 22:27:14 (6389) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:27:14 (6389) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:27:14 (6389) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:27:15 (6389) INFO : Bulk load completed, total run time : 1.46611 seconds
2015-01-15 22:27:15.572087116 after import
2015-01-15 22:27:15.578308578 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=50
--------------
Query OK, 60000 rows affected (2.28 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.60 sec)
Bye
2015-01-15 22:27:18.479469598 after sql statement
2015-01-15 22:27:18.491519317 before sql statment
--------------
update test211_6 set c2=c1 where batch=50
--------------
Query OK, 60000 rows affected (1.67 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:20.184886820 after sql statement
2015-01-15 22:27:20.197817211 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=50
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.10 sec)
Bye
2015-01-15 22:27:21.299510826 after sql statement
2015-01-15 22:27:21.353858270 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.62 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:27:24.985697730 after sql statement
2015-01-15 22:27:24.993253941 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=51
--------------
Query OK, 60000 rows affected (2.94 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.51 sec)
Bye
2015-01-15 22:27:30.444574297 after sql statement
2015-01-15 22:27:30.449116317 before sql statment
--------------
update test211_6 set c2=c1 where batch=51
--------------
Query OK, 60000 rows affected (2.54 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:33.009170475 after sql statement
2015-01-15 22:27:33.015145748 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=51
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.38 sec)
Bye
2015-01-15 22:27:34.399753669 after sql statement
2015-01-15 22:27:34.402190822 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222734_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:27:34 (22155) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222734_Job_62660.xml
2015-01-15 22:27:34 (22155) INFO : Job file loaded, run time for this step : 0.367454 seconds
2015-01-15 22:27:34 (22155) INFO : PreProcessing check starts
2015-01-15 22:27:35 (22155) INFO : PreProcessing check completed
2015-01-15 22:27:35 (22155) INFO : preProcess completed, run time for this step : 0.111798 seconds
2015-01-15 22:27:35 (22155) INFO : No of Read Threads Spawned = 1
2015-01-15 22:27:35 (22155) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:27:35 (22155) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:27:35 (22155) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:27:36 (22155) INFO : Bulk load completed, total run time : 1.50703 seconds
2015-01-15 22:27:36.097209627 after import
2015-01-15 22:27:36.103318337 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=52
--------------
Query OK, 60000 rows affected (4.06 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.68 sec)
Bye
2015-01-15 22:27:40.862649434 after sql statement
2015-01-15 22:27:40.872005154 before sql statment
--------------
update test211_6 set c2=c1 where batch=52
--------------
Query OK, 60000 rows affected (3.05 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:43.928060581 after sql statement
2015-01-15 22:27:43.935104266 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=52
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.55 sec)
Bye
2015-01-15 22:27:44.515068562 after sql statement
2015-01-15 22:27:44.566957394 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.60 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:27:48.180144170 after sql statement
2015-01-15 22:27:48.210312252 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=53
--------------
Query OK, 60000 rows affected (3.26 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.39 sec)
Bye
2015-01-15 22:27:52.900934282 after sql statement
2015-01-15 22:27:52.911949702 before sql statment
--------------
update test211_6 set c2=c1 where batch=53
--------------
Query OK, 60000 rows affected (2.98 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:55.910091308 after sql statement
2015-01-15 22:27:55.919231505 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=53
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.27 sec)
Bye
2015-01-15 22:27:56.202606681 after sql statement
2015-01-15 22:27:56.206247843 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222756_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:27:56 (37472) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222756_Job_62660.xml
2015-01-15 22:27:56 (37472) INFO : Job file loaded, run time for this step : 0.287027 seconds
2015-01-15 22:27:56 (37472) INFO : PreProcessing check starts
2015-01-15 22:27:56 (37472) INFO : PreProcessing check completed
2015-01-15 22:27:56 (37472) INFO : preProcess completed, run time for this step : 0.031827 seconds
2015-01-15 22:27:56 (37472) INFO : No of Read Threads Spawned = 1
2015-01-15 22:27:56 (37472) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:27:56 (37472) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:27:56 (37472) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:27:57 (37472) INFO : Bulk load completed, total run time : 1.34495 seconds
2015-01-15 22:27:57.713820988 after import
2015-01-15 22:27:57.718566368 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=54
--------------
Query OK, 60000 rows affected (2.75 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.58 sec)
Bye
2015-01-15 22:28:01.064700631 after sql statement
2015-01-15 22:28:01.094025102 before sql statment
--------------
update test211_6 set c2=c1 where batch=54
--------------
Query OK, 60000 rows affected (2.45 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:03.564926558 after sql statement
2015-01-15 22:28:03.579409509 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=54
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.34 sec)
Bye
2015-01-15 22:28:03.925032759 after sql statement
2015-01-15 22:28:03.993039064 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.65 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:28:07.667913907 after sql statement
2015-01-15 22:28:07.675568146 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=55
--------------
Query OK, 60000 rows affected (2.40 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.39 sec)
Bye
2015-01-15 22:28:11.481879286 after sql statement
2015-01-15 22:28:11.495473340 before sql statment
--------------
update test211_6 set c2=c1 where batch=55
--------------
Query OK, 60000 rows affected (1.81 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:13.315770641 after sql statement
2015-01-15 22:28:13.321574568 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=55
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.31 sec)
Bye
2015-01-15 22:28:13.639549301 after sql statement
2015-01-15 22:28:13.649988818 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222814_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:28:14 (52326) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222814_Job_62660.xml
2015-01-15 22:28:14 (52326) INFO : Job file loaded, run time for this step : 0.310039 seconds
2015-01-15 22:28:14 (52326) INFO : PreProcessing check starts
2015-01-15 22:28:14 (52326) INFO : PreProcessing check completed
2015-01-15 22:28:14 (52326) INFO : preProcess completed, run time for this step : 0.060086 seconds
2015-01-15 22:28:14 (52326) INFO : No of Read Threads Spawned = 1
2015-01-15 22:28:14 (52326) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:28:14 (52326) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:28:14 (52326) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:28:15 (52326) INFO : Bulk load completed, total run time : 1.41166 seconds
2015-01-15 22:28:15.225123126 after import
2015-01-15 22:28:15.245554149 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=56
--------------
Query OK, 60000 rows affected (3.17 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.37 sec)
Bye
2015-01-15 22:28:19.786770544 after sql statement
2015-01-15 22:28:19.791216051 before sql statment
--------------
update test211_6 set c2=c1 where batch=56
--------------
Query OK, 60000 rows affected (2.49 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:22.299313081 after sql statement
2015-01-15 22:28:22.321326442 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=56
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.19 sec)
Bye
2015-01-15 22:28:22.518888925 after sql statement
2015-01-15 22:28:22.568452247 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (5.34 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:28:27.915964496 after sql statement
2015-01-15 22:28:27.923494851 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=57
--------------
Query OK, 60000 rows affected (2.20 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.67 sec)
Bye
2015-01-15 22:28:30.806657366 after sql statement
2015-01-15 22:28:30.828270729 before sql statment
--------------
update test211_6 set c2=c1 where batch=57
--------------
Query OK, 60000 rows affected (2.33 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:33.222119037 after sql statement
2015-01-15 22:28:33.276614578 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=57
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.41 sec)
Bye
2015-01-15 22:28:33.915951528 after sql statement
2015-01-15 22:28:33.918632096 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222834_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:28:34 (3471) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222834_Job_62660.xml
2015-01-15 22:28:34 (3471) INFO : Job file loaded, run time for this step : 0.376425 seconds
2015-01-15 22:28:34 (3471) INFO : PreProcessing check starts
2015-01-15 22:28:34 (3471) INFO : PreProcessing check completed
2015-01-15 22:28:34 (3471) INFO : preProcess completed, run time for this step : 0.055831 seconds
2015-01-15 22:28:34 (3471) INFO : No of Read Threads Spawned = 1
2015-01-15 22:28:34 (3471) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:28:34 (3471) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:28:34 (3471) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:28:35 (3471) INFO : Bulk load completed, total run time : 1.47132 seconds
2015-01-15 22:28:35.599613330 after import
2015-01-15 22:28:35.606749182 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=58
--------------
Query OK, 60000 rows affected (1.76 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.38 sec)
Bye
2015-01-15 22:28:37.768693495 after sql statement
2015-01-15 22:28:37.777887734 before sql statment
--------------
update test211_6 set c2=c1 where batch=58
--------------
Query OK, 60000 rows affected (2.42 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:40.204643207 after sql statement
2015-01-15 22:28:40.210048873 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=58
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.24 sec)
Bye
2015-01-15 22:28:41.454650525 after sql statement
2015-01-15 22:28:41.514615440 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.50 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:28:45.023787895 after sql statement
2015-01-15 22:28:45.032004818 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=59
--------------
Query OK, 60000 rows affected (1.36 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.21 sec)
Bye
2015-01-15 22:28:46.605552459 after sql statement
2015-01-15 22:28:46.617570022 before sql statment
--------------
update test211_6 set c2=c1 where batch=59
--------------
Query OK, 60000 rows affected (1.67 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:48.300582491 after sql statement
2015-01-15 22:28:48.309999838 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=59
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.51 sec)
Bye
2015-01-15 22:28:48.832146255 after sql statement
2015-01-15 22:28:48.836628784 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222849_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:28:49 (16334) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222849_Job_62660.xml
2015-01-15 22:28:49 (16334) INFO : Job file loaded, run time for this step : 0.434254 seconds
2015-01-15 22:28:49 (16334) INFO : PreProcessing check starts
2015-01-15 22:28:49 (16334) INFO : PreProcessing check completed
2015-01-15 22:28:49 (16334) INFO : preProcess completed, run time for this step : 0.0803211 seconds
2015-01-15 22:28:49 (16334) INFO : No of Read Threads Spawned = 1
2015-01-15 22:28:49 (16334) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:28:49 (16334) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:28:50 (16334) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:28:50 (16334) INFO : Bulk load completed, total run time : 1.53644 seconds
2015-01-15 22:28:50.848502282 after import
2015-01-15 22:28:50.861163878 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=60
--------------
Query OK, 60000 rows affected (3.55 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.05 sec)
Bye
2015-01-15 22:28:55.476641150 after sql statement
2015-01-15 22:28:55.483940615 before sql statment
--------------
update test211_6 set c2=c1 where batch=60
--------------
Query OK, 60000 rows affected (1.59 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:57.113212926 after sql statement
2015-01-15 22:28:57.117639501 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=60
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.32 sec)
Bye
2015-01-15 22:28:57.448838457 after sql statement
2015-01-15 22:28:57.510334251 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (4.10 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:29:01.623866290 after sql statement
2015-01-15 22:29:01.633265557 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=61
--------------
Query OK, 60000 rows affected (2.43 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.48 sec)
Bye
2015-01-15 22:29:04.561351299 after sql statement
2015-01-15 22:29:04.582402781 before sql statment
--------------
update test211_6 set c2=c1 where batch=61
--------------
Query OK, 60000 rows affected (4.51 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:09.097256888 after sql statement
2015-01-15 22:29:09.101846369 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=61
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.26 sec)
Bye
2015-01-15 22:29:09.368511595 after sql statement
2015-01-15 22:29:09.372381971 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222909_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:29:10 (32035) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222909_Job_62660.xml
2015-01-15 22:29:10 (32035) INFO : Job file loaded, run time for this step : 0.603269 seconds
2015-01-15 22:29:10 (32035) INFO : PreProcessing check starts
2015-01-15 22:29:10 (32035) INFO : PreProcessing check completed
2015-01-15 22:29:10 (32035) INFO : preProcess completed, run time for this step : 0.0266731 seconds
2015-01-15 22:29:10 (32035) INFO : No of Read Threads Spawned = 1
2015-01-15 22:29:10 (32035) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:29:10 (32035) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:29:10 (32035) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:29:11 (32035) INFO : Bulk load completed, total run time : 1.64241 seconds
2015-01-15 22:29:11.187037652 after import
2015-01-15 22:29:11.194236057 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=62
--------------
Query OK, 60000 rows affected (1.20 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.92 sec)
Bye
2015-01-15 22:29:13.340677422 after sql statement
2015-01-15 22:29:13.347922053 before sql statment
--------------
update test211_6 set c2=c1 where batch=62
--------------
Query OK, 60000 rows affected (1.69 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:15.053410969 after sql statement
2015-01-15 22:29:15.062765157 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=62
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.65 sec)
Bye
2015-01-15 22:29:16.725525515 after sql statement
2015-01-15 22:29:16.784996756 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.85 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:29:20.660695692 after sql statement
2015-01-15 22:29:20.668156407 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=63
--------------
Query OK, 60000 rows affected (4.44 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.29 sec)
Bye
2015-01-15 22:29:26.414509714 after sql statement
2015-01-15 22:29:26.423784186 before sql statment
--------------
update test211_6 set c2=c1 where batch=63
--------------
Query OK, 60000 rows affected (2.40 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:28.856844166 after sql statement
2015-01-15 22:29:28.861505819 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=63
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.79 sec)
Bye
2015-01-15 22:29:29.675069668 after sql statement
2015-01-15 22:29:29.678732594 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222930_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:29:30 (47529) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222930_Job_62660.xml
2015-01-15 22:29:30 (47529) INFO : Job file loaded, run time for this step : 0.386917 seconds
2015-01-15 22:29:30 (47529) INFO : PreProcessing check starts
2015-01-15 22:29:30 (47529) INFO : PreProcessing check completed
2015-01-15 22:29:30 (47529) INFO : preProcess completed, run time for this step : 0.0387392 seconds
2015-01-15 22:29:30 (47529) INFO : No of Read Threads Spawned = 1
2015-01-15 22:29:30 (47529) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:29:30 (47529) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:29:30 (47529) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:29:31 (47529) INFO : Bulk load completed, total run time : 1.46221 seconds
2015-01-15 22:29:31.395938134 after import
2015-01-15 22:29:31.401329681 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=64
--------------
Query OK, 60000 rows affected (1.63 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.68 sec)
Bye
2015-01-15 22:29:33.720142864 after sql statement
2015-01-15 22:29:33.742964632 before sql statment
--------------
update test211_6 set c2=c1 where batch=64
--------------
Query OK, 60000 rows affected (1.72 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:35.487510962 after sql statement
2015-01-15 22:29:35.492646926 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=64
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.19 sec)
Bye
2015-01-15 22:29:35.696652734 after sql statement
2015-01-15 22:29:35.738035925 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (4.15 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:29:39.893824009 after sql statement
2015-01-15 22:29:39.900876513 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=65
--------------
Query OK, 60000 rows affected (3.85 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.63 sec)
Bye
2015-01-15 22:29:44.394282759 after sql statement
2015-01-15 22:29:44.399267778 before sql statment
--------------
update test211_6 set c2=c1 where batch=65
--------------
Query OK, 60000 rows affected (2.01 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:46.409902948 after sql statement
2015-01-15 22:29:46.416114633 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=65
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.74 sec)
Bye
2015-01-15 22:29:47.165363476 after sql statement
2015-01-15 22:29:47.172493146 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222948_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:29:48 (62656) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T222948_Job_62660.xml
2015-01-15 22:29:48 (62656) INFO : Job file loaded, run time for this step : 0.795504 seconds
2015-01-15 22:29:48 (62656) INFO : PreProcessing check starts
2015-01-15 22:29:48 (62656) INFO : PreProcessing check completed
2015-01-15 22:29:48 (62656) INFO : preProcess completed, run time for this step : 0.0728831 seconds
2015-01-15 22:29:48 (62656) INFO : No of Read Threads Spawned = 1
2015-01-15 22:29:48 (62656) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:29:48 (62656) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:29:49 (62656) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:29:49 (62656) INFO : Bulk load completed, total run time : 1.896 seconds
2015-01-15 22:29:49.926630876 after import
2015-01-15 22:29:49.937055977 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=66
--------------
Query OK, 60000 rows affected (3.27 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.02 sec)
Bye
2015-01-15 22:29:54.232551234 after sql statement
2015-01-15 22:29:54.237622981 before sql statment
--------------
update test211_6 set c2=c1 where batch=66
--------------
Query OK, 60000 rows affected (2.84 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:57.086576862 after sql statement
2015-01-15 22:29:57.094465641 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=66
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.46 sec)
Bye
2015-01-15 22:29:58.569404337 after sql statement
2015-01-15 22:29:58.625097370 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (4.72 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:30:03.355718988 after sql statement
2015-01-15 22:30:03.388311832 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=67
--------------
Query OK, 60000 rows affected (7.48 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.38 sec)
Bye
2015-01-15 22:30:12.272686012 after sql statement
2015-01-15 22:30:12.279850169 before sql statment
--------------
update test211_6 set c2=c1 where batch=67
--------------
Query OK, 60000 rows affected (2.72 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:30:15.010841857 after sql statement
2015-01-15 22:30:15.017133967 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=67
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.63 sec)
Bye
2015-01-15 22:30:15.659691879 after sql statement
2015-01-15 22:30:15.664215343 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223016_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:30:16 (18506) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223016_Job_62660.xml
2015-01-15 22:30:16 (18506) INFO : Job file loaded, run time for this step : 0.319093 seconds
2015-01-15 22:30:16 (18506) INFO : PreProcessing check starts
2015-01-15 22:30:16 (18506) INFO : PreProcessing check completed
2015-01-15 22:30:16 (18506) INFO : preProcess completed, run time for this step : 0.0491142 seconds
2015-01-15 22:30:16 (18506) INFO : No of Read Threads Spawned = 1
2015-01-15 22:30:16 (18506) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:30:16 (18506) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:30:16 (18506) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:30:17 (18506) INFO : Bulk load completed, total run time : 1.39219 seconds
2015-01-15 22:30:17.208640507 after import
2015-01-15 22:30:17.216239016 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=68
--------------
Query OK, 60000 rows affected (2.95 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.97 sec)
Bye
2015-01-15 22:30:21.155230502 after sql statement
2015-01-15 22:30:21.162441533 before sql statment
--------------
update test211_6 set c2=c1 where batch=68
--------------
Query OK, 60000 rows affected (1.48 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:30:22.661146848 after sql statement
2015-01-15 22:30:22.669767116 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=68
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.49 sec)
Bye
2015-01-15 22:30:23.168140517 after sql statement
2015-01-15 22:30:23.216484511 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.58 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:30:26.810674620 after sql statement
2015-01-15 22:30:26.814220517 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=69
--------------
Query OK, 60000 rows affected (3.78 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.78 sec)
Bye
2015-01-15 22:30:31.389004503 after sql statement
2015-01-15 22:30:31.393841017 before sql statment
--------------
update test211_6 set c2=c1 where batch=69
--------------
Query OK, 60000 rows affected (3.22 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:30:34.621426837 after sql statement
2015-01-15 22:30:34.627318235 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=69
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.49 sec)
Bye
2015-01-15 22:30:35.134535657 after sql statement
2015-01-15 22:30:35.140946915 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223035_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:30:35 (34216) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223035_Job_62660.xml
2015-01-15 22:30:36 (34216) INFO : Job file loaded, run time for this step : 0.674857 seconds
2015-01-15 22:30:36 (34216) INFO : PreProcessing check starts
2015-01-15 22:30:36 (34216) INFO : PreProcessing check completed
2015-01-15 22:30:36 (34216) INFO : preProcess completed, run time for this step : 0.052124 seconds
2015-01-15 22:30:36 (34216) INFO : No of Read Threads Spawned = 1
2015-01-15 22:30:36 (34216) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:30:36 (34216) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:30:36 (34216) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:30:37 (34216) INFO : Bulk load completed, total run time : 1.74511 seconds
2015-01-15 22:30:37.081297115 after import
2015-01-15 22:30:37.091002686 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=70
--------------
Query OK, 60000 rows affected (3.63 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.73 sec)
Bye
2015-01-15 22:30:41.460167781 after sql statement
2015-01-15 22:30:41.465907903 before sql statment
--------------
update test211_6 set c2=c1 where batch=70
--------------
Query OK, 60000 rows affected (2.20 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:30:43.675919669 after sql statement
2015-01-15 22:30:43.688073835 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=70
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.61 sec)
Bye
2015-01-15 22:30:44.316420076 after sql statement
2015-01-15 22:30:44.377179837 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (4.43 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:30:48.816737908 after sql statement
2015-01-15 22:30:48.823581359 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=71
--------------
Query OK, 60000 rows affected (2.95 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.00 sec)
Bye
2015-01-15 22:30:52.788040920 after sql statement
2015-01-15 22:30:52.792614779 before sql statment
--------------
update test211_6 set c2=c1 where batch=71
--------------
Query OK, 60000 rows affected (2.79 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:30:55.590463611 after sql statement
2015-01-15 22:30:55.612077724 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=71
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.18 sec)
Bye
2015-01-15 22:30:56.815198112 after sql statement
2015-01-15 22:30:56.817820992 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223057_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:30:57 (50671) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223057_Job_62660.xml
2015-01-15 22:30:57 (50671) INFO : Job file loaded, run time for this step : 0.547021 seconds
2015-01-15 22:30:57 (50671) INFO : PreProcessing check starts
2015-01-15 22:30:57 (50671) INFO : PreProcessing check completed
2015-01-15 22:30:57 (50671) INFO : preProcess completed, run time for this step : 0.065758 seconds
2015-01-15 22:30:57 (50671) INFO : No of Read Threads Spawned = 1
2015-01-15 22:30:57 (50671) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:30:57 (50671) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:30:57 (50671) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:30:58 (50671) INFO : Bulk load completed, total run time : 1.64985 seconds
2015-01-15 22:30:58.665843574 after import
2015-01-15 22:30:58.686940198 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=72
--------------
Query OK, 60000 rows affected (4.73 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.14 sec)
Bye
2015-01-15 22:31:04.563124321 after sql statement
2015-01-15 22:31:04.572101011 before sql statment
--------------
update test211_6 set c2=c1 where batch=72
--------------
Query OK, 60000 rows affected (3.40 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:31:07.979568377 after sql statement
2015-01-15 22:31:07.983530327 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=72
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.22 sec)
Bye
2015-01-15 22:31:08.208577931 after sql statement
2015-01-15 22:31:08.259843500 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.54 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:31:11.811688156 after sql statement
2015-01-15 22:31:11.817165814 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=73
--------------
Query OK, 60000 rows affected (1.83 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.61 sec)
Bye
2015-01-15 22:31:14.267019515 after sql statement
2015-01-15 22:31:14.274662424 before sql statment
--------------
update test211_6 set c2=c1 where batch=73
--------------
Query OK, 60000 rows affected (3.33 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:31:17.613514935 after sql statement
2015-01-15 22:31:17.625337356 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=73
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.53 sec)
Bye
2015-01-15 22:31:18.166410158 after sql statement
2015-01-15 22:31:18.174156820 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223118_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:31:18 (1399) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223118_Job_62660.xml
2015-01-15 22:31:18 (1399) INFO : Job file loaded, run time for this step : 0.38647 seconds
2015-01-15 22:31:18 (1399) INFO : PreProcessing check starts
2015-01-15 22:31:18 (1399) INFO : PreProcessing check completed
2015-01-15 22:31:18 (1399) INFO : preProcess completed, run time for this step : 0.0865099 seconds
2015-01-15 22:31:18 (1399) INFO : No of Read Threads Spawned = 1
2015-01-15 22:31:18 (1399) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:31:18 (1399) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:31:19 (1399) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:31:20 (1399) INFO : Bulk load completed, total run time : 1.78831 seconds
2015-01-15 22:31:20.163734865 after import
2015-01-15 22:31:20.170985836 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=74
--------------
Query OK, 60000 rows affected (1.65 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.74 sec)
Bye
2015-01-15 22:31:22.571060907 after sql statement
2015-01-15 22:31:22.598447434 before sql statment
--------------
update test211_6 set c2=c1 where batch=74
--------------
Query OK, 60000 rows affected (2.25 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:31:24.856338322 after sql statement
2015-01-15 22:31:24.864150551 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=74
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.71 sec)
Bye
2015-01-15 22:31:25.593042954 after sql statement
2015-01-15 22:31:25.695527078 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.64 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:31:29.336060664 after sql statement
2015-01-15 22:31:29.344411091 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=75
--------------
Query OK, 60000 rows affected (1.55 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.53 sec)
Bye
2015-01-15 22:31:31.427410809 after sql statement
2015-01-15 22:31:31.447251860 before sql statment
--------------
update test211_6 set c2=c1 where batch=75
--------------
Query OK, 60000 rows affected (2.25 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:31:33.713780588 after sql statement
2015-01-15 22:31:33.722153522 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=75
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.42 sec)
Bye
2015-01-15 22:31:35.160454578 after sql statement
2015-01-15 22:31:35.164691441 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223135_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:31:35 (14300) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223135_Job_62660.xml
2015-01-15 22:31:35 (14300) INFO : Job file loaded, run time for this step : 0.454561 seconds
2015-01-15 22:31:35 (14300) INFO : PreProcessing check starts
2015-01-15 22:31:35 (14300) INFO : PreProcessing check completed
2015-01-15 22:31:35 (14300) INFO : preProcess completed, run time for this step : 0.044713 seconds
2015-01-15 22:31:35 (14300) INFO : No of Read Threads Spawned = 1
2015-01-15 22:31:35 (14300) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:31:35 (14300) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:31:35 (14300) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:31:36 (14300) INFO : Bulk load completed, total run time : 1.51754 seconds
2015-01-15 22:31:36.898967832 after import
2015-01-15 22:31:36.904926484 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=76
--------------
Query OK, 60000 rows affected (3.59 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.81 sec)
Bye
2015-01-15 22:31:41.317201201 after sql statement
2015-01-15 22:31:41.321425723 before sql statment
--------------
update test211_6 set c2=c1 where batch=76
--------------
Query OK, 60000 rows affected (1.94 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:31:43.272485107 after sql statement
2015-01-15 22:31:43.283340076 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=76
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.99 sec)
Bye
2015-01-15 22:31:44.286725285 after sql statement
2015-01-15 22:31:44.357997704 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.54 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:31:47.905598605 after sql statement
2015-01-15 22:31:47.913051046 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=77
--------------
Query OK, 60000 rows affected (3.66 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.25 sec)
Bye
2015-01-15 22:31:52.830840332 after sql statement
2015-01-15 22:31:52.835142645 before sql statment
--------------
update test211_6 set c2=c1 where batch=77
--------------
Query OK, 60000 rows affected (1.99 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:31:54.829112623 after sql statement
2015-01-15 22:31:54.835697703 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=77
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.70 sec)
Bye
2015-01-15 22:31:55.554085617 after sql statement
2015-01-15 22:31:55.558442320 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223156_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:31:56 (29128) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223156_Job_62660.xml
2015-01-15 22:31:56 (29128) INFO : Job file loaded, run time for this step : 0.593476 seconds
2015-01-15 22:31:56 (29128) INFO : PreProcessing check starts
2015-01-15 22:31:56 (29128) INFO : PreProcessing check completed
2015-01-15 22:31:56 (29128) INFO : preProcess completed, run time for this step : 0.0467119 seconds
2015-01-15 22:31:56 (29128) INFO : No of Read Threads Spawned = 1
2015-01-15 22:31:56 (29128) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:31:56 (29128) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:31:56 (29128) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:31:57 (29128) INFO : Bulk load completed, total run time : 1.66747 seconds
2015-01-15 22:31:57.491244318 after import
2015-01-15 22:31:57.496058176 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=78
--------------
Query OK, 60000 rows affected (3.43 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.00 sec)
Bye
2015-01-15 22:32:01.937890385 after sql statement
2015-01-15 22:32:01.949969032 before sql statment
--------------
update test211_6 set c2=c1 where batch=78
--------------
Query OK, 60000 rows affected (2.11 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:04.077247210 after sql statement
2015-01-15 22:32:04.085783084 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=78
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.30 sec)
Bye
2015-01-15 22:32:04.396021032 after sql statement
2015-01-15 22:32:04.433183341 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (4.35 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:32:08.800281619 after sql statement
2015-01-15 22:32:08.804986892 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=79
--------------
Query OK, 60000 rows affected (3.29 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.01 sec)
Bye
2015-01-15 22:32:13.122393528 after sql statement
2015-01-15 22:32:13.127873943 before sql statment
--------------
update test211_6 set c2=c1 where batch=79
--------------
Query OK, 60000 rows affected (2.52 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:15.666396263 after sql statement
2015-01-15 22:32:15.671246436 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=79
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.47 sec)
Bye
2015-01-15 22:32:16.159059138 after sql statement
2015-01-15 22:32:16.162241053 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223218_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:32:18 (43999) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223218_Job_62660.xml
2015-01-15 22:32:18 (43999) INFO : Job file loaded, run time for this step : 1.07985 seconds
2015-01-15 22:32:18 (43999) INFO : PreProcessing check starts
2015-01-15 22:32:18 (43999) INFO : PreProcessing check completed
2015-01-15 22:32:18 (43999) INFO : preProcess completed, run time for this step : 0.0539041 seconds
2015-01-15 22:32:18 (43999) INFO : No of Read Threads Spawned = 1
2015-01-15 22:32:18 (43999) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:32:18 (43999) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:32:18 (43999) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:32:19 (43999) INFO : Bulk load completed, total run time : 2.17253 seconds
2015-01-15 22:32:19.422637464 after import
2015-01-15 22:32:19.434524239 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=80
--------------
Query OK, 60000 rows affected (2.47 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.40 sec)
Bye
2015-01-15 22:32:22.324121736 after sql statement
2015-01-15 22:32:22.331294572 before sql statment
--------------
update test211_6 set c2=c1 where batch=80
--------------
Query OK, 60000 rows affected (2.36 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:24.698327786 after sql statement
2015-01-15 22:32:24.729562122 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=80
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.51 sec)
Bye
2015-01-15 22:32:25.252337322 after sql statement
2015-01-15 22:32:25.304829726 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.43 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:32:28.770356079 after sql statement
2015-01-15 22:32:28.782253934 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=81
--------------
Query OK, 60000 rows affected (2.63 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.41 sec)
Bye
2015-01-15 22:32:31.844828358 after sql statement
2015-01-15 22:32:31.864701327 before sql statment
--------------
update test211_6 set c2=c1 where batch=81
--------------
Query OK, 60000 rows affected (2.76 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:34.629320156 after sql statement
2015-01-15 22:32:34.637166860 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=81
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.39 sec)
Bye
2015-01-15 22:32:35.054570692 after sql statement
2015-01-15 22:32:35.060651685 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223235_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:32:35 (58536) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223235_Job_62660.xml
2015-01-15 22:32:35 (58536) INFO : Job file loaded, run time for this step : 0.321841 seconds
2015-01-15 22:32:35 (58536) INFO : PreProcessing check starts
2015-01-15 22:32:35 (58536) INFO : PreProcessing check completed
2015-01-15 22:32:35 (58536) INFO : preProcess completed, run time for this step : 0.0550189 seconds
2015-01-15 22:32:35 (58536) INFO : No of Read Threads Spawned = 1
2015-01-15 22:32:35 (58536) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:32:35 (58536) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:32:35 (58536) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:32:36 (58536) INFO : Bulk load completed, total run time : 1.40903 seconds
2015-01-15 22:32:36.647000683 after import
2015-01-15 22:32:36.678742266 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=82
--------------
Query OK, 60000 rows affected (3.29 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.12 sec)
Bye
2015-01-15 22:32:41.126127108 after sql statement
2015-01-15 22:32:41.130853275 before sql statment
--------------
update test211_6 set c2=c1 where batch=82
--------------
Query OK, 60000 rows affected (2.30 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:43.444847505 after sql statement
2015-01-15 22:32:43.459163703 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=82
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.77 sec)
Bye
2015-01-15 22:32:44.239544756 after sql statement
2015-01-15 22:32:44.307073363 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (4.01 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:32:48.337801584 after sql statement
2015-01-15 22:32:48.343643107 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=83
--------------
Query OK, 60000 rows affected (4.10 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.66 sec)
Bye
2015-01-15 22:32:53.110983070 after sql statement
2015-01-15 22:32:53.122165791 before sql statment
--------------
update test211_6 set c2=c1 where batch=83
--------------
Query OK, 60000 rows affected (1.90 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:55.027970476 after sql statement
2015-01-15 22:32:55.046054831 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=83
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.57 sec)
Bye
2015-01-15 22:32:55.630750936 after sql statement
2015-01-15 22:32:55.638660332 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223256_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:32:56 (8611) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223256_Job_62660.xml
2015-01-15 22:32:56 (8611) INFO : Job file loaded, run time for this step : 0.292451 seconds
2015-01-15 22:32:56 (8611) INFO : PreProcessing check starts
2015-01-15 22:32:56 (8611) INFO : PreProcessing check completed
2015-01-15 22:32:56 (8611) INFO : preProcess completed, run time for this step : 0.123882 seconds
2015-01-15 22:32:56 (8611) INFO : No of Read Threads Spawned = 1
2015-01-15 22:32:56 (8611) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:32:56 (8611) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:32:56 (8611) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:32:57 (8611) INFO : Bulk load completed, total run time : 1.57102 seconds
2015-01-15 22:32:57.399290154 after import
2015-01-15 22:32:57.402482557 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=84
--------------
Query OK, 60000 rows affected (2.68 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.94 sec)
Bye
2015-01-15 22:33:01.044136233 after sql statement
2015-01-15 22:33:01.087334686 before sql statment
--------------
update test211_6 set c2=c1 where batch=84
--------------
Query OK, 60000 rows affected (1.85 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:33:02.955226058 after sql statement
2015-01-15 22:33:02.959630447 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=84
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.06 sec)
Bye
2015-01-15 22:33:04.028947782 after sql statement
2015-01-15 22:33:04.092443610 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (4.05 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:33:08.199468840 after sql statement
2015-01-15 22:33:08.216696814 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=85
--------------
Query OK, 60000 rows affected (3.66 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.26 sec)
Bye
2015-01-15 22:33:13.172563026 after sql statement
2015-01-15 22:33:13.187438232 before sql statment
--------------
update test211_6 set c2=c1 where batch=85
--------------
Query OK, 60000 rows affected (2.59 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:33:15.786973343 after sql statement
2015-01-15 22:33:15.795304743 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=85
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.34 sec)
Bye
2015-01-15 22:33:16.146742336 after sql statement
2015-01-15 22:33:16.152899118 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223316_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:33:16 (25321) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223316_Job_62660.xml
2015-01-15 22:33:16 (25321) INFO : Job file loaded, run time for this step : 0.342398 seconds
2015-01-15 22:33:16 (25321) INFO : PreProcessing check starts
2015-01-15 22:33:16 (25321) INFO : PreProcessing check completed
2015-01-15 22:33:16 (25321) INFO : preProcess completed, run time for this step : 0.072933 seconds
2015-01-15 22:33:16 (25321) INFO : No of Read Threads Spawned = 1
2015-01-15 22:33:16 (25321) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:33:16 (25321) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:33:16 (25321) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:33:17 (25321) INFO : Bulk load completed, total run time : 1.43532 seconds
2015-01-15 22:33:17.776718560 after import
2015-01-15 22:33:17.783328575 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=86
--------------
Query OK, 60000 rows affected (2.55 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.73 sec)
Bye
2015-01-15 22:33:21.078883352 after sql statement
2015-01-15 22:33:21.085729888 before sql statment
--------------
update test211_6 set c2=c1 where batch=86
--------------
Query OK, 60000 rows affected (2.24 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:33:23.333023118 after sql statement
2015-01-15 22:33:23.346423217 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=86
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.38 sec)
Bye
2015-01-15 22:33:24.748961237 after sql statement
2015-01-15 22:33:24.797949358 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.97 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:33:28.775631437 after sql statement
2015-01-15 22:33:28.783102239 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=87
--------------
Query OK, 60000 rows affected (5.05 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.10 sec)
Bye
2015-01-15 22:33:35.948172560 after sql statement
2015-01-15 22:33:35.964534279 before sql statment
--------------
update test211_6 set c2=c1 where batch=87
--------------
Query OK, 60000 rows affected (4.82 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:33:40.798052585 after sql statement
2015-01-15 22:33:40.816381588 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=87
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (2.37 sec)
Bye
2015-01-15 22:33:43.195782426 after sql statement
2015-01-15 22:33:43.198903419 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223343_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:33:44 (42682) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223343_Job_62660.xml
2015-01-15 22:33:44 (42682) INFO : Job file loaded, run time for this step : 0.600843 seconds
2015-01-15 22:33:44 (42682) INFO : PreProcessing check starts
2015-01-15 22:33:44 (42682) INFO : PreProcessing check completed
2015-01-15 22:33:44 (42682) INFO : preProcess completed, run time for this step : 0.123074 seconds
2015-01-15 22:33:44 (42682) INFO : No of Read Threads Spawned = 1
2015-01-15 22:33:44 (42682) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:33:44 (42682) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:33:44 (42682) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:33:45 (42682) INFO : Bulk load completed, total run time : 1.77901 seconds
2015-01-15 22:33:45.204453334 after import
2015-01-15 22:33:45.265613155 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=88
--------------
Query OK, 60000 rows affected (3.60 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.71 sec)
Bye
2015-01-15 22:33:49.601398656 after sql statement
2015-01-15 22:33:49.615944834 before sql statment
--------------
update test211_6 set c2=c1 where batch=88
--------------
Query OK, 60000 rows affected (3.06 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:33:52.687656862 after sql statement
2015-01-15 22:33:52.693877815 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=88
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.71 sec)
Bye
2015-01-15 22:33:53.419937521 after sql statement
2015-01-15 22:33:53.494011408 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.99 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:33:57.507473606 after sql statement
2015-01-15 22:33:57.525425606 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=89
--------------
Query OK, 60000 rows affected (3.05 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.27 sec)
Bye
2015-01-15 22:34:01.850646408 after sql statement
2015-01-15 22:34:01.863860764 before sql statment
--------------
update test211_6 set c2=c1 where batch=89
--------------
Query OK, 60000 rows affected (2.53 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:34:04.408526961 after sql statement
2015-01-15 22:34:04.412748468 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=89
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.24 sec)
Bye
2015-01-15 22:34:05.659681080 after sql statement
2015-01-15 22:34:05.662901450 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223406_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:34:06 (56169) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223406_Job_62660.xml
2015-01-15 22:34:06 (56169) INFO : Job file loaded, run time for this step : 0.462148 seconds
2015-01-15 22:34:06 (56169) INFO : PreProcessing check starts
2015-01-15 22:34:06 (56169) INFO : PreProcessing check completed
2015-01-15 22:34:06 (56169) INFO : preProcess completed, run time for this step : 0.098227 seconds
2015-01-15 22:34:06 (56169) INFO : No of Read Threads Spawned = 1
2015-01-15 22:34:06 (56169) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:34:06 (56169) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:34:06 (56169) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:34:07 (56169) INFO : Bulk load completed, total run time : 1.61407 seconds
2015-01-15 22:34:07.518619973 after import
2015-01-15 22:34:07.538271211 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=90
--------------
Query OK, 60000 rows affected (2.58 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.49 sec)
Bye
2015-01-15 22:34:10.610359784 after sql statement
2015-01-15 22:34:10.619670901 before sql statment
--------------
update test211_6 set c2=c1 where batch=90
--------------
Query OK, 60000 rows affected (3.53 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:34:14.163212308 after sql statement
2015-01-15 22:34:14.179415220 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=90
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.43 sec)
Bye
2015-01-15 22:34:15.670871813 after sql statement
2015-01-15 22:34:15.731164486 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (4.01 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:34:19.738963597 after sql statement
2015-01-15 22:34:19.751099351 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=91
--------------
Query OK, 60000 rows affected (3.00 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.99 sec)
Bye
2015-01-15 22:34:23.770903779 after sql statement
2015-01-15 22:34:23.777610914 before sql statment
--------------
update test211_6 set c2=c1 where batch=91
--------------
Query OK, 60000 rows affected (3.92 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:34:27.706159400 after sql statement
2015-01-15 22:34:27.710090329 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=91
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.57 sec)
Bye
2015-01-15 22:34:29.287224073 after sql statement
2015-01-15 22:34:29.290222114 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223429_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:34:29 (4493) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223429_Job_62660.xml
2015-01-15 22:34:29 (4493) INFO : Job file loaded, run time for this step : 0.481572 seconds
2015-01-15 22:34:29 (4493) INFO : PreProcessing check starts
2015-01-15 22:34:30 (4493) INFO : PreProcessing check completed
2015-01-15 22:34:30 (4493) INFO : preProcess completed, run time for this step : 0.0802 seconds
2015-01-15 22:34:30 (4493) INFO : No of Read Threads Spawned = 1
2015-01-15 22:34:30 (4493) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:34:30 (4493) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:34:30 (4493) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:34:31 (4493) INFO : Bulk load completed, total run time : 1.63778 seconds
2015-01-15 22:34:31.180886383 after import
2015-01-15 22:34:31.187238188 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=92
--------------
Query OK, 60000 rows affected (3.46 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.95 sec)
Bye
2015-01-15 22:34:36.622605396 after sql statement
2015-01-15 22:34:36.630798125 before sql statment
--------------
update test211_6 set c2=c1 where batch=92
--------------
Query OK, 60000 rows affected (2.99 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:34:39.624179114 after sql statement
2015-01-15 22:34:39.638435526 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=92
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.48 sec)
Bye
2015-01-15 22:34:40.158390563 after sql statement
2015-01-15 22:34:40.270993443 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.47 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:34:43.748213937 after sql statement
2015-01-15 22:34:43.757053808 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=93
--------------
Query OK, 60000 rows affected (7.10 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.47 sec)
Bye
2015-01-15 22:34:52.337598255 after sql statement
2015-01-15 22:34:52.346986531 before sql statment
--------------
update test211_6 set c2=c1 where batch=93
--------------
Query OK, 60000 rows affected (2.83 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:34:55.184608069 after sql statement
2015-01-15 22:34:55.191529934 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=93
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.45 sec)
Bye
2015-01-15 22:34:55.649213825 after sql statement
2015-01-15 22:34:55.675657763 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223456_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:34:56 (19229) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223456_Job_62660.xml
2015-01-15 22:34:56 (19229) INFO : Job file loaded, run time for this step : 0.383867 seconds
2015-01-15 22:34:56 (19229) INFO : PreProcessing check starts
2015-01-15 22:34:56 (19229) INFO : PreProcessing check completed
2015-01-15 22:34:56 (19229) INFO : preProcess completed, run time for this step : 0.04546 seconds
2015-01-15 22:34:56 (19229) INFO : No of Read Threads Spawned = 1
2015-01-15 22:34:56 (19229) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:34:56 (19229) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:34:56 (19229) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:34:57 (19229) INFO : Bulk load completed, total run time : 1.49041 seconds
2015-01-15 22:34:57.352221262 after import
2015-01-15 22:34:57.361669535 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=94
--------------
Query OK, 60000 rows affected (5.18 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.65 sec)
Bye
2015-01-15 22:35:03.201164051 after sql statement
2015-01-15 22:35:03.215690160 before sql statment
--------------
update test211_6 set c2=c1 where batch=94
--------------
Query OK, 60000 rows affected (4.50 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:35:07.726431225 after sql statement
2015-01-15 22:35:07.740678962 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=94
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.89 sec)
Bye
2015-01-15 22:35:09.654604999 after sql statement
2015-01-15 22:35:09.706153421 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (4.12 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:35:13.834017383 after sql statement
2015-01-15 22:35:13.846454555 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_6 where batch=95
--------------
Query OK, 60000 rows affected (4.62 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.30 sec)
Bye
2015-01-15 22:35:19.789220369 after sql statement
2015-01-15 22:35:19.793423164 before sql statment
--------------
update test211_6 set c2=c1 where batch=95
--------------
Query OK, 60000 rows affected (2.69 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:35:22.497366230 after sql statement
2015-01-15 22:35:22.502337708 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=95
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.87 sec)
Bye
2015-01-15 22:35:23.390256342 after sql statement
2015-01-15 22:35:23.393379633 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223523_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:35:23 (33025) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223523_Job_62660.xml
2015-01-15 22:35:23 (33025) INFO : Job file loaded, run time for this step : 0.431549 seconds
2015-01-15 22:35:23 (33025) INFO : PreProcessing check starts
2015-01-15 22:35:24 (33025) INFO : PreProcessing check completed
2015-01-15 22:35:24 (33025) INFO : preProcess completed, run time for this step : 0.065474 seconds
2015-01-15 22:35:24 (33025) INFO : No of Read Threads Spawned = 1
2015-01-15 22:35:24 (33025) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:35:24 (33025) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:35:24 (33025) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:35:25 (33025) INFO : Bulk load completed, total run time : 1.52876 seconds
2015-01-15 22:35:25.071905459 after import
2015-01-15 22:35:25.090596155 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=96
--------------
Query OK, 60000 rows affected (4.07 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.79 sec)
Bye
2015-01-15 22:35:29.958077782 after sql statement
2015-01-15 22:35:29.987343809 before sql statment
--------------
update test211_6 set c2=c1 where batch=96
--------------
Query OK, 60000 rows affected (6.45 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:35:36.452028820 after sql statement
2015-01-15 22:35:36.461621984 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=96
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.40 sec)
Bye
2015-01-15 22:35:36.875422788 after sql statement
2015-01-15 22:35:36.934249576 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.83 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:35:40.768289269 after sql statement
2015-01-15 22:35:40.773352434 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=97
--------------
Query OK, 60000 rows affected (2.89 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.13 sec)
Bye
2015-01-15 22:35:44.806487438 after sql statement
2015-01-15 22:35:44.816723066 before sql statment
--------------
update test211_6 set c2=c1 where batch=97
--------------
Query OK, 60000 rows affected (2.70 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:35:47.518582657 after sql statement
2015-01-15 22:35:47.533285255 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=97
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.45 sec)
Bye
2015-01-15 22:35:47.983891851 after sql statement
2015-01-15 22:35:47.994263769 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223548_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:35:48 (46723) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223548_Job_62660.xml
2015-01-15 22:35:48 (46723) INFO : Job file loaded, run time for this step : 0.413557 seconds
2015-01-15 22:35:48 (46723) INFO : PreProcessing check starts
2015-01-15 22:35:48 (46723) INFO : PreProcessing check completed
2015-01-15 22:35:48 (46723) INFO : preProcess completed, run time for this step : 0.050693 seconds
2015-01-15 22:35:48 (46723) INFO : No of Read Threads Spawned = 1
2015-01-15 22:35:48 (46723) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:35:48 (46723) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:35:48 (46723) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:35:49 (46723) INFO : Bulk load completed, total run time : 1.49129 seconds
2015-01-15 22:35:49.669151073 after import
2015-01-15 22:35:49.673279860 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=98
--------------
Query OK, 60000 rows affected (2.90 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.83 sec)
Bye
2015-01-15 22:35:54.421145901 after sql statement
2015-01-15 22:35:54.428906318 before sql statment
--------------
update test211_6 set c2=c1 where batch=98
--------------
Query OK, 60000 rows affected (2.68 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:35:57.128147890 after sql statement
2015-01-15 22:35:57.135014049 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=98
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.45 sec)
Bye
2015-01-15 22:35:57.587298037 after sql statement
2015-01-15 22:35:57.639570253 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (4.91 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:36:02.582911779 after sql statement
2015-01-15 22:36:02.673695501 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=99
--------------
Query OK, 60000 rows affected (2.87 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.71 sec)
Bye
2015-01-15 22:36:06.603437428 after sql statement
2015-01-15 22:36:06.614159038 before sql statment
--------------
update test211_6 set c2=c1 where batch=99
--------------
Query OK, 60000 rows affected (2.61 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:36:09.236038160 after sql statement
2015-01-15 22:36:09.245236669 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=99
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.83 sec)
Bye
2015-01-15 22:36:10.093086074 after sql statement
2015-01-15 22:36:10.095573371 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223610_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:36:10 (63285) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223610_Job_62660.xml
2015-01-15 22:36:10 (63285) INFO : Job file loaded, run time for this step : 0.273346 seconds
2015-01-15 22:36:10 (63285) INFO : PreProcessing check starts
2015-01-15 22:36:10 (63285) INFO : PreProcessing check completed
2015-01-15 22:36:10 (63285) INFO : preProcess completed, run time for this step : 0.118991 seconds
2015-01-15 22:36:10 (63285) INFO : No of Read Threads Spawned = 1
2015-01-15 22:36:10 (63285) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:36:10 (63285) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:36:10 (63285) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:36:11 (63285) INFO : Bulk load completed, total run time : 1.4345 seconds
2015-01-15 22:36:11.681231064 after import
2015-01-15 22:36:11.687098737 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=100
--------------
Query OK, 60000 rows affected (3.24 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.39 sec)
Bye
2015-01-15 22:36:15.321658950 after sql statement
2015-01-15 22:36:15.342602679 before sql statment
--------------
update test211_6 set c2=c1 where batch=100
--------------
Query OK, 60000 rows affected (2.79 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:36:18.192323347 after sql statement
2015-01-15 22:36:18.198316826 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=100
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.10 sec)
Bye
2015-01-15 22:36:19.303313160 after sql statement
2015-01-15 22:36:19.363401181 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.42 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:36:22.788056735 after sql statement
2015-01-15 22:36:22.806665328 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=101
--------------
Query OK, 60000 rows affected (2.72 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.59 sec)
Bye
2015-01-15 22:36:26.121275978 after sql statement
2015-01-15 22:36:26.127185672 before sql statment
--------------
update test211_6 set c2=c1 where batch=101
--------------
Query OK, 60000 rows affected (3.00 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:36:29.140684054 after sql statement
2015-01-15 22:36:29.158808937 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=101
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.36 sec)
Bye
2015-01-15 22:36:29.531698046 after sql statement
2015-01-15 22:36:29.533779444 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223630_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:36:30 (13284) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223630_Job_62660.xml
2015-01-15 22:36:30 (13284) INFO : Job file loaded, run time for this step : 0.451974 seconds
2015-01-15 22:36:30 (13284) INFO : PreProcessing check starts
2015-01-15 22:36:30 (13284) INFO : PreProcessing check completed
2015-01-15 22:36:30 (13284) INFO : preProcess completed, run time for this step : 0.0624039 seconds
2015-01-15 22:36:30 (13284) INFO : No of Read Threads Spawned = 1
2015-01-15 22:36:30 (13284) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:36:30 (13284) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:36:30 (13284) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:36:31 (13284) INFO : Bulk load completed, total run time : 1.53567 seconds
2015-01-15 22:36:31.240513012 after import
2015-01-15 22:36:31.250212796 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=102
--------------
Query OK, 60000 rows affected (4.58 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.99 sec)
Bye
2015-01-15 22:36:36.834866683 after sql statement
2015-01-15 22:36:36.840483152 before sql statment
--------------
update test211_6 set c2=c1 where batch=102
--------------
Query OK, 60000 rows affected (4.89 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:36:41.751326548 after sql statement
2015-01-15 22:36:41.758852411 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=102
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.12 sec)
Bye
2015-01-15 22:36:42.924916441 after sql statement
2015-01-15 22:36:42.981216133 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (6.28 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:36:49.275179051 after sql statement
2015-01-15 22:36:49.281159067 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=103
--------------
Query OK, 60000 rows affected (1.80 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.22 sec)
Bye
2015-01-15 22:36:52.313914935 after sql statement
2015-01-15 22:36:52.330960564 before sql statment
--------------
update test211_6 set c2=c1 where batch=103
--------------
Query OK, 60000 rows affected (3.76 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:36:56.096743765 after sql statement
2015-01-15 22:36:56.107903119 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=103
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.71 sec)
Bye
2015-01-15 22:36:56.830830366 after sql statement
2015-01-15 22:36:56.835788591 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223658_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:36:58 (32412) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223658_Job_62660.xml
2015-01-15 22:36:58 (32412) INFO : Job file loaded, run time for this step : 0.479168 seconds
2015-01-15 22:36:58 (32412) INFO : PreProcessing check starts
2015-01-15 22:36:58 (32412) INFO : PreProcessing check completed
2015-01-15 22:36:58 (32412) INFO : preProcess completed, run time for this step : 0.0330582 seconds
2015-01-15 22:36:58 (32412) INFO : No of Read Threads Spawned = 1
2015-01-15 22:36:58 (32412) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:36:58 (32412) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:36:58 (32412) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:36:59 (32412) INFO : Bulk load completed, total run time : 1.55669 seconds
2015-01-15 22:36:59.263165613 after import
2015-01-15 22:36:59.294561629 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=104
--------------
Query OK, 60000 rows affected (1.90 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.54 sec)
Bye
2015-01-15 22:37:01.758771878 after sql statement
2015-01-15 22:37:01.766025435 before sql statment
--------------
update test211_6 set c2=c1 where batch=104
--------------
Query OK, 60000 rows affected (1.72 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:37:03.509423588 after sql statement
2015-01-15 22:37:03.517484229 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=104
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.83 sec)
Bye
2015-01-15 22:37:04.360318994 after sql statement
2015-01-15 22:37:04.405612582 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (4.55 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:37:08.963048611 after sql statement
2015-01-15 22:37:08.968683669 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=105
--------------
Query OK, 60000 rows affected (2.38 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.07 sec)
Bye
2015-01-15 22:37:12.424321059 after sql statement
2015-01-15 22:37:12.438068253 before sql statment
--------------
update test211_6 set c2=c1 where batch=105
--------------
Query OK, 60000 rows affected (1.50 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:37:13.962367704 after sql statement
2015-01-15 22:37:13.969354212 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=105
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (2.05 sec)
Bye
2015-01-15 22:37:16.030775882 after sql statement
2015-01-15 22:37:16.036131163 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223716_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:37:16 (46546) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223716_Job_62660.xml
2015-01-15 22:37:16 (46546) INFO : Job file loaded, run time for this step : 0.389168 seconds
2015-01-15 22:37:16 (46546) INFO : PreProcessing check starts
2015-01-15 22:37:16 (46546) INFO : PreProcessing check completed
2015-01-15 22:37:16 (46546) INFO : preProcess completed, run time for this step : 0.0710649 seconds
2015-01-15 22:37:16 (46546) INFO : No of Read Threads Spawned = 1
2015-01-15 22:37:16 (46546) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:37:16 (46546) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:37:17 (46546) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:37:18 (46546) INFO : Bulk load completed, total run time : 1.50385 seconds
2015-01-15 22:37:18.050724841 after import
2015-01-15 22:37:18.054636134 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=106
--------------
Query OK, 60000 rows affected (1.91 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.55 sec)
Bye
2015-01-15 22:37:20.513129301 after sql statement
2015-01-15 22:37:20.520734828 before sql statment
--------------
update test211_6 set c2=c1 where batch=106
--------------
Query OK, 60000 rows affected (2.78 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:37:23.309996187 after sql statement
2015-01-15 22:37:23.326866530 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=106
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.81 sec)
Bye
2015-01-15 22:37:24.145114270 after sql statement
2015-01-15 22:37:24.219188360 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.62 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:37:27.848798867 after sql statement
2015-01-15 22:37:27.855924283 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=107
--------------
Query OK, 60000 rows affected (2.73 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.36 sec)
Bye
2015-01-15 22:37:31.968100986 after sql statement
2015-01-15 22:37:31.976367640 before sql statment
--------------
update test211_6 set c2=c1 where batch=107
--------------
Query OK, 60000 rows affected (3.23 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:37:35.215877303 after sql statement
2015-01-15 22:37:35.222035241 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=107
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.60 sec)
Bye
2015-01-15 22:37:35.825663893 after sql statement
2015-01-15 22:37:35.829044168 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223736_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:37:36 (62030) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223736_Job_62660.xml
2015-01-15 22:37:36 (62030) INFO : Job file loaded, run time for this step : 0.410765 seconds
2015-01-15 22:37:36 (62030) INFO : PreProcessing check starts
2015-01-15 22:37:36 (62030) INFO : PreProcessing check completed
2015-01-15 22:37:36 (62030) INFO : preProcess completed, run time for this step : 0.0276229 seconds
2015-01-15 22:37:36 (62030) INFO : No of Read Threads Spawned = 1
2015-01-15 22:37:36 (62030) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:37:36 (62030) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:37:36 (62030) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:37:37 (62030) INFO : Bulk load completed, total run time : 1.46661 seconds
2015-01-15 22:37:37.511385883 after import
2015-01-15 22:37:37.521145017 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=108
--------------
Query OK, 60000 rows affected (1.78 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.80 sec)
Bye
2015-01-15 22:37:40.107205366 after sql statement
2015-01-15 22:37:40.112810691 before sql statment
--------------
update test211_6 set c2=c1 where batch=108
--------------
Query OK, 60000 rows affected (4.77 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:37:44.894704942 after sql statement
2015-01-15 22:37:44.898771535 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=108
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.46 sec)
Bye
2015-01-15 22:37:45.364058309 after sql statement
2015-01-15 22:37:45.407687816 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (4.72 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:37:50.133010647 after sql statement
2015-01-15 22:37:50.136803477 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=109
--------------
Query OK, 60000 rows affected (3.92 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.56 sec)
Bye
2015-01-15 22:37:54.626797826 after sql statement
2015-01-15 22:37:54.634661060 before sql statment
--------------
update test211_6 set c2=c1 where batch=109
--------------
Query OK, 60000 rows affected (2.76 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:37:57.394699114 after sql statement
2015-01-15 22:37:57.402967331 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=109
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.07 sec)
Bye
2015-01-15 22:37:58.477876183 after sql statement
2015-01-15 22:37:58.484283523 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223759_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:37:59 (12096) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223759_Job_62660.xml
2015-01-15 22:37:59 (12096) INFO : Job file loaded, run time for this step : 0.668222 seconds
2015-01-15 22:37:59 (12096) INFO : PreProcessing check starts
2015-01-15 22:37:59 (12096) INFO : PreProcessing check completed
2015-01-15 22:37:59 (12096) INFO : preProcess completed, run time for this step : 0.032021 seconds
2015-01-15 22:37:59 (12096) INFO : No of Read Threads Spawned = 1
2015-01-15 22:37:59 (12096) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:37:59 (12096) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:37:59 (12096) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:38:00 (12096) INFO : Bulk load completed, total run time : 1.73535 seconds
2015-01-15 22:38:00.418407190 after import
2015-01-15 22:38:00.448881448 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_6 where batch=110
--------------
Query OK, 60000 rows affected (4.32 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.34 sec)
Bye
2015-01-15 22:38:06.125062905 after sql statement
2015-01-15 22:38:06.147290730 before sql statment
--------------
update test211_6 set c2=c1 where batch=110
--------------
Query OK, 60000 rows affected (2.78 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:38:08.933572605 after sql statement
2015-01-15 22:38:08.950712422 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=110
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.40 sec)
Bye
2015-01-15 22:38:09.365037480 after sql statement
2015-01-15 22:38:09.431807978 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (4.18 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:38:13.617527784 after sql statement
2015-01-15 22:38:13.639844677 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=111
--------------
Query OK, 60000 rows affected (3.22 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.00 sec)
Bye
2015-01-15 22:38:17.886684138 after sql statement
2015-01-15 22:38:17.890471139 before sql statment
--------------
update test211_6 set c2=c1 where batch=111
--------------
Query OK, 60000 rows affected (1.40 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:38:19.304785671 after sql statement
2015-01-15 22:38:19.311529653 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=111
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.25 sec)
Bye
2015-01-15 22:38:19.573480867 after sql statement
2015-01-15 22:38:19.576876666 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223820_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:38:20 (26646) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223820_Job_62660.xml
2015-01-15 22:38:20 (26646) INFO : Job file loaded, run time for this step : 0.438416 seconds
2015-01-15 22:38:20 (26646) INFO : PreProcessing check starts
2015-01-15 22:38:20 (26646) INFO : PreProcessing check completed
2015-01-15 22:38:20 (26646) INFO : preProcess completed, run time for this step : 0.173713 seconds
2015-01-15 22:38:20 (26646) INFO : No of Read Threads Spawned = 1
2015-01-15 22:38:20 (26646) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:38:20 (26646) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:38:20 (26646) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:38:21 (26646) INFO : Bulk load completed, total run time : 1.67985 seconds
2015-01-15 22:38:21.464299260 after import
2015-01-15 22:38:21.472238788 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=112
--------------
Query OK, 60000 rows affected (2.70 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.09 sec)
Bye
2015-01-15 22:38:25.276528127 after sql statement
2015-01-15 22:38:25.290545184 before sql statment
--------------
update test211_6 set c2=c1 where batch=112
--------------
Query OK, 60000 rows affected (1.89 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:38:27.197115626 after sql statement
2015-01-15 22:38:27.223000373 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=112
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.83 sec)
Bye
2015-01-15 22:38:28.098626298 after sql statement
2015-01-15 22:38:28.177488430 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.51 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:38:31.698808544 after sql statement
2015-01-15 22:38:31.712235370 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=113
--------------
Query OK, 60000 rows affected (1.34 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.90 sec)
Bye
2015-01-15 22:38:33.969218201 after sql statement
2015-01-15 22:38:33.975377787 before sql statment
--------------
update test211_6 set c2=c1 where batch=113
--------------
Query OK, 60000 rows affected (2.60 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:38:36.602944580 after sql statement
2015-01-15 22:38:36.608007342 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=113
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.83 sec)
Bye
2015-01-15 22:38:37.443937490 after sql statement
2015-01-15 22:38:37.445829080 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223838_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:38:38 (40626) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223838_Job_62660.xml
2015-01-15 22:38:38 (40626) INFO : Job file loaded, run time for this step : 1.13044 seconds
2015-01-15 22:38:38 (40626) INFO : PreProcessing check starts
2015-01-15 22:38:38 (40626) INFO : PreProcessing check completed
2015-01-15 22:38:38 (40626) INFO : preProcess completed, run time for this step : 0.0386951 seconds
2015-01-15 22:38:38 (40626) INFO : No of Read Threads Spawned = 1
2015-01-15 22:38:38 (40626) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:38:38 (40626) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:38:38 (40626) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:38:39 (40626) INFO : Bulk load completed, total run time : 2.19306 seconds
2015-01-15 22:38:39.831065894 after import
2015-01-15 22:38:39.840285241 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=114
--------------
Query OK, 60000 rows affected (3.00 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.19 sec)
Bye
2015-01-15 22:38:44.050312987 after sql statement
2015-01-15 22:38:44.064284894 before sql statment
--------------
update test211_6 set c2=c1 where batch=114
--------------
Query OK, 60000 rows affected (2.23 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:38:46.304997585 after sql statement
2015-01-15 22:38:46.309799345 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=114
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.36 sec)
Bye
2015-01-15 22:38:46.689676447 after sql statement
2015-01-15 22:38:46.744968406 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.48 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:38:50.225247494 after sql statement
2015-01-15 22:38:50.234937576 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=115
--------------
Query OK, 60000 rows affected (2.27 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.02 sec)
Bye
2015-01-15 22:38:53.537051860 after sql statement
2015-01-15 22:38:53.541089679 before sql statment
--------------
update test211_6 set c2=c1 where batch=115
--------------
Query OK, 60000 rows affected (2.72 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:38:56.269381790 after sql statement
2015-01-15 22:38:56.276524386 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=115
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.70 sec)
Bye
2015-01-15 22:38:56.985674550 after sql statement
2015-01-15 22:38:56.989538939 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223857_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:38:57 (55310) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223857_Job_62660.xml
2015-01-15 22:38:57 (55310) INFO : Job file loaded, run time for this step : 0.307739 seconds
2015-01-15 22:38:57 (55310) INFO : PreProcessing check starts
2015-01-15 22:38:57 (55310) INFO : PreProcessing check completed
2015-01-15 22:38:57 (55310) INFO : preProcess completed, run time for this step : 0.058243 seconds
2015-01-15 22:38:57 (55310) INFO : No of Read Threads Spawned = 1
2015-01-15 22:38:57 (55310) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:38:57 (55310) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:38:57 (55310) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:38:58 (55310) INFO : Bulk load completed, total run time : 1.38846 seconds
2015-01-15 22:38:58.537593306 after import
2015-01-15 22:38:58.559064603 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=116
--------------
Query OK, 60000 rows affected (2.72 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.75 sec)
Bye
2015-01-15 22:39:02.033984325 after sql statement
2015-01-15 22:39:02.041032349 before sql statment
--------------
update test211_6 set c2=c1 where batch=116
--------------
Query OK, 60000 rows affected (3.01 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:05.061591961 after sql statement
2015-01-15 22:39:05.073301704 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=116
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.73 sec)
Bye
2015-01-15 22:39:05.804793066 after sql statement
2015-01-15 22:39:05.864838199 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.50 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:39:09.369745285 after sql statement
2015-01-15 22:39:09.375536848 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=117
--------------
Query OK, 60000 rows affected (1.97 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.73 sec)
Bye
2015-01-15 22:39:12.085450861 after sql statement
2015-01-15 22:39:12.095036350 before sql statment
--------------
update test211_6 set c2=c1 where batch=117
--------------
Query OK, 60000 rows affected (2.36 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:14.467462200 after sql statement
2015-01-15 22:39:14.481239332 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=117
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.74 sec)
Bye
2015-01-15 22:39:15.236610636 after sql statement
2015-01-15 22:39:15.241222755 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223915_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:39:15 (4597) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223915_Job_62660.xml
2015-01-15 22:39:15 (4597) INFO : Job file loaded, run time for this step : 0.318336 seconds
2015-01-15 22:39:15 (4597) INFO : PreProcessing check starts
2015-01-15 22:39:15 (4597) INFO : PreProcessing check completed
2015-01-15 22:39:15 (4597) INFO : preProcess completed, run time for this step : 0.0406251 seconds
2015-01-15 22:39:15 (4597) INFO : No of Read Threads Spawned = 1
2015-01-15 22:39:15 (4597) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:39:15 (4597) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:39:15 (4597) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:39:16 (4597) INFO : Bulk load completed, total run time : 1.41247 seconds
2015-01-15 22:39:16.869150866 after import
2015-01-15 22:39:16.905338625 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=118
--------------
Query OK, 60000 rows affected (2.68 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.60 sec)
Bye
2015-01-15 22:39:20.190690932 after sql statement
2015-01-15 22:39:20.196967428 before sql statment
--------------
update test211_6 set c2=c1 where batch=118
--------------
Query OK, 60000 rows affected (3.05 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:23.253044467 after sql statement
2015-01-15 22:39:23.257718001 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=118
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.89 sec)
Bye
2015-01-15 22:39:24.148311011 after sql statement
2015-01-15 22:39:24.207337880 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (7.08 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:39:31.292774838 after sql statement
2015-01-15 22:39:31.298296431 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=119
--------------
Query OK, 60000 rows affected (2.33 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.28 sec)
Bye
2015-01-15 22:39:34.913594579 after sql statement
2015-01-15 22:39:34.918303575 before sql statment
--------------
update test211_6 set c2=c1 where batch=119
--------------
Query OK, 60000 rows affected (2.38 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:37.305431498 after sql statement
2015-01-15 22:39:37.309254797 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=119
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.70 sec)
Bye
2015-01-15 22:39:38.023392297 after sql statement
2015-01-15 22:39:38.025939757 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223939_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:39:39 (22353) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223939_Job_62660.xml
2015-01-15 22:39:39 (22353) INFO : Job file loaded, run time for this step : 0.308411 seconds
2015-01-15 22:39:39 (22353) INFO : PreProcessing check starts
2015-01-15 22:39:39 (22353) INFO : PreProcessing check completed
2015-01-15 22:39:39 (22353) INFO : preProcess completed, run time for this step : 0.195998 seconds
2015-01-15 22:39:39 (22353) INFO : No of Read Threads Spawned = 1
2015-01-15 22:39:39 (22353) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:39:39 (22353) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:39:39 (22353) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:39:40 (22353) INFO : Bulk load completed, total run time : 1.55662 seconds
2015-01-15 22:39:40.386992083 after import
2015-01-15 22:39:40.401489177 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=120
--------------
Query OK, 60000 rows affected (1.44 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.37 sec)
Bye
2015-01-15 22:39:42.228708357 after sql statement
2015-01-15 22:39:42.250817160 before sql statment
--------------
update test211_6 set c2=c1 where batch=120
--------------
Query OK, 60000 rows affected (2.82 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:45.084602980 after sql statement
2015-01-15 22:39:45.090933935 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=120
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.70 sec)
Bye
2015-01-15 22:39:45.805225873 after sql statement
2015-01-15 22:39:45.848704866 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.64 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:39:49.497558977 after sql statement
2015-01-15 22:39:49.505786685 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=121
--------------
Query OK, 60000 rows affected (3.55 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.61 sec)
Bye
2015-01-15 22:39:53.681767101 after sql statement
2015-01-15 22:39:53.711892123 before sql statment
--------------
update test211_6 set c2=c1 where batch=121
--------------
Query OK, 60000 rows affected (2.09 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:55.820854000 after sql statement
2015-01-15 22:39:55.834224792 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=121
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.07 sec)
Bye
2015-01-15 22:39:56.911233805 after sql statement
2015-01-15 22:39:56.914519430 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223957_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:39:57 (35509) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T223957_Job_62660.xml
2015-01-15 22:39:57 (35509) INFO : Job file loaded, run time for this step : 0.546401 seconds
2015-01-15 22:39:57 (35509) INFO : PreProcessing check starts
2015-01-15 22:39:57 (35509) INFO : PreProcessing check completed
2015-01-15 22:39:57 (35509) INFO : preProcess completed, run time for this step : 0.038651 seconds
2015-01-15 22:39:57 (35509) INFO : No of Read Threads Spawned = 1
2015-01-15 22:39:57 (35509) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:39:57 (35509) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:39:57 (35509) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:39:58 (35509) INFO : Bulk load completed, total run time : 1.61272 seconds
2015-01-15 22:39:58.673297001 after import
2015-01-15 22:39:58.683414564 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=122
--------------
Query OK, 60000 rows affected (3.88 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.40 sec)
Bye
2015-01-15 22:40:02.988921789 after sql statement
2015-01-15 22:40:03.001737671 before sql statment
--------------
update test211_6 set c2=c1 where batch=122
--------------
Query OK, 60000 rows affected (1.81 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:40:04.828669321 after sql statement
2015-01-15 22:40:04.847075853 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=122
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.43 sec)
Bye
2015-01-15 22:40:05.287151550 after sql statement
2015-01-15 22:40:05.333217937 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.69 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:40:09.028963587 after sql statement
2015-01-15 22:40:09.038747565 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=123
--------------
Query OK, 60000 rows affected (2.79 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.94 sec)
Bye
2015-01-15 22:40:12.783636824 after sql statement
2015-01-15 22:40:12.790179650 before sql statment
--------------
update test211_6 set c2=c1 where batch=123
--------------
Query OK, 60000 rows affected (1.99 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:40:14.793178528 after sql statement
2015-01-15 22:40:14.799142454 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=123
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.35 sec)
Bye
2015-01-15 22:40:15.163438553 after sql statement
2015-01-15 22:40:15.173477181 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224016_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:40:16 (50000) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224016_Job_62660.xml
2015-01-15 22:40:16 (50000) INFO : Job file loaded, run time for this step : 0.375425 seconds
2015-01-15 22:40:16 (50000) INFO : PreProcessing check starts
2015-01-15 22:40:16 (50000) INFO : PreProcessing check completed
2015-01-15 22:40:16 (50000) INFO : preProcess completed, run time for this step : 0.0738609 seconds
2015-01-15 22:40:16 (50000) INFO : No of Read Threads Spawned = 1
2015-01-15 22:40:16 (50000) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:40:16 (50000) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:40:16 (50000) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:40:17 (50000) INFO : Bulk load completed, total run time : 1.46594 seconds
2015-01-15 22:40:17.616903173 after import
2015-01-15 22:40:17.620617074 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=124
--------------
Query OK, 60000 rows affected (3.38 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.81 sec)
Bye
2015-01-15 22:40:22.838403703 after sql statement
2015-01-15 22:40:22.856072183 before sql statment
--------------
update test211_6 set c2=c1 where batch=124
--------------
Query OK, 60000 rows affected (1.50 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:40:24.357220357 after sql statement
2015-01-15 22:40:24.362601145 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=124
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (2.15 sec)
Bye
2015-01-15 22:40:26.527771080 after sql statement
2015-01-15 22:40:26.590215767 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (4.54 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:40:31.172409139 after sql statement
2015-01-15 22:40:31.177745132 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=125
--------------
Query OK, 60000 rows affected (2.20 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.04 sec)
Bye
2015-01-15 22:40:34.435494234 after sql statement
2015-01-15 22:40:34.442888089 before sql statment
--------------
update test211_6 set c2=c1 where batch=125
--------------
Query OK, 60000 rows affected (2.69 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:40:37.138721488 after sql statement
2015-01-15 22:40:37.143753380 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=125
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.26 sec)
Bye
2015-01-15 22:40:38.427010952 after sql statement
2015-01-15 22:40:38.429068737 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224039_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:40:39 (1349) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224039_Job_62660.xml
2015-01-15 22:40:39 (1349) INFO : Job file loaded, run time for this step : 0.313254 seconds
2015-01-15 22:40:39 (1349) INFO : PreProcessing check starts
2015-01-15 22:40:39 (1349) INFO : PreProcessing check completed
2015-01-15 22:40:39 (1349) INFO : preProcess completed, run time for this step : 0.035254 seconds
2015-01-15 22:40:39 (1349) INFO : No of Read Threads Spawned = 1
2015-01-15 22:40:39 (1349) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:40:39 (1349) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:40:39 (1349) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:40:40 (1349) INFO : Bulk load completed, total run time : 1.39517 seconds
2015-01-15 22:40:40.484591477 after import
2015-01-15 22:40:40.489529169 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=126
--------------
Query OK, 60000 rows affected (2.32 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.44 sec)
Bye
2015-01-15 22:40:43.298428918 after sql statement
2015-01-15 22:40:43.316516176 before sql statment
--------------
update test211_6 set c2=c1 where batch=126
--------------
Query OK, 60000 rows affected (2.68 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:40:46.013904361 after sql statement
2015-01-15 22:40:46.019523202 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=126
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.70 sec)
Bye
2015-01-15 22:40:46.738643723 after sql statement
2015-01-15 22:40:46.794207432 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (4.42 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:40:51.221619426 after sql statement
2015-01-15 22:40:51.231716017 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_6 where batch=127
--------------
Query OK, 60000 rows affected (1.86 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.63 sec)
Bye
2015-01-15 22:40:54.747401202 after sql statement
2015-01-15 22:40:54.759298436 before sql statment
--------------
update test211_6 set c2=c1 where batch=127
--------------
Query OK, 60000 rows affected (5.08 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:40:59.862060625 after sql statement
2015-01-15 22:40:59.870073395 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=127
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.18 sec)
Bye
2015-01-15 22:41:01.056118564 after sql statement
2015-01-15 22:41:01.061497004 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224102_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:41:02 (15755) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224102_Job_62660.xml
2015-01-15 22:41:02 (15755) INFO : Job file loaded, run time for this step : 0.428725 seconds
2015-01-15 22:41:02 (15755) INFO : PreProcessing check starts
2015-01-15 22:41:02 (15755) INFO : PreProcessing check completed
2015-01-15 22:41:02 (15755) INFO : preProcess completed, run time for this step : 0.053201 seconds
2015-01-15 22:41:02 (15755) INFO : No of Read Threads Spawned = 1
2015-01-15 22:41:02 (15755) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:41:02 (15755) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:41:02 (15755) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:41:03 (15755) INFO : Bulk load completed, total run time : 1.5009 seconds
2015-01-15 22:41:03.553215380 after import
2015-01-15 22:41:03.557062160 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=128
--------------
Query OK, 60000 rows affected (2.35 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.77 sec)
Bye
2015-01-15 22:41:06.688839728 after sql statement
2015-01-15 22:41:06.697295871 before sql statment
--------------
update test211_6 set c2=c1 where batch=128
--------------
Query OK, 60000 rows affected (2.31 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:41:09.021988014 after sql statement
2015-01-15 22:41:09.027875573 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=128
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.34 sec)
Bye
2015-01-15 22:41:09.390470955 after sql statement
2015-01-15 22:41:09.457465763 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.58 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:41:13.056742131 after sql statement
2015-01-15 22:41:13.061064847 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=129
--------------
Query OK, 60000 rows affected (1.79 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.62 sec)
Bye
2015-01-15 22:41:15.534525016 after sql statement
2015-01-15 22:41:15.542254323 before sql statment
--------------
update test211_6 set c2=c1 where batch=129
--------------
Query OK, 60000 rows affected (1.68 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:41:17.244566794 after sql statement
2015-01-15 22:41:17.261439607 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=129
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.74 sec)
Bye
2015-01-15 22:41:18.020180162 after sql statement
2015-01-15 22:41:18.023594882 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224120_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:41:20 (29672) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224120_Job_62660.xml
2015-01-15 22:41:20 (29672) INFO : Job file loaded, run time for this step : 0.397427 seconds
2015-01-15 22:41:20 (29672) INFO : PreProcessing check starts
2015-01-15 22:41:20 (29672) INFO : PreProcessing check completed
2015-01-15 22:41:20 (29672) INFO : preProcess completed, run time for this step : 0.100274 seconds
2015-01-15 22:41:20 (29672) INFO : No of Read Threads Spawned = 1
2015-01-15 22:41:20 (29672) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:41:20 (29672) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:41:20 (29672) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:41:22 (29672) INFO : Bulk load completed, total run time : 2.52406 seconds
2015-01-15 22:41:22.809242030 after import
2015-01-15 22:41:22.837683247 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=130
--------------
Query OK, 60000 rows affected (1.67 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.19 sec)
Bye
2015-01-15 22:41:25.711304130 after sql statement
2015-01-15 22:41:25.716058104 before sql statment
--------------
update test211_6 set c2=c1 where batch=130
--------------
Query OK, 60000 rows affected (2.59 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:41:28.334281036 after sql statement
2015-01-15 22:41:28.351634590 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=130
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.52 sec)
Bye
2015-01-15 22:41:28.892625677 after sql statement
2015-01-15 22:41:28.964142175 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.48 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:41:32.452293742 after sql statement
2015-01-15 22:41:32.468276928 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=131
--------------
Query OK, 60000 rows affected (5.11 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.26 sec)
Bye
2015-01-15 22:41:38.852988562 after sql statement
2015-01-15 22:41:38.861405670 before sql statment
--------------
update test211_6 set c2=c1 where batch=131
--------------
Query OK, 60000 rows affected (1.49 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:41:40.361275237 after sql statement
2015-01-15 22:41:40.371049189 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=131
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.47 sec)
Bye
2015-01-15 22:41:40.857355142 after sql statement
2015-01-15 22:41:40.863792260 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224141_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:41:41 (45418) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224141_Job_62660.xml
2015-01-15 22:41:41 (45418) INFO : Job file loaded, run time for this step : 0.507425 seconds
2015-01-15 22:41:41 (45418) INFO : PreProcessing check starts
2015-01-15 22:41:41 (45418) INFO : PreProcessing check completed
2015-01-15 22:41:41 (45418) INFO : preProcess completed, run time for this step : 0.0492411 seconds
2015-01-15 22:41:41 (45418) INFO : No of Read Threads Spawned = 1
2015-01-15 22:41:41 (45418) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:41:41 (45418) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:41:41 (45418) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:41:42 (45418) INFO : Bulk load completed, total run time : 1.57675 seconds
2015-01-15 22:41:42.620918344 after import
2015-01-15 22:41:42.638963750 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_6 where batch=132
--------------
Query OK, 60000 rows affected (1.83 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.25 sec)
Bye
2015-01-15 22:41:44.747230866 after sql statement
2015-01-15 22:41:44.760518251 before sql statment
--------------
update test211_6 set c2=c1 where batch=132
--------------
Query OK, 60000 rows affected (3.10 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:41:47.886895546 after sql statement
2015-01-15 22:41:47.893547784 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=132
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.61 sec)
Bye
2015-01-15 22:41:49.546223376 after sql statement
2015-01-15 22:41:49.666992983 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (5.70 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:41:55.448409279 after sql statement
2015-01-15 22:41:55.453610632 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=133
--------------
Query OK, 60000 rows affected (2.93 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.74 sec)
Bye
2015-01-15 22:41:59.139657355 after sql statement
2015-01-15 22:41:59.156832924 before sql statment
--------------
update test211_6 set c2=c1 where batch=133
--------------
Query OK, 60000 rows affected (1.69 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:00.862791932 after sql statement
2015-01-15 22:42:00.880324546 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=133
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.01 sec)
Bye
2015-01-15 22:42:01.904395477 after sql statement
2015-01-15 22:42:01.907663280 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224202_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:42:02 (61630) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224202_Job_62660.xml
2015-01-15 22:42:02 (61630) INFO : Job file loaded, run time for this step : 0.321015 seconds
2015-01-15 22:42:02 (61630) INFO : PreProcessing check starts
2015-01-15 22:42:02 (61630) INFO : PreProcessing check completed
2015-01-15 22:42:02 (61630) INFO : preProcess completed, run time for this step : 0.127456 seconds
2015-01-15 22:42:02 (61630) INFO : No of Read Threads Spawned = 1
2015-01-15 22:42:02 (61630) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:42:02 (61630) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:42:02 (61630) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:42:03 (61630) INFO : Bulk load completed, total run time : 1.50554 seconds
2015-01-15 22:42:03.584422351 after import
2015-01-15 22:42:03.608050052 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=134
--------------
Query OK, 60000 rows affected (2.25 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.76 sec)
Bye
2015-01-15 22:42:06.628397742 after sql statement
2015-01-15 22:42:06.635588299 before sql statment
--------------
update test211_6 set c2=c1 where batch=134
--------------
Query OK, 60000 rows affected (1.46 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:08.107146844 after sql statement
2015-01-15 22:42:08.112765377 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=134
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.57 sec)
Bye
2015-01-15 22:42:08.694190934 after sql statement
2015-01-15 22:42:08.768474785 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.57 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:42:12.343554026 after sql statement
2015-01-15 22:42:12.350080474 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=135
--------------
Query OK, 60000 rows affected (1.92 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.27 sec)
Bye
2015-01-15 22:42:15.560208852 after sql statement
2015-01-15 22:42:15.576828961 before sql statment
--------------
update test211_6 set c2=c1 where batch=135
--------------
Query OK, 60000 rows affected (1.38 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:16.976243141 after sql statement
2015-01-15 22:42:16.987295205 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=135
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.38 sec)
Bye
2015-01-15 22:42:18.379833304 after sql statement
2015-01-15 22:42:18.383805597 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224218_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:42:18 (10201) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224218_Job_62660.xml
2015-01-15 22:42:18 (10201) INFO : Job file loaded, run time for this step : 0.433528 seconds
2015-01-15 22:42:18 (10201) INFO : PreProcessing check starts
2015-01-15 22:42:19 (10201) INFO : PreProcessing check completed
2015-01-15 22:42:19 (10201) INFO : preProcess completed, run time for this step : 0.20509 seconds
2015-01-15 22:42:19 (10201) INFO : No of Read Threads Spawned = 1
2015-01-15 22:42:19 (10201) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:42:19 (10201) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:42:19 (10201) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:42:20 (10201) INFO : Bulk load completed, total run time : 1.67442 seconds
2015-01-15 22:42:20.222662725 after import
2015-01-15 22:42:20.236892730 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=136
--------------
Query OK, 60000 rows affected (1.86 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.38 sec)
Bye
2015-01-15 22:42:23.483563057 after sql statement
2015-01-15 22:42:23.487399986 before sql statment
--------------
update test211_6 set c2=c1 where batch=136
--------------
Query OK, 60000 rows affected (2.71 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:26.197637383 after sql statement
2015-01-15 22:42:26.212390029 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=136
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.52 sec)
Bye
2015-01-15 22:42:26.745699372 after sql statement
2015-01-15 22:42:26.828733208 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (4.74 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:42:31.581636308 after sql statement
2015-01-15 22:42:31.590357210 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=137
--------------
Query OK, 60000 rows affected (2.28 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.88 sec)
Bye
2015-01-15 22:42:34.759485604 after sql statement
2015-01-15 22:42:34.764594787 before sql statment
--------------
update test211_6 set c2=c1 where batch=137
--------------
Query OK, 60000 rows affected (3.52 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:38.296938791 after sql statement
2015-01-15 22:42:38.304595578 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=137
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.68 sec)
Bye
2015-01-15 22:42:39.006893011 after sql statement
2015-01-15 22:42:39.014726625 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224239_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:42:39 (25837) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224239_Job_62660.xml
2015-01-15 22:42:39 (25837) INFO : Job file loaded, run time for this step : 0.353331 seconds
2015-01-15 22:42:39 (25837) INFO : PreProcessing check starts
2015-01-15 22:42:39 (25837) INFO : PreProcessing check completed
2015-01-15 22:42:39 (25837) INFO : preProcess completed, run time for this step : 0.0708618 seconds
2015-01-15 22:42:39 (25837) INFO : No of Read Threads Spawned = 1
2015-01-15 22:42:39 (25837) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:42:39 (25837) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:42:40 (25837) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:42:40 (25837) INFO : Bulk load completed, total run time : 1.45277 seconds
2015-01-15 22:42:41.006372452 after import
2015-01-15 22:42:41.010849295 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=138
--------------
Query OK, 60000 rows affected (3.16 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.09 sec)
Bye
2015-01-15 22:42:45.270012637 after sql statement
2015-01-15 22:42:45.282645119 before sql statment
--------------
update test211_6 set c2=c1 where batch=138
--------------
Query OK, 60000 rows affected (2.22 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:47.518603485 after sql statement
2015-01-15 22:42:47.523829685 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=138
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.38 sec)
Bye
2015-01-15 22:42:47.912806275 after sql statement
2015-01-15 22:42:47.996221729 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.60 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:42:51.602717760 after sql statement
2015-01-15 22:42:51.615877928 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.02 sec)
--------------
delete from test211_6 where batch=139
--------------
Query OK, 60000 rows affected (1.48 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.36 sec)
Bye
2015-01-15 22:42:53.514125273 after sql statement
2015-01-15 22:42:53.533630821 before sql statment
--------------
update test211_6 set c2=c1 where batch=139
--------------
Query OK, 60000 rows affected (2.83 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:56.373214158 after sql statement
2015-01-15 22:42:56.406494644 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=139
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.73 sec)
Bye
2015-01-15 22:42:57.179098421 after sql statement
2015-01-15 22:42:57.184675217 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224258_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:42:58 (40040) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224258_Job_62660.xml
2015-01-15 22:42:58 (40040) INFO : Job file loaded, run time for this step : 0.420902 seconds
2015-01-15 22:42:58 (40040) INFO : PreProcessing check starts
2015-01-15 22:42:58 (40040) INFO : PreProcessing check completed
2015-01-15 22:42:58 (40040) INFO : preProcess completed, run time for this step : 0.072448 seconds
2015-01-15 22:42:58 (40040) INFO : No of Read Threads Spawned = 1
2015-01-15 22:42:58 (40040) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:42:58 (40040) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:42:58 (40040) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:42:59 (40040) INFO : Bulk load completed, total run time : 1.552 seconds
2015-01-15 22:42:59.299528091 after import
2015-01-15 22:42:59.305242835 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_6 where batch=140
--------------
Query OK, 60000 rows affected (5.26 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.68 sec)
Bye
2015-01-15 22:43:05.266938520 after sql statement
2015-01-15 22:43:05.270983254 before sql statment
--------------
update test211_6 set c2=c1 where batch=140
--------------
Query OK, 60000 rows affected (1.07 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:43:06.352596377 after sql statement
2015-01-15 22:43:06.359328591 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=140
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.84 sec)
Bye
2015-01-15 22:43:07.210575851 after sql statement
2015-01-15 22:43:07.273284054 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (4.79 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:43:12.074422843 after sql statement
2015-01-15 22:43:12.086071529 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_6 where batch=141
--------------
Query OK, 60000 rows affected (2.74 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.71 sec)
Bye
2015-01-15 22:43:16.570853622 after sql statement
2015-01-15 22:43:16.578914909 before sql statment
--------------
update test211_6 set c2=c1 where batch=141
--------------
Query OK, 60000 rows affected (2.77 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:43:19.366304526 after sql statement
2015-01-15 22:43:19.374713066 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=141
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.71 sec)
Bye
2015-01-15 22:43:20.091474526 after sql statement
2015-01-15 22:43:20.097495585 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224320_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:43:20 (54473) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224320_Job_62660.xml
2015-01-15 22:43:20 (54473) INFO : Job file loaded, run time for this step : 0.571061 seconds
2015-01-15 22:43:20 (54473) INFO : PreProcessing check starts
2015-01-15 22:43:20 (54473) INFO : PreProcessing check completed
2015-01-15 22:43:20 (54473) INFO : preProcess completed, run time for this step : 0.0417418 seconds
2015-01-15 22:43:20 (54473) INFO : No of Read Threads Spawned = 1
2015-01-15 22:43:20 (54473) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:43:20 (54473) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:43:21 (54473) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:43:21 (54473) INFO : Bulk load completed, total run time : 1.63128 seconds
2015-01-15 22:43:21.920500967 after import
2015-01-15 22:43:21.937893082 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=142
--------------
Query OK, 60000 rows affected (2.55 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.11 sec)
Bye
2015-01-15 22:43:25.604825372 after sql statement
2015-01-15 22:43:25.614076591 before sql statment
--------------
update test211_6 set c2=c1 where batch=142
--------------
Query OK, 60000 rows affected (1.67 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:43:27.290470444 after sql statement
2015-01-15 22:43:27.300275179 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=142
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.17 sec)
Bye
2015-01-15 22:43:27.482297943 after sql statement
2015-01-15 22:43:27.544003538 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (4.22 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:43:31.785644128 after sql statement
2015-01-15 22:43:31.833540740 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=143
--------------
Query OK, 60000 rows affected (3.19 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.71 sec)
Bye
2015-01-15 22:43:35.743755115 after sql statement
2015-01-15 22:43:35.750435155 before sql statment
--------------
update test211_6 set c2=c1 where batch=143
--------------
Query OK, 60000 rows affected (2.72 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:43:38.483730633 after sql statement
2015-01-15 22:43:38.496680849 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=143
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.22 sec)
Bye
2015-01-15 22:43:38.721058521 after sql statement
2015-01-15 22:43:38.724758193 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224339_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:43:39 (3504) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224339_Job_62660.xml
2015-01-15 22:43:39 (3504) INFO : Job file loaded, run time for this step : 0.304143 seconds
2015-01-15 22:43:39 (3504) INFO : PreProcessing check starts
2015-01-15 22:43:39 (3504) INFO : PreProcessing check completed
2015-01-15 22:43:39 (3504) INFO : preProcess completed, run time for this step : 0.05112 seconds
2015-01-15 22:43:39 (3504) INFO : No of Read Threads Spawned = 1
2015-01-15 22:43:39 (3504) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:43:39 (3504) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:43:40 (3504) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:43:40 (3504) INFO : Bulk load completed, total run time : 1.38545 seconds
2015-01-15 22:43:40.934021599 after import
2015-01-15 22:43:40.939586688 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=144
--------------
Query OK, 60000 rows affected (1.71 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.27 sec)
Bye
2015-01-15 22:43:42.941313781 after sql statement
2015-01-15 22:43:42.970858392 before sql statment
--------------
update test211_6 set c2=c1 where batch=144
--------------
Query OK, 60000 rows affected (3.31 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:43:46.297186066 after sql statement
2015-01-15 22:43:46.302545652 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=144
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.28 sec)
Bye
2015-01-15 22:43:46.588129035 after sql statement
2015-01-15 22:43:46.646992759 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.97 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:43:50.632398566 after sql statement
2015-01-15 22:43:50.639255381 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=145
--------------
Query OK, 60000 rows affected (2.04 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.55 sec)
Bye
2015-01-15 22:43:53.234122758 after sql statement
2015-01-15 22:43:53.241475278 before sql statment
--------------
update test211_6 set c2=c1 where batch=145
--------------
Query OK, 60000 rows affected (3.23 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:43:56.489689053 after sql statement
2015-01-15 22:43:56.495825845 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=145
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.75 sec)
Bye
2015-01-15 22:43:57.282051755 after sql statement
2015-01-15 22:43:57.294598893 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224357_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:43:57 (18474) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224357_Job_62660.xml
2015-01-15 22:43:57 (18474) INFO : Job file loaded, run time for this step : 0.410199 seconds
2015-01-15 22:43:57 (18474) INFO : PreProcessing check starts
2015-01-15 22:43:57 (18474) INFO : PreProcessing check completed
2015-01-15 22:43:57 (18474) INFO : preProcess completed, run time for this step : 0.0700281 seconds
2015-01-15 22:43:57 (18474) INFO : No of Read Threads Spawned = 1
2015-01-15 22:43:57 (18474) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:43:57 (18474) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:43:58 (18474) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:43:58 (18474) INFO : Bulk load completed, total run time : 1.53446 seconds
2015-01-15 22:43:59.030147180 after import
2015-01-15 22:43:59.169080180 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=146
--------------
Query OK, 60000 rows affected (2.84 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.95 sec)
Bye
2015-01-15 22:44:03.975385460 after sql statement
2015-01-15 22:44:03.981004445 before sql statment
--------------
update test211_6 set c2=c1 where batch=146
--------------
Query OK, 60000 rows affected (2.27 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:44:06.268661366 after sql statement
2015-01-15 22:44:06.273213511 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=146
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.80 sec)
Bye
2015-01-15 22:44:07.088791610 after sql statement
2015-01-15 22:44:07.199481042 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.81 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:44:11.037474111 after sql statement
2015-01-15 22:44:11.057268490 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=147
--------------
Query OK, 60000 rows affected (3.84 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.95 sec)
Bye
2015-01-15 22:44:15.854478415 after sql statement
2015-01-15 22:44:15.860290824 before sql statment
--------------
update test211_6 set c2=c1 where batch=147
--------------
Query OK, 60000 rows affected (1.43 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:44:17.292569860 after sql statement
2015-01-15 22:44:17.298604566 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=147
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.25 sec)
Bye
2015-01-15 22:44:17.556114932 after sql statement
2015-01-15 22:44:17.564394007 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224418_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:44:18 (33775) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224418_Job_62660.xml
2015-01-15 22:44:18 (33775) INFO : Job file loaded, run time for this step : 0.325396 seconds
2015-01-15 22:44:18 (33775) INFO : PreProcessing check starts
2015-01-15 22:44:18 (33775) INFO : PreProcessing check completed
2015-01-15 22:44:18 (33775) INFO : preProcess completed, run time for this step : 0.03778 seconds
2015-01-15 22:44:18 (33775) INFO : No of Read Threads Spawned = 1
2015-01-15 22:44:18 (33775) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:44:18 (33775) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:44:18 (33775) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:44:19 (33775) INFO : Bulk load completed, total run time : 1.40497 seconds
2015-01-15 22:44:19.136136390 after import
2015-01-15 22:44:19.143345622 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=148
--------------
Query OK, 60000 rows affected (2.32 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.41 sec)
Bye
2015-01-15 22:44:22.883042768 after sql statement
2015-01-15 22:44:22.892006458 before sql statment
--------------
update test211_6 set c2=c1 where batch=148
--------------
Query OK, 60000 rows affected (2.69 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:44:25.591488039 after sql statement
2015-01-15 22:44:25.618763702 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=148
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.33 sec)
Bye
2015-01-15 22:44:25.955928050 after sql statement
2015-01-15 22:44:25.998907776 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.87 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:44:29.879229978 after sql statement
2015-01-15 22:44:29.884504164 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=149
--------------
Query OK, 60000 rows affected (3.64 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.58 sec)
Bye
2015-01-15 22:44:34.111607928 after sql statement
2015-01-15 22:44:34.125641890 before sql statment
--------------
update test211_6 set c2=c1 where batch=149
--------------
Query OK, 60000 rows affected (1.01 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:44:35.148725004 after sql statement
2015-01-15 22:44:35.154316279 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=149
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.09 sec)
Bye
2015-01-15 22:44:35.251307031 after sql statement
2015-01-15 22:44:35.259316317 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224435_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:44:35 (47368) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224435_Job_62660.xml
2015-01-15 22:44:35 (47368) INFO : Job file loaded, run time for this step : 0.305261 seconds
2015-01-15 22:44:35 (47368) INFO : PreProcessing check starts
2015-01-15 22:44:35 (47368) INFO : PreProcessing check completed
2015-01-15 22:44:35 (47368) INFO : preProcess completed, run time for this step : 0.125442 seconds
2015-01-15 22:44:35 (47368) INFO : No of Read Threads Spawned = 1
2015-01-15 22:44:35 (47368) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:44:35 (47368) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:44:35 (47368) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:44:36 (47368) INFO : Bulk load completed, total run time : 1.45835 seconds
2015-01-15 22:44:36.872852403 after import
2015-01-15 22:44:36.878263240 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=150
--------------
Query OK, 60000 rows affected (3.78 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.79 sec)
Bye
2015-01-15 22:44:41.448240685 after sql statement
2015-01-15 22:44:41.461421874 before sql statment
--------------
update test211_6 set c2=c1 where batch=150
--------------
Query OK, 60000 rows affected (3.20 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:44:44.689869603 after sql statement
2015-01-15 22:44:44.744797927 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=150
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.66 sec)
Bye
2015-01-15 22:44:45.403825592 after sql statement
2015-01-15 22:44:45.470708123 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (4.72 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:44:50.206017257 after sql statement
2015-01-15 22:44:50.219989964 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=151
--------------
Query OK, 60000 rows affected (3.75 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.78 sec)
Bye
2015-01-15 22:44:54.767881904 after sql statement
2015-01-15 22:44:54.773251268 before sql statment
--------------
update test211_6 set c2=c1 where batch=151
--------------
Query OK, 60000 rows affected (3.99 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:44:58.775640826 after sql statement
2015-01-15 22:44:58.783484273 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=151
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.86 sec)
Bye
2015-01-15 22:44:59.653963099 after sql statement
2015-01-15 22:44:59.658594321 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224501_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:45:01 (64993) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224501_Job_62660.xml
2015-01-15 22:45:01 (64993) INFO : Job file loaded, run time for this step : 1.02909 seconds
2015-01-15 22:45:01 (64993) INFO : PreProcessing check starts
2015-01-15 22:45:01 (64993) INFO : PreProcessing check completed
2015-01-15 22:45:01 (64993) INFO : preProcess completed, run time for this step : 0.0438311 seconds
2015-01-15 22:45:01 (64993) INFO : No of Read Threads Spawned = 1
2015-01-15 22:45:01 (64993) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:45:01 (64993) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:45:01 (64993) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:45:02 (64993) INFO : Bulk load completed, total run time : 2.1421 seconds
2015-01-15 22:45:02.661202880 after import
2015-01-15 22:45:02.674080496 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=152
--------------
Query OK, 60000 rows affected (3.44 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.74 sec)
Bye
2015-01-15 22:45:06.860020670 after sql statement
2015-01-15 22:45:06.864613839 before sql statment
--------------
update test211_6 set c2=c1 where batch=152
--------------
Query OK, 60000 rows affected (3.23 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:10.096244537 after sql statement
2015-01-15 22:45:10.108945396 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=152
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.59 sec)
Bye
2015-01-15 22:45:10.704364363 after sql statement
2015-01-15 22:45:10.752850705 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.53 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:45:14.284526140 after sql statement
2015-01-15 22:45:14.290421984 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=153
--------------
Query OK, 60000 rows affected (2.82 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.96 sec)
Bye
2015-01-15 22:45:18.078657781 after sql statement
2015-01-15 22:45:18.091261922 before sql statment
--------------
update test211_6 set c2=c1 where batch=153
--------------
Query OK, 60000 rows affected (2.90 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:21.015026969 after sql statement
2015-01-15 22:45:21.021416371 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=153
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.43 sec)
Bye
2015-01-15 22:45:21.469899753 after sql statement
2015-01-15 22:45:21.475043729 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224521_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:45:21 (16299) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224521_Job_62660.xml
2015-01-15 22:45:21 (16299) INFO : Job file loaded, run time for this step : 0.244465 seconds
2015-01-15 22:45:21 (16299) INFO : PreProcessing check starts
2015-01-15 22:45:21 (16299) INFO : PreProcessing check completed
2015-01-15 22:45:21 (16299) INFO : preProcess completed, run time for this step : 0.037256 seconds
2015-01-15 22:45:21 (16299) INFO : No of Read Threads Spawned = 1
2015-01-15 22:45:21 (16299) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:45:21 (16299) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:45:22 (16299) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:45:22 (16299) INFO : Bulk load completed, total run time : 1.32735 seconds
2015-01-15 22:45:22.990349968 after import
2015-01-15 22:45:23.004460022 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=154
--------------
Query OK, 60000 rows affected (1.91 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.50 sec)
Bye
2015-01-15 22:45:26.439159768 after sql statement
2015-01-15 22:45:26.453074048 before sql statment
--------------
update test211_6 set c2=c1 where batch=154
--------------
Query OK, 60000 rows affected (3.24 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:29.726301852 after sql statement
2015-01-15 22:45:29.734409196 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=154
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.61 sec)
Bye
2015-01-15 22:45:30.355999457 after sql statement
2015-01-15 22:45:30.436706407 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.63 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:45:34.081146837 after sql statement
2015-01-15 22:45:34.084602143 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=155
--------------
Query OK, 60000 rows affected (3.31 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.26 sec)
Bye
2015-01-15 22:45:39.657315394 after sql statement
2015-01-15 22:45:39.667802315 before sql statment
--------------
update test211_6 set c2=c1 where batch=155
--------------
Query OK, 60000 rows affected (2.62 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:42.324653789 after sql statement
2015-01-15 22:45:42.331788362 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=155
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.47 sec)
Bye
2015-01-15 22:45:42.809145971 after sql statement
2015-01-15 22:45:42.811725784 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224543_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:45:43 (32427) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224543_Job_62660.xml
2015-01-15 22:45:43 (32427) INFO : Job file loaded, run time for this step : 0.439188 seconds
2015-01-15 22:45:43 (32427) INFO : PreProcessing check starts
2015-01-15 22:45:43 (32427) INFO : PreProcessing check completed
2015-01-15 22:45:43 (32427) INFO : preProcess completed, run time for this step : 0.039571 seconds
2015-01-15 22:45:43 (32427) INFO : No of Read Threads Spawned = 1
2015-01-15 22:45:43 (32427) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:45:43 (32427) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:45:43 (32427) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:45:44 (32427) INFO : Bulk load completed, total run time : 1.51922 seconds
2015-01-15 22:45:44.494660894 after import
2015-01-15 22:45:44.500786128 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=156
--------------
Query OK, 60000 rows affected (1.92 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.48 sec)
Bye
2015-01-15 22:45:46.918724220 after sql statement
2015-01-15 22:45:46.928034808 before sql statment
--------------
update test211_6 set c2=c1 where batch=156
--------------
Query OK, 60000 rows affected (2.28 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:49.222215163 after sql statement
2015-01-15 22:45:49.228925721 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=156
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.57 sec)
Bye
2015-01-15 22:45:49.807240613 after sql statement
2015-01-15 22:45:49.905863954 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.63 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:45:53.549540275 after sql statement
2015-01-15 22:45:53.561012644 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=157
--------------
Query OK, 60000 rows affected (2.39 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.02 sec)
Bye
2015-01-15 22:45:56.988896293 after sql statement
2015-01-15 22:45:56.996528021 before sql statment
--------------
update test211_6 set c2=c1 where batch=157
--------------
Query OK, 60000 rows affected (2.22 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:59.232716813 after sql statement
2015-01-15 22:45:59.242163141 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=157
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.27 sec)
Bye
2015-01-15 22:46:00.529935521 after sql statement
2015-01-15 22:46:00.534638541 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224601_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:46:01 (46287) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224601_Job_62660.xml
2015-01-15 22:46:01 (46287) INFO : Job file loaded, run time for this step : 0.556964 seconds
2015-01-15 22:46:01 (46287) INFO : PreProcessing check starts
2015-01-15 22:46:01 (46287) INFO : PreProcessing check completed
2015-01-15 22:46:01 (46287) INFO : preProcess completed, run time for this step : 0.031338 seconds
2015-01-15 22:46:01 (46287) INFO : No of Read Threads Spawned = 1
2015-01-15 22:46:01 (46287) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:46:01 (46287) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:46:01 (46287) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:46:02 (46287) INFO : Bulk load completed, total run time : 1.62133 seconds
2015-01-15 22:46:02.334705019 after import
2015-01-15 22:46:02.382132570 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=158
--------------
Query OK, 60000 rows affected (3.44 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.71 sec)
Bye
2015-01-15 22:46:06.539455000 after sql statement
2015-01-15 22:46:06.546677654 before sql statment
--------------
update test211_6 set c2=c1 where batch=158
--------------
Query OK, 60000 rows affected (2.56 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:46:09.127512761 after sql statement
2015-01-15 22:46:09.147100584 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=158
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.56 sec)
Bye
2015-01-15 22:46:09.724013149 after sql statement
2015-01-15 22:46:09.781859109 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (4.57 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:46:14.357484225 after sql statement
2015-01-15 22:46:14.373758316 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=159
--------------
Query OK, 60000 rows affected (3.76 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.27 sec)
Bye
2015-01-15 22:46:18.412936994 after sql statement
2015-01-15 22:46:18.427475020 before sql statment
--------------
update test211_6 set c2=c1 where batch=159
--------------
Query OK, 60000 rows affected (2.08 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:46:20.529124117 after sql statement
2015-01-15 22:46:20.536125766 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=159
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.13 sec)
Bye
2015-01-15 22:46:20.673090159 after sql statement
2015-01-15 22:46:20.676255251 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224621_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:46:21 (59894) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224621_Job_62660.xml
2015-01-15 22:46:21 (59894) INFO : Job file loaded, run time for this step : 0.261029 seconds
2015-01-15 22:46:21 (59894) INFO : PreProcessing check starts
2015-01-15 22:46:21 (59894) INFO : PreProcessing check completed
2015-01-15 22:46:21 (59894) INFO : preProcess completed, run time for this step : 0.026582 seconds
2015-01-15 22:46:21 (59894) INFO : No of Read Threads Spawned = 1
2015-01-15 22:46:21 (59894) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:46:21 (59894) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:46:21 (59894) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:46:22 (59894) INFO : Bulk load completed, total run time : 1.30711 seconds
2015-01-15 22:46:22.179938363 after import
2015-01-15 22:46:22.184858119 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=160
--------------
Query OK, 60000 rows affected (1.46 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.34 sec)
Bye
2015-01-15 22:46:25.995940874 after sql statement
2015-01-15 22:46:26.028068467 before sql statment
--------------
update test211_6 set c2=c1 where batch=160
--------------
Query OK, 60000 rows affected (4.09 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:46:30.111919766 after sql statement
2015-01-15 22:46:30.116296625 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=160
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.36 sec)
Bye
2015-01-15 22:46:30.491635024 after sql statement
2015-01-15 22:46:30.565381569 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.96 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:46:34.524740814 after sql statement
2015-01-15 22:46:34.540680701 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=161
--------------
Query OK, 60000 rows affected (2.07 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.80 sec)
Bye
2015-01-15 22:46:37.432173031 after sql statement
2015-01-15 22:46:37.436746168 before sql statment
--------------
update test211_6 set c2=c1 where batch=161
--------------
Query OK, 60000 rows affected (2.10 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:46:39.545048676 after sql statement
2015-01-15 22:46:39.550633988 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=161
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.55 sec)
Bye
2015-01-15 22:46:40.134769454 after sql statement
2015-01-15 22:46:40.143643416 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224640_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:46:40 (9910) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224640_Job_62660.xml
2015-01-15 22:46:40 (9910) INFO : Job file loaded, run time for this step : 0.382546 seconds
2015-01-15 22:46:40 (9910) INFO : PreProcessing check starts
2015-01-15 22:46:40 (9910) INFO : PreProcessing check completed
2015-01-15 22:46:40 (9910) INFO : preProcess completed, run time for this step : 0.0840001 seconds
2015-01-15 22:46:40 (9910) INFO : No of Read Threads Spawned = 1
2015-01-15 22:46:40 (9910) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:46:40 (9910) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:46:41 (9910) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:46:41 (9910) INFO : Bulk load completed, total run time : 1.53795 seconds
2015-01-15 22:46:41.911431641 after import
2015-01-15 22:46:41.928165058 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=162
--------------
Query OK, 60000 rows affected (2.12 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.83 sec)
Bye
2015-01-15 22:46:44.895300554 after sql statement
2015-01-15 22:46:44.910586786 before sql statment
--------------
update test211_6 set c2=c1 where batch=162
--------------
Query OK, 60000 rows affected (3.66 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:46:48.582881770 after sql statement
2015-01-15 22:46:48.588598802 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=162
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.25 sec)
Bye
2015-01-15 22:46:48.854220849 after sql statement
2015-01-15 22:46:48.956846586 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.53 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:46:52.509306557 after sql statement
2015-01-15 22:46:52.526547285 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=163
--------------
Query OK, 60000 rows affected (2.13 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.69 sec)
Bye
2015-01-15 22:46:55.376566230 after sql statement
2015-01-15 22:46:55.412308724 before sql statment
--------------
update test211_6 set c2=c1 where batch=163
--------------
Query OK, 60000 rows affected (3.31 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:46:58.743644401 after sql statement
2015-01-15 22:46:58.751794866 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=163
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.73 sec)
Bye
2015-01-15 22:46:59.498068573 after sql statement
2015-01-15 22:46:59.502825965 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224700_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:47:00 (24210) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224700_Job_62660.xml
2015-01-15 22:47:00 (24210) INFO : Job file loaded, run time for this step : 0.34656 seconds
2015-01-15 22:47:00 (24210) INFO : PreProcessing check starts
2015-01-15 22:47:00 (24210) INFO : PreProcessing check completed
2015-01-15 22:47:00 (24210) INFO : preProcess completed, run time for this step : 0.039917 seconds
2015-01-15 22:47:00 (24210) INFO : No of Read Threads Spawned = 1
2015-01-15 22:47:00 (24210) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:47:00 (24210) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:47:00 (24210) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:47:02 (24210) INFO : Bulk load completed, total run time : 2.86259 seconds
2015-01-15 22:47:02.618465819 after import
2015-01-15 22:47:02.626833935 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=164
--------------
Query OK, 60000 rows affected (1.67 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.92 sec)
Bye
2015-01-15 22:47:05.221152971 after sql statement
2015-01-15 22:47:05.229631788 before sql statment
--------------
update test211_6 set c2=c1 where batch=164
--------------
Query OK, 60000 rows affected (2.51 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:47:07.757500232 after sql statement
2015-01-15 22:47:07.770218480 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=164
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.55 sec)
Bye
2015-01-15 22:47:08.334150807 after sql statement
2015-01-15 22:47:08.402560619 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.46 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:47:11.906129560 after sql statement
2015-01-15 22:47:11.909926426 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=165
--------------
Query OK, 60000 rows affected (2.66 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.81 sec)
Bye
2015-01-15 22:47:16.398172730 after sql statement
2015-01-15 22:47:16.406570687 before sql statment
--------------
update test211_6 set c2=c1 where batch=165
--------------
Query OK, 60000 rows affected (1.82 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:47:18.230532142 after sql statement
2015-01-15 22:47:18.240163769 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=165
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.25 sec)
Bye
2015-01-15 22:47:18.497345085 after sql statement
2015-01-15 22:47:18.499578220 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224719_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:47:19 (38158) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224719_Job_62660.xml
2015-01-15 22:47:19 (38158) INFO : Job file loaded, run time for this step : 0.378248 seconds
2015-01-15 22:47:19 (38158) INFO : PreProcessing check starts
2015-01-15 22:47:19 (38158) INFO : PreProcessing check completed
2015-01-15 22:47:19 (38158) INFO : preProcess completed, run time for this step : 0.0540941 seconds
2015-01-15 22:47:19 (38158) INFO : No of Read Threads Spawned = 1
2015-01-15 22:47:19 (38158) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:47:19 (38158) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:47:19 (38158) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:47:20 (38158) INFO : Bulk load completed, total run time : 1.45598 seconds
2015-01-15 22:47:20.272480030 after import
2015-01-15 22:47:20.280396584 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=166
--------------
Query OK, 60000 rows affected (3.16 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.45 sec)
Bye
2015-01-15 22:47:23.910157444 after sql statement
2015-01-15 22:47:23.918004758 before sql statment
--------------
update test211_6 set c2=c1 where batch=166
--------------
Query OK, 60000 rows affected (1.62 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:47:25.545981627 after sql statement
2015-01-15 22:47:25.554364133 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=166
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.93 sec)
Bye
2015-01-15 22:47:27.491545411 after sql statement
2015-01-15 22:47:27.551251903 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (5.79 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:47:33.347600600 after sql statement
2015-01-15 22:47:33.353777618 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=167
--------------
Query OK, 60000 rows affected (3.78 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.93 sec)
Bye
2015-01-15 22:47:38.082033006 after sql statement
2015-01-15 22:47:38.087136616 before sql statment
--------------
update test211_6 set c2=c1 where batch=167
--------------
Query OK, 60000 rows affected (2.82 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:47:40.915269231 after sql statement
2015-01-15 22:47:40.929280309 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=167
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.34 sec)
Bye
2015-01-15 22:47:41.289520668 after sql statement
2015-01-15 22:47:41.292553014 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224742_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:47:42 (55600) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224742_Job_62660.xml
2015-01-15 22:47:42 (55600) INFO : Job file loaded, run time for this step : 1.08031 seconds
2015-01-15 22:47:42 (55600) INFO : PreProcessing check starts
2015-01-15 22:47:42 (55600) INFO : PreProcessing check completed
2015-01-15 22:47:42 (55600) INFO : preProcess completed, run time for this step : 0.0484979 seconds
2015-01-15 22:47:42 (55600) INFO : No of Read Threads Spawned = 1
2015-01-15 22:47:42 (55600) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:47:42 (55600) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:47:43 (55600) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:47:43 (55600) INFO : Bulk load completed, total run time : 2.14964 seconds
2015-01-15 22:47:43.990180214 after import
2015-01-15 22:47:44.020662006 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=168
--------------
Query OK, 60000 rows affected (3.13 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.80 sec)
Bye
2015-01-15 22:47:47.992442101 after sql statement
2015-01-15 22:47:47.997253138 before sql statment
--------------
update test211_6 set c2=c1 where batch=168
--------------
Query OK, 60000 rows affected (2.87 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:47:50.879568932 after sql statement
2015-01-15 22:47:50.885211048 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=168
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.00 sec)
Bye
2015-01-15 22:47:51.895735838 after sql statement
2015-01-15 22:47:51.941971818 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (4.51 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:47:56.464877431 after sql statement
2015-01-15 22:47:56.471850274 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=169
--------------
Query OK, 60000 rows affected (3.42 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.13 sec)
Bye
2015-01-15 22:48:01.042542210 after sql statement
2015-01-15 22:48:01.046558119 before sql statment
--------------
update test211_6 set c2=c1 where batch=169
--------------
Query OK, 60000 rows affected (1.47 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:02.517427739 after sql statement
2015-01-15 22:48:02.524210850 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=169
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.33 sec)
Bye
2015-01-15 22:48:02.863696991 after sql statement
2015-01-15 22:48:02.868320936 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224803_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:48:03 (6482) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224803_Job_62660.xml
2015-01-15 22:48:03 (6482) INFO : Job file loaded, run time for this step : 0.363877 seconds
2015-01-15 22:48:03 (6482) INFO : PreProcessing check starts
2015-01-15 22:48:03 (6482) INFO : PreProcessing check completed
2015-01-15 22:48:03 (6482) INFO : preProcess completed, run time for this step : 0.080791 seconds
2015-01-15 22:48:03 (6482) INFO : No of Read Threads Spawned = 1
2015-01-15 22:48:03 (6482) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:48:03 (6482) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:48:03 (6482) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:48:04 (6482) INFO : Bulk load completed, total run time : 1.47679 seconds
2015-01-15 22:48:04.708608751 after import
2015-01-15 22:48:04.750152882 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=170
--------------
Query OK, 60000 rows affected (3.54 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.32 sec)
Bye
2015-01-15 22:48:09.622793555 after sql statement
2015-01-15 22:48:09.628681891 before sql statment
--------------
update test211_6 set c2=c1 where batch=170
--------------
Query OK, 60000 rows affected (1.54 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:11.175519211 after sql statement
2015-01-15 22:48:11.183070954 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=170
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (2.09 sec)
Bye
2015-01-15 22:48:13.279719763 after sql statement
2015-01-15 22:48:13.348837465 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.52 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:48:16.882293098 after sql statement
2015-01-15 22:48:16.886750428 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=171
--------------
Query OK, 60000 rows affected (2.58 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.55 sec)
Bye
2015-01-15 22:48:21.067634852 after sql statement
2015-01-15 22:48:21.072976812 before sql statment
--------------
update test211_6 set c2=c1 where batch=171
--------------
Query OK, 60000 rows affected (2.00 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:23.082719229 after sql statement
2015-01-15 22:48:23.091985594 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=171
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.39 sec)
Bye
2015-01-15 22:48:23.496093591 after sql statement
2015-01-15 22:48:23.499939820 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224823_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:48:24 (21822) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224823_Job_62660.xml
2015-01-15 22:48:24 (21822) INFO : Job file loaded, run time for this step : 0.415959 seconds
2015-01-15 22:48:24 (21822) INFO : PreProcessing check starts
2015-01-15 22:48:24 (21822) INFO : PreProcessing check completed
2015-01-15 22:48:24 (21822) INFO : preProcess completed, run time for this step : 0.0322142 seconds
2015-01-15 22:48:24 (21822) INFO : No of Read Threads Spawned = 1
2015-01-15 22:48:24 (21822) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:48:24 (21822) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:48:24 (21822) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:48:25 (21822) INFO : Bulk load completed, total run time : 1.75034 seconds
2015-01-15 22:48:25.463779894 after import
2015-01-15 22:48:25.485010171 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=172
--------------
Query OK, 60000 rows affected (2.30 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.00 sec)
Bye
2015-01-15 22:48:28.812418579 after sql statement
2015-01-15 22:48:28.826730415 before sql statment
--------------
update test211_6 set c2=c1 where batch=172
--------------
Query OK, 60000 rows affected (3.16 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:31.999012322 after sql statement
2015-01-15 22:48:32.008694799 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=172
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.44 sec)
Bye
2015-01-15 22:48:32.493720711 after sql statement
2015-01-15 22:48:32.544804199 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (4.01 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:48:36.567160713 after sql statement
2015-01-15 22:48:36.573191644 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=173
--------------
Query OK, 60000 rows affected (2.75 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.88 sec)
Bye
2015-01-15 22:48:40.229698797 after sql statement
2015-01-15 22:48:40.253507138 before sql statment
--------------
update test211_6 set c2=c1 where batch=173
--------------
Query OK, 60000 rows affected (2.11 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:42.379232558 after sql statement
2015-01-15 22:48:42.383712534 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=173
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.12 sec)
Bye
2015-01-15 22:48:42.503834879 after sql statement
2015-01-15 22:48:42.506027539 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224842_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:48:42 (36276) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224842_Job_62660.xml
2015-01-15 22:48:42 (36276) INFO : Job file loaded, run time for this step : 0.272429 seconds
2015-01-15 22:48:42 (36276) INFO : PreProcessing check starts
2015-01-15 22:48:42 (36276) INFO : PreProcessing check completed
2015-01-15 22:48:42 (36276) INFO : preProcess completed, run time for this step : 0.0218568 seconds
2015-01-15 22:48:42 (36276) INFO : No of Read Threads Spawned = 1
2015-01-15 22:48:42 (36276) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:48:42 (36276) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:48:43 (36276) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:48:43 (36276) INFO : Bulk load completed, total run time : 1.36676 seconds
2015-01-15 22:48:44.034618063 after import
2015-01-15 22:48:44.050033448 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=174
--------------
Query OK, 60000 rows affected (3.38 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.22 sec)
Bye
2015-01-15 22:48:48.671484959 after sql statement
2015-01-15 22:48:48.706690724 before sql statment
--------------
update test211_6 set c2=c1 where batch=174
--------------
Query OK, 60000 rows affected (2.94 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:51.659326387 after sql statement
2015-01-15 22:48:51.664135262 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=174
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.56 sec)
Bye
2015-01-15 22:48:52.238672098 after sql statement
2015-01-15 22:48:52.285098349 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (5.20 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:48:57.492271728 after sql statement
2015-01-15 22:48:57.504751093 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=175
--------------
Query OK, 60000 rows affected (3.78 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.81 sec)
Bye
2015-01-15 22:49:02.107613729 after sql statement
2015-01-15 22:49:02.111684404 before sql statment
--------------
update test211_6 set c2=c1 where batch=175
--------------
Query OK, 60000 rows affected (1.61 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:49:03.729177114 after sql statement
2015-01-15 22:49:03.745319038 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=175
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.14 sec)
Bye
2015-01-15 22:49:04.913744695 after sql statement
2015-01-15 22:49:04.922883032 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224905_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:49:05 (53828) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224905_Job_62660.xml
2015-01-15 22:49:05 (53828) INFO : Job file loaded, run time for this step : 0.322989 seconds
2015-01-15 22:49:05 (53828) INFO : PreProcessing check starts
2015-01-15 22:49:05 (53828) INFO : PreProcessing check completed
2015-01-15 22:49:05 (53828) INFO : preProcess completed, run time for this step : 0.039969 seconds
2015-01-15 22:49:05 (53828) INFO : No of Read Threads Spawned = 1
2015-01-15 22:49:05 (53828) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:49:05 (53828) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:49:05 (53828) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:49:06 (53828) INFO : Bulk load completed, total run time : 1.45042 seconds
2015-01-15 22:49:06.539302210 after import
2015-01-15 22:49:06.553509732 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=176
--------------
Query OK, 60000 rows affected (4.99 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.40 sec)
Bye
2015-01-15 22:49:12.988848833 after sql statement
2015-01-15 22:49:12.995148981 before sql statment
--------------
update test211_6 set c2=c1 where batch=176
--------------
Query OK, 60000 rows affected (1.72 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:49:14.735318058 after sql statement
2015-01-15 22:49:14.750503301 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=176
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.51 sec)
Bye
2015-01-15 22:49:15.277210024 after sql statement
2015-01-15 22:49:15.342508654 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.83 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:49:19.184725427 after sql statement
2015-01-15 22:49:19.193352201 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=177
--------------
Query OK, 60000 rows affected (2.23 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.87 sec)
Bye
2015-01-15 22:49:23.302356442 after sql statement
2015-01-15 22:49:23.307513288 before sql statment
--------------
update test211_6 set c2=c1 where batch=177
--------------
Query OK, 60000 rows affected (2.39 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:49:25.704333038 after sql statement
2015-01-15 22:49:25.727565453 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=177
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.96 sec)
Bye
2015-01-15 22:49:26.753225380 after sql statement
2015-01-15 22:49:26.755127175 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224927_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:49:27 (4428) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224927_Job_62660.xml
2015-01-15 22:49:27 (4428) INFO : Job file loaded, run time for this step : 0.388711 seconds
2015-01-15 22:49:27 (4428) INFO : PreProcessing check starts
2015-01-15 22:49:27 (4428) INFO : PreProcessing check completed
2015-01-15 22:49:27 (4428) INFO : preProcess completed, run time for this step : 0.0758131 seconds
2015-01-15 22:49:27 (4428) INFO : No of Read Threads Spawned = 1
2015-01-15 22:49:27 (4428) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:49:27 (4428) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:49:27 (4428) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:49:28 (4428) INFO : Bulk load completed, total run time : 1.49155 seconds
2015-01-15 22:49:28.665449963 after import
2015-01-15 22:49:28.672459711 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=178
--------------
Query OK, 60000 rows affected (3.76 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.34 sec)
Bye
2015-01-15 22:49:32.796614728 after sql statement
2015-01-15 22:49:32.808405133 before sql statment
--------------
update test211_6 set c2=c1 where batch=178
--------------
Query OK, 60000 rows affected (3.82 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:49:36.655005504 after sql statement
2015-01-15 22:49:36.672680535 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=178
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.96 sec)
Bye
2015-01-15 22:49:37.645714676 after sql statement
2015-01-15 22:49:37.699718597 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (4.26 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:49:41.973483395 after sql statement
2015-01-15 22:49:41.985668057 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=179
--------------
Query OK, 60000 rows affected (5.49 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.55 sec)
Bye
2015-01-15 22:49:48.042390704 after sql statement
2015-01-15 22:49:48.053558081 before sql statment
--------------
update test211_6 set c2=c1 where batch=179
--------------
Query OK, 60000 rows affected (1.82 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:49:49.884910964 after sql statement
2015-01-15 22:49:49.893443703 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=179
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.21 sec)
Bye
2015-01-15 22:49:50.104079103 after sql statement
2015-01-15 22:49:50.106320674 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224951_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:49:51 (19865) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T224951_Job_62660.xml
2015-01-15 22:49:51 (19865) INFO : Job file loaded, run time for this step : 0.525316 seconds
2015-01-15 22:49:51 (19865) INFO : PreProcessing check starts
2015-01-15 22:49:51 (19865) INFO : PreProcessing check completed
2015-01-15 22:49:51 (19865) INFO : preProcess completed, run time for this step : 0.043421 seconds
2015-01-15 22:49:51 (19865) INFO : No of Read Threads Spawned = 1
2015-01-15 22:49:51 (19865) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:49:51 (19865) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:49:51 (19865) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:49:52 (19865) INFO : Bulk load completed, total run time : 1.61303 seconds
2015-01-15 22:49:52.221394848 after import
2015-01-15 22:49:52.231125816 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=180
--------------
Query OK, 60000 rows affected (5.10 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.32 sec)
Bye
2015-01-15 22:49:59.661551994 after sql statement
2015-01-15 22:49:59.670400979 before sql statment
--------------
update test211_6 set c2=c1 where batch=180
--------------
Query OK, 60000 rows affected (2.87 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:50:02.561357123 after sql statement
2015-01-15 22:50:02.591901803 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=180
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.80 sec)
Bye
2015-01-15 22:50:03.396074090 after sql statement
2015-01-15 22:50:03.453109978 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.96 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:50:07.437592653 after sql statement
2015-01-15 22:50:07.441502176 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=181
--------------
Query OK, 60000 rows affected (4.07 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.94 sec)
Bye
2015-01-15 22:50:12.485859554 after sql statement
2015-01-15 22:50:12.533094260 before sql statment
--------------
update test211_6 set c2=c1 where batch=181
--------------
Query OK, 60000 rows affected (2.57 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:50:15.095964188 after sql statement
2015-01-15 22:50:15.102663887 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=181
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.44 sec)
Bye
2015-01-15 22:50:16.551046337 after sql statement
2015-01-15 22:50:16.554068821 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T225017_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:50:17 (38087) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T225017_Job_62660.xml
2015-01-15 22:50:17 (38087) INFO : Job file loaded, run time for this step : 0.328001 seconds
2015-01-15 22:50:17 (38087) INFO : PreProcessing check starts
2015-01-15 22:50:17 (38087) INFO : PreProcessing check completed
2015-01-15 22:50:17 (38087) INFO : preProcess completed, run time for this step : 0.0673759 seconds
2015-01-15 22:50:17 (38087) INFO : No of Read Threads Spawned = 1
2015-01-15 22:50:17 (38087) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:50:17 (38087) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:50:17 (38087) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:50:18 (38087) INFO : Bulk load completed, total run time : 1.41295 seconds
2015-01-15 22:50:18.181406078 after import
2015-01-15 22:50:18.190204947 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=182
--------------
Query OK, 60000 rows affected (5.13 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.49 sec)
Bye
2015-01-15 22:50:24.823126271 after sql statement
2015-01-15 22:50:24.827384157 before sql statment
--------------
update test211_6 set c2=c1 where batch=182
--------------
Query OK, 60000 rows affected (2.37 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:50:27.204304350 after sql statement
2015-01-15 22:50:27.211855583 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=182
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.15 sec)
Bye
2015-01-15 22:50:28.398369838 after sql statement
2015-01-15 22:50:28.476364205 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.99 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:50:32.494187410 after sql statement
2015-01-15 22:50:32.508747075 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=183
--------------
Query OK, 60000 rows affected (1.49 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.31 sec)
Bye
2015-01-15 22:50:34.312404074 after sql statement
2015-01-15 22:50:34.318431800 before sql statment
--------------
update test211_6 set c2=c1 where batch=183
--------------
Query OK, 60000 rows affected (3.07 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:50:37.395574797 after sql statement
2015-01-15 22:50:37.403728191 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=183
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.37 sec)
Bye
2015-01-15 22:50:37.783770342 after sql statement
2015-01-15 22:50:37.790600873 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T225038_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:50:38 (53455) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T225038_Job_62660.xml
2015-01-15 22:50:38 (53455) INFO : Job file loaded, run time for this step : 0.321659 seconds
2015-01-15 22:50:38 (53455) INFO : PreProcessing check starts
2015-01-15 22:50:38 (53455) INFO : PreProcessing check completed
2015-01-15 22:50:38 (53455) INFO : preProcess completed, run time for this step : 0.062762 seconds
2015-01-15 22:50:38 (53455) INFO : No of Read Threads Spawned = 1
2015-01-15 22:50:38 (53455) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:50:38 (53455) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:50:38 (53455) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:50:39 (53455) INFO : Bulk load completed, total run time : 1.40669 seconds
2015-01-15 22:50:39.353992595 after import
2015-01-15 22:50:39.390434508 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=184
--------------
Query OK, 60000 rows affected (1.44 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.46 sec)
Bye
2015-01-15 22:50:42.308068754 after sql statement
2015-01-15 22:50:42.311833057 before sql statment
--------------
update test211_6 set c2=c1 where batch=184
--------------
Query OK, 60000 rows affected (3.11 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:50:45.473762810 after sql statement
2015-01-15 22:50:45.481510319 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=184
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (1.02 sec)
Bye
2015-01-15 22:50:46.512105669 after sql statement
2015-01-15 22:50:46.650363445 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (4.89 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:50:51.558151011 after sql statement
2015-01-15 22:50:51.574520711 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_6 where batch=185
--------------
Query OK, 60000 rows affected (4.63 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.83 sec)
Bye
2015-01-15 22:50:57.075473123 after sql statement
2015-01-15 22:50:57.080927351 before sql statment
--------------
update test211_6 set c2=c1 where batch=185
--------------
Query OK, 60000 rows affected (2.92 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:51:00.003420768 after sql statement
2015-01-15 22:51:00.013509171 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=185
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.39 sec)
Bye
2015-01-15 22:51:00.409899231 after sql statement
2015-01-15 22:51:00.413449046 before import
Locale is : C
Using table OID 62660 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T225101_Job_62660.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62660.log
2015-01-15 22:51:01 (3407) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62660_D20150115_T225101_Job_62660.xml
2015-01-15 22:51:01 (3407) INFO : Job file loaded, run time for this step : 0.390226 seconds
2015-01-15 22:51:01 (3407) INFO : PreProcessing check starts
2015-01-15 22:51:01 (3407) INFO : PreProcessing check completed
2015-01-15 22:51:01 (3407) INFO : preProcess completed, run time for this step : 0.083915 seconds
2015-01-15 22:51:01 (3407) INFO : No of Read Threads Spawned = 1
2015-01-15 22:51:01 (3407) INFO : Reading input from STDIN to import into table dmlc.test211_6...
2015-01-15 22:51:01 (3407) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:51:02 (3407) INFO : For table dmlc.test211_6: 60000 rows processed and 60000 rows inserted.
2015-01-15 22:51:02 (3407) INFO : Bulk load completed, total run time : 1.5059 seconds
2015-01-15 22:51:02.967376984 after import
2015-01-15 22:51:02.984388196 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=186
--------------
Query OK, 60000 rows affected (3.86 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.32 sec)
Bye
2015-01-15 22:51:08.183243081 after sql statement
2015-01-15 22:51:08.190906777 before sql statment
--------------
update test211_6 set c2=c1 where batch=186
--------------
Query OK, 60000 rows affected (3.57 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:51:11.781286675 after sql statement
2015-01-15 22:51:11.785527994 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=186
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.20 sec)
Bye
2015-01-15 22:51:12.002296159 after sql statement
2015-01-15 22:51:12.070486033 before sql statment
--------------
load data infile '/tmp/test211_6.tbl' into table test211_6 fields terminated by '|'
--------------
Query OK, 60000 rows affected (3.74 sec)
Records: 60000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:51:15.845079516 after sql statement
2015-01-15 22:51:15.856088540 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_6 where batch=187
--------------
Query OK, 60000 rows affected (4.76 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.85 sec)
Bye
2015-01-15 22:51:21.492334103 after sql statement
2015-01-15 22:51:21.517145133 before sql statment
--------------
update test211_6 set c2=c1 where batch=187
--------------
Query OK, 60000 rows affected (1.44 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:51:22.964522928 after sql statement
2015-01-15 22:51:22.974134431 before sql statment
--------------
select count(*), if(count(*)=60000, 'good', 'bad') result from test211_6 where batch=187
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 60000 | good |
+----------+--------+
1 row in set (0.28 sec)
Bye
2015-01-15 22:51:23.258879015 after sql statement
Thu Jan 15 22:51:23 CST 2015 - All done.