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.9.log
2016-01-06 14:08:59 -06:00

10013 lines
293 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.691481320 before sql statment
--------------
drop table if exists test211_9
--------------
Query OK, 0 rows affected (3.45 sec)
--------------
create table test211_9(batch int, c1 int, c2 int)engine=infinidb
--------------
Query OK, 0 rows affected (2.09 sec)
Bye
2015-01-15 22:19:23.239070381 after sql statement
2015-01-15 22:19:23.241666969 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T221923_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:19:23 (24581) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T221923_Job_62692.xml
2015-01-15 22:19:23 (24581) INFO : Job file loaded, run time for this step : 0.311511 seconds
2015-01-15 22:19:23 (24581) INFO : PreProcessing check starts
2015-01-15 22:19:23 (24581) INFO : PreProcessing check completed
2015-01-15 22:19:23 (24581) INFO : preProcess completed, run time for this step : 0.0222049 seconds
2015-01-15 22:19:23 (24581) INFO : No of Read Threads Spawned = 1
2015-01-15 22:19:23 (24581) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:19:23 (24581) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:19:23 (24581) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:19:24 (24581) INFO : Bulk load completed, total run time : 1.40178 seconds
2015-01-15 22:19:24.786902800 after import
2015-01-15 22:19:24.811715102 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=1
--------------
Query OK, 90000 rows affected (3.53 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.31 sec)
Bye
2015-01-15 22:19:29.674421945 after sql statement
2015-01-15 22:19:29.679221976 before sql statment
--------------
update test211_9 set c2=c1 where batch=1
--------------
Query OK, 90000 rows affected (2.15 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:19:31.845881958 after sql statement
2015-01-15 22:19:31.852245537 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=1
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.44 sec)
Bye
2015-01-15 22:19:32.304954458 after sql statement
2015-01-15 22:19:32.404797381 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.77 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:19:36.181598707 after sql statement
2015-01-15 22:19:36.191342034 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=2
--------------
Query OK, 90000 rows affected (3.19 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.94 sec)
Bye
2015-01-15 22:19:40.331096002 after sql statement
2015-01-15 22:19:40.342043731 before sql statment
--------------
update test211_9 set c2=c1 where batch=2
--------------
Query OK, 90000 rows affected (1.23 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:19:41.588030028 after sql statement
2015-01-15 22:19:41.596792201 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=2
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.11 sec)
Bye
2015-01-15 22:19:41.719582418 after sql statement
2015-01-15 22:19:41.723788941 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T221943_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:19:43 (40284) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T221943_Job_62692.xml
2015-01-15 22:19:43 (40284) INFO : Job file loaded, run time for this step : 1.75551 seconds
2015-01-15 22:19:43 (40284) INFO : PreProcessing check starts
2015-01-15 22:19:43 (40284) INFO : PreProcessing check completed
2015-01-15 22:19:43 (40284) INFO : preProcess completed, run time for this step : 0.111186 seconds
2015-01-15 22:19:43 (40284) INFO : No of Read Threads Spawned = 1
2015-01-15 22:19:43 (40284) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:19:43 (40284) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:19:46 (40284) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:19:47 (40284) INFO : Bulk load completed, total run time : 5.12395 seconds
2015-01-15 22:19:47.237560650 after import
2015-01-15 22:19:47.253088582 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=3
--------------
Query OK, 90000 rows affected (2.57 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.71 sec)
Bye
2015-01-15 22:19:50.555805787 after sql statement
2015-01-15 22:19:50.561797232 before sql statment
--------------
update test211_9 set c2=c1 where batch=3
--------------
Query OK, 90000 rows affected (3.67 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:19:54.238478341 after sql statement
2015-01-15 22:19:54.246812310 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=3
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.14 sec)
Bye
2015-01-15 22:19:54.398321719 after sql statement
2015-01-15 22:19:54.464765723 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (4.60 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:19:59.075237996 after sql statement
2015-01-15 22:19:59.081257677 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=4
--------------
Query OK, 90000 rows affected (3.26 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.35 sec)
Bye
2015-01-15 22:20:03.701782288 after sql statement
2015-01-15 22:20:03.715441082 before sql statment
--------------
update test211_9 set c2=c1 where batch=4
--------------
Query OK, 90000 rows affected (3.33 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:07.053632728 after sql statement
2015-01-15 22:20:07.067611313 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=4
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.38 sec)
Bye
2015-01-15 22:20:07.453665311 after sql statement
2015-01-15 22:20:07.458142801 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222007_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:20:07 (58078) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222007_Job_62692.xml
2015-01-15 22:20:07 (58078) INFO : Job file loaded, run time for this step : 0.303786 seconds
2015-01-15 22:20:07 (58078) INFO : PreProcessing check starts
2015-01-15 22:20:07 (58078) INFO : PreProcessing check completed
2015-01-15 22:20:07 (58078) INFO : preProcess completed, run time for this step : 0.035012 seconds
2015-01-15 22:20:07 (58078) INFO : No of Read Threads Spawned = 1
2015-01-15 22:20:07 (58078) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:20:07 (58078) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:20:08 (58078) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:20:08 (58078) INFO : Bulk load completed, total run time : 1.34825 seconds
2015-01-15 22:20:08.995981307 after import
2015-01-15 22:20:09.005228896 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=5
--------------
Query OK, 90000 rows affected (3.68 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.39 sec)
Bye
2015-01-15 22:20:14.080859936 after sql statement
2015-01-15 22:20:14.091544027 before sql statment
--------------
update test211_9 set c2=c1 where batch=5
--------------
Query OK, 90000 rows affected (2.01 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:16.125679302 after sql statement
2015-01-15 22:20:16.129363312 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=5
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.81 sec)
Bye
2015-01-15 22:20:16.948924313 after sql statement
2015-01-15 22:20:17.043278598 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (5.68 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:20:22.730705706 after sql statement
2015-01-15 22:20:22.738787432 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=6
--------------
Query OK, 90000 rows affected (2.23 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.05 sec)
Bye
2015-01-15 22:20:27.032993372 after sql statement
2015-01-15 22:20:27.043970371 before sql statment
--------------
update test211_9 set c2=c1 where batch=6
--------------
Query OK, 90000 rows affected (2.51 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:29.573979942 after sql statement
2015-01-15 22:20:29.578612220 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=6
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.18 sec)
Bye
2015-01-15 22:20:29.773908114 after sql statement
2015-01-15 22:20:29.776821282 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222033_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:20:33 (10498) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222033_Job_62692.xml
2015-01-15 22:20:33 (10498) INFO : Job file loaded, run time for this step : 1.23221 seconds
2015-01-15 22:20:33 (10498) INFO : PreProcessing check starts
2015-01-15 22:20:33 (10498) INFO : PreProcessing check completed
2015-01-15 22:20:33 (10498) INFO : preProcess completed, run time for this step : 0.0314159 seconds
2015-01-15 22:20:33 (10498) INFO : No of Read Threads Spawned = 1
2015-01-15 22:20:33 (10498) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:20:33 (10498) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:20:33 (10498) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:20:34 (10498) INFO : Bulk load completed, total run time : 2.28904 seconds
2015-01-15 22:20:34.391915744 after import
2015-01-15 22:20:34.404296886 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_9 where batch=7
--------------
Query OK, 90000 rows affected (3.32 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.72 sec)
Bye
2015-01-15 22:20:39.461010442 after sql statement
2015-01-15 22:20:39.471855859 before sql statment
--------------
update test211_9 set c2=c1 where batch=7
--------------
Query OK, 90000 rows affected (1.68 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:41.178957770 after sql statement
2015-01-15 22:20:41.184382556 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=7
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.87 sec)
Bye
2015-01-15 22:20:42.061944219 after sql statement
2015-01-15 22:20:42.175098412 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (4.15 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:20:46.337951140 after sql statement
2015-01-15 22:20:46.342864300 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=8
--------------
Query OK, 90000 rows affected (2.24 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.22 sec)
Bye
2015-01-15 22:20:50.817964804 after sql statement
2015-01-15 22:20:50.825130134 before sql statment
--------------
update test211_9 set c2=c1 where batch=8
--------------
Query OK, 90000 rows affected (3.49 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:54.329487941 after sql statement
2015-01-15 22:20:54.353474175 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=8
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.04 sec)
Bye
2015-01-15 22:20:55.406673849 after sql statement
2015-01-15 22:20:55.411754790 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222055_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:20:55 (29611) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222055_Job_62692.xml
2015-01-15 22:20:55 (29611) INFO : Job file loaded, run time for this step : 0.328543 seconds
2015-01-15 22:20:55 (29611) INFO : PreProcessing check starts
2015-01-15 22:20:55 (29611) INFO : PreProcessing check completed
2015-01-15 22:20:55 (29611) INFO : preProcess completed, run time for this step : 0.1002 seconds
2015-01-15 22:20:55 (29611) INFO : No of Read Threads Spawned = 1
2015-01-15 22:20:55 (29611) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:20:55 (29611) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:20:56 (29611) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:20:57 (29611) INFO : Bulk load completed, total run time : 1.46615 seconds
2015-01-15 22:20:57.062302001 after import
2015-01-15 22:20:57.076498363 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=9
--------------
Query OK, 90000 rows affected (4.25 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.80 sec)
Bye
2015-01-15 22:21:02.135666314 after sql statement
2015-01-15 22:21:02.141053625 before sql statment
--------------
update test211_9 set c2=c1 where batch=9
--------------
Query OK, 90000 rows affected (2.14 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:04.283938127 after sql statement
2015-01-15 22:21:04.290373085 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=9
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.20 sec)
Bye
2015-01-15 22:21:05.494968219 after sql statement
2015-01-15 22:21:05.605395715 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.53 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:21:09.145167247 after sql statement
2015-01-15 22:21:09.155692476 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=10
--------------
Query OK, 90000 rows affected (2.43 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.19 sec)
Bye
2015-01-15 22:21:12.801405512 after sql statement
2015-01-15 22:21:12.809078264 before sql statment
--------------
update test211_9 set c2=c1 where batch=10
--------------
Query OK, 90000 rows affected (2.89 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:15.705276808 after sql statement
2015-01-15 22:21:15.738983182 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=10
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.19 sec)
Bye
2015-01-15 22:21:15.954410205 after sql statement
2015-01-15 22:21:15.956741199 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222117_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:21:17 (45597) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222117_Job_62692.xml
2015-01-15 22:21:17 (45597) INFO : Job file loaded, run time for this step : 0.404989 seconds
2015-01-15 22:21:17 (45597) INFO : PreProcessing check starts
2015-01-15 22:21:17 (45597) INFO : PreProcessing check completed
2015-01-15 22:21:17 (45597) INFO : preProcess completed, run time for this step : 0.0545731 seconds
2015-01-15 22:21:17 (45597) INFO : No of Read Threads Spawned = 1
2015-01-15 22:21:17 (45597) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:21:17 (45597) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:21:17 (45597) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:21:18 (45597) INFO : Bulk load completed, total run time : 1.48779 seconds
2015-01-15 22:21:18.502884458 after import
2015-01-15 22:21:18.511101127 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=11
--------------
Query OK, 90000 rows affected (2.37 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.95 sec)
Bye
2015-01-15 22:21:21.836471222 after sql statement
2015-01-15 22:21:21.862119984 before sql statment
--------------
update test211_9 set c2=c1 where batch=11
--------------
Query OK, 90000 rows affected (2.05 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:23.930013151 after sql statement
2015-01-15 22:21:23.935676437 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=11
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.72 sec)
Bye
2015-01-15 22:21:24.679332491 after sql statement
2015-01-15 22:21:24.787515485 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.91 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:21:28.709124261 after sql statement
2015-01-15 22:21:28.719576118 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=12
--------------
Query OK, 90000 rows affected (4.66 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.41 sec)
Bye
2015-01-15 22:21:34.796962821 after sql statement
2015-01-15 22:21:34.807874755 before sql statment
--------------
update test211_9 set c2=c1 where batch=12
--------------
Query OK, 90000 rows affected (3.17 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:37.992470829 after sql statement
2015-01-15 22:21:38.001306886 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=12
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.12 sec)
Bye
2015-01-15 22:21:38.137173556 after sql statement
2015-01-15 22:21:38.156619921 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222138_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:21:38 (64596) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222138_Job_62692.xml
2015-01-15 22:21:38 (64596) INFO : Job file loaded, run time for this step : 0.276805 seconds
2015-01-15 22:21:38 (64596) INFO : PreProcessing check starts
2015-01-15 22:21:38 (64596) INFO : PreProcessing check completed
2015-01-15 22:21:38 (64596) INFO : preProcess completed, run time for this step : 0.0269899 seconds
2015-01-15 22:21:38 (64596) INFO : No of Read Threads Spawned = 1
2015-01-15 22:21:38 (64596) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:21:38 (64596) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:21:38 (64596) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:21:39 (64596) INFO : Bulk load completed, total run time : 1.31633 seconds
2015-01-15 22:21:39.659496484 after import
2015-01-15 22:21:39.665539424 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=13
--------------
Query OK, 90000 rows affected (2.90 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.68 sec)
Bye
2015-01-15 22:21:44.265505838 after sql statement
2015-01-15 22:21:44.278135651 before sql statment
--------------
update test211_9 set c2=c1 where batch=13
--------------
Query OK, 90000 rows affected (2.89 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:47.184952672 after sql statement
2015-01-15 22:21:47.190601800 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=13
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.13 sec)
Bye
2015-01-15 22:21:47.329985742 after sql statement
2015-01-15 22:21:47.413164280 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.93 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:21:51.355239579 after sql statement
2015-01-15 22:21:51.361170842 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=14
--------------
Query OK, 90000 rows affected (2.92 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.83 sec)
Bye
2015-01-15 22:21:55.134600455 after sql statement
2015-01-15 22:21:55.142568028 before sql statment
--------------
update test211_9 set c2=c1 where batch=14
--------------
Query OK, 90000 rows affected (2.68 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:57.834440265 after sql statement
2015-01-15 22:21:57.865618519 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=14
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.33 sec)
Bye
2015-01-15 22:21:58.201622361 after sql statement
2015-01-15 22:21:58.206094561 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222158_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:21:58 (17478) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222158_Job_62692.xml
2015-01-15 22:21:58 (17478) INFO : Job file loaded, run time for this step : 0.505085 seconds
2015-01-15 22:21:58 (17478) INFO : PreProcessing check starts
2015-01-15 22:21:58 (17478) INFO : PreProcessing check completed
2015-01-15 22:21:58 (17478) INFO : preProcess completed, run time for this step : 0.118772 seconds
2015-01-15 22:21:58 (17478) INFO : No of Read Threads Spawned = 1
2015-01-15 22:21:58 (17478) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:21:58 (17478) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:21:59 (17478) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:22:00 (17478) INFO : Bulk load completed, total run time : 1.642 seconds
2015-01-15 22:22:00.018558273 after import
2015-01-15 22:22:00.035687323 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=15
--------------
Query OK, 90000 rows affected (1.76 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.60 sec)
Bye
2015-01-15 22:22:02.417899691 after sql statement
2015-01-15 22:22:02.421991736 before sql statment
--------------
update test211_9 set c2=c1 where batch=15
--------------
Query OK, 90000 rows affected (3.15 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:05.580251325 after sql statement
2015-01-15 22:22:05.588217486 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=15
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.14 sec)
Bye
2015-01-15 22:22:05.774566311 after sql statement
2015-01-15 22:22:05.879871464 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.38 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:22:09.270009435 after sql statement
2015-01-15 22:22:09.273954967 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=16
--------------
Query OK, 90000 rows affected (3.37 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.19 sec)
Bye
2015-01-15 22:22:14.843995278 after sql statement
2015-01-15 22:22:14.865390728 before sql statment
--------------
update test211_9 set c2=c1 where batch=16
--------------
Query OK, 90000 rows affected (5.51 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:20.398419368 after sql statement
2015-01-15 22:22:20.407274977 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=16
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.48 sec)
Bye
2015-01-15 22:22:20.900828432 after sql statement
2015-01-15 22:22:20.903215760 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222222_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:22:23 (35137) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222222_Job_62692.xml
2015-01-15 22:22:23 (35137) INFO : Job file loaded, run time for this step : 0.551381 seconds
2015-01-15 22:22:23 (35137) INFO : PreProcessing check starts
2015-01-15 22:22:23 (35137) INFO : PreProcessing check completed
2015-01-15 22:22:23 (35137) INFO : preProcess completed, run time for this step : 0.0594821 seconds
2015-01-15 22:22:23 (35137) INFO : No of Read Threads Spawned = 1
2015-01-15 22:22:23 (35137) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:22:23 (35137) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:22:23 (35137) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:22:24 (35137) INFO : Bulk load completed, total run time : 1.64416 seconds
2015-01-15 22:22:24.137663993 after import
2015-01-15 22:22:24.140910443 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=17
--------------
Query OK, 90000 rows affected (4.73 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (3.28 sec)
Bye
2015-01-15 22:22:32.158761185 after sql statement
2015-01-15 22:22:32.162410457 before sql statment
--------------
update test211_9 set c2=c1 where batch=17
--------------
Query OK, 90000 rows affected (1.63 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:33.827098416 after sql statement
2015-01-15 22:22:33.845833306 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=17
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.80 sec)
Bye
2015-01-15 22:22:34.658609348 after sql statement
2015-01-15 22:22:34.753970919 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.67 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:22:38.429645180 after sql statement
2015-01-15 22:22:38.446963380 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_9 where batch=18
--------------
Query OK, 90000 rows affected (2.33 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.62 sec)
Bye
2015-01-15 22:22:41.413635625 after sql statement
2015-01-15 22:22:41.420001642 before sql statment
--------------
update test211_9 set c2=c1 where batch=18
--------------
Query OK, 90000 rows affected (1.51 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:42.937082849 after sql statement
2015-01-15 22:22:42.943992108 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=18
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.45 sec)
Bye
2015-01-15 22:22:43.403842388 after sql statement
2015-01-15 22:22:43.406419980 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222244_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:22:44 (52297) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222244_Job_62692.xml
2015-01-15 22:22:44 (52297) INFO : Job file loaded, run time for this step : 1.27358 seconds
2015-01-15 22:22:44 (52297) INFO : PreProcessing check starts
2015-01-15 22:22:44 (52297) INFO : PreProcessing check completed
2015-01-15 22:22:44 (52297) INFO : preProcess completed, run time for this step : 0.0431669 seconds
2015-01-15 22:22:44 (52297) INFO : No of Read Threads Spawned = 1
2015-01-15 22:22:44 (52297) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:22:44 (52297) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:22:45 (52297) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:22:45 (52297) INFO : Bulk load completed, total run time : 2.34116 seconds
2015-01-15 22:22:45.904880211 after import
2015-01-15 22:22:45.915900887 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=19
--------------
Query OK, 90000 rows affected (1.80 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.84 sec)
Bye
2015-01-15 22:22:48.568997028 after sql statement
2015-01-15 22:22:48.585382337 before sql statment
--------------
update test211_9 set c2=c1 where batch=19
--------------
Query OK, 90000 rows affected (2.99 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:51.595950954 after sql statement
2015-01-15 22:22:51.604422196 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=19
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.23 sec)
Bye
2015-01-15 22:22:51.836822301 after sql statement
2015-01-15 22:22:51.915557899 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.56 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:22:55.496432186 after sql statement
2015-01-15 22:22:55.506765519 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=20
--------------
Query OK, 90000 rows affected (2.64 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.50 sec)
Bye
2015-01-15 22:22:58.652108299 after sql statement
2015-01-15 22:22:58.659767736 before sql statment
--------------
update test211_9 set c2=c1 where batch=20
--------------
Query OK, 90000 rows affected (2.34 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:01.017587290 after sql statement
2015-01-15 22:23:01.027496296 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=20
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.23 sec)
Bye
2015-01-15 22:23:01.265306779 after sql statement
2015-01-15 22:23:01.267619442 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222301_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:23:01 (2887) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222301_Job_62692.xml
2015-01-15 22:23:01 (2887) INFO : Job file loaded, run time for this step : 0.299838 seconds
2015-01-15 22:23:01 (2887) INFO : PreProcessing check starts
2015-01-15 22:23:01 (2887) INFO : PreProcessing check completed
2015-01-15 22:23:01 (2887) INFO : preProcess completed, run time for this step : 0.0374281 seconds
2015-01-15 22:23:01 (2887) INFO : No of Read Threads Spawned = 1
2015-01-15 22:23:01 (2887) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:23:01 (2887) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:23:02 (2887) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:23:02 (2887) INFO : Bulk load completed, total run time : 1.35843 seconds
2015-01-15 22:23:02.835325322 after import
2015-01-15 22:23:02.838930702 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=21
--------------
Query OK, 90000 rows affected (3.80 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.14 sec)
Bye
2015-01-15 22:23:07.834122574 after sql statement
2015-01-15 22:23:07.846863367 before sql statment
--------------
update test211_9 set c2=c1 where batch=21
--------------
Query OK, 90000 rows affected (3.48 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:11.330758169 after sql statement
2015-01-15 22:23:11.335147549 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=21
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.19 sec)
Bye
2015-01-15 22:23:11.535480156 after sql statement
2015-01-15 22:23:11.618751956 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.45 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:23:15.081809129 after sql statement
2015-01-15 22:23:15.090664338 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=22
--------------
Query OK, 90000 rows affected (2.10 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.31 sec)
Bye
2015-01-15 22:23:18.501792290 after sql statement
2015-01-15 22:23:18.513315182 before sql statment
--------------
update test211_9 set c2=c1 where batch=22
--------------
Query OK, 90000 rows affected (2.67 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:21.197820543 after sql statement
2015-01-15 22:23:21.217211473 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=22
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.36 sec)
Bye
2015-01-15 22:23:21.593791349 after sql statement
2015-01-15 22:23:21.598526491 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222322_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:23:22 (21207) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222322_Job_62692.xml
2015-01-15 22:23:22 (21207) INFO : Job file loaded, run time for this step : 0.278791 seconds
2015-01-15 22:23:22 (21207) INFO : PreProcessing check starts
2015-01-15 22:23:22 (21207) INFO : PreProcessing check completed
2015-01-15 22:23:22 (21207) INFO : preProcess completed, run time for this step : 0.0317459 seconds
2015-01-15 22:23:22 (21207) INFO : No of Read Threads Spawned = 1
2015-01-15 22:23:22 (21207) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:23:22 (21207) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:23:22 (21207) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:23:23 (21207) INFO : Bulk load completed, total run time : 1.32965 seconds
2015-01-15 22:23:23.171989502 after import
2015-01-15 22:23:23.180218956 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=23
--------------
Query OK, 90000 rows affected (4.40 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.78 sec)
Bye
2015-01-15 22:23:29.373651829 after sql statement
2015-01-15 22:23:29.379882297 before sql statment
--------------
update test211_9 set c2=c1 where batch=23
--------------
Query OK, 90000 rows affected (2.15 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:31.542107368 after sql statement
2015-01-15 22:23:31.556474389 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=23
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.45 sec)
Bye
2015-01-15 22:23:32.013582843 after sql statement
2015-01-15 22:23:32.076001333 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (4.62 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:23:36.714065807 after sql statement
2015-01-15 22:23:36.735547580 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=24
--------------
Query OK, 90000 rows affected (1.34 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.77 sec)
Bye
2015-01-15 22:23:38.855803351 after sql statement
2015-01-15 22:23:38.864499983 before sql statment
--------------
update test211_9 set c2=c1 where batch=24
--------------
Query OK, 90000 rows affected (3.69 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:42.571504108 after sql statement
2015-01-15 22:23:42.593315019 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=24
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.24 sec)
Bye
2015-01-15 22:23:43.843475799 after sql statement
2015-01-15 22:23:43.852808569 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222344_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:23:44 (38948) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222344_Job_62692.xml
2015-01-15 22:23:44 (38948) INFO : Job file loaded, run time for this step : 0.457933 seconds
2015-01-15 22:23:44 (38948) INFO : PreProcessing check starts
2015-01-15 22:23:44 (38948) INFO : PreProcessing check completed
2015-01-15 22:23:44 (38948) INFO : preProcess completed, run time for this step : 0.0670021 seconds
2015-01-15 22:23:44 (38948) INFO : No of Read Threads Spawned = 1
2015-01-15 22:23:44 (38948) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:23:44 (38948) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:23:44 (38948) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:23:45 (38948) INFO : Bulk load completed, total run time : 1.56316 seconds
2015-01-15 22:23:45.590082736 after import
2015-01-15 22:23:45.603002704 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=25
--------------
Query OK, 90000 rows affected (2.72 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.87 sec)
Bye
2015-01-15 22:23:49.202670973 after sql statement
2015-01-15 22:23:49.209182643 before sql statment
--------------
update test211_9 set c2=c1 where batch=25
--------------
Query OK, 90000 rows affected (2.74 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:51.957783964 after sql statement
2015-01-15 22:23:51.963036759 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=25
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.41 sec)
Bye
2015-01-15 22:23:52.391154335 after sql statement
2015-01-15 22:23:52.461367462 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.50 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:23:55.980545975 after sql statement
2015-01-15 22:23:55.987428639 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=26
--------------
Query OK, 90000 rows affected (2.22 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.36 sec)
Bye
2015-01-15 22:23:58.582490780 after sql statement
2015-01-15 22:23:58.586819616 before sql statment
--------------
update test211_9 set c2=c1 where batch=26
--------------
Query OK, 90000 rows affected (3.92 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:24:02.523004287 after sql statement
2015-01-15 22:24:02.535457286 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=26
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.51 sec)
Bye
2015-01-15 22:24:03.066234754 after sql statement
2015-01-15 22:24:03.069023803 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222403_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:24:03 (53250) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222403_Job_62692.xml
2015-01-15 22:24:03 (53250) INFO : Job file loaded, run time for this step : 0.350637 seconds
2015-01-15 22:24:03 (53250) INFO : PreProcessing check starts
2015-01-15 22:24:04 (53250) INFO : PreProcessing check completed
2015-01-15 22:24:04 (53250) INFO : preProcess completed, run time for this step : 0.032501 seconds
2015-01-15 22:24:04 (53250) INFO : No of Read Threads Spawned = 1
2015-01-15 22:24:04 (53250) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:24:04 (53250) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:24:04 (53250) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:24:05 (53250) INFO : Bulk load completed, total run time : 1.41691 seconds
2015-01-15 22:24:05.056360516 after import
2015-01-15 22:24:05.072809197 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=27
--------------
Query OK, 90000 rows affected (2.89 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.72 sec)
Bye
2015-01-15 22:24:08.704730366 after sql statement
2015-01-15 22:24:08.709618612 before sql statment
--------------
update test211_9 set c2=c1 where batch=27
--------------
Query OK, 90000 rows affected (3.21 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:24:11.924839460 after sql statement
2015-01-15 22:24:11.929506555 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=27
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.65 sec)
Bye
2015-01-15 22:24:12.599137852 after sql statement
2015-01-15 22:24:12.692589528 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.91 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:24:16.621265510 after sql statement
2015-01-15 22:24:16.636755950 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=28
--------------
Query OK, 90000 rows affected (3.01 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.34 sec)
Bye
2015-01-15 22:24:20.977447105 after sql statement
2015-01-15 22:24:20.982500410 before sql statment
--------------
update test211_9 set c2=c1 where batch=28
--------------
Query OK, 90000 rows affected (2.01 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:24:23.005767070 after sql statement
2015-01-15 22:24:23.009901484 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=28
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.98 sec)
Bye
2015-01-15 22:24:23.994114099 after sql statement
2015-01-15 22:24:23.996830169 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222424_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:24:24 (4960) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222424_Job_62692.xml
2015-01-15 22:24:24 (4960) INFO : Job file loaded, run time for this step : 0.261144 seconds
2015-01-15 22:24:24 (4960) INFO : PreProcessing check starts
2015-01-15 22:24:24 (4960) INFO : PreProcessing check completed
2015-01-15 22:24:24 (4960) INFO : preProcess completed, run time for this step : 0.0264649 seconds
2015-01-15 22:24:24 (4960) INFO : No of Read Threads Spawned = 1
2015-01-15 22:24:24 (4960) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:24:24 (4960) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:24:24 (4960) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:24:25 (4960) INFO : Bulk load completed, total run time : 1.30723 seconds
2015-01-15 22:24:25.459612070 after import
2015-01-15 22:24:25.465714357 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=29
--------------
Query OK, 90000 rows affected (3.22 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.46 sec)
Bye
2015-01-15 22:24:29.161414955 after sql statement
2015-01-15 22:24:29.168130429 before sql statment
--------------
update test211_9 set c2=c1 where batch=29
--------------
Query OK, 90000 rows affected (1.95 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:24:31.123537954 after sql statement
2015-01-15 22:24:31.129095376 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=29
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.19 sec)
Bye
2015-01-15 22:24:32.329420867 after sql statement
2015-01-15 22:24:32.431815021 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (4.58 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:24:37.031110728 after sql statement
2015-01-15 22:24:37.051521307 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=30
--------------
Query OK, 90000 rows affected (2.39 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.83 sec)
Bye
2015-01-15 22:24:40.275241383 after sql statement
2015-01-15 22:24:40.287536434 before sql statment
--------------
update test211_9 set c2=c1 where batch=30
--------------
Query OK, 90000 rows affected (2.52 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:24:42.818107949 after sql statement
2015-01-15 22:24:42.825488780 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=30
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.17 sec)
Bye
2015-01-15 22:24:44.015619799 after sql statement
2015-01-15 22:24:44.031662736 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222444_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:24:44 (20119) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222444_Job_62692.xml
2015-01-15 22:24:44 (20119) INFO : Job file loaded, run time for this step : 0.509188 seconds
2015-01-15 22:24:44 (20119) INFO : PreProcessing check starts
2015-01-15 22:24:44 (20119) INFO : PreProcessing check completed
2015-01-15 22:24:44 (20119) INFO : preProcess completed, run time for this step : 0.133402 seconds
2015-01-15 22:24:44 (20119) INFO : No of Read Threads Spawned = 1
2015-01-15 22:24:44 (20119) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:24:44 (20119) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:24:45 (20119) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:24:45 (20119) INFO : Bulk load completed, total run time : 1.6643 seconds
2015-01-15 22:24:45.915048299 after import
2015-01-15 22:24:45.926424013 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=31
--------------
Query OK, 90000 rows affected (3.00 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.45 sec)
Bye
2015-01-15 22:24:49.386292952 after sql statement
2015-01-15 22:24:49.396598366 before sql statment
--------------
update test211_9 set c2=c1 where batch=31
--------------
Query OK, 90000 rows affected (2.60 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:24:52.012366252 after sql statement
2015-01-15 22:24:52.018525950 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=31
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.27 sec)
Bye
2015-01-15 22:24:52.295413715 after sql statement
2015-01-15 22:24:52.428890807 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.84 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:24:56.276967986 after sql statement
2015-01-15 22:24:56.307508314 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=32
--------------
Query OK, 90000 rows affected (4.70 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.96 sec)
Bye
2015-01-15 22:25:01.979357622 after sql statement
2015-01-15 22:25:01.990509323 before sql statment
--------------
update test211_9 set c2=c1 where batch=32
--------------
Query OK, 90000 rows affected (2.36 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:04.362077652 after sql statement
2015-01-15 22:25:04.367968999 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=32
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.36 sec)
Bye
2015-01-15 22:25:04.733115974 after sql statement
2015-01-15 22:25:04.736619717 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222505_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:25:05 (35031) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222505_Job_62692.xml
2015-01-15 22:25:05 (35031) INFO : Job file loaded, run time for this step : 0.287256 seconds
2015-01-15 22:25:05 (35031) INFO : PreProcessing check starts
2015-01-15 22:25:05 (35031) INFO : PreProcessing check completed
2015-01-15 22:25:05 (35031) INFO : preProcess completed, run time for this step : 0.0292521 seconds
2015-01-15 22:25:05 (35031) INFO : No of Read Threads Spawned = 1
2015-01-15 22:25:05 (35031) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:25:05 (35031) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:25:05 (35031) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:25:06 (35031) INFO : Bulk load completed, total run time : 1.33821 seconds
2015-01-15 22:25:06.317608003 after import
2015-01-15 22:25:06.331265122 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=33
--------------
Query OK, 90000 rows affected (5.02 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.55 sec)
Bye
2015-01-15 22:25:12.945654656 after sql statement
2015-01-15 22:25:12.951329452 before sql statment
--------------
update test211_9 set c2=c1 where batch=33
--------------
Query OK, 90000 rows affected (2.65 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:15.614844596 after sql statement
2015-01-15 22:25:15.620954657 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=33
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.75 sec)
Bye
2015-01-15 22:25:16.377578978 after sql statement
2015-01-15 22:25:16.511393571 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.81 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:25:20.343201858 after sql statement
2015-01-15 22:25:20.349957196 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=34
--------------
Query OK, 90000 rows affected (2.78 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.15 sec)
Bye
2015-01-15 22:25:24.306486486 after sql statement
2015-01-15 22:25:24.325516614 before sql statment
--------------
update test211_9 set c2=c1 where batch=34
--------------
Query OK, 90000 rows affected (2.45 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:26.792413501 after sql statement
2015-01-15 22:25:26.807225806 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=34
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.64 sec)
Bye
2015-01-15 22:25:27.456384529 after sql statement
2015-01-15 22:25:27.459873597 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222527_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:25:27 (52392) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222527_Job_62692.xml
2015-01-15 22:25:27 (52392) INFO : Job file loaded, run time for this step : 0.267049 seconds
2015-01-15 22:25:27 (52392) INFO : PreProcessing check starts
2015-01-15 22:25:27 (52392) INFO : PreProcessing check completed
2015-01-15 22:25:27 (52392) INFO : preProcess completed, run time for this step : 0.0322089 seconds
2015-01-15 22:25:27 (52392) INFO : No of Read Threads Spawned = 1
2015-01-15 22:25:27 (52392) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:25:27 (52392) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:25:28 (52392) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:25:28 (52392) INFO : Bulk load completed, total run time : 1.33019 seconds
2015-01-15 22:25:28.963947249 after import
2015-01-15 22:25:28.970134336 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=35
--------------
Query OK, 90000 rows affected (2.60 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.30 sec)
Bye
2015-01-15 22:25:31.892307447 after sql statement
2015-01-15 22:25:31.903721296 before sql statment
--------------
update test211_9 set c2=c1 where batch=35
--------------
Query OK, 90000 rows affected (3.70 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:35.611072786 after sql statement
2015-01-15 22:25:35.623488683 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=35
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.27 sec)
Bye
2015-01-15 22:25:35.899325463 after sql statement
2015-01-15 22:25:35.989530982 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.45 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:25:39.444971963 after sql statement
2015-01-15 22:25:39.454438158 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=36
--------------
Query OK, 90000 rows affected (2.93 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.33 sec)
Bye
2015-01-15 22:25:43.728920528 after sql statement
2015-01-15 22:25:43.732912356 before sql statment
--------------
update test211_9 set c2=c1 where batch=36
--------------
Query OK, 90000 rows affected (3.15 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:46.884421674 after sql statement
2015-01-15 22:25:46.889682591 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=36
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.58 sec)
Bye
2015-01-15 22:25:47.483434921 after sql statement
2015-01-15 22:25:47.486818458 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222547_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:25:47 (3628) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222547_Job_62692.xml
2015-01-15 22:25:47 (3628) INFO : Job file loaded, run time for this step : 0.289877 seconds
2015-01-15 22:25:47 (3628) INFO : PreProcessing check starts
2015-01-15 22:25:48 (3628) INFO : PreProcessing check completed
2015-01-15 22:25:48 (3628) INFO : preProcess completed, run time for this step : 0.074604 seconds
2015-01-15 22:25:48 (3628) INFO : No of Read Threads Spawned = 1
2015-01-15 22:25:48 (3628) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:25:48 (3628) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:25:48 (3628) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:25:49 (3628) INFO : Bulk load completed, total run time : 1.38926 seconds
2015-01-15 22:25:49.035155736 after import
2015-01-15 22:25:49.041805066 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=37
--------------
Query OK, 90000 rows affected (4.12 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.02 sec)
Bye
2015-01-15 22:25:54.198370565 after sql statement
2015-01-15 22:25:54.208040488 before sql statment
--------------
update test211_9 set c2=c1 where batch=37
--------------
Query OK, 90000 rows affected (3.24 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:57.460081714 after sql statement
2015-01-15 22:25:57.475330855 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=37
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.50 sec)
Bye
2015-01-15 22:25:57.979694862 after sql statement
2015-01-15 22:25:58.078396107 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (4.81 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:26:02.899783128 after sql statement
2015-01-15 22:26:02.911983246 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=38
--------------
Query OK, 90000 rows affected (2.49 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.05 sec)
Bye
2015-01-15 22:26:07.458323796 after sql statement
2015-01-15 22:26:07.463868155 before sql statment
--------------
update test211_9 set c2=c1 where batch=38
--------------
Query OK, 90000 rows affected (1.51 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:08.979769396 after sql statement
2015-01-15 22:26:08.991633709 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=38
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.26 sec)
Bye
2015-01-15 22:26:09.260502196 after sql statement
2015-01-15 22:26:09.264482374 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222609_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:26:09 (22143) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222609_Job_62692.xml
2015-01-15 22:26:09 (22143) INFO : Job file loaded, run time for this step : 0.346835 seconds
2015-01-15 22:26:09 (22143) INFO : PreProcessing check starts
2015-01-15 22:26:09 (22143) INFO : PreProcessing check completed
2015-01-15 22:26:09 (22143) INFO : preProcess completed, run time for this step : 0.0877831 seconds
2015-01-15 22:26:09 (22143) INFO : No of Read Threads Spawned = 1
2015-01-15 22:26:09 (22143) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:26:09 (22143) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:26:10 (22143) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:26:10 (22143) INFO : Bulk load completed, total run time : 1.45449 seconds
2015-01-15 22:26:10.868967879 after import
2015-01-15 22:26:10.884126230 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=39
--------------
Query OK, 90000 rows affected (3.12 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.91 sec)
Bye
2015-01-15 22:26:14.924397476 after sql statement
2015-01-15 22:26:14.939641579 before sql statment
--------------
update test211_9 set c2=c1 where batch=39
--------------
Query OK, 90000 rows affected (2.73 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:17.682114611 after sql statement
2015-01-15 22:26:17.692275695 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=39
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.32 sec)
Bye
2015-01-15 22:26:18.028303862 after sql statement
2015-01-15 22:26:18.104192152 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.83 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:26:21.943766487 after sql statement
2015-01-15 22:26:21.989399703 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=40
--------------
Query OK, 90000 rows affected (2.51 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.67 sec)
Bye
2015-01-15 22:26:25.190103871 after sql statement
2015-01-15 22:26:25.201896901 before sql statment
--------------
update test211_9 set c2=c1 where batch=40
--------------
Query OK, 90000 rows affected (3.10 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:28.305745106 after sql statement
2015-01-15 22:26:28.313026748 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=40
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.60 sec)
Bye
2015-01-15 22:26:28.952134837 after sql statement
2015-01-15 22:26:28.975662573 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222631_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:26:31 (38600) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222631_Job_62692.xml
2015-01-15 22:26:31 (38600) INFO : Job file loaded, run time for this step : 2.17391 seconds
2015-01-15 22:26:31 (38600) INFO : PreProcessing check starts
2015-01-15 22:26:31 (38600) INFO : PreProcessing check completed
2015-01-15 22:26:31 (38600) INFO : preProcess completed, run time for this step : 0.0608501 seconds
2015-01-15 22:26:31 (38600) INFO : No of Read Threads Spawned = 1
2015-01-15 22:26:31 (38600) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:26:31 (38600) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:26:31 (38600) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:26:32 (38600) INFO : Bulk load completed, total run time : 3.25194 seconds
2015-01-15 22:26:32.496024967 after import
2015-01-15 22:26:32.501482858 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=41
--------------
Query OK, 90000 rows affected (2.83 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.40 sec)
Bye
2015-01-15 22:26:36.743619682 after sql statement
2015-01-15 22:26:36.764811622 before sql statment
--------------
update test211_9 set c2=c1 where batch=41
--------------
Query OK, 90000 rows affected (2.48 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:39.274709258 after sql statement
2015-01-15 22:26:39.283470613 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=41
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.03 sec)
Bye
2015-01-15 22:26:40.325662582 after sql statement
2015-01-15 22:26:40.428408709 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.85 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:26:44.285398959 after sql statement
2015-01-15 22:26:44.297589493 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=42
--------------
Query OK, 90000 rows affected (2.43 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (3.24 sec)
Bye
2015-01-15 22:26:49.973540231 after sql statement
2015-01-15 22:26:49.983077115 before sql statment
--------------
update test211_9 set c2=c1 where batch=42
--------------
Query OK, 90000 rows affected (3.89 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:53.879366340 after sql statement
2015-01-15 22:26:53.887572791 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=42
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.35 sec)
Bye
2015-01-15 22:26:54.246888869 after sql statement
2015-01-15 22:26:54.251868092 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222654_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:26:54 (55974) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222654_Job_62692.xml
2015-01-15 22:26:54 (55974) INFO : Job file loaded, run time for this step : 0.259201 seconds
2015-01-15 22:26:54 (55974) INFO : PreProcessing check starts
2015-01-15 22:26:54 (55974) INFO : PreProcessing check completed
2015-01-15 22:26:54 (55974) INFO : preProcess completed, run time for this step : 0.0485599 seconds
2015-01-15 22:26:54 (55974) INFO : No of Read Threads Spawned = 1
2015-01-15 22:26:54 (55974) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:26:54 (55974) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:26:54 (55974) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:26:55 (55974) INFO : Bulk load completed, total run time : 1.32623 seconds
2015-01-15 22:26:55.722810603 after import
2015-01-15 22:26:55.729009189 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=43
--------------
Query OK, 90000 rows affected (2.63 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.09 sec)
Bye
2015-01-15 22:26:59.460725243 after sql statement
2015-01-15 22:26:59.465209198 before sql statment
--------------
update test211_9 set c2=c1 where batch=43
--------------
Query OK, 90000 rows affected (2.41 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:01.877565467 after sql statement
2015-01-15 22:27:01.882494640 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=43
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.37 sec)
Bye
2015-01-15 22:27:02.266396336 after sql statement
2015-01-15 22:27:02.342167583 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (5.23 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:27:07.578448932 after sql statement
2015-01-15 22:27:07.590131698 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=44
--------------
Query OK, 90000 rows affected (3.77 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.31 sec)
Bye
2015-01-15 22:27:12.682751003 after sql statement
2015-01-15 22:27:12.712069487 before sql statment
--------------
update test211_9 set c2=c1 where batch=44
--------------
Query OK, 90000 rows affected (1.25 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:13.992601098 after sql statement
2015-01-15 22:27:14.011921608 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=44
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.55 sec)
Bye
2015-01-15 22:27:14.585794405 after sql statement
2015-01-15 22:27:14.598606967 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222714_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:27:15 (7461) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222714_Job_62692.xml
2015-01-15 22:27:15 (7461) INFO : Job file loaded, run time for this step : 0.298562 seconds
2015-01-15 22:27:15 (7461) INFO : PreProcessing check starts
2015-01-15 22:27:15 (7461) INFO : PreProcessing check completed
2015-01-15 22:27:15 (7461) INFO : preProcess completed, run time for this step : 0.100329 seconds
2015-01-15 22:27:15 (7461) INFO : No of Read Threads Spawned = 1
2015-01-15 22:27:15 (7461) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:27:15 (7461) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:27:15 (7461) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:27:16 (7461) INFO : Bulk load completed, total run time : 1.42464 seconds
2015-01-15 22:27:16.192296893 after import
2015-01-15 22:27:16.197066606 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=45
--------------
Query OK, 90000 rows affected (2.62 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.71 sec)
Bye
2015-01-15 22:27:19.539728869 after sql statement
2015-01-15 22:27:19.545359902 before sql statment
--------------
update test211_9 set c2=c1 where batch=45
--------------
Query OK, 90000 rows affected (3.13 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:22.686683019 after sql statement
2015-01-15 22:27:22.698165434 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=45
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.30 sec)
Bye
2015-01-15 22:27:23.001390466 after sql statement
2015-01-15 22:27:23.072071437 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.54 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:27:26.618272507 after sql statement
2015-01-15 22:27:26.622254394 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=46
--------------
Query OK, 90000 rows affected (5.41 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.05 sec)
Bye
2015-01-15 22:27:33.097710799 after sql statement
2015-01-15 22:27:33.131396523 before sql statment
--------------
update test211_9 set c2=c1 where batch=46
--------------
Query OK, 90000 rows affected (3.16 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:36.318304166 after sql statement
2015-01-15 22:27:36.323235787 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=46
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.47 sec)
Bye
2015-01-15 22:27:36.807892935 after sql statement
2015-01-15 22:27:36.810208636 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222738_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:27:38 (24476) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222738_Job_62692.xml
2015-01-15 22:27:38 (24476) INFO : Job file loaded, run time for this step : 0.417202 seconds
2015-01-15 22:27:38 (24476) INFO : PreProcessing check starts
2015-01-15 22:27:39 (24476) INFO : PreProcessing check completed
2015-01-15 22:27:39 (24476) INFO : preProcess completed, run time for this step : 1.22662 seconds
2015-01-15 22:27:39 (24476) INFO : No of Read Threads Spawned = 1
2015-01-15 22:27:39 (24476) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:27:39 (24476) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:27:39 (24476) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:27:40 (24476) INFO : Bulk load completed, total run time : 2.7145 seconds
2015-01-15 22:27:40.498129175 after import
2015-01-15 22:27:40.514033037 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=47
--------------
Query OK, 90000 rows affected (3.35 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.17 sec)
Bye
2015-01-15 22:27:45.051391089 after sql statement
2015-01-15 22:27:45.055685757 before sql statment
--------------
update test211_9 set c2=c1 where batch=47
--------------
Query OK, 90000 rows affected (5.17 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:50.241494982 after sql statement
2015-01-15 22:27:50.247353171 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=47
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.27 sec)
Bye
2015-01-15 22:27:50.525046480 after sql statement
2015-01-15 22:27:50.610076633 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (4.53 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:27:55.146312898 after sql statement
2015-01-15 22:27:55.149828408 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=48
--------------
Query OK, 90000 rows affected (2.99 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.65 sec)
Bye
2015-01-15 22:27:59.809485023 after sql statement
2015-01-15 22:27:59.821119354 before sql statment
--------------
update test211_9 set c2=c1 where batch=48
--------------
Query OK, 90000 rows affected (2.74 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:02.569232152 after sql statement
2015-01-15 22:28:02.575297951 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=48
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.55 sec)
Bye
2015-01-15 22:28:03.147222185 after sql statement
2015-01-15 22:28:03.151188106 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222803_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:28:03 (43255) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222803_Job_62692.xml
2015-01-15 22:28:03 (43255) INFO : Job file loaded, run time for this step : 0.307695 seconds
2015-01-15 22:28:03 (43255) INFO : PreProcessing check starts
2015-01-15 22:28:03 (43255) INFO : PreProcessing check completed
2015-01-15 22:28:03 (43255) INFO : preProcess completed, run time for this step : 0.0435171 seconds
2015-01-15 22:28:03 (43255) INFO : No of Read Threads Spawned = 1
2015-01-15 22:28:03 (43255) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:28:03 (43255) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:28:03 (43255) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:28:05 (43255) INFO : Bulk load completed, total run time : 2.24842 seconds
2015-01-15 22:28:05.565106875 after import
2015-01-15 22:28:05.575785633 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=49
--------------
Query OK, 90000 rows affected (2.71 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.94 sec)
Bye
2015-01-15 22:28:09.234489676 after sql statement
2015-01-15 22:28:09.257069796 before sql statment
--------------
update test211_9 set c2=c1 where batch=49
--------------
Query OK, 90000 rows affected (2.28 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:11.551746071 after sql statement
2015-01-15 22:28:11.561913725 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=49
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.36 sec)
Bye
2015-01-15 22:28:11.915425354 after sql statement
2015-01-15 22:28:11.981322246 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (5.10 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:28:17.095372834 after sql statement
2015-01-15 22:28:17.101138088 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=50
--------------
Query OK, 90000 rows affected (2.17 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.13 sec)
Bye
2015-01-15 22:28:20.423376421 after sql statement
2015-01-15 22:28:20.439149111 before sql statment
--------------
update test211_9 set c2=c1 where batch=50
--------------
Query OK, 90000 rows affected (2.45 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:22.900166030 after sql statement
2015-01-15 22:28:22.917260900 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=50
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.37 sec)
Bye
2015-01-15 22:28:23.290515098 after sql statement
2015-01-15 22:28:23.292739902 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222825_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:28:25 (60197) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222825_Job_62692.xml
2015-01-15 22:28:25 (60197) INFO : Job file loaded, run time for this step : 0.610463 seconds
2015-01-15 22:28:25 (60197) INFO : PreProcessing check starts
2015-01-15 22:28:25 (60197) INFO : PreProcessing check completed
2015-01-15 22:28:25 (60197) INFO : preProcess completed, run time for this step : 0.075341 seconds
2015-01-15 22:28:25 (60197) INFO : No of Read Threads Spawned = 1
2015-01-15 22:28:25 (60197) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:28:25 (60197) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:28:26 (60197) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:28:26 (60197) INFO : Bulk load completed, total run time : 1.73261 seconds
2015-01-15 22:28:26.966600667 after import
2015-01-15 22:28:26.974887846 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=51
--------------
Query OK, 90000 rows affected (1.77 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.09 sec)
Bye
2015-01-15 22:28:29.852978747 after sql statement
2015-01-15 22:28:29.865579288 before sql statment
--------------
update test211_9 set c2=c1 where batch=51
--------------
Query OK, 90000 rows affected (3.13 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:32.998853287 after sql statement
2015-01-15 22:28:33.011380353 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=51
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.49 sec)
Bye
2015-01-15 22:28:33.513351128 after sql statement
2015-01-15 22:28:33.568624044 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.49 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:28:37.066060548 after sql statement
2015-01-15 22:28:37.074823165 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=52
--------------
Query OK, 90000 rows affected (1.74 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.37 sec)
Bye
2015-01-15 22:28:39.200223107 after sql statement
2015-01-15 22:28:39.235246716 before sql statment
--------------
update test211_9 set c2=c1 where batch=52
--------------
Query OK, 90000 rows affected (4.53 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:43.792435224 after sql statement
2015-01-15 22:28:43.797202089 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=52
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.56 sec)
Bye
2015-01-15 22:28:44.371042254 after sql statement
2015-01-15 22:28:44.374276268 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222845_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:28:45 (12671) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222845_Job_62692.xml
2015-01-15 22:28:45 (12671) INFO : Job file loaded, run time for this step : 0.363028 seconds
2015-01-15 22:28:45 (12671) INFO : PreProcessing check starts
2015-01-15 22:28:45 (12671) INFO : PreProcessing check completed
2015-01-15 22:28:45 (12671) INFO : preProcess completed, run time for this step : 0.043664 seconds
2015-01-15 22:28:45 (12671) INFO : No of Read Threads Spawned = 1
2015-01-15 22:28:45 (12671) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:28:45 (12671) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:28:46 (12671) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:28:46 (12671) INFO : Bulk load completed, total run time : 1.44258 seconds
2015-01-15 22:28:46.861403294 after import
2015-01-15 22:28:46.888473810 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=53
--------------
Query OK, 90000 rows affected (2.16 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.75 sec)
Bye
2015-01-15 22:28:49.804400386 after sql statement
2015-01-15 22:28:49.811151722 before sql statment
--------------
update test211_9 set c2=c1 where batch=53
--------------
Query OK, 90000 rows affected (4.18 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:53.996829755 after sql statement
2015-01-15 22:28:54.001912313 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=53
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.20 sec)
Bye
2015-01-15 22:28:54.216713348 after sql statement
2015-01-15 22:28:54.292786078 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.39 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:28:57.697729136 after sql statement
2015-01-15 22:28:57.705223113 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=54
--------------
Query OK, 90000 rows affected (4.36 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.08 sec)
Bye
2015-01-15 22:29:03.155485794 after sql statement
2015-01-15 22:29:03.171084406 before sql statment
--------------
update test211_9 set c2=c1 where batch=54
--------------
Query OK, 90000 rows affected (1.79 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:04.974743507 after sql statement
2015-01-15 22:29:04.981045869 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=54
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.12 sec)
Bye
2015-01-15 22:29:06.107753925 after sql statement
2015-01-15 22:29:06.110801058 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222908_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:29:08 (30404) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222908_Job_62692.xml
2015-01-15 22:29:08 (30404) INFO : Job file loaded, run time for this step : 2.63711 seconds
2015-01-15 22:29:08 (30404) INFO : PreProcessing check starts
2015-01-15 22:29:08 (30404) INFO : PreProcessing check completed
2015-01-15 22:29:08 (30404) INFO : preProcess completed, run time for this step : 0.0502908 seconds
2015-01-15 22:29:08 (30404) INFO : No of Read Threads Spawned = 1
2015-01-15 22:29:08 (30404) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:29:08 (30404) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:29:09 (30404) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:29:09 (30404) INFO : Bulk load completed, total run time : 3.70539 seconds
2015-01-15 22:29:09.983042182 after import
2015-01-15 22:29:09.989211082 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=55
--------------
Query OK, 90000 rows affected (1.39 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.69 sec)
Bye
2015-01-15 22:29:13.082203050 after sql statement
2015-01-15 22:29:13.098328327 before sql statment
--------------
update test211_9 set c2=c1 where batch=55
--------------
Query OK, 90000 rows affected (1.44 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:14.554162602 after sql statement
2015-01-15 22:29:14.566481679 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=55
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.86 sec)
Bye
2015-01-15 22:29:15.432287014 after sql statement
2015-01-15 22:29:15.507260035 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (4.61 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:29:20.124289080 after sql statement
2015-01-15 22:29:20.138499399 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=56
--------------
Query OK, 90000 rows affected (4.36 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.67 sec)
Bye
2015-01-15 22:29:25.170300183 after sql statement
2015-01-15 22:29:25.185095479 before sql statment
--------------
update test211_9 set c2=c1 where batch=56
--------------
Query OK, 90000 rows affected (3.43 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:28.623763459 after sql statement
2015-01-15 22:29:28.630308716 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=56
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.88 sec)
Bye
2015-01-15 22:29:29.541060765 after sql statement
2015-01-15 22:29:29.628018848 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222930_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:29:30 (47465) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222930_Job_62692.xml
2015-01-15 22:29:30 (47465) INFO : Job file loaded, run time for this step : 0.392229 seconds
2015-01-15 22:29:30 (47465) INFO : PreProcessing check starts
2015-01-15 22:29:30 (47465) INFO : PreProcessing check completed
2015-01-15 22:29:30 (47465) INFO : preProcess completed, run time for this step : 0.0486979 seconds
2015-01-15 22:29:30 (47465) INFO : No of Read Threads Spawned = 1
2015-01-15 22:29:30 (47465) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:29:30 (47465) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:29:30 (47465) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:29:31 (47465) INFO : Bulk load completed, total run time : 1.4875 seconds
2015-01-15 22:29:31.348542024 after import
2015-01-15 22:29:31.355677936 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=57
--------------
Query OK, 90000 rows affected (1.39 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.41 sec)
Bye
2015-01-15 22:29:33.165868259 after sql statement
2015-01-15 22:29:33.184118590 before sql statment
--------------
update test211_9 set c2=c1 where batch=57
--------------
Query OK, 90000 rows affected (1.73 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:34.937513493 after sql statement
2015-01-15 22:29:34.947315989 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=57
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.18 sec)
Bye
2015-01-15 22:29:35.136414696 after sql statement
2015-01-15 22:29:35.191192677 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (5.56 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:29:40.761128545 after sql statement
2015-01-15 22:29:40.767081828 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=58
--------------
Query OK, 90000 rows affected (3.32 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.62 sec)
Bye
2015-01-15 22:29:44.715097888 after sql statement
2015-01-15 22:29:44.737071300 before sql statment
--------------
update test211_9 set c2=c1 where batch=58
--------------
Query OK, 90000 rows affected (2.58 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:47.340013028 after sql statement
2015-01-15 22:29:47.344660158 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=58
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.27 sec)
Bye
2015-01-15 22:29:47.630966406 after sql statement
2015-01-15 22:29:47.634772762 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222948_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:29:48 (63247) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T222948_Job_62692.xml
2015-01-15 22:29:48 (63247) INFO : Job file loaded, run time for this step : 0.581428 seconds
2015-01-15 22:29:48 (63247) INFO : PreProcessing check starts
2015-01-15 22:29:48 (63247) INFO : PreProcessing check completed
2015-01-15 22:29:48 (63247) INFO : preProcess completed, run time for this step : 0.225219 seconds
2015-01-15 22:29:48 (63247) INFO : No of Read Threads Spawned = 1
2015-01-15 22:29:48 (63247) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:29:48 (63247) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:29:49 (63247) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:29:49 (63247) INFO : Bulk load completed, total run time : 1.83476 seconds
2015-01-15 22:29:49.909239604 after import
2015-01-15 22:29:49.925241872 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=59
--------------
Query OK, 90000 rows affected (3.67 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.73 sec)
Bye
2015-01-15 22:29:54.340302187 after sql statement
2015-01-15 22:29:54.345168248 before sql statment
--------------
update test211_9 set c2=c1 where batch=59
--------------
Query OK, 90000 rows affected (2.99 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:57.332705204 after sql statement
2015-01-15 22:29:57.339113482 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=59
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.31 sec)
Bye
2015-01-15 22:29:58.659402025 after sql statement
2015-01-15 22:29:58.775930220 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (7.38 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:30:06.167671175 after sql statement
2015-01-15 22:30:06.173891816 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_9 where batch=60
--------------
Query OK, 90000 rows affected (5.38 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.91 sec)
Bye
2015-01-15 22:30:12.511650116 after sql statement
2015-01-15 22:30:12.517114436 before sql statment
--------------
update test211_9 set c2=c1 where batch=60
--------------
Query OK, 90000 rows affected (3.01 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:30:15.537933762 after sql statement
2015-01-15 22:30:15.544092087 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=60
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.50 sec)
Bye
2015-01-15 22:30:16.048459387 after sql statement
2015-01-15 22:30:16.075160399 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223016_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:30:16 (18844) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223016_Job_62692.xml
2015-01-15 22:30:16 (18844) INFO : Job file loaded, run time for this step : 0.343503 seconds
2015-01-15 22:30:16 (18844) INFO : PreProcessing check starts
2015-01-15 22:30:16 (18844) INFO : PreProcessing check completed
2015-01-15 22:30:16 (18844) INFO : preProcess completed, run time for this step : 0.034481 seconds
2015-01-15 22:30:16 (18844) INFO : No of Read Threads Spawned = 1
2015-01-15 22:30:16 (18844) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:30:16 (18844) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:30:17 (18844) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:30:17 (18844) INFO : Bulk load completed, total run time : 1.39521 seconds
2015-01-15 22:30:17.660424097 after import
2015-01-15 22:30:17.666478866 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=61
--------------
Query OK, 90000 rows affected (3.22 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.20 sec)
Bye
2015-01-15 22:30:22.106157070 after sql statement
2015-01-15 22:30:22.111903688 before sql statment
--------------
update test211_9 set c2=c1 where batch=61
--------------
Query OK, 90000 rows affected (2.22 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:30:24.340308708 after sql statement
2015-01-15 22:30:24.380527663 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=61
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.76 sec)
Bye
2015-01-15 22:30:25.146880374 after sql statement
2015-01-15 22:30:25.189592645 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.35 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:30:28.557205719 after sql statement
2015-01-15 22:30:28.584147734 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=62
--------------
Query OK, 90000 rows affected (2.84 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.14 sec)
Bye
2015-01-15 22:30:32.577779588 after sql statement
2015-01-15 22:30:32.586445832 before sql statment
--------------
update test211_9 set c2=c1 where batch=62
--------------
Query OK, 90000 rows affected (2.17 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:30:34.761396095 after sql statement
2015-01-15 22:30:34.771531687 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=62
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.35 sec)
Bye
2015-01-15 22:30:35.139777300 after sql statement
2015-01-15 22:30:35.142974950 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223035_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:30:35 (34227) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223035_Job_62692.xml
2015-01-15 22:30:35 (34227) INFO : Job file loaded, run time for this step : 0.348051 seconds
2015-01-15 22:30:35 (34227) INFO : PreProcessing check starts
2015-01-15 22:30:35 (34227) INFO : PreProcessing check completed
2015-01-15 22:30:35 (34227) INFO : preProcess completed, run time for this step : 0.0721641 seconds
2015-01-15 22:30:35 (34227) INFO : No of Read Threads Spawned = 1
2015-01-15 22:30:35 (34227) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:30:35 (34227) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:30:36 (34227) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:30:36 (34227) INFO : Bulk load completed, total run time : 1.48509 seconds
2015-01-15 22:30:36.834945290 after import
2015-01-15 22:30:36.858805245 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=63
--------------
Query OK, 90000 rows affected (4.03 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.03 sec)
Bye
2015-01-15 22:30:41.968466906 after sql statement
2015-01-15 22:30:41.980581098 before sql statment
--------------
update test211_9 set c2=c1 where batch=63
--------------
Query OK, 90000 rows affected (2.55 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:30:44.541755022 after sql statement
2015-01-15 22:30:44.559608230 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=63
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.05 sec)
Bye
2015-01-15 22:30:45.620218240 after sql statement
2015-01-15 22:30:45.738879628 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.53 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:30:49.284833713 after sql statement
2015-01-15 22:30:49.292115558 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=64
--------------
Query OK, 90000 rows affected (2.91 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.61 sec)
Bye
2015-01-15 22:30:52.821102445 after sql statement
2015-01-15 22:30:52.848580344 before sql statment
--------------
update test211_9 set c2=c1 where batch=64
--------------
Query OK, 90000 rows affected (2.99 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:30:55.848208628 after sql statement
2015-01-15 22:30:55.857875746 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=64
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.21 sec)
Bye
2015-01-15 22:30:57.074590555 after sql statement
2015-01-15 22:30:57.088759922 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223057_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:30:57 (50849) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223057_Job_62692.xml
2015-01-15 22:30:57 (50849) INFO : Job file loaded, run time for this step : 0.57098 seconds
2015-01-15 22:30:57 (50849) INFO : PreProcessing check starts
2015-01-15 22:30:57 (50849) INFO : PreProcessing check completed
2015-01-15 22:30:57 (50849) INFO : preProcess completed, run time for this step : 0.0489199 seconds
2015-01-15 22:30:57 (50849) INFO : No of Read Threads Spawned = 1
2015-01-15 22:30:57 (50849) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:30:57 (50849) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:30:58 (50849) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:30:58 (50849) INFO : Bulk load completed, total run time : 1.65065 seconds
2015-01-15 22:30:58.907189026 after import
2015-01-15 22:30:58.913626195 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=65
--------------
Query OK, 90000 rows affected (5.24 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.91 sec)
Bye
2015-01-15 22:31:06.081115838 after sql statement
2015-01-15 22:31:06.099387547 before sql statment
--------------
update test211_9 set c2=c1 where batch=65
--------------
Query OK, 90000 rows affected (2.39 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:31:08.494352345 after sql statement
2015-01-15 22:31:08.500493952 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=65
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.68 sec)
Bye
2015-01-15 22:31:09.183917364 after sql statement
2015-01-15 22:31:09.257610307 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.62 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:31:12.885722915 after sql statement
2015-01-15 22:31:12.897565638 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=66
--------------
Query OK, 90000 rows affected (1.91 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.76 sec)
Bye
2015-01-15 22:31:15.595972692 after sql statement
2015-01-15 22:31:15.611420310 before sql statment
--------------
update test211_9 set c2=c1 where batch=66
--------------
Query OK, 90000 rows affected (4.78 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:31:20.427957086 after sql statement
2015-01-15 22:31:20.432510750 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=66
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.16 sec)
Bye
2015-01-15 22:31:20.973425311 after sql statement
2015-01-15 22:31:20.975342547 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223122_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:31:22 (3090) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223122_Job_62692.xml
2015-01-15 22:31:22 (3090) INFO : Job file loaded, run time for this step : 0.465297 seconds
2015-01-15 22:31:22 (3090) INFO : PreProcessing check starts
2015-01-15 22:31:22 (3090) INFO : PreProcessing check completed
2015-01-15 22:31:22 (3090) INFO : preProcess completed, run time for this step : 0.0611491 seconds
2015-01-15 22:31:22 (3090) INFO : No of Read Threads Spawned = 1
2015-01-15 22:31:22 (3090) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:31:22 (3090) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:31:22 (3090) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:31:23 (3090) INFO : Bulk load completed, total run time : 1.55294 seconds
2015-01-15 22:31:23.536796952 after import
2015-01-15 22:31:23.545380342 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=67
--------------
Query OK, 90000 rows affected (4.71 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.45 sec)
Bye
2015-01-15 22:31:29.708028988 after sql statement
2015-01-15 22:31:29.716591509 before sql statment
--------------
update test211_9 set c2=c1 where batch=67
--------------
Query OK, 90000 rows affected (2.35 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:31:32.080740146 after sql statement
2015-01-15 22:31:32.100950881 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=67
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.12 sec)
Bye
2015-01-15 22:31:33.231786250 after sql statement
2015-01-15 22:31:33.311587212 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.69 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:31:37.019579071 after sql statement
2015-01-15 22:31:37.027686198 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=68
--------------
Query OK, 90000 rows affected (4.05 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.01 sec)
Bye
2015-01-15 22:31:42.102503782 after sql statement
2015-01-15 22:31:42.107806347 before sql statment
--------------
update test211_9 set c2=c1 where batch=68
--------------
Query OK, 90000 rows affected (3.62 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:31:45.744890073 after sql statement
2015-01-15 22:31:45.751230686 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=68
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.37 sec)
Bye
2015-01-15 22:31:46.139436277 after sql statement
2015-01-15 22:31:46.144137762 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223146_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:31:46 (21907) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223146_Job_62692.xml
2015-01-15 22:31:46 (21907) INFO : Job file loaded, run time for this step : 0.281528 seconds
2015-01-15 22:31:46 (21907) INFO : PreProcessing check starts
2015-01-15 22:31:46 (21907) INFO : PreProcessing check completed
2015-01-15 22:31:46 (21907) INFO : preProcess completed, run time for this step : 0.0879891 seconds
2015-01-15 22:31:46 (21907) INFO : No of Read Threads Spawned = 1
2015-01-15 22:31:46 (21907) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:31:46 (21907) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:31:46 (21907) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:31:47 (21907) INFO : Bulk load completed, total run time : 1.39904 seconds
2015-01-15 22:31:47.686843475 after import
2015-01-15 22:31:47.705482019 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=69
--------------
Query OK, 90000 rows affected (2.43 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.49 sec)
Bye
2015-01-15 22:31:51.628557647 after sql statement
2015-01-15 22:31:51.634729511 before sql statment
--------------
update test211_9 set c2=c1 where batch=69
--------------
Query OK, 90000 rows affected (2.77 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:31:54.413593667 after sql statement
2015-01-15 22:31:54.428880422 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=69
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.98 sec)
Bye
2015-01-15 22:31:55.431418787 after sql statement
2015-01-15 22:31:55.501170491 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (4.83 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:32:00.338721158 after sql statement
2015-01-15 22:32:00.352706240 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=70
--------------
Query OK, 90000 rows affected (4.61 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.36 sec)
Bye
2015-01-15 22:32:07.336605314 after sql statement
2015-01-15 22:32:07.347460393 before sql statment
--------------
update test211_9 set c2=c1 where batch=70
--------------
Query OK, 90000 rows affected (3.97 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:11.329218532 after sql statement
2015-01-15 22:32:11.347989581 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=70
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.18 sec)
Bye
2015-01-15 22:32:11.538264486 after sql statement
2015-01-15 22:32:11.542268287 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223212_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:32:12 (40625) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223212_Job_62692.xml
2015-01-15 22:32:12 (40625) INFO : Job file loaded, run time for this step : 0.520348 seconds
2015-01-15 22:32:12 (40625) INFO : PreProcessing check starts
2015-01-15 22:32:12 (40625) INFO : PreProcessing check completed
2015-01-15 22:32:12 (40625) INFO : preProcess completed, run time for this step : 0.0698502 seconds
2015-01-15 22:32:12 (40625) INFO : No of Read Threads Spawned = 1
2015-01-15 22:32:12 (40625) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:32:12 (40625) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:32:12 (40625) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:32:13 (40625) INFO : Bulk load completed, total run time : 1.61527 seconds
2015-01-15 22:32:13.337204062 after import
2015-01-15 22:32:13.349628228 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=71
--------------
Query OK, 90000 rows affected (3.34 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.91 sec)
Bye
2015-01-15 22:32:17.613226920 after sql statement
2015-01-15 22:32:17.620424421 before sql statment
--------------
update test211_9 set c2=c1 where batch=71
--------------
Query OK, 90000 rows affected (2.44 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:20.067940464 after sql statement
2015-01-15 22:32:20.072639169 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=71
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.55 sec)
Bye
2015-01-15 22:32:21.630708474 after sql statement
2015-01-15 22:32:21.718057617 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.78 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:32:25.521032863 after sql statement
2015-01-15 22:32:25.525669471 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=72
--------------
Query OK, 90000 rows affected (2.72 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.92 sec)
Bye
2015-01-15 22:32:29.183235162 after sql statement
2015-01-15 22:32:29.187022717 before sql statment
--------------
update test211_9 set c2=c1 where batch=72
--------------
Query OK, 90000 rows affected (2.97 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:32.169491298 after sql statement
2015-01-15 22:32:32.179997259 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=72
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.26 sec)
Bye
2015-01-15 22:32:33.446826023 after sql statement
2015-01-15 22:32:33.451030975 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223233_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:32:34 (57309) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223233_Job_62692.xml
2015-01-15 22:32:34 (57309) INFO : Job file loaded, run time for this step : 0.345472 seconds
2015-01-15 22:32:34 (57309) INFO : PreProcessing check starts
2015-01-15 22:32:34 (57309) INFO : PreProcessing check completed
2015-01-15 22:32:34 (57309) INFO : preProcess completed, run time for this step : 0.0437629 seconds
2015-01-15 22:32:34 (57309) INFO : No of Read Threads Spawned = 1
2015-01-15 22:32:34 (57309) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:32:34 (57309) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:32:34 (57309) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:32:35 (57309) INFO : Bulk load completed, total run time : 1.41539 seconds
2015-01-15 22:32:35.086593954 after import
2015-01-15 22:32:35.098890684 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=73
--------------
Query OK, 90000 rows affected (5.21 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.43 sec)
Bye
2015-01-15 22:32:41.770669199 after sql statement
2015-01-15 22:32:41.796358549 before sql statment
--------------
update test211_9 set c2=c1 where batch=73
--------------
Query OK, 90000 rows affected (2.62 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:44.440379877 after sql statement
2015-01-15 22:32:44.453612467 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=73
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.84 sec)
Bye
2015-01-15 22:32:45.302936288 after sql statement
2015-01-15 22:32:45.461142515 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (4.11 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:32:49.596690481 after sql statement
2015-01-15 22:32:49.624710765 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=74
--------------
Query OK, 90000 rows affected (3.62 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.92 sec)
Bye
2015-01-15 22:32:55.192707632 after sql statement
2015-01-15 22:32:55.203677972 before sql statment
--------------
update test211_9 set c2=c1 where batch=74
--------------
Query OK, 90000 rows affected (3.71 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:58.927201835 after sql statement
2015-01-15 22:32:58.937092073 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=74
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.69 sec)
Bye
2015-01-15 22:32:59.631785291 after sql statement
2015-01-15 22:32:59.637689721 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223300_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:33:00 (11384) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223300_Job_62692.xml
2015-01-15 22:33:00 (11384) INFO : Job file loaded, run time for this step : 0.383584 seconds
2015-01-15 22:33:00 (11384) INFO : PreProcessing check starts
2015-01-15 22:33:00 (11384) INFO : PreProcessing check completed
2015-01-15 22:33:00 (11384) INFO : preProcess completed, run time for this step : 0.0290132 seconds
2015-01-15 22:33:00 (11384) INFO : No of Read Threads Spawned = 1
2015-01-15 22:33:00 (11384) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:33:00 (11384) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:33:01 (11384) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:33:02 (11384) INFO : Bulk load completed, total run time : 1.4479 seconds
2015-01-15 22:33:02.042462363 after import
2015-01-15 22:33:02.056423222 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=75
--------------
Query OK, 90000 rows affected (2.94 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.86 sec)
Bye
2015-01-15 22:33:05.866481771 after sql statement
2015-01-15 22:33:05.887180310 before sql statment
--------------
update test211_9 set c2=c1 where batch=75
--------------
Query OK, 90000 rows affected (1.46 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:33:07.390193372 after sql statement
2015-01-15 22:33:07.395434065 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=75
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.22 sec)
Bye
2015-01-15 22:33:07.634708905 after sql statement
2015-01-15 22:33:07.699741906 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (4.44 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:33:12.143562720 after sql statement
2015-01-15 22:33:12.150454403 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=76
--------------
Query OK, 90000 rows affected (1.93 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.87 sec)
Bye
2015-01-15 22:33:14.966667613 after sql statement
2015-01-15 22:33:14.976530675 before sql statment
--------------
update test211_9 set c2=c1 where batch=76
--------------
Query OK, 90000 rows affected (1.88 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:33:16.868974646 after sql statement
2015-01-15 22:33:16.874599714 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=76
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.65 sec)
Bye
2015-01-15 22:33:17.533176136 after sql statement
2015-01-15 22:33:17.538179313 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223317_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:33:18 (26679) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223317_Job_62692.xml
2015-01-15 22:33:18 (26679) INFO : Job file loaded, run time for this step : 0.32959 seconds
2015-01-15 22:33:18 (26679) INFO : PreProcessing check starts
2015-01-15 22:33:18 (26679) INFO : PreProcessing check completed
2015-01-15 22:33:18 (26679) INFO : preProcess completed, run time for this step : 0.0321109 seconds
2015-01-15 22:33:18 (26679) INFO : No of Read Threads Spawned = 1
2015-01-15 22:33:18 (26679) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:33:18 (26679) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:33:18 (26679) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:33:19 (26679) INFO : Bulk load completed, total run time : 1.39616 seconds
2015-01-15 22:33:19.094903343 after import
2015-01-15 22:33:19.102129373 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=77
--------------
Query OK, 90000 rows affected (2.53 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.02 sec)
Bye
2015-01-15 22:33:23.660529983 after sql statement
2015-01-15 22:33:23.665924890 before sql statment
--------------
update test211_9 set c2=c1 where batch=77
--------------
Query OK, 90000 rows affected (3.34 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:33:27.021180909 after sql statement
2015-01-15 22:33:27.026183813 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=77
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.71 sec)
Bye
2015-01-15 22:33:27.753344407 after sql statement
2015-01-15 22:33:27.819003926 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.55 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:33:31.383774688 after sql statement
2015-01-15 22:33:31.432422670 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=78
--------------
Query OK, 90000 rows affected (4.52 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.12 sec)
Bye
2015-01-15 22:33:38.080322108 after sql statement
2015-01-15 22:33:38.083842431 before sql statment
--------------
update test211_9 set c2=c1 where batch=78
--------------
Query OK, 90000 rows affected (5.41 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:33:43.512157790 after sql statement
2015-01-15 22:33:43.535616536 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=78
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.80 sec)
Bye
2015-01-15 22:33:45.347589022 after sql statement
2015-01-15 22:33:45.364952205 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223346_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:33:46 (44179) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223346_Job_62692.xml
2015-01-15 22:33:46 (44179) INFO : Job file loaded, run time for this step : 0.686163 seconds
2015-01-15 22:33:46 (44179) INFO : PreProcessing check starts
2015-01-15 22:33:46 (44179) INFO : PreProcessing check completed
2015-01-15 22:33:46 (44179) INFO : preProcess completed, run time for this step : 0.080338 seconds
2015-01-15 22:33:46 (44179) INFO : No of Read Threads Spawned = 1
2015-01-15 22:33:46 (44179) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:33:46 (44179) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:33:46 (44179) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:33:47 (44179) INFO : Bulk load completed, total run time : 1.7914 seconds
2015-01-15 22:33:47.359294108 after import
2015-01-15 22:33:47.371707230 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=79
--------------
Query OK, 90000 rows affected (3.35 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.89 sec)
Bye
2015-01-15 22:33:52.622423146 after sql statement
2015-01-15 22:33:52.641689332 before sql statment
--------------
update test211_9 set c2=c1 where batch=79
--------------
Query OK, 90000 rows affected (4.61 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:33:57.263759499 after sql statement
2015-01-15 22:33:57.271600181 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=79
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.23 sec)
Bye
2015-01-15 22:33:57.513629322 after sql statement
2015-01-15 22:33:57.579280077 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.83 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:34:01.415930353 after sql statement
2015-01-15 22:34:01.423280645 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=80
--------------
Query OK, 90000 rows affected (4.41 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.11 sec)
Bye
2015-01-15 22:34:07.962732992 after sql statement
2015-01-15 22:34:07.967574957 before sql statment
--------------
update test211_9 set c2=c1 where batch=80
--------------
Query OK, 90000 rows affected (5.02 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:34:13.005849716 after sql statement
2015-01-15 22:34:13.035971933 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=80
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.97 sec)
Bye
2015-01-15 22:34:14.020383553 after sql statement
2015-01-15 22:34:14.023001701 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223415_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:34:15 (61446) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223415_Job_62692.xml
2015-01-15 22:34:15 (61446) INFO : Job file loaded, run time for this step : 1.13169 seconds
2015-01-15 22:34:15 (61446) INFO : PreProcessing check starts
2015-01-15 22:34:15 (61446) INFO : PreProcessing check completed
2015-01-15 22:34:15 (61446) INFO : preProcess completed, run time for this step : 0.048847 seconds
2015-01-15 22:34:15 (61446) INFO : No of Read Threads Spawned = 1
2015-01-15 22:34:15 (61446) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:34:15 (61446) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:34:15 (61446) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:34:16 (61446) INFO : Bulk load completed, total run time : 2.24291 seconds
2015-01-15 22:34:16.451391773 after import
2015-01-15 22:34:16.496887109 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=81
--------------
Query OK, 90000 rows affected (6.78 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (3.34 sec)
Bye
2015-01-15 22:34:26.675946713 after sql statement
2015-01-15 22:34:26.693577400 before sql statment
--------------
update test211_9 set c2=c1 where batch=81
--------------
Query OK, 90000 rows affected (4.76 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:34:31.476858086 after sql statement
2015-01-15 22:34:31.481194483 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=81
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.39 sec)
Bye
2015-01-15 22:34:31.880672389 after sql statement
2015-01-15 22:34:31.951027775 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (4.20 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:34:36.380793773 after sql statement
2015-01-15 22:34:36.387507316 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=82
--------------
Query OK, 90000 rows affected (6.36 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.58 sec)
Bye
2015-01-15 22:34:44.342879258 after sql statement
2015-01-15 22:34:44.347791848 before sql statment
--------------
update test211_9 set c2=c1 where batch=82
--------------
Query OK, 90000 rows affected (6.75 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:34:51.121971658 after sql statement
2015-01-15 22:34:51.126976671 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=82
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.76 sec)
Bye
2015-01-15 22:34:51.924397835 after sql statement
2015-01-15 22:34:51.937487078 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223452_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:34:52 (16910) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223452_Job_62692.xml
2015-01-15 22:34:52 (16910) INFO : Job file loaded, run time for this step : 0.498801 seconds
2015-01-15 22:34:52 (16910) INFO : PreProcessing check starts
2015-01-15 22:34:52 (16910) INFO : PreProcessing check completed
2015-01-15 22:34:52 (16910) INFO : preProcess completed, run time for this step : 0.059304 seconds
2015-01-15 22:34:52 (16910) INFO : No of Read Threads Spawned = 1
2015-01-15 22:34:52 (16910) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:34:52 (16910) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:34:53 (16910) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:34:53 (16910) INFO : Bulk load completed, total run time : 1.62831 seconds
2015-01-15 22:34:53.754829783 after import
2015-01-15 22:34:53.762250549 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=83
--------------
Query OK, 90000 rows affected (3.25 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (4.76 sec)
Bye
2015-01-15 22:35:01.778761115 after sql statement
2015-01-15 22:35:01.794289268 before sql statment
--------------
update test211_9 set c2=c1 where batch=83
--------------
Query OK, 90000 rows affected (5.01 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:35:06.827175916 after sql statement
2015-01-15 22:35:06.837855200 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=83
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (2.14 sec)
Bye
2015-01-15 22:35:08.986942658 after sql statement
2015-01-15 22:35:09.094957824 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (5.22 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:35:14.325761751 after sql statement
2015-01-15 22:35:14.332455835 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=84
--------------
Query OK, 90000 rows affected (4.58 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (3.42 sec)
Bye
2015-01-15 22:35:22.336711757 after sql statement
2015-01-15 22:35:22.365338818 before sql statment
--------------
update test211_9 set c2=c1 where batch=84
--------------
Query OK, 90000 rows affected (3.05 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:35:25.457288871 after sql statement
2015-01-15 22:35:25.461839089 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=84
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (2.15 sec)
Bye
2015-01-15 22:35:27.626311476 after sql statement
2015-01-15 22:35:27.631042322 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223528_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:35:28 (35556) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223528_Job_62692.xml
2015-01-15 22:35:28 (35556) INFO : Job file loaded, run time for this step : 0.457028 seconds
2015-01-15 22:35:28 (35556) INFO : PreProcessing check starts
2015-01-15 22:35:28 (35556) INFO : PreProcessing check completed
2015-01-15 22:35:28 (35556) INFO : preProcess completed, run time for this step : 0.0639951 seconds
2015-01-15 22:35:28 (35556) INFO : No of Read Threads Spawned = 1
2015-01-15 22:35:28 (35556) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:35:28 (35556) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:35:28 (35556) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:35:29 (35556) INFO : Bulk load completed, total run time : 1.55466 seconds
2015-01-15 22:35:29.344105180 after import
2015-01-15 22:35:29.357367729 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=85
--------------
Query OK, 90000 rows affected (7.76 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (3.88 sec)
Bye
2015-01-15 22:35:41.012292124 after sql statement
2015-01-15 22:35:41.024746465 before sql statment
--------------
update test211_9 set c2=c1 where batch=85
--------------
Query OK, 90000 rows affected (2.95 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:35:43.978668000 after sql statement
2015-01-15 22:35:43.988405084 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=85
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.02 sec)
Bye
2015-01-15 22:35:45.023724394 after sql statement
2015-01-15 22:35:45.152911681 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.59 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:35:48.758554378 after sql statement
2015-01-15 22:35:48.767140501 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=86
--------------
Query OK, 90000 rows affected (3.87 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.29 sec)
Bye
2015-01-15 22:35:54.946341185 after sql statement
2015-01-15 22:35:54.954225171 before sql statment
--------------
update test211_9 set c2=c1 where batch=86
--------------
Query OK, 90000 rows affected (2.96 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:35:57.930740202 after sql statement
2015-01-15 22:35:57.935985077 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=86
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.21 sec)
Bye
2015-01-15 22:35:58.151255523 after sql statement
2015-01-15 22:35:58.153877269 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223558_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:35:58 (55264) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223558_Job_62692.xml
2015-01-15 22:35:58 (55264) INFO : Job file loaded, run time for this step : 0.204043 seconds
2015-01-15 22:35:58 (55264) INFO : PreProcessing check starts
2015-01-15 22:35:59 (55264) INFO : PreProcessing check completed
2015-01-15 22:35:59 (55264) INFO : preProcess completed, run time for this step : 0.547771 seconds
2015-01-15 22:35:59 (55264) INFO : No of Read Threads Spawned = 1
2015-01-15 22:35:59 (55264) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:35:59 (55264) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:35:59 (55264) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:36:00 (55264) INFO : Bulk load completed, total run time : 1.79085 seconds
2015-01-15 22:36:00.592714911 after import
2015-01-15 22:36:00.607656621 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=87
--------------
Query OK, 90000 rows affected (2.50 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.90 sec)
Bye
2015-01-15 22:36:04.023713787 after sql statement
2015-01-15 22:36:04.028572497 before sql statment
--------------
update test211_9 set c2=c1 where batch=87
--------------
Query OK, 90000 rows affected (2.49 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:36:06.518049088 after sql statement
2015-01-15 22:36:06.521703726 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=87
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.58 sec)
Bye
2015-01-15 22:36:07.114710016 after sql statement
2015-01-15 22:36:07.233289424 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (4.26 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:36:11.524585340 after sql statement
2015-01-15 22:36:11.537623047 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_9 where batch=88
--------------
Query OK, 90000 rows affected (2.01 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.39 sec)
Bye
2015-01-15 22:36:14.962649878 after sql statement
2015-01-15 22:36:14.976225878 before sql statment
--------------
update test211_9 set c2=c1 where batch=88
--------------
Query OK, 90000 rows affected (3.12 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:36:18.136981750 after sql statement
2015-01-15 22:36:18.146570117 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=88
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.03 sec)
Bye
2015-01-15 22:36:19.207143775 after sql statement
2015-01-15 22:36:19.210401107 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223619_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:36:19 (5328) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223619_Job_62692.xml
2015-01-15 22:36:19 (5328) INFO : Job file loaded, run time for this step : 0.312824 seconds
2015-01-15 22:36:19 (5328) INFO : PreProcessing check starts
2015-01-15 22:36:19 (5328) INFO : PreProcessing check completed
2015-01-15 22:36:19 (5328) INFO : preProcess completed, run time for this step : 0.0833268 seconds
2015-01-15 22:36:19 (5328) INFO : No of Read Threads Spawned = 1
2015-01-15 22:36:19 (5328) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:36:19 (5328) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:36:20 (5328) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:36:20 (5328) INFO : Bulk load completed, total run time : 1.4127 seconds
2015-01-15 22:36:20.792923988 after import
2015-01-15 22:36:20.797562389 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=89
--------------
Query OK, 90000 rows affected (4.21 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.80 sec)
Bye
2015-01-15 22:36:25.817081087 after sql statement
2015-01-15 22:36:25.892069468 before sql statment
--------------
update test211_9 set c2=c1 where batch=89
--------------
Query OK, 90000 rows affected (3.00 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:36:28.913473146 after sql statement
2015-01-15 22:36:28.919295616 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=89
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.30 sec)
Bye
2015-01-15 22:36:29.224327575 after sql statement
2015-01-15 22:36:29.290500807 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.57 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:36:32.866574851 after sql statement
2015-01-15 22:36:32.871166007 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=90
--------------
Query OK, 90000 rows affected (3.70 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.89 sec)
Bye
2015-01-15 22:36:37.486480883 after sql statement
2015-01-15 22:36:37.490308662 before sql statment
--------------
update test211_9 set c2=c1 where batch=90
--------------
Query OK, 90000 rows affected (4.63 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:36:42.148764406 after sql statement
2015-01-15 22:36:42.153974845 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=90
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.12 sec)
Bye
2015-01-15 22:36:43.287563122 after sql statement
2015-01-15 22:36:43.291045340 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223645_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:36:45 (22404) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223645_Job_62692.xml
2015-01-15 22:36:45 (22404) INFO : Job file loaded, run time for this step : 1.17859 seconds
2015-01-15 22:36:45 (22404) INFO : PreProcessing check starts
2015-01-15 22:36:45 (22404) INFO : PreProcessing check completed
2015-01-15 22:36:45 (22404) INFO : preProcess completed, run time for this step : 0.0862041 seconds
2015-01-15 22:36:45 (22404) INFO : No of Read Threads Spawned = 1
2015-01-15 22:36:45 (22404) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:36:45 (22404) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:36:45 (22404) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:36:46 (22404) INFO : Bulk load completed, total run time : 2.33663 seconds
2015-01-15 22:36:46.559627546 after import
2015-01-15 22:36:46.575768452 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=91
--------------
Query OK, 90000 rows affected (3.78 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.79 sec)
Bye
2015-01-15 22:36:51.157521885 after sql statement
2015-01-15 22:36:51.161560138 before sql statment
--------------
update test211_9 set c2=c1 where batch=91
--------------
Query OK, 90000 rows affected (1.86 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:36:53.025404780 after sql statement
2015-01-15 22:36:53.032587389 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=91
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (2.26 sec)
Bye
2015-01-15 22:36:55.301606482 after sql statement
2015-01-15 22:36:55.367808471 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (5.34 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:37:00.716574447 after sql statement
2015-01-15 22:37:00.723690543 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=92
--------------
Query OK, 90000 rows affected (2.19 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.02 sec)
Bye
2015-01-15 22:37:03.941752838 after sql statement
2015-01-15 22:37:03.961572903 before sql statment
--------------
update test211_9 set c2=c1 where batch=92
--------------
Query OK, 90000 rows affected (2.89 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:37:06.871926907 after sql statement
2015-01-15 22:37:06.880066664 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=92
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.20 sec)
Bye
2015-01-15 22:37:08.088306619 after sql statement
2015-01-15 22:37:08.090986070 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223709_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:37:09 (40952) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223709_Job_62692.xml
2015-01-15 22:37:09 (40952) INFO : Job file loaded, run time for this step : 0.494572 seconds
2015-01-15 22:37:09 (40952) INFO : PreProcessing check starts
2015-01-15 22:37:09 (40952) INFO : PreProcessing check completed
2015-01-15 22:37:09 (40952) INFO : preProcess completed, run time for this step : 0.181383 seconds
2015-01-15 22:37:09 (40952) INFO : No of Read Threads Spawned = 1
2015-01-15 22:37:09 (40952) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:37:09 (40952) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:37:09 (40952) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:37:10 (40952) INFO : Bulk load completed, total run time : 1.72015 seconds
2015-01-15 22:37:10.633176780 after import
2015-01-15 22:37:10.639901528 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=93
--------------
Query OK, 90000 rows affected (2.27 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.69 sec)
Bye
2015-01-15 22:37:13.615559516 after sql statement
2015-01-15 22:37:13.623375802 before sql statment
--------------
update test211_9 set c2=c1 where batch=93
--------------
Query OK, 90000 rows affected (4.05 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:37:17.686135004 after sql statement
2015-01-15 22:37:17.696867032 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=93
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.28 sec)
Bye
2015-01-15 22:37:18.995892692 after sql statement
2015-01-15 22:37:19.115827618 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (4.11 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:37:23.250878612 after sql statement
2015-01-15 22:37:23.265532019 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=94
--------------
Query OK, 90000 rows affected (2.62 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.84 sec)
Bye
2015-01-15 22:37:26.734207442 after sql statement
2015-01-15 22:37:26.740368959 before sql statment
--------------
update test211_9 set c2=c1 where batch=94
--------------
Query OK, 90000 rows affected (4.10 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:37:30.857285585 after sql statement
2015-01-15 22:37:30.872210305 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=94
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.75 sec)
Bye
2015-01-15 22:37:31.631570240 after sql statement
2015-01-15 22:37:31.635712685 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223732_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:37:32 (58647) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223732_Job_62692.xml
2015-01-15 22:37:32 (58647) INFO : Job file loaded, run time for this step : 0.442126 seconds
2015-01-15 22:37:32 (58647) INFO : PreProcessing check starts
2015-01-15 22:37:32 (58647) INFO : PreProcessing check completed
2015-01-15 22:37:32 (58647) INFO : preProcess completed, run time for this step : 0.074985 seconds
2015-01-15 22:37:32 (58647) INFO : No of Read Threads Spawned = 1
2015-01-15 22:37:32 (58647) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:37:32 (58647) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:37:32 (58647) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:37:33 (58647) INFO : Bulk load completed, total run time : 1.53462 seconds
2015-01-15 22:37:33.374338401 after import
2015-01-15 22:37:33.379750082 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=95
--------------
Query OK, 90000 rows affected (2.86 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.40 sec)
Bye
2015-01-15 22:37:36.653256202 after sql statement
2015-01-15 22:37:36.661576888 before sql statment
--------------
update test211_9 set c2=c1 where batch=95
--------------
Query OK, 90000 rows affected (2.70 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:37:39.369224246 after sql statement
2015-01-15 22:37:39.393985785 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=95
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.48 sec)
Bye
2015-01-15 22:37:39.888395833 after sql statement
2015-01-15 22:37:40.013016669 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (6.73 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:37:46.764807792 after sql statement
2015-01-15 22:37:46.790525336 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=96
--------------
Query OK, 90000 rows affected (4.33 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.71 sec)
Bye
2015-01-15 22:37:51.850699608 after sql statement
2015-01-15 22:37:51.856799532 before sql statment
--------------
update test211_9 set c2=c1 where batch=96
--------------
Query OK, 90000 rows affected (2.36 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:37:54.236523786 after sql statement
2015-01-15 22:37:54.243150192 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=96
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.09 sec)
Bye
2015-01-15 22:37:54.346249592 after sql statement
2015-01-15 22:37:54.352455513 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223755_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:37:55 (9846) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223755_Job_62692.xml
2015-01-15 22:37:55 (9846) INFO : Job file loaded, run time for this step : 0.39344 seconds
2015-01-15 22:37:55 (9846) INFO : PreProcessing check starts
2015-01-15 22:37:55 (9846) INFO : PreProcessing check completed
2015-01-15 22:37:55 (9846) INFO : preProcess completed, run time for this step : 0.037679 seconds
2015-01-15 22:37:55 (9846) INFO : No of Read Threads Spawned = 1
2015-01-15 22:37:55 (9846) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:37:55 (9846) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:37:55 (9846) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:37:56 (9846) INFO : Bulk load completed, total run time : 1.77413 seconds
2015-01-15 22:37:56.925118008 after import
2015-01-15 22:37:56.942596531 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=97
--------------
Query OK, 90000 rows affected (5.66 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.38 sec)
Bye
2015-01-15 22:38:03.987926451 after sql statement
2015-01-15 22:38:03.993387157 before sql statment
--------------
update test211_9 set c2=c1 where batch=97
--------------
Query OK, 90000 rows affected (1.91 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:38:05.906149434 after sql statement
2015-01-15 22:38:05.912572636 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=97
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.14 sec)
Bye
2015-01-15 22:38:06.058269768 after sql statement
2015-01-15 22:38:06.124070922 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (4.57 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:38:10.711142061 after sql statement
2015-01-15 22:38:10.723179202 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=98
--------------
Query OK, 90000 rows affected (3.75 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.70 sec)
Bye
2015-01-15 22:38:15.192585077 after sql statement
2015-01-15 22:38:15.209627295 before sql statment
--------------
update test211_9 set c2=c1 where batch=98
--------------
Query OK, 90000 rows affected (3.03 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:38:18.243172270 after sql statement
2015-01-15 22:38:18.252952484 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=98
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.41 sec)
Bye
2015-01-15 22:38:18.673760615 after sql statement
2015-01-15 22:38:18.688786055 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223820_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:38:20 (25766) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223820_Job_62692.xml
2015-01-15 22:38:20 (25766) INFO : Job file loaded, run time for this step : 0.591089 seconds
2015-01-15 22:38:20 (25766) INFO : PreProcessing check starts
2015-01-15 22:38:20 (25766) INFO : PreProcessing check completed
2015-01-15 22:38:20 (25766) INFO : preProcess completed, run time for this step : 0.0794411 seconds
2015-01-15 22:38:20 (25766) INFO : No of Read Threads Spawned = 1
2015-01-15 22:38:20 (25766) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:38:20 (25766) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:38:20 (25766) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:38:21 (25766) INFO : Bulk load completed, total run time : 1.71456 seconds
2015-01-15 22:38:21.482306057 after import
2015-01-15 22:38:21.491737179 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=99
--------------
Query OK, 90000 rows affected (2.78 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.03 sec)
Bye
2015-01-15 22:38:25.316919775 after sql statement
2015-01-15 22:38:25.326866999 before sql statment
--------------
update test211_9 set c2=c1 where batch=99
--------------
Query OK, 90000 rows affected (2.15 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:38:27.489956685 after sql statement
2015-01-15 22:38:27.500248374 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=99
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.75 sec)
Bye
2015-01-15 22:38:28.263585819 after sql statement
2015-01-15 22:38:28.331126149 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.52 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:38:31.868418968 after sql statement
2015-01-15 22:38:31.873608809 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=100
--------------
Query OK, 90000 rows affected (1.45 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.51 sec)
Bye
2015-01-15 22:38:34.845680225 after sql statement
2015-01-15 22:38:34.859437146 before sql statment
--------------
update test211_9 set c2=c1 where batch=100
--------------
Query OK, 90000 rows affected (3.59 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:38:38.498314828 after sql statement
2015-01-15 22:38:38.502849453 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=100
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.79 sec)
Bye
2015-01-15 22:38:39.308683923 after sql statement
2015-01-15 22:38:39.311185779 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223840_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:38:40 (41736) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223840_Job_62692.xml
2015-01-15 22:38:40 (41736) INFO : Job file loaded, run time for this step : 0.353474 seconds
2015-01-15 22:38:40 (41736) INFO : PreProcessing check starts
2015-01-15 22:38:40 (41736) INFO : PreProcessing check completed
2015-01-15 22:38:40 (41736) INFO : preProcess completed, run time for this step : 0.0380251 seconds
2015-01-15 22:38:40 (41736) INFO : No of Read Threads Spawned = 1
2015-01-15 22:38:40 (41736) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:38:40 (41736) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:38:40 (41736) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:38:41 (41736) INFO : Bulk load completed, total run time : 1.42297 seconds
2015-01-15 22:38:41.203087267 after import
2015-01-15 22:38:41.215946537 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=101
--------------
Query OK, 90000 rows affected (3.10 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.68 sec)
Bye
2015-01-15 22:38:45.007203811 after sql statement
2015-01-15 22:38:45.012944351 before sql statment
--------------
update test211_9 set c2=c1 where batch=101
--------------
Query OK, 90000 rows affected (2.74 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:38:47.767195879 after sql statement
2015-01-15 22:38:47.785176462 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=101
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.21 sec)
Bye
2015-01-15 22:38:49.004061303 after sql statement
2015-01-15 22:38:49.075798985 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.90 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:38:52.983779721 after sql statement
2015-01-15 22:38:52.989533822 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=102
--------------
Query OK, 90000 rows affected (2.79 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.03 sec)
Bye
2015-01-15 22:38:57.223806792 after sql statement
2015-01-15 22:38:57.246889478 before sql statment
--------------
update test211_9 set c2=c1 where batch=102
--------------
Query OK, 90000 rows affected (3.67 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:00.927680398 after sql statement
2015-01-15 22:39:00.942624147 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=102
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.14 sec)
Bye
2015-01-15 22:39:01.102715130 after sql statement
2015-01-15 22:39:01.104840849 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223902_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:39:02 (58455) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223902_Job_62692.xml
2015-01-15 22:39:02 (58455) INFO : Job file loaded, run time for this step : 1.30535 seconds
2015-01-15 22:39:02 (58455) INFO : PreProcessing check starts
2015-01-15 22:39:02 (58455) INFO : PreProcessing check completed
2015-01-15 22:39:02 (58455) INFO : preProcess completed, run time for this step : 0.029424 seconds
2015-01-15 22:39:02 (58455) INFO : No of Read Threads Spawned = 1
2015-01-15 22:39:02 (58455) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:39:02 (58455) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:39:02 (58455) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:39:03 (58455) INFO : Bulk load completed, total run time : 2.53224 seconds
2015-01-15 22:39:03.787948947 after import
2015-01-15 22:39:03.810794479 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=103
--------------
Query OK, 90000 rows affected (4.00 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.38 sec)
Bye
2015-01-15 22:39:09.203956857 after sql statement
2015-01-15 22:39:09.209212507 before sql statment
--------------
update test211_9 set c2=c1 where batch=103
--------------
Query OK, 90000 rows affected (1.54 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:10.764478851 after sql statement
2015-01-15 22:39:10.772550288 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=103
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.35 sec)
Bye
2015-01-15 22:39:11.125477729 after sql statement
2015-01-15 22:39:11.192976456 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (4.24 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:39:15.442132547 after sql statement
2015-01-15 22:39:15.457551351 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=104
--------------
Query OK, 90000 rows affected (3.70 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.88 sec)
Bye
2015-01-15 22:39:20.038283742 after sql statement
2015-01-15 22:39:20.045332550 before sql statment
--------------
update test211_9 set c2=c1 where batch=104
--------------
Query OK, 90000 rows affected (3.26 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:23.308099913 after sql statement
2015-01-15 22:39:23.318666953 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=104
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.71 sec)
Bye
2015-01-15 22:39:24.048541941 after sql statement
2015-01-15 22:39:24.058781943 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223926_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:39:26 (11648) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223926_Job_62692.xml
2015-01-15 22:39:26 (11648) INFO : Job file loaded, run time for this step : 1.29541 seconds
2015-01-15 22:39:26 (11648) INFO : PreProcessing check starts
2015-01-15 22:39:26 (11648) INFO : PreProcessing check completed
2015-01-15 22:39:26 (11648) INFO : preProcess completed, run time for this step : 0.163267 seconds
2015-01-15 22:39:26 (11648) INFO : No of Read Threads Spawned = 1
2015-01-15 22:39:26 (11648) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:39:26 (11648) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:39:27 (11648) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:39:27 (11648) INFO : Bulk load completed, total run time : 2.50256 seconds
2015-01-15 22:39:27.642190271 after import
2015-01-15 22:39:27.650640610 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=105
--------------
Query OK, 90000 rows affected (4.31 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.26 sec)
Bye
2015-01-15 22:39:33.234001982 after sql statement
2015-01-15 22:39:33.250038321 before sql statment
--------------
update test211_9 set c2=c1 where batch=105
--------------
Query OK, 90000 rows affected (1.56 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:34.815656176 after sql statement
2015-01-15 22:39:34.821835869 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=105
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.34 sec)
Bye
2015-01-15 22:39:35.176714379 after sql statement
2015-01-15 22:39:35.240681215 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (6.30 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:39:41.540941594 after sql statement
2015-01-15 22:39:41.550499110 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=106
--------------
Query OK, 90000 rows affected (2.00 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.59 sec)
Bye
2015-01-15 22:39:45.142235366 after sql statement
2015-01-15 22:39:45.149378039 before sql statment
--------------
update test211_9 set c2=c1 where batch=106
--------------
Query OK, 90000 rows affected (3.12 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:48.275408876 after sql statement
2015-01-15 22:39:48.290105746 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=106
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.80 sec)
Bye
2015-01-15 22:39:49.093470530 after sql statement
2015-01-15 22:39:49.095934642 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223951_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:39:51 (30063) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T223951_Job_62692.xml
2015-01-15 22:39:51 (30063) INFO : Job file loaded, run time for this step : 0.414452 seconds
2015-01-15 22:39:51 (30063) INFO : PreProcessing check starts
2015-01-15 22:39:51 (30063) INFO : PreProcessing check completed
2015-01-15 22:39:51 (30063) INFO : preProcess completed, run time for this step : 0.0509899 seconds
2015-01-15 22:39:51 (30063) INFO : No of Read Threads Spawned = 1
2015-01-15 22:39:51 (30063) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:39:51 (30063) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:39:51 (30063) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:39:52 (30063) INFO : Bulk load completed, total run time : 1.49214 seconds
2015-01-15 22:39:52.404145111 after import
2015-01-15 22:39:52.408837214 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=107
--------------
Query OK, 90000 rows affected (3.43 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.87 sec)
Bye
2015-01-15 22:39:56.712123024 after sql statement
2015-01-15 22:39:56.726914536 before sql statment
--------------
update test211_9 set c2=c1 where batch=107
--------------
Query OK, 90000 rows affected (3.26 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:40:00.013259046 after sql statement
2015-01-15 22:40:00.031816555 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=107
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.36 sec)
Bye
2015-01-15 22:40:00.418863394 after sql statement
2015-01-15 22:40:00.511398290 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.75 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:40:04.288300972 after sql statement
2015-01-15 22:40:04.303840559 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=108
--------------
Query OK, 90000 rows affected (1.90 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.28 sec)
Bye
2015-01-15 22:40:07.495147203 after sql statement
2015-01-15 22:40:07.501562172 before sql statment
--------------
update test211_9 set c2=c1 where batch=108
--------------
Query OK, 90000 rows affected (2.66 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:40:10.166692424 after sql statement
2015-01-15 22:40:10.194602762 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=108
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.80 sec)
Bye
2015-01-15 22:40:11.007677807 after sql statement
2015-01-15 22:40:11.010216664 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224011_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:40:11 (46825) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224011_Job_62692.xml
2015-01-15 22:40:11 (46825) INFO : Job file loaded, run time for this step : 0.221278 seconds
2015-01-15 22:40:11 (46825) INFO : PreProcessing check starts
2015-01-15 22:40:11 (46825) INFO : PreProcessing check completed
2015-01-15 22:40:11 (46825) INFO : preProcess completed, run time for this step : 0.320622 seconds
2015-01-15 22:40:11 (46825) INFO : No of Read Threads Spawned = 1
2015-01-15 22:40:11 (46825) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:40:11 (46825) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:40:11 (46825) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:40:12 (46825) INFO : Bulk load completed, total run time : 1.58459 seconds
2015-01-15 22:40:12.742643151 after import
2015-01-15 22:40:12.753149289 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=109
--------------
Query OK, 90000 rows affected (2.96 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.05 sec)
Bye
2015-01-15 22:40:16.772303624 after sql statement
2015-01-15 22:40:16.791995864 before sql statment
--------------
update test211_9 set c2=c1 where batch=109
--------------
Query OK, 90000 rows affected (1.63 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:40:18.439791965 after sql statement
2015-01-15 22:40:18.462924864 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=109
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.95 sec)
Bye
2015-01-15 22:40:19.434183487 after sql statement
2015-01-15 22:40:19.522610182 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.59 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:40:23.123988198 after sql statement
2015-01-15 22:40:23.140940687 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=110
--------------
Query OK, 90000 rows affected (3.47 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.75 sec)
Bye
2015-01-15 22:40:27.372725740 after sql statement
2015-01-15 22:40:27.402469394 before sql statment
--------------
update test211_9 set c2=c1 where batch=110
--------------
Query OK, 90000 rows affected (3.48 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:40:30.888383834 after sql statement
2015-01-15 22:40:30.893448077 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=110
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.02 sec)
Bye
2015-01-15 22:40:31.925670126 after sql statement
2015-01-15 22:40:31.929077926 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224032_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:40:32 (61574) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224032_Job_62692.xml
2015-01-15 22:40:32 (61574) INFO : Job file loaded, run time for this step : 0.426865 seconds
2015-01-15 22:40:32 (61574) INFO : PreProcessing check starts
2015-01-15 22:40:32 (61574) INFO : PreProcessing check completed
2015-01-15 22:40:32 (61574) INFO : preProcess completed, run time for this step : 0.044312 seconds
2015-01-15 22:40:32 (61574) INFO : No of Read Threads Spawned = 1
2015-01-15 22:40:32 (61574) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:40:32 (61574) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:40:32 (61574) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:40:33 (61574) INFO : Bulk load completed, total run time : 1.4971 seconds
2015-01-15 22:40:33.597674692 after import
2015-01-15 22:40:33.611818952 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=111
--------------
Query OK, 90000 rows affected (1.54 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.01 sec)
Bye
2015-01-15 22:40:37.173638952 after sql statement
2015-01-15 22:40:37.178972381 before sql statment
--------------
update test211_9 set c2=c1 where batch=111
--------------
Query OK, 90000 rows affected (3.36 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:40:40.542791876 after sql statement
2015-01-15 22:40:40.546905688 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=111
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.02 sec)
Bye
2015-01-15 22:40:41.594429688 after sql statement
2015-01-15 22:40:41.724026325 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.66 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:40:45.396184627 after sql statement
2015-01-15 22:40:45.410714803 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=112
--------------
Query OK, 90000 rows affected (2.80 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (3.30 sec)
Bye
2015-01-15 22:40:51.511092310 after sql statement
2015-01-15 22:40:51.518059676 before sql statment
--------------
update test211_9 set c2=c1 where batch=112
--------------
Query OK, 90000 rows affected (3.51 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:40:55.048254198 after sql statement
2015-01-15 22:40:55.052984185 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=112
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.78 sec)
Bye
2015-01-15 22:40:55.843997477 after sql statement
2015-01-15 22:40:55.861189609 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224056_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:40:56 (13388) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224056_Job_62692.xml
2015-01-15 22:40:56 (13388) INFO : Job file loaded, run time for this step : 0.478472 seconds
2015-01-15 22:40:56 (13388) INFO : PreProcessing check starts
2015-01-15 22:40:56 (13388) INFO : PreProcessing check completed
2015-01-15 22:40:56 (13388) INFO : preProcess completed, run time for this step : 0.123602 seconds
2015-01-15 22:40:56 (13388) INFO : No of Read Threads Spawned = 1
2015-01-15 22:40:56 (13388) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:40:56 (13388) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:40:57 (13388) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:40:59 (13388) INFO : Bulk load completed, total run time : 3.26667 seconds
2015-01-15 22:40:59.307321090 after import
2015-01-15 22:40:59.339121114 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=113
--------------
Query OK, 90000 rows affected (2.07 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.36 sec)
Bye
2015-01-15 22:41:01.790717459 after sql statement
2015-01-15 22:41:01.797815185 before sql statment
--------------
update test211_9 set c2=c1 where batch=113
--------------
Query OK, 90000 rows affected (2.80 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:41:04.608604523 after sql statement
2015-01-15 22:41:04.615482076 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=113
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.92 sec)
Bye
2015-01-15 22:41:05.556418254 after sql statement
2015-01-15 22:41:05.660516317 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.58 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:41:09.252403168 after sql statement
2015-01-15 22:41:09.256476410 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=114
--------------
Query OK, 90000 rows affected (4.34 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.38 sec)
Bye
2015-01-15 22:41:14.990270935 after sql statement
2015-01-15 22:41:14.995821245 before sql statment
--------------
update test211_9 set c2=c1 where batch=114
--------------
Query OK, 90000 rows affected (1.79 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:41:16.792021406 after sql statement
2015-01-15 22:41:16.847299748 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=114
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.69 sec)
Bye
2015-01-15 22:41:17.560518428 after sql statement
2015-01-15 22:41:17.565570608 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224119_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:41:19 (29342) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224119_Job_62692.xml
2015-01-15 22:41:19 (29342) INFO : Job file loaded, run time for this step : 1.63813 seconds
2015-01-15 22:41:19 (29342) INFO : PreProcessing check starts
2015-01-15 22:41:19 (29342) INFO : PreProcessing check completed
2015-01-15 22:41:19 (29342) INFO : preProcess completed, run time for this step : 0.0736771 seconds
2015-01-15 22:41:19 (29342) INFO : No of Read Threads Spawned = 1
2015-01-15 22:41:19 (29342) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:41:19 (29342) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:41:19 (29342) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:41:20 (29342) INFO : Bulk load completed, total run time : 2.75459 seconds
2015-01-15 22:41:20.536030907 after import
2015-01-15 22:41:20.542984658 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=115
--------------
Query OK, 90000 rows affected (4.38 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.34 sec)
Bye
2015-01-15 22:41:27.272358497 after sql statement
2015-01-15 22:41:27.279531511 before sql statment
--------------
update test211_9 set c2=c1 where batch=115
--------------
Query OK, 90000 rows affected (2.99 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:41:30.284112346 after sql statement
2015-01-15 22:41:30.308727012 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=115
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.08 sec)
Bye
2015-01-15 22:41:31.404089896 after sql statement
2015-01-15 22:41:31.465239801 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (4.00 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:41:35.477722840 after sql statement
2015-01-15 22:41:35.486725263 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=116
--------------
Query OK, 90000 rows affected (3.47 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.97 sec)
Bye
2015-01-15 22:41:40.934101099 after sql statement
2015-01-15 22:41:40.940774609 before sql statment
--------------
update test211_9 set c2=c1 where batch=116
--------------
Query OK, 90000 rows affected (3.10 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:41:44.051350308 after sql statement
2015-01-15 22:41:44.058565657 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=116
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.65 sec)
Bye
2015-01-15 22:41:44.719354572 after sql statement
2015-01-15 22:41:44.721431606 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224145_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:41:45 (48593) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224145_Job_62692.xml
2015-01-15 22:41:45 (48593) INFO : Job file loaded, run time for this step : 0.367777 seconds
2015-01-15 22:41:45 (48593) INFO : PreProcessing check starts
2015-01-15 22:41:45 (48593) INFO : PreProcessing check completed
2015-01-15 22:41:45 (48593) INFO : preProcess completed, run time for this step : 0.0773621 seconds
2015-01-15 22:41:45 (48593) INFO : No of Read Threads Spawned = 1
2015-01-15 22:41:45 (48593) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:41:45 (48593) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:41:45 (48593) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:41:46 (48593) INFO : Bulk load completed, total run time : 1.48287 seconds
2015-01-15 22:41:46.352022669 after import
2015-01-15 22:41:46.362252610 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=117
--------------
Query OK, 90000 rows affected (3.84 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.40 sec)
Bye
2015-01-15 22:41:50.619833682 after sql statement
2015-01-15 22:41:50.625728689 before sql statment
--------------
update test211_9 set c2=c1 where batch=117
--------------
Query OK, 90000 rows affected (2.32 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:41:52.957936324 after sql statement
2015-01-15 22:41:52.967997092 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=117
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.40 sec)
Bye
2015-01-15 22:41:53.394309152 after sql statement
2015-01-15 22:41:53.492428079 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.54 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:41:57.064412113 after sql statement
2015-01-15 22:41:57.074198888 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=118
--------------
Query OK, 90000 rows affected (2.05 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.07 sec)
Bye
2015-01-15 22:42:00.222044453 after sql statement
2015-01-15 22:42:00.229219676 before sql statment
--------------
update test211_9 set c2=c1 where batch=118
--------------
Query OK, 90000 rows affected (1.73 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:01.976955603 after sql statement
2015-01-15 22:42:01.990792917 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=118
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.01 sec)
Bye
2015-01-15 22:42:03.005261892 after sql statement
2015-01-15 22:42:03.011103078 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224204_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:42:04 (62497) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224204_Job_62692.xml
2015-01-15 22:42:04 (62497) INFO : Job file loaded, run time for this step : 0.425286 seconds
2015-01-15 22:42:04 (62497) INFO : PreProcessing check starts
2015-01-15 22:42:04 (62497) INFO : PreProcessing check completed
2015-01-15 22:42:04 (62497) INFO : preProcess completed, run time for this step : 0.047524 seconds
2015-01-15 22:42:04 (62497) INFO : No of Read Threads Spawned = 1
2015-01-15 22:42:04 (62497) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:42:04 (62497) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:42:04 (62497) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:42:05 (62497) INFO : Bulk load completed, total run time : 1.51154 seconds
2015-01-15 22:42:05.426068483 after import
2015-01-15 22:42:05.464281958 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=119
--------------
Query OK, 90000 rows affected (2.77 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.68 sec)
Bye
2015-01-15 22:42:08.930774035 after sql statement
2015-01-15 22:42:08.936763889 before sql statment
--------------
update test211_9 set c2=c1 where batch=119
--------------
Query OK, 90000 rows affected (2.99 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:11.941508379 after sql statement
2015-01-15 22:42:11.950867946 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=119
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.18 sec)
Bye
2015-01-15 22:42:12.135869935 after sql statement
2015-01-15 22:42:12.218624155 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.43 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:42:15.673481286 after sql statement
2015-01-15 22:42:15.693539212 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=120
--------------
Query OK, 90000 rows affected (2.80 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.18 sec)
Bye
2015-01-15 22:42:19.690414462 after sql statement
2015-01-15 22:42:19.702972988 before sql statment
--------------
update test211_9 set c2=c1 where batch=120
--------------
Query OK, 90000 rows affected (1.81 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:21.536882982 after sql statement
2015-01-15 22:42:21.543258958 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=120
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.20 sec)
Bye
2015-01-15 22:42:21.749151538 after sql statement
2015-01-15 22:42:21.752357569 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224222_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:42:22 (12482) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224222_Job_62692.xml
2015-01-15 22:42:22 (12482) INFO : Job file loaded, run time for this step : 0.267876 seconds
2015-01-15 22:42:22 (12482) INFO : PreProcessing check starts
2015-01-15 22:42:22 (12482) INFO : PreProcessing check completed
2015-01-15 22:42:22 (12482) INFO : preProcess completed, run time for this step : 0.064214 seconds
2015-01-15 22:42:22 (12482) INFO : No of Read Threads Spawned = 1
2015-01-15 22:42:22 (12482) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:42:22 (12482) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:42:22 (12482) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:42:23 (12482) INFO : Bulk load completed, total run time : 1.35407 seconds
2015-01-15 22:42:23.242924329 after import
2015-01-15 22:42:23.246436121 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=121
--------------
Query OK, 90000 rows affected (3.17 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.91 sec)
Bye
2015-01-15 22:42:27.337047053 after sql statement
2015-01-15 22:42:27.342847296 before sql statment
--------------
update test211_9 set c2=c1 where batch=121
--------------
Query OK, 90000 rows affected (1.86 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:29.223565950 after sql statement
2015-01-15 22:42:29.228332148 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=121
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.75 sec)
Bye
2015-01-15 22:42:30.004166571 after sql statement
2015-01-15 22:42:30.068757630 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.91 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:42:33.998357851 after sql statement
2015-01-15 22:42:34.006670628 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=122
--------------
Query OK, 90000 rows affected (4.24 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.49 sec)
Bye
2015-01-15 22:42:39.748881798 after sql statement
2015-01-15 22:42:39.771247369 before sql statment
--------------
update test211_9 set c2=c1 where batch=122
--------------
Query OK, 90000 rows affected (1.85 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:41.635677388 after sql statement
2015-01-15 22:42:41.643835368 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=122
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.61 sec)
Bye
2015-01-15 22:42:42.261191314 after sql statement
2015-01-15 22:42:42.264383582 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224242_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:42:42 (28665) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224242_Job_62692.xml
2015-01-15 22:42:42 (28665) INFO : Job file loaded, run time for this step : 0.314319 seconds
2015-01-15 22:42:42 (28665) INFO : PreProcessing check starts
2015-01-15 22:42:42 (28665) INFO : PreProcessing check completed
2015-01-15 22:42:42 (28665) INFO : preProcess completed, run time for this step : 0.0281372 seconds
2015-01-15 22:42:42 (28665) INFO : No of Read Threads Spawned = 1
2015-01-15 22:42:42 (28665) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:42:42 (28665) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:42:43 (28665) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:42:43 (28665) INFO : Bulk load completed, total run time : 1.36925 seconds
2015-01-15 22:42:43.902508519 after import
2015-01-15 22:42:43.906033268 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=123
--------------
Query OK, 90000 rows affected (2.83 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.53 sec)
Bye
2015-01-15 22:42:48.274891575 after sql statement
2015-01-15 22:42:48.279065115 before sql statment
--------------
update test211_9 set c2=c1 where batch=123
--------------
Query OK, 90000 rows affected (3.82 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:52.110108642 after sql statement
2015-01-15 22:42:52.120413115 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=123
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.39 sec)
Bye
2015-01-15 22:42:52.515259186 after sql statement
2015-01-15 22:42:52.571018939 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (4.08 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:42:56.667810876 after sql statement
2015-01-15 22:42:56.682230280 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_9 where batch=124
--------------
Query OK, 90000 rows affected (2.46 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (3.88 sec)
Bye
2015-01-15 22:43:03.051666377 after sql statement
2015-01-15 22:43:03.061657087 before sql statment
--------------
update test211_9 set c2=c1 where batch=124
--------------
Query OK, 90000 rows affected (1.60 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:43:04.678023500 after sql statement
2015-01-15 22:43:04.687381447 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=124
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.39 sec)
Bye
2015-01-15 22:43:05.082557155 after sql statement
2015-01-15 22:43:05.086444486 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224306_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:43:06 (44198) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224306_Job_62692.xml
2015-01-15 22:43:06 (44198) INFO : Job file loaded, run time for this step : 1.14325 seconds
2015-01-15 22:43:06 (44198) INFO : PreProcessing check starts
2015-01-15 22:43:06 (44198) INFO : PreProcessing check completed
2015-01-15 22:43:06 (44198) INFO : preProcess completed, run time for this step : 0.112935 seconds
2015-01-15 22:43:06 (44198) INFO : No of Read Threads Spawned = 1
2015-01-15 22:43:06 (44198) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:43:06 (44198) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:43:06 (44198) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:43:08 (44198) INFO : Bulk load completed, total run time : 3.57482 seconds
2015-01-15 22:43:09.003870663 after import
2015-01-15 22:43:09.030269952 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=125
--------------
Query OK, 90000 rows affected (2.94 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.33 sec)
Bye
2015-01-15 22:43:13.314159633 after sql statement
2015-01-15 22:43:13.324542265 before sql statment
--------------
update test211_9 set c2=c1 where batch=125
--------------
Query OK, 90000 rows affected (5.66 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:43:18.998706194 after sql statement
2015-01-15 22:43:19.032927973 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=125
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.48 sec)
Bye
2015-01-15 22:43:19.525101049 after sql statement
2015-01-15 22:43:19.596249339 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.63 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:43:23.227416130 after sql statement
2015-01-15 22:43:23.235852228 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=126
--------------
Query OK, 90000 rows affected (2.71 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.22 sec)
Bye
2015-01-15 22:43:27.179416368 after sql statement
2015-01-15 22:43:27.191951312 before sql statment
--------------
update test211_9 set c2=c1 where batch=126
--------------
Query OK, 90000 rows affected (2.22 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:43:29.428850143 after sql statement
2015-01-15 22:43:29.449190376 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=126
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.01 sec)
Bye
2015-01-15 22:43:30.482879535 after sql statement
2015-01-15 22:43:30.485962929 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224331_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:43:31 (62307) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224331_Job_62692.xml
2015-01-15 22:43:31 (62307) INFO : Job file loaded, run time for this step : 0.400876 seconds
2015-01-15 22:43:31 (62307) INFO : PreProcessing check starts
2015-01-15 22:43:32 (62307) INFO : PreProcessing check completed
2015-01-15 22:43:32 (62307) INFO : preProcess completed, run time for this step : 0.118038 seconds
2015-01-15 22:43:32 (62307) INFO : No of Read Threads Spawned = 1
2015-01-15 22:43:32 (62307) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:43:32 (62307) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:43:32 (62307) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:43:33 (62307) INFO : Bulk load completed, total run time : 1.53946 seconds
2015-01-15 22:43:33.120048203 after import
2015-01-15 22:43:33.123236662 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=127
--------------
Query OK, 90000 rows affected (3.48 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.22 sec)
Bye
2015-01-15 22:43:37.836065227 after sql statement
2015-01-15 22:43:37.842383822 before sql statment
--------------
update test211_9 set c2=c1 where batch=127
--------------
Query OK, 90000 rows affected (3.22 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:43:41.067193683 after sql statement
2015-01-15 22:43:41.072296270 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=127
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.38 sec)
Bye
2015-01-15 22:43:42.461474191 after sql statement
2015-01-15 22:43:42.523802865 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.87 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:43:46.398406594 after sql statement
2015-01-15 22:43:46.404323720 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=128
--------------
Query OK, 90000 rows affected (3.43 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.78 sec)
Bye
2015-01-15 22:43:50.620460306 after sql statement
2015-01-15 22:43:50.635636754 before sql statment
--------------
update test211_9 set c2=c1 where batch=128
--------------
Query OK, 90000 rows affected (2.30 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:43:52.943329233 after sql statement
2015-01-15 22:43:52.951357872 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=128
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.17 sec)
Bye
2015-01-15 22:43:54.121264921 after sql statement
2015-01-15 22:43:54.134634795 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224355_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:43:55 (15721) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224355_Job_62692.xml
2015-01-15 22:43:55 (15721) INFO : Job file loaded, run time for this step : 0.292424 seconds
2015-01-15 22:43:55 (15721) INFO : PreProcessing check starts
2015-01-15 22:43:55 (15721) INFO : PreProcessing check completed
2015-01-15 22:43:55 (15721) INFO : preProcess completed, run time for this step : 0.0243099 seconds
2015-01-15 22:43:55 (15721) INFO : No of Read Threads Spawned = 1
2015-01-15 22:43:55 (15721) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:43:55 (15721) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:43:55 (15721) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:43:56 (15721) INFO : Bulk load completed, total run time : 1.40939 seconds
2015-01-15 22:43:56.401156338 after import
2015-01-15 22:43:56.409984740 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=129
--------------
Query OK, 90000 rows affected (3.55 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.96 sec)
Bye
2015-01-15 22:44:00.924711306 after sql statement
2015-01-15 22:44:00.931857989 before sql statment
--------------
update test211_9 set c2=c1 where batch=129
--------------
Query OK, 90000 rows affected (1.83 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:44:02.774766569 after sql statement
2015-01-15 22:44:02.779244363 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=129
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.20 sec)
Bye
2015-01-15 22:44:02.986762391 after sql statement
2015-01-15 22:44:03.051681002 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.49 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:44:06.543429018 after sql statement
2015-01-15 22:44:06.548024486 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=130
--------------
Query OK, 90000 rows affected (3.08 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.51 sec)
Bye
2015-01-15 22:44:10.166496535 after sql statement
2015-01-15 22:44:10.190284069 before sql statment
--------------
update test211_9 set c2=c1 where batch=130
--------------
Query OK, 90000 rows affected (3.52 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:44:13.716122089 after sql statement
2015-01-15 22:44:13.731388029 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=130
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.29 sec)
Bye
2015-01-15 22:44:14.028149235 after sql statement
2015-01-15 22:44:14.033067785 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224414_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:44:14 (31405) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224414_Job_62692.xml
2015-01-15 22:44:14 (31405) INFO : Job file loaded, run time for this step : 0.298449 seconds
2015-01-15 22:44:14 (31405) INFO : PreProcessing check starts
2015-01-15 22:44:14 (31405) INFO : PreProcessing check completed
2015-01-15 22:44:14 (31405) INFO : preProcess completed, run time for this step : 0.0490441 seconds
2015-01-15 22:44:14 (31405) INFO : No of Read Threads Spawned = 1
2015-01-15 22:44:14 (31405) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:44:14 (31405) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:44:14 (31405) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:44:15 (31405) INFO : Bulk load completed, total run time : 1.37484 seconds
2015-01-15 22:44:15.564633668 after import
2015-01-15 22:44:15.571780835 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=131
--------------
Query OK, 90000 rows affected (2.32 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.56 sec)
Bye
2015-01-15 22:44:19.459640995 after sql statement
2015-01-15 22:44:19.467939240 before sql statment
--------------
update test211_9 set c2=c1 where batch=131
--------------
Query OK, 90000 rows affected (2.88 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:44:22.353048669 after sql statement
2015-01-15 22:44:22.358866505 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=131
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.68 sec)
Bye
2015-01-15 22:44:23.044054249 after sql statement
2015-01-15 22:44:23.142700238 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.62 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:44:26.781090000 after sql statement
2015-01-15 22:44:26.787194693 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=132
--------------
Query OK, 90000 rows affected (3.35 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.53 sec)
Bye
2015-01-15 22:44:30.678775079 after sql statement
2015-01-15 22:44:30.688127602 before sql statment
--------------
update test211_9 set c2=c1 where batch=132
--------------
Query OK, 90000 rows affected (3.50 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:44:34.195642681 after sql statement
2015-01-15 22:44:34.203775992 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=132
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.22 sec)
Bye
2015-01-15 22:44:34.430690047 after sql statement
2015-01-15 22:44:34.432885381 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224434_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:44:34 (46497) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224434_Job_62692.xml
2015-01-15 22:44:34 (46497) INFO : Job file loaded, run time for this step : 0.312851 seconds
2015-01-15 22:44:34 (46497) INFO : PreProcessing check starts
2015-01-15 22:44:34 (46497) INFO : PreProcessing check completed
2015-01-15 22:44:34 (46497) INFO : preProcess completed, run time for this step : 0.0598171 seconds
2015-01-15 22:44:34 (46497) INFO : No of Read Threads Spawned = 1
2015-01-15 22:44:34 (46497) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:44:34 (46497) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:44:35 (46497) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:44:36 (46497) INFO : Bulk load completed, total run time : 1.42141 seconds
2015-01-15 22:44:36.036100923 after import
2015-01-15 22:44:36.043896284 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=133
--------------
Query OK, 90000 rows affected (2.95 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.22 sec)
Bye
2015-01-15 22:44:40.223043201 after sql statement
2015-01-15 22:44:40.230581038 before sql statment
--------------
update test211_9 set c2=c1 where batch=133
--------------
Query OK, 90000 rows affected (2.58 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:44:42.819899764 after sql statement
2015-01-15 22:44:42.831583057 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=133
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.90 sec)
Bye
2015-01-15 22:44:43.745697915 after sql statement
2015-01-15 22:44:43.836330251 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.47 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:44:47.322898396 after sql statement
2015-01-15 22:44:47.332371547 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=134
--------------
Query OK, 90000 rows affected (3.51 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.59 sec)
Bye
2015-01-15 22:44:51.440048771 after sql statement
2015-01-15 22:44:51.448852279 before sql statment
--------------
update test211_9 set c2=c1 where batch=134
--------------
Query OK, 90000 rows affected (4.02 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:44:55.475658097 after sql statement
2015-01-15 22:44:55.484722760 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=134
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.11 sec)
Bye
2015-01-15 22:44:56.608914614 after sql statement
2015-01-15 22:44:56.611224690 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224457_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:44:57 (63166) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224457_Job_62692.xml
2015-01-15 22:44:57 (63166) INFO : Job file loaded, run time for this step : 0.345606 seconds
2015-01-15 22:44:57 (63166) INFO : PreProcessing check starts
2015-01-15 22:44:57 (63166) INFO : PreProcessing check completed
2015-01-15 22:44:57 (63166) INFO : preProcess completed, run time for this step : 0.053304 seconds
2015-01-15 22:44:57 (63166) INFO : No of Read Threads Spawned = 1
2015-01-15 22:44:57 (63166) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:44:57 (63166) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:44:57 (63166) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:44:58 (63166) INFO : Bulk load completed, total run time : 1.47005 seconds
2015-01-15 22:44:58.259590440 after import
2015-01-15 22:44:58.270654070 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=135
--------------
Query OK, 90000 rows affected (2.59 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.67 sec)
Bye
2015-01-15 22:45:02.544116499 after sql statement
2015-01-15 22:45:02.549636031 before sql statment
--------------
update test211_9 set c2=c1 where batch=135
--------------
Query OK, 90000 rows affected (3.37 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:05.925642837 after sql statement
2015-01-15 22:45:05.932682774 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=135
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.39 sec)
Bye
2015-01-15 22:45:06.344808537 after sql statement
2015-01-15 22:45:06.414346082 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.54 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:45:09.962824160 after sql statement
2015-01-15 22:45:09.968600422 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=136
--------------
Query OK, 90000 rows affected (3.38 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.34 sec)
Bye
2015-01-15 22:45:14.732488836 after sql statement
2015-01-15 22:45:14.744989638 before sql statment
--------------
update test211_9 set c2=c1 where batch=136
--------------
Query OK, 90000 rows affected (2.71 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:17.470607463 after sql statement
2015-01-15 22:45:17.476005531 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=136
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.31 sec)
Bye
2015-01-15 22:45:17.801999165 after sql statement
2015-01-15 22:45:17.814984880 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224518_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:45:18 (13910) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224518_Job_62692.xml
2015-01-15 22:45:18 (13910) INFO : Job file loaded, run time for this step : 0.313317 seconds
2015-01-15 22:45:18 (13910) INFO : PreProcessing check starts
2015-01-15 22:45:18 (13910) INFO : PreProcessing check completed
2015-01-15 22:45:18 (13910) INFO : preProcess completed, run time for this step : 0.0709779 seconds
2015-01-15 22:45:18 (13910) INFO : No of Read Threads Spawned = 1
2015-01-15 22:45:18 (13910) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:45:18 (13910) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:45:19 (13910) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:45:19 (13910) INFO : Bulk load completed, total run time : 1.44418 seconds
2015-01-15 22:45:19.693661296 after import
2015-01-15 22:45:19.708714444 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=137
--------------
Query OK, 90000 rows affected (2.85 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.27 sec)
Bye
2015-01-15 22:45:23.852424873 after sql statement
2015-01-15 22:45:23.860758385 before sql statment
--------------
update test211_9 set c2=c1 where batch=137
--------------
Query OK, 90000 rows affected (1.45 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:25.318528621 after sql statement
2015-01-15 22:45:25.324167873 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=137
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.22 sec)
Bye
2015-01-15 22:45:25.553357658 after sql statement
2015-01-15 22:45:25.629860595 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.86 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:45:29.502108125 after sql statement
2015-01-15 22:45:29.508395761 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=138
--------------
Query OK, 90000 rows affected (2.75 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.89 sec)
Bye
2015-01-15 22:45:33.158563296 after sql statement
2015-01-15 22:45:33.165865891 before sql statment
--------------
update test211_9 set c2=c1 where batch=138
--------------
Query OK, 90000 rows affected (2.61 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:35.799516559 after sql statement
2015-01-15 22:45:35.815909484 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=138
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.06 sec)
Bye
2015-01-15 22:45:36.881933595 after sql statement
2015-01-15 22:45:36.886202239 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224537_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:45:37 (29244) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224537_Job_62692.xml
2015-01-15 22:45:37 (29244) INFO : Job file loaded, run time for this step : 0.627612 seconds
2015-01-15 22:45:37 (29244) INFO : PreProcessing check starts
2015-01-15 22:45:39 (29244) INFO : PreProcessing check completed
2015-01-15 22:45:39 (29244) INFO : preProcess completed, run time for this step : 1.46924 seconds
2015-01-15 22:45:39 (29244) INFO : No of Read Threads Spawned = 1
2015-01-15 22:45:39 (29244) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:45:39 (29244) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:45:39 (29244) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:45:40 (29244) INFO : Bulk load completed, total run time : 3.14501 seconds
2015-01-15 22:45:40.253735692 after import
2015-01-15 22:45:40.262265303 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=139
--------------
Query OK, 90000 rows affected (3.24 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.36 sec)
Bye
2015-01-15 22:45:44.902238364 after sql statement
2015-01-15 22:45:44.907149537 before sql statment
--------------
update test211_9 set c2=c1 where batch=139
--------------
Query OK, 90000 rows affected (2.33 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:47.243884137 after sql statement
2015-01-15 22:45:47.254349936 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=139
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.37 sec)
Bye
2015-01-15 22:45:47.625138313 after sql statement
2015-01-15 22:45:47.702625230 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.43 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:45:51.162676639 after sql statement
2015-01-15 22:45:51.192679920 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=140
--------------
Query OK, 90000 rows affected (2.79 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.96 sec)
Bye
2015-01-15 22:45:55.949065262 after sql statement
2015-01-15 22:45:55.955009088 before sql statment
--------------
update test211_9 set c2=c1 where batch=140
--------------
Query OK, 90000 rows affected (2.75 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:58.724314707 after sql statement
2015-01-15 22:45:58.747713871 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=140
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.09 sec)
Bye
2015-01-15 22:45:59.857106085 after sql statement
2015-01-15 22:45:59.863037412 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224600_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:46:00 (45984) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224600_Job_62692.xml
2015-01-15 22:46:00 (45984) INFO : Job file loaded, run time for this step : 0.46059 seconds
2015-01-15 22:46:00 (45984) INFO : PreProcessing check starts
2015-01-15 22:46:00 (45984) INFO : PreProcessing check completed
2015-01-15 22:46:00 (45984) INFO : preProcess completed, run time for this step : 0.051862 seconds
2015-01-15 22:46:00 (45984) INFO : No of Read Threads Spawned = 1
2015-01-15 22:46:00 (45984) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:46:00 (45984) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:46:01 (45984) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:46:01 (45984) INFO : Bulk load completed, total run time : 1.65529 seconds
2015-01-15 22:46:01.844883484 after import
2015-01-15 22:46:01.849790102 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=141
--------------
Query OK, 90000 rows affected (4.15 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.97 sec)
Bye
2015-01-15 22:46:07.986933555 after sql statement
2015-01-15 22:46:07.994390537 before sql statment
--------------
update test211_9 set c2=c1 where batch=141
--------------
Query OK, 90000 rows affected (3.09 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:46:11.095794275 after sql statement
2015-01-15 22:46:11.115488196 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=141
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.24 sec)
Bye
2015-01-15 22:46:12.371822626 after sql statement
2015-01-15 22:46:12.429319374 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (4.37 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:46:16.808015049 after sql statement
2015-01-15 22:46:16.815591493 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=142
--------------
Query OK, 90000 rows affected (4.48 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.49 sec)
Bye
2015-01-15 22:46:22.796486031 after sql statement
2015-01-15 22:46:22.800882205 before sql statment
--------------
update test211_9 set c2=c1 where batch=142
--------------
Query OK, 90000 rows affected (1.44 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:46:24.250729113 after sql statement
2015-01-15 22:46:24.265997188 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=142
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.72 sec)
Bye
2015-01-15 22:46:26.019706913 after sql statement
2015-01-15 22:46:26.021720900 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224626_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:46:26 (63760) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224626_Job_62692.xml
2015-01-15 22:46:26 (63760) INFO : Job file loaded, run time for this step : 0.521309 seconds
2015-01-15 22:46:26 (63760) INFO : PreProcessing check starts
2015-01-15 22:46:26 (63760) INFO : PreProcessing check completed
2015-01-15 22:46:26 (63760) INFO : preProcess completed, run time for this step : 0.042444 seconds
2015-01-15 22:46:26 (63760) INFO : No of Read Threads Spawned = 1
2015-01-15 22:46:26 (63760) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:46:26 (63760) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:46:27 (63760) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:46:27 (63760) INFO : Bulk load completed, total run time : 1.59331 seconds
2015-01-15 22:46:27.816098943 after import
2015-01-15 22:46:27.827719808 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=143
--------------
Query OK, 90000 rows affected (3.20 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.65 sec)
Bye
2015-01-15 22:46:31.687673028 after sql statement
2015-01-15 22:46:31.693337674 before sql statment
--------------
update test211_9 set c2=c1 where batch=143
--------------
Query OK, 90000 rows affected (2.78 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:46:34.473796483 after sql statement
2015-01-15 22:46:34.482730437 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=143
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.46 sec)
Bye
2015-01-15 22:46:34.947304665 after sql statement
2015-01-15 22:46:35.019080676 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.51 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:46:38.533380231 after sql statement
2015-01-15 22:46:38.537448284 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=144
--------------
Query OK, 90000 rows affected (3.20 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.28 sec)
Bye
2015-01-15 22:46:43.039025889 after sql statement
2015-01-15 22:46:43.046333175 before sql statment
--------------
update test211_9 set c2=c1 where batch=144
--------------
Query OK, 90000 rows affected (2.20 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:46:45.263321958 after sql statement
2015-01-15 22:46:45.270202472 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=144
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.44 sec)
Bye
2015-01-15 22:46:45.716139233 after sql statement
2015-01-15 22:46:45.718527191 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224646_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:46:46 (14340) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224646_Job_62692.xml
2015-01-15 22:46:46 (14340) INFO : Job file loaded, run time for this step : 0.682751 seconds
2015-01-15 22:46:46 (14340) INFO : PreProcessing check starts
2015-01-15 22:46:47 (14340) INFO : PreProcessing check completed
2015-01-15 22:46:47 (14340) INFO : preProcess completed, run time for this step : 1.0002 seconds
2015-01-15 22:46:47 (14340) INFO : No of Read Threads Spawned = 1
2015-01-15 22:46:47 (14340) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:46:47 (14340) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:46:47 (14340) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:46:48 (14340) INFO : Bulk load completed, total run time : 2.70283 seconds
2015-01-15 22:46:48.563732874 after import
2015-01-15 22:46:48.571592347 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=145
--------------
Query OK, 90000 rows affected (2.67 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.68 sec)
Bye
2015-01-15 22:46:51.931915948 after sql statement
2015-01-15 22:46:51.956074645 before sql statment
--------------
update test211_9 set c2=c1 where batch=145
--------------
Query OK, 90000 rows affected (2.69 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:46:54.682766857 after sql statement
2015-01-15 22:46:54.687501373 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=145
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (2.03 sec)
Bye
2015-01-15 22:46:56.737426751 after sql statement
2015-01-15 22:46:56.792738980 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.84 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:47:00.655769034 after sql statement
2015-01-15 22:47:00.663693384 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=146
--------------
Query OK, 90000 rows affected (3.85 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.95 sec)
Bye
2015-01-15 22:47:05.485609225 after sql statement
2015-01-15 22:47:05.490819029 before sql statment
--------------
update test211_9 set c2=c1 where batch=146
--------------
Query OK, 90000 rows affected (3.39 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:47:08.889851411 after sql statement
2015-01-15 22:47:08.898556585 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=146
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.27 sec)
Bye
2015-01-15 22:47:09.178381476 after sql statement
2015-01-15 22:47:09.182513942 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224709_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:47:09 (30818) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224709_Job_62692.xml
2015-01-15 22:47:09 (30818) INFO : Job file loaded, run time for this step : 0.336702 seconds
2015-01-15 22:47:09 (30818) INFO : PreProcessing check starts
2015-01-15 22:47:09 (30818) INFO : PreProcessing check completed
2015-01-15 22:47:09 (30818) INFO : preProcess completed, run time for this step : 0.0354121 seconds
2015-01-15 22:47:09 (30818) INFO : No of Read Threads Spawned = 1
2015-01-15 22:47:09 (30818) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:47:09 (30818) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:47:10 (30818) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:47:10 (30818) INFO : Bulk load completed, total run time : 1.3819 seconds
2015-01-15 22:47:10.727420714 after import
2015-01-15 22:47:10.734708872 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=147
--------------
Query OK, 90000 rows affected (4.53 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.43 sec)
Bye
2015-01-15 22:47:16.695051649 after sql statement
2015-01-15 22:47:16.705273144 before sql statment
--------------
update test211_9 set c2=c1 where batch=147
--------------
Query OK, 90000 rows affected (2.61 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:47:19.355949992 after sql statement
2015-01-15 22:47:19.376668271 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=147
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.21 sec)
Bye
2015-01-15 22:47:20.607000125 after sql statement
2015-01-15 22:47:20.721918545 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.98 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:47:24.714115019 after sql statement
2015-01-15 22:47:24.718137518 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=148
--------------
Query OK, 90000 rows affected (2.11 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.72 sec)
Bye
2015-01-15 22:47:27.558498172 after sql statement
2015-01-15 22:47:27.569854670 before sql statment
--------------
update test211_9 set c2=c1 where batch=148
--------------
Query OK, 90000 rows affected (2.22 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:47:29.802349441 after sql statement
2015-01-15 22:47:29.808626541 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=148
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.54 sec)
Bye
2015-01-15 22:47:30.359167176 after sql statement
2015-01-15 22:47:30.367469466 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224730_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:47:31 (47142) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224730_Job_62692.xml
2015-01-15 22:47:31 (47142) INFO : Job file loaded, run time for this step : 0.467188 seconds
2015-01-15 22:47:31 (47142) INFO : PreProcessing check starts
2015-01-15 22:47:31 (47142) INFO : PreProcessing check completed
2015-01-15 22:47:31 (47142) INFO : preProcess completed, run time for this step : 0.0433981 seconds
2015-01-15 22:47:31 (47142) INFO : No of Read Threads Spawned = 1
2015-01-15 22:47:31 (47142) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:47:31 (47142) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:47:31 (47142) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:47:32 (47142) INFO : Bulk load completed, total run time : 1.72697 seconds
2015-01-15 22:47:32.293158008 after import
2015-01-15 22:47:32.304483811 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=149
--------------
Query OK, 90000 rows affected (2.37 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.37 sec)
Bye
2015-01-15 22:47:36.054603933 after sql statement
2015-01-15 22:47:36.058090927 before sql statment
--------------
update test211_9 set c2=c1 where batch=149
--------------
Query OK, 90000 rows affected (2.89 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:47:38.961947707 after sql statement
2015-01-15 22:47:38.973668067 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=149
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.94 sec)
Bye
2015-01-15 22:47:39.923849759 after sql statement
2015-01-15 22:47:39.991965739 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (6.00 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:47:46.000059556 after sql statement
2015-01-15 22:47:46.016456690 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=150
--------------
Query OK, 90000 rows affected (3.17 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.91 sec)
Bye
2015-01-15 22:47:51.110015037 after sql statement
2015-01-15 22:47:51.116110214 before sql statment
--------------
update test211_9 set c2=c1 where batch=150
--------------
Query OK, 90000 rows affected (4.36 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:47:55.505832017 after sql statement
2015-01-15 22:47:55.533449988 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=150
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.63 sec)
Bye
2015-01-15 22:47:56.179929667 after sql statement
2015-01-15 22:47:56.183675639 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224756_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:47:56 (512) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224756_Job_62692.xml
2015-01-15 22:47:56 (512) INFO : Job file loaded, run time for this step : 0.379725 seconds
2015-01-15 22:47:56 (512) INFO : PreProcessing check starts
2015-01-15 22:47:56 (512) INFO : PreProcessing check completed
2015-01-15 22:47:56 (512) INFO : preProcess completed, run time for this step : 0.139914 seconds
2015-01-15 22:47:56 (512) INFO : No of Read Threads Spawned = 1
2015-01-15 22:47:56 (512) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:47:56 (512) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:47:57 (512) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:47:57 (512) INFO : Bulk load completed, total run time : 1.54844 seconds
2015-01-15 22:47:57.906423486 after import
2015-01-15 22:47:57.914177528 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=151
--------------
Query OK, 90000 rows affected (3.66 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.80 sec)
Bye
2015-01-15 22:48:02.383299559 after sql statement
2015-01-15 22:48:02.397912734 before sql statment
--------------
update test211_9 set c2=c1 where batch=151
--------------
Query OK, 90000 rows affected (1.79 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:04.204958319 after sql statement
2015-01-15 22:48:04.210050921 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=151
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.29 sec)
Bye
2015-01-15 22:48:04.511442228 after sql statement
2015-01-15 22:48:04.570402754 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (5.60 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:48:10.184183452 after sql statement
2015-01-15 22:48:10.206631010 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=152
--------------
Query OK, 90000 rows affected (5.01 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.17 sec)
Bye
2015-01-15 22:48:16.389771318 after sql statement
2015-01-15 22:48:16.395087077 before sql statment
--------------
update test211_9 set c2=c1 where batch=152
--------------
Query OK, 90000 rows affected (3.48 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:19.887081832 after sql statement
2015-01-15 22:48:19.901448071 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=152
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.09 sec)
Bye
2015-01-15 22:48:21.019816896 after sql statement
2015-01-15 22:48:21.023325654 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224821_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:48:21 (19369) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224821_Job_62692.xml
2015-01-15 22:48:21 (19369) INFO : Job file loaded, run time for this step : 0.363242 seconds
2015-01-15 22:48:21 (19369) INFO : PreProcessing check starts
2015-01-15 22:48:21 (19369) INFO : PreProcessing check completed
2015-01-15 22:48:21 (19369) INFO : preProcess completed, run time for this step : 0.0471811 seconds
2015-01-15 22:48:21 (19369) INFO : No of Read Threads Spawned = 1
2015-01-15 22:48:21 (19369) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:48:21 (19369) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:48:21 (19369) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:48:22 (19369) INFO : Bulk load completed, total run time : 1.47573 seconds
2015-01-15 22:48:22.649741225 after import
2015-01-15 22:48:22.657163142 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=153
--------------
Query OK, 90000 rows affected (3.12 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.08 sec)
Bye
2015-01-15 22:48:27.868600898 after sql statement
2015-01-15 22:48:27.874159731 before sql statment
--------------
update test211_9 set c2=c1 where batch=153
--------------
Query OK, 90000 rows affected (3.30 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:31.180820771 after sql statement
2015-01-15 22:48:31.198873787 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=153
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.85 sec)
Bye
2015-01-15 22:48:32.077730812 after sql statement
2015-01-15 22:48:32.187260019 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (4.42 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:48:36.619617821 after sql statement
2015-01-15 22:48:36.626649507 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=154
--------------
Query OK, 90000 rows affected (2.39 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.89 sec)
Bye
2015-01-15 22:48:39.918155280 after sql statement
2015-01-15 22:48:39.940076988 before sql statment
--------------
update test211_9 set c2=c1 where batch=154
--------------
Query OK, 90000 rows affected (2.03 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:41.975597185 after sql statement
2015-01-15 22:48:41.979029925 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=154
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.10 sec)
Bye
2015-01-15 22:48:42.084429089 after sql statement
2015-01-15 22:48:42.086422878 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224842_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:48:42 (36040) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224842_Job_62692.xml
2015-01-15 22:48:42 (36040) INFO : Job file loaded, run time for this step : 0.225157 seconds
2015-01-15 22:48:42 (36040) INFO : PreProcessing check starts
2015-01-15 22:48:42 (36040) INFO : PreProcessing check completed
2015-01-15 22:48:42 (36040) INFO : preProcess completed, run time for this step : 0.0185928 seconds
2015-01-15 22:48:42 (36040) INFO : No of Read Threads Spawned = 1
2015-01-15 22:48:42 (36040) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:48:42 (36040) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:48:42 (36040) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:48:43 (36040) INFO : Bulk load completed, total run time : 1.26667 seconds
2015-01-15 22:48:43.465636640 after import
2015-01-15 22:48:43.477904683 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=155
--------------
Query OK, 90000 rows affected (3.60 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.69 sec)
Bye
2015-01-15 22:48:47.780872957 after sql statement
2015-01-15 22:48:47.790643697 before sql statment
--------------
update test211_9 set c2=c1 where batch=155
--------------
Query OK, 90000 rows affected (3.19 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:50.987739190 after sql statement
2015-01-15 22:48:50.993145719 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=155
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.24 sec)
Bye
2015-01-15 22:48:51.246239958 after sql statement
2015-01-15 22:48:51.313865153 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (4.07 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:48:55.401670419 after sql statement
2015-01-15 22:48:55.406028909 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=156
--------------
Query OK, 90000 rows affected (2.78 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.76 sec)
Bye
2015-01-15 22:48:58.962440129 after sql statement
2015-01-15 22:48:58.982040289 before sql statment
--------------
update test211_9 set c2=c1 where batch=156
--------------
Query OK, 90000 rows affected (3.61 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:49:02.600341422 after sql statement
2015-01-15 22:49:02.619064550 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=156
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.53 sec)
Bye
2015-01-15 22:49:03.165449066 after sql statement
2015-01-15 22:49:03.173651842 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224904_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:49:04 (52358) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224904_Job_62692.xml
2015-01-15 22:49:04 (52358) INFO : Job file loaded, run time for this step : 0.561654 seconds
2015-01-15 22:49:04 (52358) INFO : PreProcessing check starts
2015-01-15 22:49:04 (52358) INFO : PreProcessing check completed
2015-01-15 22:49:04 (52358) INFO : preProcess completed, run time for this step : 0.038146 seconds
2015-01-15 22:49:04 (52358) INFO : No of Read Threads Spawned = 1
2015-01-15 22:49:04 (52358) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:49:04 (52358) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:49:04 (52358) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:49:05 (52358) INFO : Bulk load completed, total run time : 1.625 seconds
2015-01-15 22:49:05.281766114 after import
2015-01-15 22:49:05.290427468 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=157
--------------
Query OK, 90000 rows affected (6.16 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.24 sec)
Bye
2015-01-15 22:49:12.711002529 after sql statement
2015-01-15 22:49:12.716742617 before sql statment
--------------
update test211_9 set c2=c1 where batch=157
--------------
Query OK, 90000 rows affected (1.60 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:49:14.322573998 after sql statement
2015-01-15 22:49:14.342575729 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=157
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.60 sec)
Bye
2015-01-15 22:49:14.957132831 after sql statement
2015-01-15 22:49:15.046619702 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (4.04 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:49:19.107041716 after sql statement
2015-01-15 22:49:19.114751148 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=158
--------------
Query OK, 90000 rows affected (3.51 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.46 sec)
Bye
2015-01-15 22:49:25.104244724 after sql statement
2015-01-15 22:49:25.109903902 before sql statment
--------------
update test211_9 set c2=c1 where batch=158
--------------
Query OK, 90000 rows affected (1.76 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:49:26.872415555 after sql statement
2015-01-15 22:49:26.885468544 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=158
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.93 sec)
Bye
2015-01-15 22:49:27.830168316 after sql statement
2015-01-15 22:49:27.835563648 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224928_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:49:28 (5383) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224928_Job_62692.xml
2015-01-15 22:49:28 (5383) INFO : Job file loaded, run time for this step : 0.381405 seconds
2015-01-15 22:49:28 (5383) INFO : PreProcessing check starts
2015-01-15 22:49:28 (5383) INFO : PreProcessing check completed
2015-01-15 22:49:28 (5383) INFO : preProcess completed, run time for this step : 0.0581679 seconds
2015-01-15 22:49:28 (5383) INFO : No of Read Threads Spawned = 1
2015-01-15 22:49:28 (5383) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:49:28 (5383) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:49:28 (5383) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:49:29 (5383) INFO : Bulk load completed, total run time : 1.47159 seconds
2015-01-15 22:49:29.469917067 after import
2015-01-15 22:49:29.485101929 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=159
--------------
Query OK, 90000 rows affected (4.73 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.71 sec)
Bye
2015-01-15 22:49:35.943770849 after sql statement
2015-01-15 22:49:35.950369295 before sql statment
--------------
update test211_9 set c2=c1 where batch=159
--------------
Query OK, 90000 rows affected (1.53 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:49:37.496422994 after sql statement
2015-01-15 22:49:37.500321346 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=159
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.28 sec)
Bye
2015-01-15 22:49:38.791028410 after sql statement
2015-01-15 22:49:38.927256957 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.81 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:49:42.750622574 after sql statement
2015-01-15 22:49:42.756254695 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=160
--------------
Query OK, 90000 rows affected (4.99 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.67 sec)
Bye
2015-01-15 22:49:48.427970759 after sql statement
2015-01-15 22:49:48.434952032 before sql statment
--------------
update test211_9 set c2=c1 where batch=160
--------------
Query OK, 90000 rows affected (1.88 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:49:50.330855283 after sql statement
2015-01-15 22:49:50.334623387 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=160
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.33 sec)
Bye
2015-01-15 22:49:50.672744658 after sql statement
2015-01-15 22:49:50.681378024 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224951_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:49:51 (20281) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T224951_Job_62692.xml
2015-01-15 22:49:51 (20281) INFO : Job file loaded, run time for this step : 0.39793 seconds
2015-01-15 22:49:51 (20281) INFO : PreProcessing check starts
2015-01-15 22:49:51 (20281) INFO : PreProcessing check completed
2015-01-15 22:49:51 (20281) INFO : preProcess completed, run time for this step : 0.0437238 seconds
2015-01-15 22:49:51 (20281) INFO : No of Read Threads Spawned = 1
2015-01-15 22:49:51 (20281) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:49:51 (20281) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:49:51 (20281) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:49:52 (20281) INFO : Bulk load completed, total run time : 1.47448 seconds
2015-01-15 22:49:52.323965333 after import
2015-01-15 22:49:52.329681113 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=161
--------------
Query OK, 90000 rows affected (5.77 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.89 sec)
Bye
2015-01-15 22:49:59.997976738 after sql statement
2015-01-15 22:50:00.003818554 before sql statment
--------------
update test211_9 set c2=c1 where batch=161
--------------
Query OK, 90000 rows affected (2.73 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:50:02.750931639 after sql statement
2015-01-15 22:50:02.755563905 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=161
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.03 sec)
Bye
2015-01-15 22:50:03.789871331 after sql statement
2015-01-15 22:50:03.873280226 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.90 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:50:07.789495358 after sql statement
2015-01-15 22:50:07.801514191 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=162
--------------
Query OK, 90000 rows affected (4.83 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.22 sec)
Bye
2015-01-15 22:50:13.865615929 after sql statement
2015-01-15 22:50:13.871554871 before sql statment
--------------
update test211_9 set c2=c1 where batch=162
--------------
Query OK, 90000 rows affected (3.12 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:50:16.997582734 after sql statement
2015-01-15 22:50:17.003582410 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=162
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.49 sec)
Bye
2015-01-15 22:50:17.518287195 after sql statement
2015-01-15 22:50:17.523426961 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T225017_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:50:17 (38921) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T225017_Job_62692.xml
2015-01-15 22:50:17 (38921) INFO : Job file loaded, run time for this step : 0.311341 seconds
2015-01-15 22:50:17 (38921) INFO : PreProcessing check starts
2015-01-15 22:50:18 (38921) INFO : PreProcessing check completed
2015-01-15 22:50:18 (38921) INFO : preProcess completed, run time for this step : 0.0817571 seconds
2015-01-15 22:50:18 (38921) INFO : No of Read Threads Spawned = 1
2015-01-15 22:50:18 (38921) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:50:18 (38921) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:50:18 (38921) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:50:19 (38921) INFO : Bulk load completed, total run time : 1.45539 seconds
2015-01-15 22:50:19.139201707 after import
2015-01-15 22:50:19.145145581 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=163
--------------
Query OK, 90000 rows affected (5.62 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.37 sec)
Bye
2015-01-15 22:50:26.159357496 after sql statement
2015-01-15 22:50:26.187616119 before sql statment
--------------
update test211_9 set c2=c1 where batch=163
--------------
Query OK, 90000 rows affected (3.00 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:50:29.215638679 after sql statement
2015-01-15 22:50:29.237657518 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=163
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.11 sec)
Bye
2015-01-15 22:50:30.348692432 after sql statement
2015-01-15 22:50:30.439986756 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (4.00 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:50:34.451283962 after sql statement
2015-01-15 22:50:34.462678450 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=164
--------------
Query OK, 90000 rows affected (5.15 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.41 sec)
Bye
2015-01-15 22:50:41.035514262 after sql statement
2015-01-15 22:50:41.042452215 before sql statment
--------------
update test211_9 set c2=c1 where batch=164
--------------
Query OK, 90000 rows affected (1.91 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:50:42.988103593 after sql statement
2015-01-15 22:50:42.994468555 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=164
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (1.76 sec)
Bye
2015-01-15 22:50:44.790776401 after sql statement
2015-01-15 22:50:44.794441523 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T225045_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:50:45 (58984) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T225045_Job_62692.xml
2015-01-15 22:50:45 (58984) INFO : Job file loaded, run time for this step : 0.410966 seconds
2015-01-15 22:50:45 (58984) INFO : PreProcessing check starts
2015-01-15 22:50:45 (58984) INFO : PreProcessing check completed
2015-01-15 22:50:45 (58984) INFO : preProcess completed, run time for this step : 0.030936 seconds
2015-01-15 22:50:45 (58984) INFO : No of Read Threads Spawned = 1
2015-01-15 22:50:45 (58984) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:50:45 (58984) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:50:45 (58984) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:50:46 (58984) INFO : Bulk load completed, total run time : 1.50552 seconds
2015-01-15 22:50:46.523420660 after import
2015-01-15 22:50:46.541353538 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=165
--------------
Query OK, 90000 rows affected (4.34 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.84 sec)
Bye
2015-01-15 22:50:51.752013440 after sql statement
2015-01-15 22:50:51.756814175 before sql statment
--------------
update test211_9 set c2=c1 where batch=165
--------------
Query OK, 90000 rows affected (4.66 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:50:56.428499581 after sql statement
2015-01-15 22:50:56.469120460 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=165
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.51 sec)
Bye
2015-01-15 22:50:56.985167610 after sql statement
2015-01-15 22:50:57.050650654 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.51 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:51:00.571190862 after sql statement
2015-01-15 22:51:00.582536452 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=166
--------------
Query OK, 90000 rows affected (3.37 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.68 sec)
Bye
2015-01-15 22:51:04.641531678 after sql statement
2015-01-15 22:51:04.652965050 before sql statment
--------------
update test211_9 set c2=c1 where batch=166
--------------
Query OK, 90000 rows affected (3.51 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:51:08.171169268 after sql statement
2015-01-15 22:51:08.177917859 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=166
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.97 sec)
Bye
2015-01-15 22:51:09.155591194 after sql statement
2015-01-15 22:51:09.165780085 before import
Locale is : C
Using table OID 62692 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T225109_Job_62692.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62692.log
2015-01-15 22:51:09 (9957) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62692_D20150115_T225109_Job_62692.xml
2015-01-15 22:51:09 (9957) INFO : Job file loaded, run time for this step : 0.365527 seconds
2015-01-15 22:51:09 (9957) INFO : PreProcessing check starts
2015-01-15 22:51:09 (9957) INFO : PreProcessing check completed
2015-01-15 22:51:09 (9957) INFO : preProcess completed, run time for this step : 0.0261059 seconds
2015-01-15 22:51:09 (9957) INFO : No of Read Threads Spawned = 1
2015-01-15 22:51:09 (9957) INFO : Reading input from STDIN to import into table dmlc.test211_9...
2015-01-15 22:51:09 (9957) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:51:10 (9957) INFO : For table dmlc.test211_9: 90000 rows processed and 90000 rows inserted.
2015-01-15 22:51:10 (9957) INFO : Bulk load completed, total run time : 1.436 seconds
2015-01-15 22:51:10.768969514 after import
2015-01-15 22:51:10.782696192 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=167
--------------
Query OK, 90000 rows affected (3.28 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.17 sec)
Bye
2015-01-15 22:51:15.287312065 after sql statement
2015-01-15 22:51:15.339521147 before sql statment
--------------
update test211_9 set c2=c1 where batch=167
--------------
Query OK, 90000 rows affected (2.45 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:51:17.791434687 after sql statement
2015-01-15 22:51:17.807095477 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=167
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (2.42 sec)
Bye
2015-01-15 22:51:20.230662150 after sql statement
2015-01-15 22:51:20.348987104 before sql statment
--------------
load data infile '/tmp/test211_9.tbl' into table test211_9 fields terminated by '|'
--------------
Query OK, 90000 rows affected (3.83 sec)
Records: 90000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:51:24.189817816 after sql statement
2015-01-15 22:51:24.198245157 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_9 where batch=168
--------------
Query OK, 90000 rows affected (1.50 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.47 sec)
Bye
2015-01-15 22:51:26.178376816 after sql statement
2015-01-15 22:51:26.181691242 before sql statment
--------------
update test211_9 set c2=c1 where batch=168
--------------
Query OK, 90000 rows affected (0.87 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:51:27.058724127 after sql statement
2015-01-15 22:51:27.066998526 before sql statment
--------------
select count(*), if(count(*)=90000, 'good', 'bad') result from test211_9 where batch=168
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 90000 | good |
+----------+--------+
1 row in set (0.23 sec)
Bye
2015-01-15 22:51:27.303018606 after sql statement
Thu Jan 15 22:51:27 CST 2015 - All done.