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

11972 lines
350 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.693694482 before sql statment
--------------
drop table if exists test211_4
--------------
Query OK, 0 rows affected (2.61 sec)
--------------
create table test211_4(batch int, c1 int, c2 int)engine=infinidb
--------------
Query OK, 0 rows affected (3.10 sec)
Bye
2015-01-15 22:19:23.421306278 after sql statement
2015-01-15 22:19:23.465027018 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (4.06 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:19:27.531883683 after sql statement
2015-01-15 22:19:27.536269248 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=1
--------------
Query OK, 40000 rows affected (0.92 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.03 sec)
Bye
2015-01-15 22:19:29.489941056 after sql statement
2015-01-15 22:19:29.493570561 before sql statment
--------------
update test211_4 set c2=c1 where batch=1
--------------
Query OK, 40000 rows affected (2.14 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:19:31.643127660 after sql statement
2015-01-15 22:19:31.651943526 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=1
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.22 sec)
Bye
2015-01-15 22:19:31.889702486 after sql statement
2015-01-15 22:19:31.900336582 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T221932_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:19:32 (31518) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T221932_Job_62696.xml
2015-01-15 22:19:32 (31518) INFO : Job file loaded, run time for this step : 0.29745 seconds
2015-01-15 22:19:32 (31518) INFO : PreProcessing check starts
2015-01-15 22:19:32 (31518) INFO : PreProcessing check completed
2015-01-15 22:19:32 (31518) INFO : preProcess completed, run time for this step : 0.0476229 seconds
2015-01-15 22:19:32 (31518) INFO : No of Read Threads Spawned = 1
2015-01-15 22:19:32 (31518) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:19:32 (31518) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:19:32 (31518) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:19:34 (31518) INFO : Bulk load completed, total run time : 2.35252 seconds
2015-01-15 22:19:34.418263533 after import
2015-01-15 22:19:34.422148600 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=2
--------------
Query OK, 40000 rows affected (1.16 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.27 sec)
Bye
2015-01-15 22:19:35.862073293 after sql statement
2015-01-15 22:19:35.873231923 before sql statment
--------------
update test211_4 set c2=c1 where batch=2
--------------
Query OK, 40000 rows affected (1.94 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:19:37.821476681 after sql statement
2015-01-15 22:19:37.826070426 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=2
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.07 sec)
Bye
2015-01-15 22:19:37.906075887 after sql statement
2015-01-15 22:19:37.935916042 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.46 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:19:41.402309852 after sql statement
2015-01-15 22:19:41.408349559 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=3
--------------
Query OK, 40000 rows affected (0.88 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.72 sec)
Bye
2015-01-15 22:19:44.024515499 after sql statement
2015-01-15 22:19:44.045281886 before sql statment
--------------
update test211_4 set c2=c1 where batch=3
--------------
Query OK, 40000 rows affected (4.17 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:19:48.229235337 after sql statement
2015-01-15 22:19:48.237788952 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=3
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.40 sec)
Bye
2015-01-15 22:19:49.658193698 after sql statement
2015-01-15 22:19:49.661267978 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T221950_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:19:50 (44753) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T221950_Job_62696.xml
2015-01-15 22:19:50 (44753) INFO : Job file loaded, run time for this step : 0.294481 seconds
2015-01-15 22:19:50 (44753) INFO : PreProcessing check starts
2015-01-15 22:19:50 (44753) INFO : PreProcessing check completed
2015-01-15 22:19:50 (44753) INFO : preProcess completed, run time for this step : 0.043088 seconds
2015-01-15 22:19:50 (44753) INFO : No of Read Threads Spawned = 1
2015-01-15 22:19:50 (44753) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:19:50 (44753) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:19:50 (44753) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:19:51 (44753) INFO : Bulk load completed, total run time : 1.35002 seconds
2015-01-15 22:19:51.184629410 after import
2015-01-15 22:19:51.195435381 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=4
--------------
Query OK, 40000 rows affected (3.20 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.68 sec)
Bye
2015-01-15 22:19:55.082506160 after sql statement
2015-01-15 22:19:55.088279728 before sql statment
--------------
update test211_4 set c2=c1 where batch=4
--------------
Query OK, 40000 rows affected (0.76 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:19:55.865785971 after sql statement
2015-01-15 22:19:55.906236588 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=4
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.67 sec)
Bye
2015-01-15 22:19:56.601460816 after sql statement
2015-01-15 22:19:56.698328737 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (4.00 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:20:00.709380254 after sql statement
2015-01-15 22:20:00.721853968 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=5
--------------
Query OK, 40000 rows affected (2.08 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.88 sec)
Bye
2015-01-15 22:20:03.691556865 after sql statement
2015-01-15 22:20:03.699240791 before sql statment
--------------
update test211_4 set c2=c1 where batch=5
--------------
Query OK, 40000 rows affected (1.83 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:05.540406245 after sql statement
2015-01-15 22:20:05.547187792 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=5
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.23 sec)
Bye
2015-01-15 22:20:05.788336274 after sql statement
2015-01-15 22:20:05.793804485 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222006_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:20:06 (56764) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222006_Job_62696.xml
2015-01-15 22:20:06 (56764) INFO : Job file loaded, run time for this step : 0.666119 seconds
2015-01-15 22:20:06 (56764) INFO : PreProcessing check starts
2015-01-15 22:20:06 (56764) INFO : PreProcessing check completed
2015-01-15 22:20:06 (56764) INFO : preProcess completed, run time for this step : 0.0566809 seconds
2015-01-15 22:20:06 (56764) INFO : No of Read Threads Spawned = 1
2015-01-15 22:20:06 (56764) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:20:06 (56764) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:20:07 (56764) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:20:07 (56764) INFO : Bulk load completed, total run time : 1.72993 seconds
2015-01-15 22:20:07.796985648 after import
2015-01-15 22:20:07.802055353 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=6
--------------
Query OK, 40000 rows affected (2.06 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.03 sec)
Bye
2015-01-15 22:20:10.910267546 after sql statement
2015-01-15 22:20:10.915249660 before sql statment
--------------
update test211_4 set c2=c1 where batch=6
--------------
Query OK, 40000 rows affected (3.88 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:14.801797498 after sql statement
2015-01-15 22:20:14.808529378 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=6
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.72 sec)
Bye
2015-01-15 22:20:15.543330310 after sql statement
2015-01-15 22:20:15.577111242 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (6.31 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:20:21.896226034 after sql statement
2015-01-15 22:20:21.903940357 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=7
--------------
Query OK, 40000 rows affected (1.74 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.66 sec)
Bye
2015-01-15 22:20:24.313887420 after sql statement
2015-01-15 22:20:24.320113851 before sql statment
--------------
update test211_4 set c2=c1 where batch=7
--------------
Query OK, 40000 rows affected (3.54 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:27.872275425 after sql statement
2015-01-15 22:20:27.880544093 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=7
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.36 sec)
Bye
2015-01-15 22:20:28.248811186 after sql statement
2015-01-15 22:20:28.252264398 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222030_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:20:30 (8804) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222030_Job_62696.xml
2015-01-15 22:20:30 (8804) INFO : Job file loaded, run time for this step : 1.23353 seconds
2015-01-15 22:20:30 (8804) INFO : PreProcessing check starts
2015-01-15 22:20:30 (8804) INFO : PreProcessing check completed
2015-01-15 22:20:30 (8804) INFO : preProcess completed, run time for this step : 0.062958 seconds
2015-01-15 22:20:30 (8804) INFO : No of Read Threads Spawned = 1
2015-01-15 22:20:30 (8804) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:20:30 (8804) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:20:30 (8804) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:20:31 (8804) INFO : Bulk load completed, total run time : 2.72984 seconds
2015-01-15 22:20:31.767961513 after import
2015-01-15 22:20:31.785399392 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=8
--------------
Query OK, 40000 rows affected (2.55 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.75 sec)
Bye
2015-01-15 22:20:35.100874977 after sql statement
2015-01-15 22:20:35.106329045 before sql statment
--------------
update test211_4 set c2=c1 where batch=8
--------------
Query OK, 40000 rows affected (1.74 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:36.854346397 after sql statement
2015-01-15 22:20:36.861847401 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=8
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.10 sec)
Bye
2015-01-15 22:20:36.969189921 after sql statement
2015-01-15 22:20:37.003324943 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.55 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:20:40.584849393 after sql statement
2015-01-15 22:20:40.625914918 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=9
--------------
Query OK, 40000 rows affected (1.99 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.51 sec)
Bye
2015-01-15 22:20:43.152714769 after sql statement
2015-01-15 22:20:43.171251869 before sql statment
--------------
update test211_4 set c2=c1 where batch=9
--------------
Query OK, 40000 rows affected (3.59 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:46.770636723 after sql statement
2015-01-15 22:20:46.779307612 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=9
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.30 sec)
Bye
2015-01-15 22:20:47.087454761 after sql statement
2015-01-15 22:20:47.089860913 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222048_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:20:48 (23481) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222048_Job_62696.xml
2015-01-15 22:20:48 (23481) INFO : Job file loaded, run time for this step : 0.374364 seconds
2015-01-15 22:20:48 (23481) INFO : PreProcessing check starts
2015-01-15 22:20:48 (23481) INFO : PreProcessing check completed
2015-01-15 22:20:48 (23481) INFO : preProcess completed, run time for this step : 0.036299 seconds
2015-01-15 22:20:48 (23481) INFO : No of Read Threads Spawned = 1
2015-01-15 22:20:48 (23481) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:20:48 (23481) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:20:48 (23481) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:20:49 (23481) INFO : Bulk load completed, total run time : 1.41615 seconds
2015-01-15 22:20:49.154986224 after import
2015-01-15 22:20:49.161270118 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_4 where batch=10
--------------
Query OK, 40000 rows affected (1.66 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.39 sec)
Bye
2015-01-15 22:20:51.227447511 after sql statement
2015-01-15 22:20:51.247470077 before sql statment
--------------
update test211_4 set c2=c1 where batch=10
--------------
Query OK, 40000 rows affected (3.14 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:20:54.393455330 after sql statement
2015-01-15 22:20:54.400442516 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=10
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.14 sec)
Bye
2015-01-15 22:20:55.567308446 after sql statement
2015-01-15 22:20:55.616621793 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.75 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:20:59.384115892 after sql statement
2015-01-15 22:20:59.394787190 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_4 where batch=11
--------------
Query OK, 40000 rows affected (1.95 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.55 sec)
Bye
2015-01-15 22:21:01.920321413 after sql statement
2015-01-15 22:21:01.926899842 before sql statment
--------------
update test211_4 set c2=c1 where batch=11
--------------
Query OK, 40000 rows affected (2.07 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:04.004003998 after sql statement
2015-01-15 22:21:04.019063994 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=11
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.18 sec)
Bye
2015-01-15 22:21:04.220241922 after sql statement
2015-01-15 22:21:04.224396829 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222105_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:21:05 (36292) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222105_Job_62696.xml
2015-01-15 22:21:05 (36292) INFO : Job file loaded, run time for this step : 1.23988 seconds
2015-01-15 22:21:05 (36292) INFO : PreProcessing check starts
2015-01-15 22:21:05 (36292) INFO : PreProcessing check completed
2015-01-15 22:21:05 (36292) INFO : preProcess completed, run time for this step : 0.0519502 seconds
2015-01-15 22:21:05 (36292) INFO : No of Read Threads Spawned = 1
2015-01-15 22:21:05 (36292) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:21:05 (36292) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:21:05 (36292) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:21:06 (36292) INFO : Bulk load completed, total run time : 2.32017 seconds
2015-01-15 22:21:06.715034575 after import
2015-01-15 22:21:06.742041416 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=12
--------------
Query OK, 40000 rows affected (3.35 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.84 sec)
Bye
2015-01-15 22:21:10.937455746 after sql statement
2015-01-15 22:21:10.947828804 before sql statment
--------------
update test211_4 set c2=c1 where batch=12
--------------
Query OK, 40000 rows affected (1.29 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:12.246394783 after sql statement
2015-01-15 22:21:12.256400326 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=12
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.18 sec)
Bye
2015-01-15 22:21:12.449343121 after sql statement
2015-01-15 22:21:12.479182805 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.53 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:21:16.018503982 after sql statement
2015-01-15 22:21:16.021870451 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=13
--------------
Query OK, 40000 rows affected (0.61 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.37 sec)
Bye
2015-01-15 22:21:17.012078699 after sql statement
2015-01-15 22:21:17.031096260 before sql statment
--------------
update test211_4 set c2=c1 where batch=13
--------------
Query OK, 40000 rows affected (2.81 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:19.846570139 after sql statement
2015-01-15 22:21:19.851962591 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=13
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.09 sec)
Bye
2015-01-15 22:21:19.947960319 after sql statement
2015-01-15 22:21:19.950091804 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222121_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:21:21 (48890) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222121_Job_62696.xml
2015-01-15 22:21:21 (48890) INFO : Job file loaded, run time for this step : 0.345294 seconds
2015-01-15 22:21:21 (48890) INFO : PreProcessing check starts
2015-01-15 22:21:21 (48890) INFO : PreProcessing check completed
2015-01-15 22:21:21 (48890) INFO : preProcess completed, run time for this step : 0.085463 seconds
2015-01-15 22:21:21 (48890) INFO : No of Read Threads Spawned = 1
2015-01-15 22:21:21 (48890) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:21:21 (48890) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:21:21 (48890) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:21:22 (48890) INFO : Bulk load completed, total run time : 1.45817 seconds
2015-01-15 22:21:22.540755868 after import
2015-01-15 22:21:22.553289511 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=14
--------------
Query OK, 40000 rows affected (1.90 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.82 sec)
Bye
2015-01-15 22:21:25.298427476 after sql statement
2015-01-15 22:21:25.308275150 before sql statment
--------------
update test211_4 set c2=c1 where batch=14
--------------
Query OK, 40000 rows affected (2.81 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:28.133152405 after sql statement
2015-01-15 22:21:28.143486942 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=14
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.11 sec)
Bye
2015-01-15 22:21:28.259801445 after sql statement
2015-01-15 22:21:28.289192983 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.80 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:21:32.094027941 after sql statement
2015-01-15 22:21:32.112455307 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=15
--------------
Query OK, 40000 rows affected (1.37 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.07 sec)
Bye
2015-01-15 22:21:34.569270007 after sql statement
2015-01-15 22:21:34.577212335 before sql statment
--------------
update test211_4 set c2=c1 where batch=15
--------------
Query OK, 40000 rows affected (2.08 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:36.673946900 after sql statement
2015-01-15 22:21:36.679611537 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=15
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.14 sec)
Bye
2015-01-15 22:21:36.829907201 after sql statement
2015-01-15 22:21:36.838891472 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222137_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:21:37 (63444) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222137_Job_62696.xml
2015-01-15 22:21:37 (63444) INFO : Job file loaded, run time for this step : 0.310781 seconds
2015-01-15 22:21:37 (63444) INFO : PreProcessing check starts
2015-01-15 22:21:37 (63444) INFO : PreProcessing check completed
2015-01-15 22:21:37 (63444) INFO : preProcess completed, run time for this step : 0.0386422 seconds
2015-01-15 22:21:37 (63444) INFO : No of Read Threads Spawned = 1
2015-01-15 22:21:37 (63444) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:21:37 (63444) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:21:37 (63444) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:21:38 (63444) INFO : Bulk load completed, total run time : 1.37436 seconds
2015-01-15 22:21:38.356463444 after import
2015-01-15 22:21:38.360320029 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_4 where batch=16
--------------
Query OK, 40000 rows affected (1.54 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.90 sec)
Bye
2015-01-15 22:21:40.822353186 after sql statement
2015-01-15 22:21:40.826629878 before sql statment
--------------
update test211_4 set c2=c1 where batch=16
--------------
Query OK, 40000 rows affected (1.75 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:42.594813769 after sql statement
2015-01-15 22:21:42.601612635 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=16
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.12 sec)
Bye
2015-01-15 22:21:42.735532880 after sql statement
2015-01-15 22:21:42.772324645 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.52 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:21:46.296808538 after sql statement
2015-01-15 22:21:46.304497787 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=17
--------------
Query OK, 40000 rows affected (1.89 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.63 sec)
Bye
2015-01-15 22:21:48.838790203 after sql statement
2015-01-15 22:21:48.843152654 before sql statment
--------------
update test211_4 set c2=c1 where batch=17
--------------
Query OK, 40000 rows affected (1.73 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:50.594037461 after sql statement
2015-01-15 22:21:50.600699071 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=17
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.44 sec)
Bye
2015-01-15 22:21:51.049386934 after sql statement
2015-01-15 22:21:51.051896521 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222151_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:21:51 (10520) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222151_Job_62696.xml
2015-01-15 22:21:51 (10520) INFO : Job file loaded, run time for this step : 0.337356 seconds
2015-01-15 22:21:51 (10520) INFO : PreProcessing check starts
2015-01-15 22:21:51 (10520) INFO : PreProcessing check completed
2015-01-15 22:21:51 (10520) INFO : preProcess completed, run time for this step : 0.066453 seconds
2015-01-15 22:21:51 (10520) INFO : No of Read Threads Spawned = 1
2015-01-15 22:21:51 (10520) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:21:51 (10520) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:21:51 (10520) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:21:52 (10520) INFO : Bulk load completed, total run time : 1.42909 seconds
2015-01-15 22:21:52.653376952 after import
2015-01-15 22:21:52.657256055 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=18
--------------
Query OK, 40000 rows affected (2.16 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.55 sec)
Bye
2015-01-15 22:21:55.374148345 after sql statement
2015-01-15 22:21:55.381195936 before sql statment
--------------
update test211_4 set c2=c1 where batch=18
--------------
Query OK, 40000 rows affected (2.05 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:21:57.443921807 after sql statement
2015-01-15 22:21:57.463623664 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=18
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.37 sec)
Bye
2015-01-15 22:21:57.851947870 after sql statement
2015-01-15 22:21:57.903197167 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.68 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:22:01.590061558 after sql statement
2015-01-15 22:22:01.594452689 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=19
--------------
Query OK, 40000 rows affected (1.82 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.67 sec)
Bye
2015-01-15 22:22:04.106683365 after sql statement
2015-01-15 22:22:04.116779399 before sql statment
--------------
update test211_4 set c2=c1 where batch=19
--------------
Query OK, 40000 rows affected (1.87 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:06.003835284 after sql statement
2015-01-15 22:22:06.016464581 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=19
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.42 sec)
Bye
2015-01-15 22:22:06.449439165 after sql statement
2015-01-15 22:22:06.455908495 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222209_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:22:09 (24416) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222209_Job_62696.xml
2015-01-15 22:22:09 (24416) INFO : Job file loaded, run time for this step : 0.956625 seconds
2015-01-15 22:22:09 (24416) INFO : PreProcessing check starts
2015-01-15 22:22:09 (24416) INFO : PreProcessing check completed
2015-01-15 22:22:09 (24416) INFO : preProcess completed, run time for this step : 0.0665882 seconds
2015-01-15 22:22:09 (24416) INFO : No of Read Threads Spawned = 1
2015-01-15 22:22:09 (24416) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:22:09 (24416) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:22:09 (24416) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:22:10 (24416) INFO : Bulk load completed, total run time : 2.04776 seconds
2015-01-15 22:22:10.400672815 after import
2015-01-15 22:22:10.406313803 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=20
--------------
Query OK, 40000 rows affected (2.31 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.36 sec)
Bye
2015-01-15 22:22:14.110353686 after sql statement
2015-01-15 22:22:14.153588224 before sql statment
--------------
update test211_4 set c2=c1 where batch=20
--------------
Query OK, 40000 rows affected (3.61 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:17.776287176 after sql statement
2015-01-15 22:22:17.792582355 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=20
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.51 sec)
Bye
2015-01-15 22:22:18.320225408 after sql statement
2015-01-15 22:22:18.366589586 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.47 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:22:21.854104330 after sql statement
2015-01-15 22:22:21.861387559 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=21
--------------
Query OK, 40000 rows affected (1.07 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.48 sec)
Bye
2015-01-15 22:22:23.424937609 after sql statement
2015-01-15 22:22:23.435304377 before sql statment
--------------
update test211_4 set c2=c1 where batch=21
--------------
Query OK, 40000 rows affected (1.69 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:25.136842121 after sql statement
2015-01-15 22:22:25.141120896 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=21
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.16 sec)
Bye
2015-01-15 22:22:26.312230265 after sql statement
2015-01-15 22:22:26.326652007 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222226_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:22:26 (39634) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222226_Job_62696.xml
2015-01-15 22:22:26 (39634) INFO : Job file loaded, run time for this step : 0.274822 seconds
2015-01-15 22:22:26 (39634) INFO : PreProcessing check starts
2015-01-15 22:22:26 (39634) INFO : PreProcessing check completed
2015-01-15 22:22:26 (39634) INFO : preProcess completed, run time for this step : 0.0521731 seconds
2015-01-15 22:22:26 (39634) INFO : No of Read Threads Spawned = 1
2015-01-15 22:22:26 (39634) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:22:26 (39634) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:22:27 (39634) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:22:27 (39634) INFO : Bulk load completed, total run time : 1.34564 seconds
2015-01-15 22:22:27.821713212 after import
2015-01-15 22:22:27.830581455 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=22
--------------
Query OK, 40000 rows affected (3.50 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.23 sec)
Bye
2015-01-15 22:22:32.570644322 after sql statement
2015-01-15 22:22:32.583889803 before sql statment
--------------
update test211_4 set c2=c1 where batch=22
--------------
Query OK, 40000 rows affected (1.20 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:33.806303659 after sql statement
2015-01-15 22:22:33.835252668 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=22
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.81 sec)
Bye
2015-01-15 22:22:34.651767914 after sql statement
2015-01-15 22:22:34.687634935 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (4.59 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:22:39.308855512 after sql statement
2015-01-15 22:22:39.314775870 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=23
--------------
Query OK, 40000 rows affected (2.56 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.62 sec)
Bye
2015-01-15 22:22:42.521729189 after sql statement
2015-01-15 22:22:42.533572663 before sql statment
--------------
update test211_4 set c2=c1 where batch=23
--------------
Query OK, 40000 rows affected (1.26 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:43.799219571 after sql statement
2015-01-15 22:22:43.804792528 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=23
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.42 sec)
Bye
2015-01-15 22:22:44.234770604 after sql statement
2015-01-15 22:22:44.237456079 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222244_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:22:45 (53292) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222244_Job_62696.xml
2015-01-15 22:22:45 (53292) INFO : Job file loaded, run time for this step : 0.303392 seconds
2015-01-15 22:22:45 (53292) INFO : PreProcessing check starts
2015-01-15 22:22:45 (53292) INFO : PreProcessing check completed
2015-01-15 22:22:45 (53292) INFO : preProcess completed, run time for this step : 0.0489559 seconds
2015-01-15 22:22:45 (53292) INFO : No of Read Threads Spawned = 1
2015-01-15 22:22:45 (53292) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:22:45 (53292) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:22:45 (53292) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:22:46 (53292) INFO : Bulk load completed, total run time : 1.37088 seconds
2015-01-15 22:22:46.089641367 after import
2015-01-15 22:22:46.094424465 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=24
--------------
Query OK, 40000 rows affected (1.75 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.58 sec)
Bye
2015-01-15 22:22:48.439433774 after sql statement
2015-01-15 22:22:48.470668206 before sql statment
--------------
update test211_4 set c2=c1 where batch=24
--------------
Query OK, 40000 rows affected (1.60 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:22:50.085873204 after sql statement
2015-01-15 22:22:50.106189453 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=24
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.59 sec)
Bye
2015-01-15 22:22:50.707142455 after sql statement
2015-01-15 22:22:50.768198323 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.69 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:22:54.471245579 after sql statement
2015-01-15 22:22:54.480165827 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=25
--------------
Query OK, 40000 rows affected (1.63 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.46 sec)
Bye
2015-01-15 22:22:57.618074898 after sql statement
2015-01-15 22:22:57.622718700 before sql statment
--------------
update test211_4 set c2=c1 where batch=25
--------------
Query OK, 40000 rows affected (2.74 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:00.376494538 after sql statement
2015-01-15 22:23:00.381399162 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=25
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.24 sec)
Bye
2015-01-15 22:23:00.621468017 after sql statement
2015-01-15 22:23:00.624354412 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222301_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:23:01 (2072) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222301_Job_62696.xml
2015-01-15 22:23:01 (2072) INFO : Job file loaded, run time for this step : 0.287751 seconds
2015-01-15 22:23:01 (2072) INFO : PreProcessing check starts
2015-01-15 22:23:01 (2072) INFO : PreProcessing check completed
2015-01-15 22:23:01 (2072) INFO : preProcess completed, run time for this step : 0.0302732 seconds
2015-01-15 22:23:01 (2072) INFO : No of Read Threads Spawned = 1
2015-01-15 22:23:01 (2072) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:23:01 (2072) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:23:01 (2072) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:23:02 (2072) INFO : Bulk load completed, total run time : 1.33016 seconds
2015-01-15 22:23:02.107225604 after import
2015-01-15 22:23:02.118745069 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=26
--------------
Query OK, 40000 rows affected (1.30 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.33 sec)
Bye
2015-01-15 22:23:03.760536182 after sql statement
2015-01-15 22:23:03.775306162 before sql statment
--------------
update test211_4 set c2=c1 where batch=26
--------------
Query OK, 40000 rows affected (2.71 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:06.503200361 after sql statement
2015-01-15 22:23:06.509026897 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=26
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.22 sec)
Bye
2015-01-15 22:23:06.742163731 after sql statement
2015-01-15 22:23:06.779158357 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.77 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:23:10.556365538 after sql statement
2015-01-15 22:23:10.561494254 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=27
--------------
Query OK, 40000 rows affected (1.95 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.30 sec)
Bye
2015-01-15 22:23:12.825363207 after sql statement
2015-01-15 22:23:12.829669387 before sql statment
--------------
update test211_4 set c2=c1 where batch=27
--------------
Query OK, 40000 rows affected (1.20 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:14.048307768 after sql statement
2015-01-15 22:23:14.053147397 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=27
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.15 sec)
Bye
2015-01-15 22:23:14.218141884 after sql statement
2015-01-15 22:23:14.221923828 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222314_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:23:14 (14178) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222314_Job_62696.xml
2015-01-15 22:23:14 (14178) INFO : Job file loaded, run time for this step : 0.268602 seconds
2015-01-15 22:23:14 (14178) INFO : PreProcessing check starts
2015-01-15 22:23:14 (14178) INFO : PreProcessing check completed
2015-01-15 22:23:14 (14178) INFO : preProcess completed, run time for this step : 0.0186961 seconds
2015-01-15 22:23:14 (14178) INFO : No of Read Threads Spawned = 1
2015-01-15 22:23:14 (14178) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:23:14 (14178) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:23:14 (14178) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:23:15 (14178) INFO : Bulk load completed, total run time : 1.31609 seconds
2015-01-15 22:23:15.701445643 after import
2015-01-15 22:23:15.708834653 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=28
--------------
Query OK, 40000 rows affected (1.73 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.71 sec)
Bye
2015-01-15 22:23:18.155596555 after sql statement
2015-01-15 22:23:18.180006017 before sql statment
--------------
update test211_4 set c2=c1 where batch=28
--------------
Query OK, 40000 rows affected (1.72 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:19.907302722 after sql statement
2015-01-15 22:23:19.914822801 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=28
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.64 sec)
Bye
2015-01-15 22:23:20.570698845 after sql statement
2015-01-15 22:23:20.631098175 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (4.62 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:23:25.271566790 after sql statement
2015-01-15 22:23:25.277357242 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=29
--------------
Query OK, 40000 rows affected (1.99 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.87 sec)
Bye
2015-01-15 22:23:28.150860197 after sql statement
2015-01-15 22:23:28.159565941 before sql statment
--------------
update test211_4 set c2=c1 where batch=29
--------------
Query OK, 40000 rows affected (2.12 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:30.292753288 after sql statement
2015-01-15 22:23:30.299732403 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=29
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.78 sec)
Bye
2015-01-15 22:23:31.102060605 after sql statement
2015-01-15 22:23:31.112066984 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222331_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:23:31 (28133) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222331_Job_62696.xml
2015-01-15 22:23:31 (28133) INFO : Job file loaded, run time for this step : 0.332795 seconds
2015-01-15 22:23:31 (28133) INFO : PreProcessing check starts
2015-01-15 22:23:31 (28133) INFO : PreProcessing check completed
2015-01-15 22:23:31 (28133) INFO : preProcess completed, run time for this step : 0.0464332 seconds
2015-01-15 22:23:31 (28133) INFO : No of Read Threads Spawned = 1
2015-01-15 22:23:31 (28133) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:23:31 (28133) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:23:31 (28133) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:23:32 (28133) INFO : Bulk load completed, total run time : 1.39718 seconds
2015-01-15 22:23:32.678634441 after import
2015-01-15 22:23:32.687498986 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=30
--------------
Query OK, 40000 rows affected (1.82 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.31 sec)
Bye
2015-01-15 22:23:34.829815223 after sql statement
2015-01-15 22:23:34.837276709 before sql statment
--------------
update test211_4 set c2=c1 where batch=30
--------------
Query OK, 40000 rows affected (1.65 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:36.498820785 after sql statement
2015-01-15 22:23:36.504014994 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=30
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.11 sec)
Bye
2015-01-15 22:23:36.617959560 after sql statement
2015-01-15 22:23:36.651600517 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.50 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:23:40.155936481 after sql statement
2015-01-15 22:23:40.160967415 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=31
--------------
Query OK, 40000 rows affected (2.10 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.56 sec)
Bye
2015-01-15 22:23:42.827857217 after sql statement
2015-01-15 22:23:42.834974040 before sql statment
--------------
update test211_4 set c2=c1 where batch=31
--------------
Query OK, 40000 rows affected (2.83 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:45.684046376 after sql statement
2015-01-15 22:23:45.710976943 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=31
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.73 sec)
Bye
2015-01-15 22:23:46.453579301 after sql statement
2015-01-15 22:23:46.458249919 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222346_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:23:47 (41051) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222346_Job_62696.xml
2015-01-15 22:23:47 (41051) INFO : Job file loaded, run time for this step : 0.365895 seconds
2015-01-15 22:23:47 (41051) INFO : PreProcessing check starts
2015-01-15 22:23:47 (41051) INFO : PreProcessing check completed
2015-01-15 22:23:47 (41051) INFO : preProcess completed, run time for this step : 0.0473299 seconds
2015-01-15 22:23:47 (41051) INFO : No of Read Threads Spawned = 1
2015-01-15 22:23:47 (41051) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:23:47 (41051) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:23:47 (41051) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:23:48 (41051) INFO : Bulk load completed, total run time : 1.43561 seconds
2015-01-15 22:23:48.096639316 after import
2015-01-15 22:23:48.105819472 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=32
--------------
Query OK, 40000 rows affected (3.15 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.93 sec)
Bye
2015-01-15 22:23:52.205236456 after sql statement
2015-01-15 22:23:52.209793304 before sql statment
--------------
update test211_4 set c2=c1 where batch=32
--------------
Query OK, 40000 rows affected (2.11 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:23:54.336883307 after sql statement
2015-01-15 22:23:54.342996556 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=32
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.91 sec)
Bye
2015-01-15 22:23:55.263365482 after sql statement
2015-01-15 22:23:55.303862546 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.84 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:23:59.164420431 after sql statement
2015-01-15 22:23:59.190484631 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=33
--------------
Query OK, 40000 rows affected (3.90 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.42 sec)
Bye
2015-01-15 22:24:03.509852705 after sql statement
2015-01-15 22:24:03.514564505 before sql statment
--------------
update test211_4 set c2=c1 where batch=33
--------------
Query OK, 40000 rows affected (1.60 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:24:05.124510251 after sql statement
2015-01-15 22:24:05.133210146 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=33
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.28 sec)
Bye
2015-01-15 22:24:05.427633203 after sql statement
2015-01-15 22:24:05.439134091 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222405_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:24:06 (55496) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222405_Job_62696.xml
2015-01-15 22:24:06 (55496) INFO : Job file loaded, run time for this step : 0.53469 seconds
2015-01-15 22:24:06 (55496) INFO : PreProcessing check starts
2015-01-15 22:24:06 (55496) INFO : PreProcessing check completed
2015-01-15 22:24:06 (55496) INFO : preProcess completed, run time for this step : 0.0535638 seconds
2015-01-15 22:24:06 (55496) INFO : No of Read Threads Spawned = 1
2015-01-15 22:24:06 (55496) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:24:06 (55496) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:24:06 (55496) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:24:07 (55496) INFO : Bulk load completed, total run time : 1.61662 seconds
2015-01-15 22:24:07.215147204 after import
2015-01-15 22:24:07.224674436 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=34
--------------
Query OK, 40000 rows affected (2.53 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.48 sec)
Bye
2015-01-15 22:24:12.245484607 after sql statement
2015-01-15 22:24:12.250176507 before sql statment
--------------
update test211_4 set c2=c1 where batch=34
--------------
Query OK, 40000 rows affected (2.01 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:24:14.274869241 after sql statement
2015-01-15 22:24:14.283157907 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=34
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.29 sec)
Bye
2015-01-15 22:24:14.594214732 after sql statement
2015-01-15 22:24:14.621002728 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (4.74 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:24:19.379272790 after sql statement
2015-01-15 22:24:19.387867138 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=35
--------------
Query OK, 40000 rows affected (2.06 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.59 sec)
Bye
2015-01-15 22:24:22.056927291 after sql statement
2015-01-15 22:24:22.065577768 before sql statment
--------------
update test211_4 set c2=c1 where batch=35
--------------
Query OK, 40000 rows affected (1.91 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:24:23.987820965 after sql statement
2015-01-15 22:24:23.994475959 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=35
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.84 sec)
Bye
2015-01-15 22:24:25.847437693 after sql statement
2015-01-15 22:24:25.858366720 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222427_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:24:27 (5903) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222427_Job_62696.xml
2015-01-15 22:24:27 (5903) INFO : Job file loaded, run time for this step : 1.20826 seconds
2015-01-15 22:24:27 (5903) INFO : PreProcessing check starts
2015-01-15 22:24:27 (5903) INFO : PreProcessing check completed
2015-01-15 22:24:27 (5903) INFO : preProcess completed, run time for this step : 0.040864 seconds
2015-01-15 22:24:27 (5903) INFO : No of Read Threads Spawned = 1
2015-01-15 22:24:27 (5903) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:24:27 (5903) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:24:27 (5903) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:24:28 (5903) INFO : Bulk load completed, total run time : 2.31573 seconds
2015-01-15 22:24:28.329078624 after import
2015-01-15 22:24:28.333959741 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=36
--------------
Query OK, 40000 rows affected (1.25 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.52 sec)
Bye
2015-01-15 22:24:30.147266008 after sql statement
2015-01-15 22:24:30.203572094 before sql statment
--------------
update test211_4 set c2=c1 where batch=36
--------------
Query OK, 40000 rows affected (1.64 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:24:31.880384044 after sql statement
2015-01-15 22:24:31.887201708 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=36
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.72 sec)
Bye
2015-01-15 22:24:32.624045113 after sql statement
2015-01-15 22:24:32.661634154 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.64 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:24:36.310384901 after sql statement
2015-01-15 22:24:36.315726607 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=37
--------------
Query OK, 40000 rows affected (2.53 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.68 sec)
Bye
2015-01-15 22:24:39.543319205 after sql statement
2015-01-15 22:24:39.547689229 before sql statment
--------------
update test211_4 set c2=c1 where batch=37
--------------
Query OK, 40000 rows affected (2.33 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:24:41.899747874 after sql statement
2015-01-15 22:24:41.921609937 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=37
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.37 sec)
Bye
2015-01-15 22:24:43.302373380 after sql statement
2015-01-15 22:24:43.304894937 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222443_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:24:43 (19287) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222443_Job_62696.xml
2015-01-15 22:24:43 (19287) INFO : Job file loaded, run time for this step : 0.475402 seconds
2015-01-15 22:24:43 (19287) INFO : PreProcessing check starts
2015-01-15 22:24:43 (19287) INFO : PreProcessing check completed
2015-01-15 22:24:43 (19287) INFO : preProcess completed, run time for this step : 0.0384021 seconds
2015-01-15 22:24:43 (19287) INFO : No of Read Threads Spawned = 1
2015-01-15 22:24:43 (19287) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:24:43 (19287) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:24:44 (19287) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:24:44 (19287) INFO : Bulk load completed, total run time : 1.53174 seconds
2015-01-15 22:24:45.002145647 after import
2015-01-15 22:24:45.009913704 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=38
--------------
Query OK, 40000 rows affected (2.97 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.42 sec)
Bye
2015-01-15 22:24:48.423108282 after sql statement
2015-01-15 22:24:48.429563047 before sql statment
--------------
update test211_4 set c2=c1 where batch=38
--------------
Query OK, 40000 rows affected (3.11 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:24:51.545246423 after sql statement
2015-01-15 22:24:51.550749342 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=38
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.09 sec)
Bye
2015-01-15 22:24:51.655153923 after sql statement
2015-01-15 22:24:51.696308036 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.59 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:24:55.287490804 after sql statement
2015-01-15 22:24:55.303991148 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=39
--------------
Query OK, 40000 rows affected (4.16 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.80 sec)
Bye
2015-01-15 22:25:00.284672076 after sql statement
2015-01-15 22:25:00.304407553 before sql statment
--------------
update test211_4 set c2=c1 where batch=39
--------------
Query OK, 40000 rows affected (1.14 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:01.452355618 after sql statement
2015-01-15 22:25:01.459488210 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=39
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.88 sec)
Bye
2015-01-15 22:25:02.347848372 after sql statement
2015-01-15 22:25:02.350189863 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222503_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:25:03 (32719) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222503_Job_62696.xml
2015-01-15 22:25:03 (32719) INFO : Job file loaded, run time for this step : 0.328526 seconds
2015-01-15 22:25:03 (32719) INFO : PreProcessing check starts
2015-01-15 22:25:03 (32719) INFO : PreProcessing check completed
2015-01-15 22:25:03 (32719) INFO : preProcess completed, run time for this step : 0.0401599 seconds
2015-01-15 22:25:03 (32719) INFO : No of Read Threads Spawned = 1
2015-01-15 22:25:03 (32719) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:25:03 (32719) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:25:03 (32719) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:25:04 (32719) INFO : Bulk load completed, total run time : 1.38611 seconds
2015-01-15 22:25:04.566793504 after import
2015-01-15 22:25:04.571085090 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=40
--------------
Query OK, 40000 rows affected (4.59 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.82 sec)
Bye
2015-01-15 22:25:09.989439832 after sql statement
2015-01-15 22:25:09.994002732 before sql statment
--------------
update test211_4 set c2=c1 where batch=40
--------------
Query OK, 40000 rows affected (2.90 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:12.898400910 after sql statement
2015-01-15 22:25:12.902055437 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=40
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.16 sec)
Bye
2015-01-15 22:25:13.072527259 after sql statement
2015-01-15 22:25:13.104790998 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (4.49 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:25:17.617954815 after sql statement
2015-01-15 22:25:17.625998213 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=41
--------------
Query OK, 40000 rows affected (2.19 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.27 sec)
Bye
2015-01-15 22:25:20.098167479 after sql statement
2015-01-15 22:25:20.105378332 before sql statment
--------------
update test211_4 set c2=c1 where batch=41
--------------
Query OK, 40000 rows affected (1.65 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:21.767077982 after sql statement
2015-01-15 22:25:21.775079441 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=41
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.12 sec)
Bye
2015-01-15 22:25:21.907730080 after sql statement
2015-01-15 22:25:21.910009451 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222522_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:25:22 (48147) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222522_Job_62696.xml
2015-01-15 22:25:22 (48147) INFO : Job file loaded, run time for this step : 0.35889 seconds
2015-01-15 22:25:22 (48147) INFO : PreProcessing check starts
2015-01-15 22:25:22 (48147) INFO : PreProcessing check completed
2015-01-15 22:25:22 (48147) INFO : preProcess completed, run time for this step : 0.0392201 seconds
2015-01-15 22:25:22 (48147) INFO : No of Read Threads Spawned = 1
2015-01-15 22:25:22 (48147) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:25:22 (48147) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:25:22 (48147) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:25:23 (48147) INFO : Bulk load completed, total run time : 1.43423 seconds
2015-01-15 22:25:23.500785071 after import
2015-01-15 22:25:23.507971442 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=42
--------------
Query OK, 40000 rows affected (2.90 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.65 sec)
Bye
2015-01-15 22:25:27.064589758 after sql statement
2015-01-15 22:25:27.077806977 before sql statment
--------------
update test211_4 set c2=c1 where batch=42
--------------
Query OK, 40000 rows affected (1.65 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:28.740597386 after sql statement
2015-01-15 22:25:28.752595906 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=42
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.61 sec)
Bye
2015-01-15 22:25:29.366170620 after sql statement
2015-01-15 22:25:29.423539889 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (4.62 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:25:34.056771699 after sql statement
2015-01-15 22:25:34.066809876 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=43
--------------
Query OK, 40000 rows affected (2.17 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.86 sec)
Bye
2015-01-15 22:25:37.109500550 after sql statement
2015-01-15 22:25:37.124529004 before sql statment
--------------
update test211_4 set c2=c1 where batch=43
--------------
Query OK, 40000 rows affected (1.23 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:38.370599089 after sql statement
2015-01-15 22:25:38.375507106 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=43
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.10 sec)
Bye
2015-01-15 22:25:38.491136805 after sql statement
2015-01-15 22:25:38.493316794 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222538_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:25:38 (61839) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222538_Job_62696.xml
2015-01-15 22:25:38 (61839) INFO : Job file loaded, run time for this step : 0.230652 seconds
2015-01-15 22:25:38 (61839) INFO : PreProcessing check starts
2015-01-15 22:25:39 (61839) INFO : PreProcessing check completed
2015-01-15 22:25:39 (61839) INFO : preProcess completed, run time for this step : 0.400278 seconds
2015-01-15 22:25:39 (61839) INFO : No of Read Threads Spawned = 1
2015-01-15 22:25:39 (61839) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:25:39 (61839) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:25:39 (61839) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:25:40 (61839) INFO : Bulk load completed, total run time : 1.65149 seconds
2015-01-15 22:25:40.281328302 after import
2015-01-15 22:25:40.285121079 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=44
--------------
Query OK, 40000 rows affected (2.20 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.47 sec)
Bye
2015-01-15 22:25:42.968289440 after sql statement
2015-01-15 22:25:42.979995606 before sql statment
--------------
update test211_4 set c2=c1 where batch=44
--------------
Query OK, 40000 rows affected (3.60 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:46.586775470 after sql statement
2015-01-15 22:25:46.597699212 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=44
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.27 sec)
Bye
2015-01-15 22:25:46.881521273 after sql statement
2015-01-15 22:25:46.921716618 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (4.00 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:25:50.932983738 after sql statement
2015-01-15 22:25:50.938260545 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=45
--------------
Query OK, 40000 rows affected (2.25 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.73 sec)
Bye
2015-01-15 22:25:53.929550573 after sql statement
2015-01-15 22:25:53.936379239 before sql statment
--------------
update test211_4 set c2=c1 where batch=45
--------------
Query OK, 40000 rows affected (2.53 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:25:56.478123111 after sql statement
2015-01-15 22:25:56.484488716 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=45
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.81 sec)
Bye
2015-01-15 22:25:57.323220397 after sql statement
2015-01-15 22:25:57.333188839 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222558_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:25:58 (11467) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222558_Job_62696.xml
2015-01-15 22:25:58 (11467) INFO : Job file loaded, run time for this step : 1.2562 seconds
2015-01-15 22:25:58 (11467) INFO : PreProcessing check starts
2015-01-15 22:25:58 (11467) INFO : PreProcessing check completed
2015-01-15 22:25:58 (11467) INFO : preProcess completed, run time for this step : 0.033253 seconds
2015-01-15 22:25:58 (11467) INFO : No of Read Threads Spawned = 1
2015-01-15 22:25:58 (11467) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:25:58 (11467) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:25:59 (11467) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:25:59 (11467) INFO : Bulk load completed, total run time : 2.33091 seconds
2015-01-15 22:25:59.959543899 after import
2015-01-15 22:26:00.003433681 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=46
--------------
Query OK, 40000 rows affected (1.72 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.26 sec)
Bye
2015-01-15 22:26:02.014475294 after sql statement
2015-01-15 22:26:02.021909655 before sql statment
--------------
update test211_4 set c2=c1 where batch=46
--------------
Query OK, 40000 rows affected (1.24 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:03.295480898 after sql statement
2015-01-15 22:26:03.300867225 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=46
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.41 sec)
Bye
2015-01-15 22:26:03.722837942 after sql statement
2015-01-15 22:26:03.767697092 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.62 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:26:07.389703987 after sql statement
2015-01-15 22:26:07.398523518 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=47
--------------
Query OK, 40000 rows affected (1.53 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.98 sec)
Bye
2015-01-15 22:26:09.915775202 after sql statement
2015-01-15 22:26:09.921265138 before sql statment
--------------
update test211_4 set c2=c1 where batch=47
--------------
Query OK, 40000 rows affected (1.17 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:11.105384433 after sql statement
2015-01-15 22:26:11.113143183 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=47
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.96 sec)
Bye
2015-01-15 22:26:12.073201025 after sql statement
2015-01-15 22:26:12.101250097 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222612_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:26:13 (24822) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222612_Job_62696.xml
2015-01-15 22:26:13 (24822) INFO : Job file loaded, run time for this step : 0.931601 seconds
2015-01-15 22:26:13 (24822) INFO : PreProcessing check starts
2015-01-15 22:26:13 (24822) INFO : PreProcessing check completed
2015-01-15 22:26:13 (24822) INFO : preProcess completed, run time for this step : 0.156819 seconds
2015-01-15 22:26:13 (24822) INFO : No of Read Threads Spawned = 1
2015-01-15 22:26:13 (24822) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:26:13 (24822) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:26:13 (24822) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:26:14 (24822) INFO : Bulk load completed, total run time : 2.11105 seconds
2015-01-15 22:26:14.437552091 after import
2015-01-15 22:26:14.450382507 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=48
--------------
Query OK, 40000 rows affected (2.65 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.53 sec)
Bye
2015-01-15 22:26:17.653571188 after sql statement
2015-01-15 22:26:17.658010125 before sql statment
--------------
update test211_4 set c2=c1 where batch=48
--------------
Query OK, 40000 rows affected (1.17 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:18.837047867 after sql statement
2015-01-15 22:26:18.850531713 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=48
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.29 sec)
Bye
2015-01-15 22:26:19.153005287 after sql statement
2015-01-15 22:26:19.224833904 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.68 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:26:22.915565612 after sql statement
2015-01-15 22:26:22.922676527 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=49
--------------
Query OK, 40000 rows affected (1.70 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.95 sec)
Bye
2015-01-15 22:26:25.592535489 after sql statement
2015-01-15 22:26:25.616014590 before sql statment
--------------
update test211_4 set c2=c1 where batch=49
--------------
Query OK, 40000 rows affected (2.47 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:28.097808248 after sql statement
2015-01-15 22:26:28.105833613 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=49
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.73 sec)
Bye
2015-01-15 22:26:28.852069271 after sql statement
2015-01-15 22:26:28.859998994 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222629_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:26:31 (38560) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222629_Job_62696.xml
2015-01-15 22:26:31 (38560) INFO : Job file loaded, run time for this step : 2.23268 seconds
2015-01-15 22:26:31 (38560) INFO : PreProcessing check starts
2015-01-15 22:26:31 (38560) INFO : PreProcessing check completed
2015-01-15 22:26:31 (38560) INFO : preProcess completed, run time for this step : 0.107631 seconds
2015-01-15 22:26:31 (38560) INFO : No of Read Threads Spawned = 1
2015-01-15 22:26:31 (38560) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:26:31 (38560) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:26:31 (38560) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:26:32 (38560) INFO : Bulk load completed, total run time : 3.35569 seconds
2015-01-15 22:26:32.407462361 after import
2015-01-15 22:26:32.410889628 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=50
--------------
Query OK, 40000 rows affected (2.07 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.45 sec)
Bye
2015-01-15 22:26:34.939180444 after sql statement
2015-01-15 22:26:34.943147944 before sql statment
--------------
update test211_4 set c2=c1 where batch=50
--------------
Query OK, 40000 rows affected (2.15 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:37.105652930 after sql statement
2015-01-15 22:26:37.110358720 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=50
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.11 sec)
Bye
2015-01-15 22:26:38.225883206 after sql statement
2015-01-15 22:26:38.280113991 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (5.66 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:26:43.943735129 after sql statement
2015-01-15 22:26:43.947606959 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=51
--------------
Query OK, 40000 rows affected (2.19 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.69 sec)
Bye
2015-01-15 22:26:46.840906195 after sql statement
2015-01-15 22:26:46.845034635 before sql statment
--------------
update test211_4 set c2=c1 where batch=51
--------------
Query OK, 40000 rows affected (4.03 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:50.889210234 after sql statement
2015-01-15 22:26:50.894341082 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=51
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.19 sec)
Bye
2015-01-15 22:26:52.106554115 after sql statement
2015-01-15 22:26:52.110195737 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222652_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:26:52 (54413) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222652_Job_62696.xml
2015-01-15 22:26:52 (54413) INFO : Job file loaded, run time for this step : 0.37013 seconds
2015-01-15 22:26:52 (54413) INFO : PreProcessing check starts
2015-01-15 22:26:52 (54413) INFO : PreProcessing check completed
2015-01-15 22:26:52 (54413) INFO : preProcess completed, run time for this step : 0.067076 seconds
2015-01-15 22:26:52 (54413) INFO : No of Read Threads Spawned = 1
2015-01-15 22:26:52 (54413) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:26:52 (54413) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:26:53 (54413) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:26:53 (54413) INFO : Bulk load completed, total run time : 1.46984 seconds
2015-01-15 22:26:53.764032387 after import
2015-01-15 22:26:53.767735897 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=52
--------------
Query OK, 40000 rows affected (1.17 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.69 sec)
Bye
2015-01-15 22:26:55.637049889 after sql statement
2015-01-15 22:26:55.645632109 before sql statment
--------------
update test211_4 set c2=c1 where batch=52
--------------
Query OK, 40000 rows affected (2.09 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:26:57.738045215 after sql statement
2015-01-15 22:26:57.747315247 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=52
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.17 sec)
Bye
2015-01-15 22:26:57.933501715 after sql statement
2015-01-15 22:26:57.973175825 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.52 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:27:01.501847801 after sql statement
2015-01-15 22:27:01.505361168 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=53
--------------
Query OK, 40000 rows affected (2.63 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.44 sec)
Bye
2015-01-15 22:27:04.595712272 after sql statement
2015-01-15 22:27:04.607559388 before sql statment
--------------
update test211_4 set c2=c1 where batch=53
--------------
Query OK, 40000 rows affected (2.40 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:07.018826624 after sql statement
2015-01-15 22:27:07.035732870 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=53
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.37 sec)
Bye
2015-01-15 22:27:07.415063649 after sql statement
2015-01-15 22:27:07.417840383 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222707_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:27:08 (1508) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222707_Job_62696.xml
2015-01-15 22:27:08 (1508) INFO : Job file loaded, run time for this step : 0.450393 seconds
2015-01-15 22:27:08 (1508) INFO : PreProcessing check starts
2015-01-15 22:27:08 (1508) INFO : PreProcessing check completed
2015-01-15 22:27:08 (1508) INFO : preProcess completed, run time for this step : 0.486728 seconds
2015-01-15 22:27:08 (1508) INFO : No of Read Threads Spawned = 1
2015-01-15 22:27:08 (1508) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:27:08 (1508) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:27:08 (1508) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:27:09 (1508) INFO : Bulk load completed, total run time : 1.9563 seconds
2015-01-15 22:27:09.578915460 after import
2015-01-15 22:27:09.588581341 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=54
--------------
Query OK, 40000 rows affected (2.49 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.61 sec)
Bye
2015-01-15 22:27:12.764052078 after sql statement
2015-01-15 22:27:12.769743435 before sql statment
--------------
update test211_4 set c2=c1 where batch=54
--------------
Query OK, 40000 rows affected (1.17 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:13.949834001 after sql statement
2015-01-15 22:27:13.957519336 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=54
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.67 sec)
Bye
2015-01-15 22:27:14.643449649 after sql statement
2015-01-15 22:27:14.690047773 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.57 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:27:18.275140780 after sql statement
2015-01-15 22:27:18.289847202 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=55
--------------
Query OK, 40000 rows affected (1.41 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.48 sec)
Bye
2015-01-15 22:27:20.234884109 after sql statement
2015-01-15 22:27:20.239016669 before sql statment
--------------
update test211_4 set c2=c1 where batch=55
--------------
Query OK, 40000 rows affected (2.73 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:22.974213492 after sql statement
2015-01-15 22:27:22.982531064 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=55
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.41 sec)
Bye
2015-01-15 22:27:23.412251130 after sql statement
2015-01-15 22:27:23.415139360 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222723_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:27:23 (15469) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222723_Job_62696.xml
2015-01-15 22:27:23 (15469) INFO : Job file loaded, run time for this step : 0.391343 seconds
2015-01-15 22:27:23 (15469) INFO : PreProcessing check starts
2015-01-15 22:27:24 (15469) INFO : PreProcessing check completed
2015-01-15 22:27:24 (15469) INFO : preProcess completed, run time for this step : 0.0797629 seconds
2015-01-15 22:27:24 (15469) INFO : No of Read Threads Spawned = 1
2015-01-15 22:27:24 (15469) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:27:24 (15469) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:27:24 (15469) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:27:25 (15469) INFO : Bulk load completed, total run time : 1.48547 seconds
2015-01-15 22:27:25.054332917 after import
2015-01-15 22:27:25.067012876 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=56
--------------
Query OK, 40000 rows affected (5.92 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.36 sec)
Bye
2015-01-15 22:27:31.356614409 after sql statement
2015-01-15 22:27:31.366273563 before sql statment
--------------
update test211_4 set c2=c1 where batch=56
--------------
Query OK, 40000 rows affected (2.22 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:33.599027406 after sql statement
2015-01-15 22:27:33.604069957 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=56
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.85 sec)
Bye
2015-01-15 22:27:34.467104299 after sql statement
2015-01-15 22:27:34.508650394 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.65 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:27:38.161900337 after sql statement
2015-01-15 22:27:38.171015488 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=57
--------------
Query OK, 40000 rows affected (2.98 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.45 sec)
Bye
2015-01-15 22:27:41.607493041 after sql statement
2015-01-15 22:27:41.616734674 before sql statment
--------------
update test211_4 set c2=c1 where batch=57
--------------
Query OK, 40000 rows affected (2.27 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:43.900014920 after sql statement
2015-01-15 22:27:43.906515815 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=57
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.55 sec)
Bye
2015-01-15 22:27:44.480846097 after sql statement
2015-01-15 22:27:44.484601572 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222744_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:27:45 (29690) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222744_Job_62696.xml
2015-01-15 22:27:45 (29690) INFO : Job file loaded, run time for this step : 0.371579 seconds
2015-01-15 22:27:45 (29690) INFO : PreProcessing check starts
2015-01-15 22:27:45 (29690) INFO : PreProcessing check completed
2015-01-15 22:27:45 (29690) INFO : preProcess completed, run time for this step : 0.030437 seconds
2015-01-15 22:27:45 (29690) INFO : No of Read Threads Spawned = 1
2015-01-15 22:27:45 (29690) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:27:45 (29690) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:27:45 (29690) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:27:46 (29690) INFO : Bulk load completed, total run time : 1.42786 seconds
2015-01-15 22:27:46.111611490 after import
2015-01-15 22:27:46.129691245 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=58
--------------
Query OK, 40000 rows affected (4.56 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.67 sec)
Bye
2015-01-15 22:27:51.380908592 after sql statement
2015-01-15 22:27:51.385536421 before sql statment
--------------
update test211_4 set c2=c1 where batch=58
--------------
Query OK, 40000 rows affected (1.48 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:27:52.893156860 after sql statement
2015-01-15 22:27:52.912061244 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=58
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.56 sec)
Bye
2015-01-15 22:27:53.472580042 after sql statement
2015-01-15 22:27:53.506263600 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.89 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:27:57.411534624 after sql statement
2015-01-15 22:27:57.428088568 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=59
--------------
Query OK, 40000 rows affected (2.02 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.74 sec)
Bye
2015-01-15 22:28:00.195056416 after sql statement
2015-01-15 22:28:00.203149972 before sql statment
--------------
update test211_4 set c2=c1 where batch=59
--------------
Query OK, 40000 rows affected (2.10 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:02.318458703 after sql statement
2015-01-15 22:28:02.322432089 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=59
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.59 sec)
Bye
2015-01-15 22:28:02.919103106 after sql statement
2015-01-15 22:28:02.926699880 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222803_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:28:03 (43027) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222803_Job_62696.xml
2015-01-15 22:28:03 (43027) INFO : Job file loaded, run time for this step : 0.306192 seconds
2015-01-15 22:28:03 (43027) INFO : PreProcessing check starts
2015-01-15 22:28:03 (43027) INFO : PreProcessing check completed
2015-01-15 22:28:03 (43027) INFO : preProcess completed, run time for this step : 0.0582011 seconds
2015-01-15 22:28:03 (43027) INFO : No of Read Threads Spawned = 1
2015-01-15 22:28:03 (43027) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:28:03 (43027) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:28:03 (43027) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:28:04 (43027) INFO : Bulk load completed, total run time : 1.38278 seconds
2015-01-15 22:28:04.543183220 after import
2015-01-15 22:28:04.553697069 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=60
--------------
Query OK, 40000 rows affected (2.82 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.95 sec)
Bye
2015-01-15 22:28:08.336512162 after sql statement
2015-01-15 22:28:08.353254031 before sql statment
--------------
update test211_4 set c2=c1 where batch=60
--------------
Query OK, 40000 rows affected (2.23 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:10.601676012 after sql statement
2015-01-15 22:28:10.606770335 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=60
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.31 sec)
Bye
2015-01-15 22:28:10.943551389 after sql statement
2015-01-15 22:28:11.063405997 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (4.80 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:28:15.895969394 after sql statement
2015-01-15 22:28:15.948494529 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=61
--------------
Query OK, 40000 rows affected (2.24 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.26 sec)
Bye
2015-01-15 22:28:19.462551371 after sql statement
2015-01-15 22:28:19.476487563 before sql statment
--------------
update test211_4 set c2=c1 where batch=61
--------------
Query OK, 40000 rows affected (2.51 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:21.992076945 after sql statement
2015-01-15 22:28:22.007833225 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=61
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.41 sec)
Bye
2015-01-15 22:28:22.419834218 after sql statement
2015-01-15 22:28:22.422094642 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222824_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:28:24 (59099) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222824_Job_62696.xml
2015-01-15 22:28:24 (59099) INFO : Job file loaded, run time for this step : 1.08362 seconds
2015-01-15 22:28:24 (59099) INFO : PreProcessing check starts
2015-01-15 22:28:24 (59099) INFO : PreProcessing check completed
2015-01-15 22:28:24 (59099) INFO : preProcess completed, run time for this step : 0.0462689 seconds
2015-01-15 22:28:24 (59099) INFO : No of Read Threads Spawned = 1
2015-01-15 22:28:24 (59099) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:28:24 (59099) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:28:25 (59099) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:28:25 (59099) INFO : Bulk load completed, total run time : 2.15672 seconds
2015-01-15 22:28:25.988342578 after import
2015-01-15 22:28:26.007051884 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=62
--------------
Query OK, 40000 rows affected (1.49 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.38 sec)
Bye
2015-01-15 22:28:27.902293143 after sql statement
2015-01-15 22:28:27.914959984 before sql statment
--------------
update test211_4 set c2=c1 where batch=62
--------------
Query OK, 40000 rows affected (1.33 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:29.257353968 after sql statement
2015-01-15 22:28:29.263884425 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=62
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.35 sec)
Bye
2015-01-15 22:28:29.622202396 after sql statement
2015-01-15 22:28:29.665566322 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (4.27 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:28:33.944924224 after sql statement
2015-01-15 22:28:33.950227766 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=63
--------------
Query OK, 40000 rows affected (1.29 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.59 sec)
Bye
2015-01-15 22:28:35.839555729 after sql statement
2015-01-15 22:28:35.852700987 before sql statment
--------------
update test211_4 set c2=c1 where batch=63
--------------
Query OK, 40000 rows affected (1.60 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:37.471209016 after sql statement
2015-01-15 22:28:37.476048831 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=63
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.84 sec)
Bye
2015-01-15 22:28:38.325290906 after sql statement
2015-01-15 22:28:38.329213787 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222838_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:28:39 (8256) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222838_Job_62696.xml
2015-01-15 22:28:39 (8256) INFO : Job file loaded, run time for this step : 0.544528 seconds
2015-01-15 22:28:39 (8256) INFO : PreProcessing check starts
2015-01-15 22:28:39 (8256) INFO : PreProcessing check completed
2015-01-15 22:28:39 (8256) INFO : preProcess completed, run time for this step : 0.0481901 seconds
2015-01-15 22:28:39 (8256) INFO : No of Read Threads Spawned = 1
2015-01-15 22:28:39 (8256) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:28:39 (8256) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:28:39 (8256) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:28:40 (8256) INFO : Bulk load completed, total run time : 1.62331 seconds
2015-01-15 22:28:40.173504158 after import
2015-01-15 22:28:40.178791550 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=64
--------------
Query OK, 40000 rows affected (3.42 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.87 sec)
Bye
2015-01-15 22:28:44.489631256 after sql statement
2015-01-15 22:28:44.501797236 before sql statment
--------------
update test211_4 set c2=c1 where batch=64
--------------
Query OK, 40000 rows affected (0.73 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:45.245129207 after sql statement
2015-01-15 22:28:45.254561472 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=64
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.53 sec)
Bye
2015-01-15 22:28:45.793006120 after sql statement
2015-01-15 22:28:45.866107467 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (5.02 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:28:50.917426609 after sql statement
2015-01-15 22:28:50.928090491 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=65
--------------
Query OK, 40000 rows affected (2.01 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.79 sec)
Bye
2015-01-15 22:28:53.741811299 after sql statement
2015-01-15 22:28:53.749013431 before sql statment
--------------
update test211_4 set c2=c1 where batch=65
--------------
Query OK, 40000 rows affected (1.56 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:28:55.320805255 after sql statement
2015-01-15 22:28:55.363023155 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=65
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.50 sec)
Bye
2015-01-15 22:28:55.887654575 after sql statement
2015-01-15 22:28:55.890628448 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222856_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:28:56 (22462) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222856_Job_62696.xml
2015-01-15 22:28:56 (22462) INFO : Job file loaded, run time for this step : 0.30033 seconds
2015-01-15 22:28:56 (22462) INFO : PreProcessing check starts
2015-01-15 22:28:56 (22462) INFO : PreProcessing check completed
2015-01-15 22:28:56 (22462) INFO : preProcess completed, run time for this step : 0.0308521 seconds
2015-01-15 22:28:56 (22462) INFO : No of Read Threads Spawned = 1
2015-01-15 22:28:56 (22462) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:28:56 (22462) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:28:56 (22462) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:28:57 (22462) INFO : Bulk load completed, total run time : 1.34625 seconds
2015-01-15 22:28:57.418739751 after import
2015-01-15 22:28:57.424439390 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=66
--------------
Query OK, 40000 rows affected (2.93 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.58 sec)
Bye
2015-01-15 22:29:00.949601961 after sql statement
2015-01-15 22:29:00.956967683 before sql statment
--------------
update test211_4 set c2=c1 where batch=66
--------------
Query OK, 40000 rows affected (2.35 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:03.317194135 after sql statement
2015-01-15 22:29:03.327062355 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=66
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.89 sec)
Bye
2015-01-15 22:29:04.229271992 after sql statement
2015-01-15 22:29:04.303342452 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (4.54 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:29:08.858785180 after sql statement
2015-01-15 22:29:08.870316260 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=67
--------------
Query OK, 40000 rows affected (1.98 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.43 sec)
Bye
2015-01-15 22:29:11.286804625 after sql statement
2015-01-15 22:29:11.292274517 before sql statment
--------------
update test211_4 set c2=c1 where batch=67
--------------
Query OK, 40000 rows affected (0.95 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:12.247129820 after sql statement
2015-01-15 22:29:12.253106998 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=67
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.16 sec)
Bye
2015-01-15 22:29:12.421152629 after sql statement
2015-01-15 22:29:12.424272397 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222913_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:29:13 (34957) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222913_Job_62696.xml
2015-01-15 22:29:13 (34957) INFO : Job file loaded, run time for this step : 0.285212 seconds
2015-01-15 22:29:13 (34957) INFO : PreProcessing check starts
2015-01-15 22:29:13 (34957) INFO : PreProcessing check completed
2015-01-15 22:29:13 (34957) INFO : preProcess completed, run time for this step : 0.0465772 seconds
2015-01-15 22:29:13 (34957) INFO : No of Read Threads Spawned = 1
2015-01-15 22:29:13 (34957) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:29:13 (34957) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:29:13 (34957) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:29:14 (34957) INFO : Bulk load completed, total run time : 1.35134 seconds
2015-01-15 22:29:14.234228950 after import
2015-01-15 22:29:14.238668591 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=68
--------------
Query OK, 40000 rows affected (3.17 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.47 sec)
Bye
2015-01-15 22:29:17.898133150 after sql statement
2015-01-15 22:29:17.909622070 before sql statment
--------------
update test211_4 set c2=c1 where batch=68
--------------
Query OK, 40000 rows affected (1.87 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:19.786527718 after sql statement
2015-01-15 22:29:19.793835270 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=68
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.30 sec)
Bye
2015-01-15 22:29:20.100918446 after sql statement
2015-01-15 22:29:20.136405014 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.84 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:29:23.995574805 after sql statement
2015-01-15 22:29:24.000526419 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=69
--------------
Query OK, 40000 rows affected (3.05 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.49 sec)
Bye
2015-01-15 22:29:28.553329277 after sql statement
2015-01-15 22:29:28.560919842 before sql statment
--------------
update test211_4 set c2=c1 where batch=69
--------------
Query OK, 40000 rows affected (2.11 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:30.681290193 after sql statement
2015-01-15 22:29:30.685453258 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=69
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.77 sec)
Bye
2015-01-15 22:29:31.479302672 after sql statement
2015-01-15 22:29:31.484868991 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222931_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:29:32 (49129) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222931_Job_62696.xml
2015-01-15 22:29:32 (49129) INFO : Job file loaded, run time for this step : 0.413214 seconds
2015-01-15 22:29:32 (49129) INFO : PreProcessing check starts
2015-01-15 22:29:32 (49129) INFO : PreProcessing check completed
2015-01-15 22:29:32 (49129) INFO : preProcess completed, run time for this step : 0.10101 seconds
2015-01-15 22:29:32 (49129) INFO : No of Read Threads Spawned = 1
2015-01-15 22:29:32 (49129) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:29:32 (49129) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:29:32 (49129) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:29:33 (49129) INFO : Bulk load completed, total run time : 1.55121 seconds
2015-01-15 22:29:33.257375198 after import
2015-01-15 22:29:33.264479709 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=70
--------------
Query OK, 40000 rows affected (1.98 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.87 sec)
Bye
2015-01-15 22:29:36.117716068 after sql statement
2015-01-15 22:29:36.123656626 before sql statment
--------------
update test211_4 set c2=c1 where batch=70
--------------
Query OK, 40000 rows affected (1.94 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:38.074747258 after sql statement
2015-01-15 22:29:38.083187915 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=70
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.50 sec)
Bye
2015-01-15 22:29:38.589017732 after sql statement
2015-01-15 22:29:38.649788717 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.79 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:29:42.458167191 after sql statement
2015-01-15 22:29:42.462516218 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=71
--------------
Query OK, 40000 rows affected (2.74 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.02 sec)
Bye
2015-01-15 22:29:46.233268950 after sql statement
2015-01-15 22:29:46.259072386 before sql statment
--------------
update test211_4 set c2=c1 where batch=71
--------------
Query OK, 40000 rows affected (1.50 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:47.773210339 after sql statement
2015-01-15 22:29:47.777634342 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=71
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.22 sec)
Bye
2015-01-15 22:29:49.008137799 after sql statement
2015-01-15 22:29:49.015406524 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222949_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:29:49 (64213) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T222949_Job_62696.xml
2015-01-15 22:29:49 (64213) INFO : Job file loaded, run time for this step : 0.315045 seconds
2015-01-15 22:29:49 (64213) INFO : PreProcessing check starts
2015-01-15 22:29:49 (64213) INFO : PreProcessing check completed
2015-01-15 22:29:49 (64213) INFO : preProcess completed, run time for this step : 0.0659111 seconds
2015-01-15 22:29:49 (64213) INFO : No of Read Threads Spawned = 1
2015-01-15 22:29:49 (64213) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:29:49 (64213) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:29:49 (64213) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:29:50 (64213) INFO : Bulk load completed, total run time : 1.39897 seconds
2015-01-15 22:29:50.581229085 after import
2015-01-15 22:29:50.586224086 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=72
--------------
Query OK, 40000 rows affected (2.32 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.94 sec)
Bye
2015-01-15 22:29:53.854049612 after sql statement
2015-01-15 22:29:53.857759125 before sql statment
--------------
update test211_4 set c2=c1 where batch=72
--------------
Query OK, 40000 rows affected (2.73 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:29:56.600601171 after sql statement
2015-01-15 22:29:56.605000635 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=72
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.41 sec)
Bye
2015-01-15 22:29:57.025344006 after sql statement
2015-01-15 22:29:57.064380145 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.78 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:30:00.852507893 after sql statement
2015-01-15 22:30:00.856767440 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=73
--------------
Query OK, 40000 rows affected (1.48 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.05 sec)
Bye
2015-01-15 22:30:03.415152872 after sql statement
2015-01-15 22:30:03.437629295 before sql statment
--------------
update test211_4 set c2=c1 where batch=73
--------------
Query OK, 40000 rows affected (3.79 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:30:07.233202112 after sql statement
2015-01-15 22:30:07.244251895 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=73
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.32 sec)
Bye
2015-01-15 22:30:08.581954827 after sql statement
2015-01-15 22:30:08.591284229 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223010_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:30:10 (13330) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223010_Job_62696.xml
2015-01-15 22:30:10 (13330) INFO : Job file loaded, run time for this step : 0.974565 seconds
2015-01-15 22:30:10 (13330) INFO : PreProcessing check starts
2015-01-15 22:30:10 (13330) INFO : PreProcessing check completed
2015-01-15 22:30:10 (13330) INFO : preProcess completed, run time for this step : 0.162096 seconds
2015-01-15 22:30:10 (13330) INFO : No of Read Threads Spawned = 1
2015-01-15 22:30:10 (13330) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:30:10 (13330) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:30:10 (13330) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:30:11 (13330) INFO : Bulk load completed, total run time : 2.1681 seconds
2015-01-15 22:30:11.604111096 after import
2015-01-15 22:30:11.609405379 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=74
--------------
Query OK, 40000 rows affected (2.15 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.71 sec)
Bye
2015-01-15 22:30:14.483822266 after sql statement
2015-01-15 22:30:14.560654107 before sql statment
--------------
update test211_4 set c2=c1 where batch=74
--------------
Query OK, 40000 rows affected (2.13 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:30:16.726441813 after sql statement
2015-01-15 22:30:16.732028602 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=74
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.55 sec)
Bye
2015-01-15 22:30:17.293584640 after sql statement
2015-01-15 22:30:17.331664368 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.61 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:30:20.955114105 after sql statement
2015-01-15 22:30:20.973648939 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=75
--------------
Query OK, 40000 rows affected (1.14 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.48 sec)
Bye
2015-01-15 22:30:22.629305166 after sql statement
2015-01-15 22:30:22.635789445 before sql statment
--------------
update test211_4 set c2=c1 where batch=75
--------------
Query OK, 40000 rows affected (2.76 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:30:25.405626444 after sql statement
2015-01-15 22:30:25.414515532 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=75
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.41 sec)
Bye
2015-01-15 22:30:25.834801088 after sql statement
2015-01-15 22:30:25.839407018 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223026_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:30:26 (27056) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223026_Job_62696.xml
2015-01-15 22:30:26 (27056) INFO : Job file loaded, run time for this step : 0.620756 seconds
2015-01-15 22:30:26 (27056) INFO : PreProcessing check starts
2015-01-15 22:30:26 (27056) INFO : PreProcessing check completed
2015-01-15 22:30:26 (27056) INFO : preProcess completed, run time for this step : 0.043447 seconds
2015-01-15 22:30:26 (27056) INFO : No of Read Threads Spawned = 1
2015-01-15 22:30:26 (27056) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:30:26 (27056) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:30:26 (27056) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:30:27 (27056) INFO : Bulk load completed, total run time : 1.71544 seconds
2015-01-15 22:30:27.746866752 after import
2015-01-15 22:30:27.753624283 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=76
--------------
Query OK, 40000 rows affected (2.82 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.64 sec)
Bye
2015-01-15 22:30:31.233479174 after sql statement
2015-01-15 22:30:31.239461502 before sql statment
--------------
update test211_4 set c2=c1 where batch=76
--------------
Query OK, 40000 rows affected (2.59 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:30:33.871055695 after sql statement
2015-01-15 22:30:33.879973124 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=76
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.33 sec)
Bye
2015-01-15 22:30:34.223212616 after sql statement
2015-01-15 22:30:34.253948253 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.47 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:30:37.727885587 after sql statement
2015-01-15 22:30:37.754699122 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=77
--------------
Query OK, 40000 rows affected (4.22 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.11 sec)
Bye
2015-01-15 22:30:43.094286999 after sql statement
2015-01-15 22:30:43.124637715 before sql statment
--------------
update test211_4 set c2=c1 where batch=77
--------------
Query OK, 40000 rows affected (2.59 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:30:45.727707268 after sql statement
2015-01-15 22:30:45.733089957 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=77
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.33 sec)
Bye
2015-01-15 22:30:46.076988769 after sql statement
2015-01-15 22:30:46.083572543 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223046_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:30:46 (42020) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223046_Job_62696.xml
2015-01-15 22:30:46 (42020) INFO : Job file loaded, run time for this step : 0.430031 seconds
2015-01-15 22:30:46 (42020) INFO : PreProcessing check starts
2015-01-15 22:30:46 (42020) INFO : PreProcessing check completed
2015-01-15 22:30:46 (42020) INFO : preProcess completed, run time for this step : 0.0367501 seconds
2015-01-15 22:30:46 (42020) INFO : No of Read Threads Spawned = 1
2015-01-15 22:30:46 (42020) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:30:46 (42020) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:30:47 (42020) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:30:47 (42020) INFO : Bulk load completed, total run time : 1.49621 seconds
2015-01-15 22:30:47.827086810 after import
2015-01-15 22:30:47.833690648 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=78
--------------
Query OK, 40000 rows affected (1.71 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.81 sec)
Bye
2015-01-15 22:30:50.369588617 after sql statement
2015-01-15 22:30:50.379645773 before sql statment
--------------
update test211_4 set c2=c1 where batch=78
--------------
Query OK, 40000 rows affected (1.94 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:30:52.341553948 after sql statement
2015-01-15 22:30:52.366580535 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=78
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.29 sec)
Bye
2015-01-15 22:30:53.674943340 after sql statement
2015-01-15 22:30:53.734082641 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (4.82 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:30:58.562725470 after sql statement
2015-01-15 22:30:58.576246352 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=79
--------------
Query OK, 40000 rows affected (3.61 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.62 sec)
Bye
2015-01-15 22:31:02.828143297 after sql statement
2015-01-15 22:31:02.835150010 before sql statment
--------------
update test211_4 set c2=c1 where batch=79
--------------
Query OK, 40000 rows affected (1.87 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:31:04.719255699 after sql statement
2015-01-15 22:31:04.736864017 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=79
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.45 sec)
Bye
2015-01-15 22:31:06.198652142 after sql statement
2015-01-15 22:31:06.202208047 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223107_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:31:07 (57280) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223107_Job_62696.xml
2015-01-15 22:31:07 (57280) INFO : Job file loaded, run time for this step : 0.344118 seconds
2015-01-15 22:31:07 (57280) INFO : PreProcessing check starts
2015-01-15 22:31:07 (57280) INFO : PreProcessing check completed
2015-01-15 22:31:07 (57280) INFO : preProcess completed, run time for this step : 0.039685 seconds
2015-01-15 22:31:07 (57280) INFO : No of Read Threads Spawned = 1
2015-01-15 22:31:07 (57280) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:31:07 (57280) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:31:07 (57280) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:31:08 (57280) INFO : Bulk load completed, total run time : 1.4069 seconds
2015-01-15 22:31:08.520670439 after import
2015-01-15 22:31:08.529593646 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=80
--------------
Query OK, 40000 rows affected (2.29 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.38 sec)
Bye
2015-01-15 22:31:11.222466333 after sql statement
2015-01-15 22:31:11.236418829 before sql statment
--------------
update test211_4 set c2=c1 where batch=80
--------------
Query OK, 40000 rows affected (1.85 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:31:13.136186527 after sql statement
2015-01-15 22:31:13.149423858 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=80
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.02 sec)
Bye
2015-01-15 22:31:14.203839401 after sql statement
2015-01-15 22:31:14.247756751 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.54 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:31:17.803226645 after sql statement
2015-01-15 22:31:17.814884084 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=81
--------------
Query OK, 40000 rows affected (3.54 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.46 sec)
Bye
2015-01-15 22:31:21.828220791 after sql statement
2015-01-15 22:31:21.832214999 before sql statment
--------------
update test211_4 set c2=c1 where batch=81
--------------
Query OK, 40000 rows affected (2.58 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:31:24.423527276 after sql statement
2015-01-15 22:31:24.429655773 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=81
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.75 sec)
Bye
2015-01-15 22:31:25.177222264 after sql statement
2015-01-15 22:31:25.179613471 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223126_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:31:26 (6550) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223126_Job_62696.xml
2015-01-15 22:31:26 (6550) INFO : Job file loaded, run time for this step : 0.294139 seconds
2015-01-15 22:31:26 (6550) INFO : PreProcessing check starts
2015-01-15 22:31:26 (6550) INFO : PreProcessing check completed
2015-01-15 22:31:26 (6550) INFO : preProcess completed, run time for this step : 0.111171 seconds
2015-01-15 22:31:26 (6550) INFO : No of Read Threads Spawned = 1
2015-01-15 22:31:26 (6550) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:31:26 (6550) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:31:26 (6550) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:31:27 (6550) INFO : Bulk load completed, total run time : 1.44841 seconds
2015-01-15 22:31:27.326790384 after import
2015-01-15 22:31:27.355333079 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=82
--------------
Query OK, 40000 rows affected (2.03 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.70 sec)
Bye
2015-01-15 22:31:30.102691156 after sql statement
2015-01-15 22:31:30.107134189 before sql statment
--------------
update test211_4 set c2=c1 where batch=82
--------------
Query OK, 40000 rows affected (2.08 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:31:32.199831610 after sql statement
2015-01-15 22:31:32.204728166 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=82
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.85 sec)
Bye
2015-01-15 22:31:33.068692833 after sql statement
2015-01-15 22:31:33.139755337 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.80 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:31:36.958429338 after sql statement
2015-01-15 22:31:36.969784310 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=83
--------------
Query OK, 40000 rows affected (3.24 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.99 sec)
Bye
2015-01-15 22:31:41.220715557 after sql statement
2015-01-15 22:31:41.228823056 before sql statment
--------------
update test211_4 set c2=c1 where batch=83
--------------
Query OK, 40000 rows affected (1.97 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:31:43.221900595 after sql statement
2015-01-15 22:31:43.228012513 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=83
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.01 sec)
Bye
2015-01-15 22:31:44.257491347 after sql statement
2015-01-15 22:31:44.259923749 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223144_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:31:44 (20287) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223144_Job_62696.xml
2015-01-15 22:31:44 (20287) INFO : Job file loaded, run time for this step : 0.317092 seconds
2015-01-15 22:31:44 (20287) INFO : PreProcessing check starts
2015-01-15 22:31:44 (20287) INFO : PreProcessing check completed
2015-01-15 22:31:44 (20287) INFO : preProcess completed, run time for this step : 0.0291641 seconds
2015-01-15 22:31:44 (20287) INFO : No of Read Threads Spawned = 1
2015-01-15 22:31:44 (20287) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:31:44 (20287) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:31:44 (20287) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:31:45 (20287) INFO : Bulk load completed, total run time : 1.36171 seconds
2015-01-15 22:31:45.787283651 after import
2015-01-15 22:31:45.791491559 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_4 where batch=84
--------------
Query OK, 40000 rows affected (2.56 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.81 sec)
Bye
2015-01-15 22:31:49.180303528 after sql statement
2015-01-15 22:31:49.187992363 before sql statment
--------------
update test211_4 set c2=c1 where batch=84
--------------
Query OK, 40000 rows affected (1.89 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:31:51.080924854 after sql statement
2015-01-15 22:31:51.091733467 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=84
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.18 sec)
Bye
2015-01-15 22:31:51.285726705 after sql statement
2015-01-15 22:31:51.315404947 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.45 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:31:54.778341958 after sql statement
2015-01-15 22:31:54.785405821 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=85
--------------
Query OK, 40000 rows affected (2.54 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.52 sec)
Bye
2015-01-15 22:31:57.860059713 after sql statement
2015-01-15 22:31:57.868595160 before sql statment
--------------
update test211_4 set c2=c1 where batch=85
--------------
Query OK, 40000 rows affected (3.28 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:01.172230372 after sql statement
2015-01-15 22:32:01.185649306 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=85
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.23 sec)
Bye
2015-01-15 22:32:02.438553363 after sql statement
2015-01-15 22:32:02.442437101 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223202_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:32:02 (33752) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223202_Job_62696.xml
2015-01-15 22:32:02 (33752) INFO : Job file loaded, run time for this step : 0.244302 seconds
2015-01-15 22:32:02 (33752) INFO : PreProcessing check starts
2015-01-15 22:32:03 (33752) INFO : PreProcessing check completed
2015-01-15 22:32:03 (33752) INFO : preProcess completed, run time for this step : 0.195799 seconds
2015-01-15 22:32:03 (33752) INFO : No of Read Threads Spawned = 1
2015-01-15 22:32:03 (33752) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:32:03 (33752) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:32:03 (33752) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:32:04 (33752) INFO : Bulk load completed, total run time : 1.46734 seconds
2015-01-15 22:32:04.041665219 after import
2015-01-15 22:32:04.047454753 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=86
--------------
Query OK, 40000 rows affected (3.05 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.76 sec)
Bye
2015-01-15 22:32:07.864365011 after sql statement
2015-01-15 22:32:07.875231864 before sql statment
--------------
update test211_4 set c2=c1 where batch=86
--------------
Query OK, 40000 rows affected (2.31 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:10.202697719 after sql statement
2015-01-15 22:32:10.208544318 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=86
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.22 sec)
Bye
2015-01-15 22:32:10.455498132 after sql statement
2015-01-15 22:32:10.524995777 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.56 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:32:14.092919367 after sql statement
2015-01-15 22:32:14.102547452 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=87
--------------
Query OK, 40000 rows affected (2.26 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.47 sec)
Bye
2015-01-15 22:32:16.840362192 after sql statement
2015-01-15 22:32:16.850068179 before sql statment
--------------
update test211_4 set c2=c1 where batch=87
--------------
Query OK, 40000 rows affected (1.30 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:18.167336789 after sql statement
2015-01-15 22:32:18.171556799 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=87
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.52 sec)
Bye
2015-01-15 22:32:18.708117769 after sql statement
2015-01-15 22:32:18.736792478 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223219_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:32:19 (46433) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223219_Job_62696.xml
2015-01-15 22:32:19 (46433) INFO : Job file loaded, run time for this step : 0.38225 seconds
2015-01-15 22:32:19 (46433) INFO : PreProcessing check starts
2015-01-15 22:32:19 (46433) INFO : PreProcessing check completed
2015-01-15 22:32:19 (46433) INFO : preProcess completed, run time for this step : 0.077404 seconds
2015-01-15 22:32:19 (46433) INFO : No of Read Threads Spawned = 1
2015-01-15 22:32:19 (46433) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:32:19 (46433) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:32:19 (46433) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:32:20 (46433) INFO : Bulk load completed, total run time : 1.4772 seconds
2015-01-15 22:32:20.556137751 after import
2015-01-15 22:32:20.560463620 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=88
--------------
Query OK, 40000 rows affected (3.21 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.58 sec)
Bye
2015-01-15 22:32:24.360074328 after sql statement
2015-01-15 22:32:24.365061581 before sql statment
--------------
update test211_4 set c2=c1 where batch=88
--------------
Query OK, 40000 rows affected (2.75 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:27.127765380 after sql statement
2015-01-15 22:32:27.135345540 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=88
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.36 sec)
Bye
2015-01-15 22:32:27.497082236 after sql statement
2015-01-15 22:32:27.528618906 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.44 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:32:30.976429723 after sql statement
2015-01-15 22:32:30.991106148 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=89
--------------
Query OK, 40000 rows affected (2.74 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.60 sec)
Bye
2015-01-15 22:32:34.345319080 after sql statement
2015-01-15 22:32:34.366540732 before sql statment
--------------
update test211_4 set c2=c1 where batch=89
--------------
Query OK, 40000 rows affected (2.42 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:36.813843423 after sql statement
2015-01-15 22:32:36.826390775 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=89
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.04 sec)
Bye
2015-01-15 22:32:37.894143830 after sql statement
2015-01-15 22:32:37.898440544 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223238_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:32:38 (60097) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223238_Job_62696.xml
2015-01-15 22:32:38 (60097) INFO : Job file loaded, run time for this step : 0.404418 seconds
2015-01-15 22:32:38 (60097) INFO : PreProcessing check starts
2015-01-15 22:32:38 (60097) INFO : PreProcessing check completed
2015-01-15 22:32:38 (60097) INFO : preProcess completed, run time for this step : 0.152816 seconds
2015-01-15 22:32:38 (60097) INFO : No of Read Threads Spawned = 1
2015-01-15 22:32:38 (60097) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:32:38 (60097) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:32:38 (60097) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:32:39 (60097) INFO : Bulk load completed, total run time : 1.57796 seconds
2015-01-15 22:32:39.679521254 after import
2015-01-15 22:32:39.683696631 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=90
--------------
Query OK, 40000 rows affected (1.34 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.15 sec)
Bye
2015-01-15 22:32:42.190521060 after sql statement
2015-01-15 22:32:42.196878684 before sql statment
--------------
update test211_4 set c2=c1 where batch=90
--------------
Query OK, 40000 rows affected (2.06 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:44.274498515 after sql statement
2015-01-15 22:32:44.284460655 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=90
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.59 sec)
Bye
2015-01-15 22:32:44.881502841 after sql statement
2015-01-15 22:32:44.964431078 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (4.60 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:32:49.601085974 after sql statement
2015-01-15 22:32:49.621320686 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=91
--------------
Query OK, 40000 rows affected (2.95 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.47 sec)
Bye
2015-01-15 22:32:53.070888725 after sql statement
2015-01-15 22:32:53.081273667 before sql statment
--------------
update test211_4 set c2=c1 where batch=91
--------------
Query OK, 40000 rows affected (1.75 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:32:54.864888913 after sql statement
2015-01-15 22:32:54.869384419 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=91
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.20 sec)
Bye
2015-01-15 22:32:55.072469146 after sql statement
2015-01-15 22:32:55.075543282 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223255_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:32:55 (8129) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223255_Job_62696.xml
2015-01-15 22:32:55 (8129) INFO : Job file loaded, run time for this step : 0.419484 seconds
2015-01-15 22:32:55 (8129) INFO : PreProcessing check starts
2015-01-15 22:32:55 (8129) INFO : PreProcessing check completed
2015-01-15 22:32:55 (8129) INFO : preProcess completed, run time for this step : 0.0772672 seconds
2015-01-15 22:32:55 (8129) INFO : No of Read Threads Spawned = 1
2015-01-15 22:32:55 (8129) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:32:55 (8129) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:32:56 (8129) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:32:56 (8129) INFO : Bulk load completed, total run time : 1.56513 seconds
2015-01-15 22:32:56.814723649 after import
2015-01-15 22:32:56.829368766 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=92
--------------
Query OK, 40000 rows affected (2.98 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.56 sec)
Bye
2015-01-15 22:33:00.389214753 after sql statement
2015-01-15 22:33:00.396633417 before sql statment
--------------
update test211_4 set c2=c1 where batch=92
--------------
Query OK, 40000 rows affected (2.11 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:33:02.518709001 after sql statement
2015-01-15 22:33:02.526364965 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=92
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.19 sec)
Bye
2015-01-15 22:33:03.725358492 after sql statement
2015-01-15 22:33:03.782516286 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (4.51 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:33:08.307920431 after sql statement
2015-01-15 22:33:08.315486149 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=93
--------------
Query OK, 40000 rows affected (3.35 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.23 sec)
Bye
2015-01-15 22:33:12.906491691 after sql statement
2015-01-15 22:33:12.912921915 before sql statment
--------------
update test211_4 set c2=c1 where batch=93
--------------
Query OK, 40000 rows affected (2.80 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:33:15.722040744 after sql statement
2015-01-15 22:33:15.729667770 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=93
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.40 sec)
Bye
2015-01-15 22:33:16.142538329 after sql statement
2015-01-15 22:33:16.144927924 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223316_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:33:16 (25320) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223316_Job_62696.xml
2015-01-15 22:33:16 (25320) INFO : Job file loaded, run time for this step : 0.349796 seconds
2015-01-15 22:33:16 (25320) INFO : PreProcessing check starts
2015-01-15 22:33:16 (25320) INFO : PreProcessing check completed
2015-01-15 22:33:16 (25320) INFO : preProcess completed, run time for this step : 0.0846739 seconds
2015-01-15 22:33:16 (25320) INFO : No of Read Threads Spawned = 1
2015-01-15 22:33:16 (25320) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:33:16 (25320) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:33:16 (25320) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:33:17 (25320) INFO : Bulk load completed, total run time : 1.46358 seconds
2015-01-15 22:33:17.789028414 after import
2015-01-15 22:33:17.796522717 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=94
--------------
Query OK, 40000 rows affected (2.01 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.00 sec)
Bye
2015-01-15 22:33:20.844477547 after sql statement
2015-01-15 22:33:20.855622435 before sql statment
--------------
update test211_4 set c2=c1 where batch=94
--------------
Query OK, 40000 rows affected (2.04 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:33:22.903627670 after sql statement
2015-01-15 22:33:22.909303960 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=94
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.20 sec)
Bye
2015-01-15 22:33:23.116789458 after sql statement
2015-01-15 22:33:23.153004282 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.58 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:33:26.740274000 after sql statement
2015-01-15 22:33:26.754782036 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=95
--------------
Query OK, 40000 rows affected (1.74 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.33 sec)
Bye
2015-01-15 22:33:29.827052676 after sql statement
2015-01-15 22:33:29.834914971 before sql statment
--------------
update test211_4 set c2=c1 where batch=95
--------------
Query OK, 40000 rows affected (2.79 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:33:32.639635946 after sql statement
2015-01-15 22:33:32.645426174 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=95
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.59 sec)
Bye
2015-01-15 22:33:33.257297478 after sql statement
2015-01-15 22:33:33.263095273 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223334_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:33:34 (37763) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223334_Job_62696.xml
2015-01-15 22:33:34 (37763) INFO : Job file loaded, run time for this step : 0.372145 seconds
2015-01-15 22:33:34 (37763) INFO : PreProcessing check starts
2015-01-15 22:33:34 (37763) INFO : PreProcessing check completed
2015-01-15 22:33:34 (37763) INFO : preProcess completed, run time for this step : 0.052599 seconds
2015-01-15 22:33:34 (37763) INFO : No of Read Threads Spawned = 1
2015-01-15 22:33:34 (37763) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:33:34 (37763) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:33:34 (37763) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:33:35 (37763) INFO : Bulk load completed, total run time : 1.46732 seconds
2015-01-15 22:33:35.551850988 after import
2015-01-15 22:33:35.556126109 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=96
--------------
Query OK, 40000 rows affected (4.28 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.85 sec)
Bye
2015-01-15 22:33:41.685590908 after sql statement
2015-01-15 22:33:41.693517139 before sql statment
--------------
update test211_4 set c2=c1 where batch=96
--------------
Query OK, 40000 rows affected (5.16 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:33:46.867814563 after sql statement
2015-01-15 22:33:46.872544962 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=96
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.33 sec)
Bye
2015-01-15 22:33:47.234920783 after sql statement
2015-01-15 22:33:47.288745662 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.70 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:33:51.003230403 after sql statement
2015-01-15 22:33:51.017673356 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=97
--------------
Query OK, 40000 rows affected (2.71 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.81 sec)
Bye
2015-01-15 22:33:54.584417419 after sql statement
2015-01-15 22:33:54.590701902 before sql statment
--------------
update test211_4 set c2=c1 where batch=97
--------------
Query OK, 40000 rows affected (3.57 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:33:58.208633073 after sql statement
2015-01-15 22:33:58.217198123 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=97
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.60 sec)
Bye
2015-01-15 22:33:58.833026047 after sql statement
2015-01-15 22:33:58.835468371 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223359_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:33:59 (52098) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223359_Job_62696.xml
2015-01-15 22:33:59 (52098) INFO : Job file loaded, run time for this step : 0.3471 seconds
2015-01-15 22:33:59 (52098) INFO : PreProcessing check starts
2015-01-15 22:33:59 (52098) INFO : PreProcessing check completed
2015-01-15 22:33:59 (52098) INFO : preProcess completed, run time for this step : 0.0434861 seconds
2015-01-15 22:33:59 (52098) INFO : No of Read Threads Spawned = 1
2015-01-15 22:33:59 (52098) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:33:59 (52098) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:33:59 (52098) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:34:00 (52098) INFO : Bulk load completed, total run time : 1.43245 seconds
2015-01-15 22:34:00.463693437 after import
2015-01-15 22:34:00.488360470 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=98
--------------
Query OK, 40000 rows affected (4.25 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.19 sec)
Bye
2015-01-15 22:34:05.931734397 after sql statement
2015-01-15 22:34:05.951514904 before sql statment
--------------
update test211_4 set c2=c1 where batch=98
--------------
Query OK, 40000 rows affected (2.54 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:34:08.511397047 after sql statement
2015-01-15 22:34:08.523585575 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=98
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (2.25 sec)
Bye
2015-01-15 22:34:10.785967876 after sql statement
2015-01-15 22:34:10.860450775 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (5.06 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:34:15.934072015 after sql statement
2015-01-15 22:34:15.950156718 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=99
--------------
Query OK, 40000 rows affected (5.78 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.14 sec)
Bye
2015-01-15 22:34:22.893717054 after sql statement
2015-01-15 22:34:22.909561495 before sql statment
--------------
update test211_4 set c2=c1 where batch=99
--------------
Query OK, 40000 rows affected (4.12 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:34:27.043552193 after sql statement
2015-01-15 22:34:27.053957199 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=99
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.98 sec)
Bye
2015-01-15 22:34:28.069866874 after sql statement
2015-01-15 22:34:28.072161619 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223429_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:34:29 (3600) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223429_Job_62696.xml
2015-01-15 22:34:29 (3600) INFO : Job file loaded, run time for this step : 0.434397 seconds
2015-01-15 22:34:29 (3600) INFO : PreProcessing check starts
2015-01-15 22:34:29 (3600) INFO : PreProcessing check completed
2015-01-15 22:34:29 (3600) INFO : preProcess completed, run time for this step : 0.0740461 seconds
2015-01-15 22:34:29 (3600) INFO : No of Read Threads Spawned = 1
2015-01-15 22:34:29 (3600) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:34:29 (3600) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:34:29 (3600) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:34:30 (3600) INFO : Bulk load completed, total run time : 1.54844 seconds
2015-01-15 22:34:30.656346374 after import
2015-01-15 22:34:30.679747213 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=100
--------------
Query OK, 40000 rows affected (2.43 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.54 sec)
Bye
2015-01-15 22:34:34.670931605 after sql statement
2015-01-15 22:34:34.682844165 before sql statment
--------------
update test211_4 set c2=c1 where batch=100
--------------
Query OK, 40000 rows affected (3.05 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:34:37.748348010 after sql statement
2015-01-15 22:34:37.755125906 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=100
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.36 sec)
Bye
2015-01-15 22:34:38.132908342 after sql statement
2015-01-15 22:34:38.178032098 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (4.54 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:34:42.727464529 after sql statement
2015-01-15 22:34:42.743782395 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=101
--------------
Query OK, 40000 rows affected (4.93 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.78 sec)
Bye
2015-01-15 22:34:50.476965254 after sql statement
2015-01-15 22:34:50.493498925 before sql statment
--------------
update test211_4 set c2=c1 where batch=101
--------------
Query OK, 40000 rows affected (3.18 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:34:53.712433562 after sql statement
2015-01-15 22:34:53.738680805 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=101
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.67 sec)
Bye
2015-01-15 22:34:54.419318581 after sql statement
2015-01-15 22:34:54.422055249 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223454_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:34:54 (18184) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223454_Job_62696.xml
2015-01-15 22:34:54 (18184) INFO : Job file loaded, run time for this step : 0.286049 seconds
2015-01-15 22:34:54 (18184) INFO : PreProcessing check starts
2015-01-15 22:34:54 (18184) INFO : PreProcessing check completed
2015-01-15 22:34:54 (18184) INFO : preProcess completed, run time for this step : 0.0442262 seconds
2015-01-15 22:34:54 (18184) INFO : No of Read Threads Spawned = 1
2015-01-15 22:34:54 (18184) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:34:54 (18184) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:34:55 (18184) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:34:55 (18184) INFO : Bulk load completed, total run time : 1.35954 seconds
2015-01-15 22:34:55.996743786 after import
2015-01-15 22:34:56.006150082 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=102
--------------
Query OK, 40000 rows affected (3.74 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.49 sec)
Bye
2015-01-15 22:35:01.270793013 after sql statement
2015-01-15 22:35:01.282543101 before sql statment
--------------
update test211_4 set c2=c1 where batch=102
--------------
Query OK, 40000 rows affected (3.45 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:35:04.758092608 after sql statement
2015-01-15 22:35:04.770674811 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=102
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (2.96 sec)
Bye
2015-01-15 22:35:07.754054590 after sql statement
2015-01-15 22:35:07.799232613 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (4.87 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:35:12.690603666 after sql statement
2015-01-15 22:35:12.696100330 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=103
--------------
Query OK, 40000 rows affected (3.69 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (2.15 sec)
Bye
2015-01-15 22:35:18.582783371 after sql statement
2015-01-15 22:35:18.590958040 before sql statment
--------------
update test211_4 set c2=c1 where batch=103
--------------
Query OK, 40000 rows affected (1.15 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:35:19.744937315 after sql statement
2015-01-15 22:35:19.749891435 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=103
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.23 sec)
Bye
2015-01-15 22:35:19.994842760 after sql statement
2015-01-15 22:35:19.997094946 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223520_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:35:20 (30895) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223520_Job_62696.xml
2015-01-15 22:35:20 (30895) INFO : Job file loaded, run time for this step : 0.348586 seconds
2015-01-15 22:35:20 (30895) INFO : PreProcessing check starts
2015-01-15 22:35:20 (30895) INFO : PreProcessing check completed
2015-01-15 22:35:20 (30895) INFO : preProcess completed, run time for this step : 0.048085 seconds
2015-01-15 22:35:20 (30895) INFO : No of Read Threads Spawned = 1
2015-01-15 22:35:20 (30895) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:35:20 (30895) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:35:20 (30895) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:35:21 (30895) INFO : Bulk load completed, total run time : 1.42464 seconds
2015-01-15 22:35:21.712824367 after import
2015-01-15 22:35:21.742375346 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=104
--------------
Query OK, 40000 rows affected (3.27 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.97 sec)
Bye
2015-01-15 22:35:25.994480153 after sql statement
2015-01-15 22:35:26.013927407 before sql statment
--------------
update test211_4 set c2=c1 where batch=104
--------------
Query OK, 40000 rows affected (4.15 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:35:30.205035426 after sql statement
2015-01-15 22:35:30.222451579 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=104
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (3.22 sec)
Bye
2015-01-15 22:35:33.445707473 after sql statement
2015-01-15 22:35:33.487767058 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.83 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:35:37.325285435 after sql statement
2015-01-15 22:35:37.329214449 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=105
--------------
Query OK, 40000 rows affected (3.55 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.83 sec)
Bye
2015-01-15 22:35:42.726633177 after sql statement
2015-01-15 22:35:42.755484313 before sql statment
--------------
update test211_4 set c2=c1 where batch=105
--------------
Query OK, 40000 rows affected (4.14 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:35:46.918189508 after sql statement
2015-01-15 22:35:46.932281892 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=105
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.25 sec)
Bye
2015-01-15 22:35:47.188180441 after sql statement
2015-01-15 22:35:47.190573722 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223547_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:35:47 (45872) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223547_Job_62696.xml
2015-01-15 22:35:47 (45872) INFO : Job file loaded, run time for this step : 0.328166 seconds
2015-01-15 22:35:47 (45872) INFO : PreProcessing check starts
2015-01-15 22:35:47 (45872) INFO : PreProcessing check completed
2015-01-15 22:35:47 (45872) INFO : preProcess completed, run time for this step : 0.035486 seconds
2015-01-15 22:35:47 (45872) INFO : No of Read Threads Spawned = 1
2015-01-15 22:35:47 (45872) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:35:47 (45872) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:35:47 (45872) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:35:48 (45872) INFO : Bulk load completed, total run time : 1.39401 seconds
2015-01-15 22:35:48.756385197 after import
2015-01-15 22:35:48.762543920 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=106
--------------
Query OK, 40000 rows affected (2.58 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.65 sec)
Bye
2015-01-15 22:35:52.010401540 after sql statement
2015-01-15 22:35:52.014711592 before sql statment
--------------
update test211_4 set c2=c1 where batch=106
--------------
Query OK, 40000 rows affected (2.36 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:35:54.380935478 after sql statement
2015-01-15 22:35:54.385739495 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=106
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.34 sec)
Bye
2015-01-15 22:35:54.744164805 after sql statement
2015-01-15 22:35:54.771759941 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.73 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:35:58.510462593 after sql statement
2015-01-15 22:35:58.513736862 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=107
--------------
Query OK, 40000 rows affected (2.01 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.80 sec)
Bye
2015-01-15 22:36:01.328511854 after sql statement
2015-01-15 22:36:01.335056913 before sql statment
--------------
update test211_4 set c2=c1 where batch=107
--------------
Query OK, 40000 rows affected (3.09 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:36:04.438441478 after sql statement
2015-01-15 22:36:04.444633582 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=107
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.91 sec)
Bye
2015-01-15 22:36:05.359225910 after sql statement
2015-01-15 22:36:05.362408865 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223605_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:36:05 (59786) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223605_Job_62696.xml
2015-01-15 22:36:05 (59786) INFO : Job file loaded, run time for this step : 0.364168 seconds
2015-01-15 22:36:05 (59786) INFO : PreProcessing check starts
2015-01-15 22:36:05 (59786) INFO : PreProcessing check completed
2015-01-15 22:36:05 (59786) INFO : preProcess completed, run time for this step : 0.061203 seconds
2015-01-15 22:36:05 (59786) INFO : No of Read Threads Spawned = 1
2015-01-15 22:36:06 (59786) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:36:06 (59786) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:36:06 (59786) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:36:07 (59786) INFO : Bulk load completed, total run time : 1.48956 seconds
2015-01-15 22:36:07.065591919 after import
2015-01-15 22:36:07.081724992 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=108
--------------
Query OK, 40000 rows affected (3.02 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.54 sec)
Bye
2015-01-15 22:36:10.697755265 after sql statement
2015-01-15 22:36:10.708454889 before sql statment
--------------
update test211_4 set c2=c1 where batch=108
--------------
Query OK, 40000 rows affected (1.19 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:36:11.920990823 after sql statement
2015-01-15 22:36:11.925840043 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=108
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.36 sec)
Bye
2015-01-15 22:36:12.292862913 after sql statement
2015-01-15 22:36:12.334610309 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (4.04 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:36:16.388082859 after sql statement
2015-01-15 22:36:16.396510949 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=109
--------------
Query OK, 40000 rows affected (2.97 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.07 sec)
Bye
2015-01-15 22:36:20.444873595 after sql statement
2015-01-15 22:36:20.453963799 before sql statment
--------------
update test211_4 set c2=c1 where batch=109
--------------
Query OK, 40000 rows affected (2.38 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:36:22.846003617 after sql statement
2015-01-15 22:36:22.850981879 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=109
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.65 sec)
Bye
2015-01-15 22:36:23.506739217 after sql statement
2015-01-15 22:36:23.517609278 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223624_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:36:24 (8853) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223624_Job_62696.xml
2015-01-15 22:36:24 (8853) INFO : Job file loaded, run time for this step : 0.47398 seconds
2015-01-15 22:36:24 (8853) INFO : PreProcessing check starts
2015-01-15 22:36:24 (8853) INFO : PreProcessing check completed
2015-01-15 22:36:24 (8853) INFO : preProcess completed, run time for this step : 0.0493779 seconds
2015-01-15 22:36:24 (8853) INFO : No of Read Threads Spawned = 1
2015-01-15 22:36:24 (8853) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:36:24 (8853) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:36:24 (8853) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:36:25 (8853) INFO : Bulk load completed, total run time : 1.53885 seconds
2015-01-15 22:36:25.324038425 after import
2015-01-15 22:36:25.328569143 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=110
--------------
Query OK, 40000 rows affected (1.63 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.21 sec)
Bye
2015-01-15 22:36:27.180880609 after sql statement
2015-01-15 22:36:27.185910405 before sql statment
--------------
update test211_4 set c2=c1 where batch=110
--------------
Query OK, 40000 rows affected (3.21 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:36:30.410631491 after sql statement
2015-01-15 22:36:30.418458632 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=110
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.23 sec)
Bye
2015-01-15 22:36:30.654265859 after sql statement
2015-01-15 22:36:30.680809788 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (5.54 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:36:36.224465385 after sql statement
2015-01-15 22:36:36.228718219 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=111
--------------
Query OK, 40000 rows affected (3.61 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.72 sec)
Bye
2015-01-15 22:36:40.566885777 after sql statement
2015-01-15 22:36:40.587134440 before sql statment
--------------
update test211_4 set c2=c1 where batch=111
--------------
Query OK, 40000 rows affected (2.33 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:36:42.942296327 after sql statement
2015-01-15 22:36:42.951014460 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=111
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.66 sec)
Bye
2015-01-15 22:36:43.614503121 after sql statement
2015-01-15 22:36:43.626355655 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223645_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:36:45 (22716) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223645_Job_62696.xml
2015-01-15 22:36:45 (22716) INFO : Job file loaded, run time for this step : 1.16743 seconds
2015-01-15 22:36:45 (22716) INFO : PreProcessing check starts
2015-01-15 22:36:45 (22716) INFO : PreProcessing check completed
2015-01-15 22:36:45 (22716) INFO : preProcess completed, run time for this step : 0.065722 seconds
2015-01-15 22:36:45 (22716) INFO : No of Read Threads Spawned = 1
2015-01-15 22:36:45 (22716) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:36:45 (22716) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:36:45 (22716) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:36:46 (22716) INFO : Bulk load completed, total run time : 2.27101 seconds
2015-01-15 22:36:46.534600016 after import
2015-01-15 22:36:46.542551234 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=112
--------------
Query OK, 40000 rows affected (3.76 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.73 sec)
Bye
2015-01-15 22:36:51.037272017 after sql statement
2015-01-15 22:36:51.050244609 before sql statment
--------------
update test211_4 set c2=c1 where batch=112
--------------
Query OK, 40000 rows affected (1.11 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:36:52.177086093 after sql statement
2015-01-15 22:36:52.181210757 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=112
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.88 sec)
Bye
2015-01-15 22:36:53.073552711 after sql statement
2015-01-15 22:36:53.097948063 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (6.48 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:36:59.587852701 after sql statement
2015-01-15 22:36:59.601326394 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=113
--------------
Query OK, 40000 rows affected (1.93 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.48 sec)
Bye
2015-01-15 22:37:02.032178396 after sql statement
2015-01-15 22:37:02.038019694 before sql statment
--------------
update test211_4 set c2=c1 where batch=113
--------------
Query OK, 40000 rows affected (3.10 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:37:05.148074774 after sql statement
2015-01-15 22:37:05.161624991 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=113
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.47 sec)
Bye
2015-01-15 22:37:05.640063118 after sql statement
2015-01-15 22:37:05.643146250 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223706_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:37:06 (39230) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223706_Job_62696.xml
2015-01-15 22:37:06 (39230) INFO : Job file loaded, run time for this step : 0.55049 seconds
2015-01-15 22:37:06 (39230) INFO : PreProcessing check starts
2015-01-15 22:37:06 (39230) INFO : PreProcessing check completed
2015-01-15 22:37:06 (39230) INFO : preProcess completed, run time for this step : 0.059598 seconds
2015-01-15 22:37:06 (39230) INFO : No of Read Threads Spawned = 1
2015-01-15 22:37:06 (39230) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:37:06 (39230) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:37:06 (39230) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:37:07 (39230) INFO : Bulk load completed, total run time : 1.6567 seconds
2015-01-15 22:37:07.462063558 after import
2015-01-15 22:37:07.474425252 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=114
--------------
Query OK, 40000 rows affected (3.47 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.65 sec)
Bye
2015-01-15 22:37:11.613668402 after sql statement
2015-01-15 22:37:11.623600552 before sql statment
--------------
update test211_4 set c2=c1 where batch=114
--------------
Query OK, 40000 rows affected (1.83 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:37:13.479276648 after sql statement
2015-01-15 22:37:13.485509221 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=114
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.42 sec)
Bye
2015-01-15 22:37:13.913581673 after sql statement
2015-01-15 22:37:13.950529463 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (5.79 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:37:19.749046339 after sql statement
2015-01-15 22:37:19.757278137 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=115
--------------
Query OK, 40000 rows affected (1.51 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.24 sec)
Bye
2015-01-15 22:37:21.510297160 after sql statement
2015-01-15 22:37:21.515620280 before sql statment
--------------
update test211_4 set c2=c1 where batch=115
--------------
Query OK, 40000 rows affected (2.08 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:37:23.607586486 after sql statement
2015-01-15 22:37:23.630322125 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=115
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.23 sec)
Bye
2015-01-15 22:37:24.874639516 after sql statement
2015-01-15 22:37:24.879183492 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223725_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:37:25 (54194) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223725_Job_62696.xml
2015-01-15 22:37:25 (54194) INFO : Job file loaded, run time for this step : 0.406271 seconds
2015-01-15 22:37:25 (54194) INFO : PreProcessing check starts
2015-01-15 22:37:25 (54194) INFO : PreProcessing check completed
2015-01-15 22:37:25 (54194) INFO : preProcess completed, run time for this step : 0.0589209 seconds
2015-01-15 22:37:25 (54194) INFO : No of Read Threads Spawned = 1
2015-01-15 22:37:25 (54194) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:37:25 (54194) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:37:25 (54194) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:37:26 (54194) INFO : Bulk load completed, total run time : 1.48135 seconds
2015-01-15 22:37:26.545892331 after import
2015-01-15 22:37:26.554661792 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=116
--------------
Query OK, 40000 rows affected (3.59 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.47 sec)
Bye
2015-01-15 22:37:31.635819854 after sql statement
2015-01-15 22:37:31.647494643 before sql statment
--------------
update test211_4 set c2=c1 where batch=116
--------------
Query OK, 40000 rows affected (2.79 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:37:34.442999169 after sql statement
2015-01-15 22:37:34.449256815 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=116
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.34 sec)
Bye
2015-01-15 22:37:34.800283506 after sql statement
2015-01-15 22:37:34.833583253 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.60 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:37:38.447318255 after sql statement
2015-01-15 22:37:38.459070151 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=117
--------------
Query OK, 40000 rows affected (3.98 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.92 sec)
Bye
2015-01-15 22:37:43.369312669 after sql statement
2015-01-15 22:37:43.375947883 before sql statment
--------------
update test211_4 set c2=c1 where batch=117
--------------
Query OK, 40000 rows affected (1.89 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:37:45.302914859 after sql statement
2015-01-15 22:37:45.306953691 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=117
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.40 sec)
Bye
2015-01-15 22:37:46.726981833 after sql statement
2015-01-15 22:37:46.757160549 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223747_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:37:47 (4593) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223747_Job_62696.xml
2015-01-15 22:37:47 (4593) INFO : Job file loaded, run time for this step : 0.606425 seconds
2015-01-15 22:37:47 (4593) INFO : PreProcessing check starts
2015-01-15 22:37:47 (4593) INFO : PreProcessing check completed
2015-01-15 22:37:47 (4593) INFO : preProcess completed, run time for this step : 0.0273201 seconds
2015-01-15 22:37:47 (4593) INFO : No of Read Threads Spawned = 1
2015-01-15 22:37:47 (4593) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:37:47 (4593) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:37:47 (4593) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:37:48 (4593) INFO : Bulk load completed, total run time : 1.67893 seconds
2015-01-15 22:37:48.679309796 after import
2015-01-15 22:37:48.688022274 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=118
--------------
Query OK, 40000 rows affected (3.71 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.75 sec)
Bye
2015-01-15 22:37:53.162876927 after sql statement
2015-01-15 22:37:53.169019664 before sql statment
--------------
update test211_4 set c2=c1 where batch=118
--------------
Query OK, 40000 rows affected (2.06 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:37:55.244919400 after sql statement
2015-01-15 22:37:55.257412774 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=118
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.29 sec)
Bye
2015-01-15 22:37:55.572533885 after sql statement
2015-01-15 22:37:55.659931428 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (5.01 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:38:00.682921792 after sql statement
2015-01-15 22:38:00.688068822 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=119
--------------
Query OK, 40000 rows affected (3.21 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.95 sec)
Bye
2015-01-15 22:38:04.854527893 after sql statement
2015-01-15 22:38:04.860158288 before sql statment
--------------
update test211_4 set c2=c1 where batch=119
--------------
Query OK, 40000 rows affected (1.19 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:38:06.062034608 after sql statement
2015-01-15 22:38:06.078639592 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=119
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.48 sec)
Bye
2015-01-15 22:38:06.575848556 after sql statement
2015-01-15 22:38:06.603979250 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223807_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:38:07 (17601) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223807_Job_62696.xml
2015-01-15 22:38:07 (17601) INFO : Job file loaded, run time for this step : 0.612699 seconds
2015-01-15 22:38:07 (17601) INFO : PreProcessing check starts
2015-01-15 22:38:07 (17601) INFO : PreProcessing check completed
2015-01-15 22:38:07 (17601) INFO : preProcess completed, run time for this step : 0.033499 seconds
2015-01-15 22:38:07 (17601) INFO : No of Read Threads Spawned = 1
2015-01-15 22:38:07 (17601) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:38:07 (17601) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:38:07 (17601) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:38:08 (17601) INFO : Bulk load completed, total run time : 1.66568 seconds
2015-01-15 22:38:08.492198554 after import
2015-01-15 22:38:08.503663256 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=120
--------------
Query OK, 40000 rows affected (2.95 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.29 sec)
Bye
2015-01-15 22:38:12.769980794 after sql statement
2015-01-15 22:38:12.789506724 before sql statment
--------------
update test211_4 set c2=c1 where batch=120
--------------
Query OK, 40000 rows affected (2.81 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:38:15.719427297 after sql statement
2015-01-15 22:38:15.729418343 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=120
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.99 sec)
Bye
2015-01-15 22:38:16.731933980 after sql statement
2015-01-15 22:38:16.798362369 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.51 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:38:20.331147146 after sql statement
2015-01-15 22:38:20.385410397 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=121
--------------
Query OK, 40000 rows affected (2.29 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.56 sec)
Bye
2015-01-15 22:38:23.264430062 after sql statement
2015-01-15 22:38:23.268364713 before sql statment
--------------
update test211_4 set c2=c1 where batch=121
--------------
Query OK, 40000 rows affected (3.20 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:38:26.474802283 after sql statement
2015-01-15 22:38:26.482489761 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=121
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.62 sec)
Bye
2015-01-15 22:38:27.109266799 after sql statement
2015-01-15 22:38:27.114292882 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223827_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:38:27 (32645) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223827_Job_62696.xml
2015-01-15 22:38:27 (32645) INFO : Job file loaded, run time for this step : 0.477471 seconds
2015-01-15 22:38:27 (32645) INFO : PreProcessing check starts
2015-01-15 22:38:28 (32645) INFO : PreProcessing check completed
2015-01-15 22:38:28 (32645) INFO : preProcess completed, run time for this step : 0.0989699 seconds
2015-01-15 22:38:28 (32645) INFO : No of Read Threads Spawned = 1
2015-01-15 22:38:28 (32645) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:38:28 (32645) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:38:28 (32645) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:38:29 (32645) INFO : Bulk load completed, total run time : 1.61617 seconds
2015-01-15 22:38:29.055721610 after import
2015-01-15 22:38:29.059390373 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=122
--------------
Query OK, 40000 rows affected (2.08 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.88 sec)
Bye
2015-01-15 22:38:32.027666375 after sql statement
2015-01-15 22:38:32.035494786 before sql statment
--------------
update test211_4 set c2=c1 where batch=122
--------------
Query OK, 40000 rows affected (1.67 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:38:33.726253054 after sql statement
2015-01-15 22:38:33.735348550 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=122
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.36 sec)
Bye
2015-01-15 22:38:34.126519052 after sql statement
2015-01-15 22:38:34.180588551 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (4.29 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:38:38.484138872 after sql statement
2015-01-15 22:38:38.490353616 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=123
--------------
Query OK, 40000 rows affected (2.22 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.29 sec)
Bye
2015-01-15 22:38:42.013264557 after sql statement
2015-01-15 22:38:42.016915244 before sql statment
--------------
update test211_4 set c2=c1 where batch=123
--------------
Query OK, 40000 rows affected (2.26 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:38:44.290782296 after sql statement
2015-01-15 22:38:44.303859374 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=123
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.66 sec)
Bye
2015-01-15 22:38:44.972969759 after sql statement
2015-01-15 22:38:44.976179134 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223845_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:38:45 (45971) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223845_Job_62696.xml
2015-01-15 22:38:45 (45971) INFO : Job file loaded, run time for this step : 0.316129 seconds
2015-01-15 22:38:45 (45971) INFO : PreProcessing check starts
2015-01-15 22:38:45 (45971) INFO : PreProcessing check completed
2015-01-15 22:38:45 (45971) INFO : preProcess completed, run time for this step : 0.040143 seconds
2015-01-15 22:38:45 (45971) INFO : No of Read Threads Spawned = 1
2015-01-15 22:38:45 (45971) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:38:45 (45971) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:38:45 (45971) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:38:46 (45971) INFO : Bulk load completed, total run time : 1.38047 seconds
2015-01-15 22:38:46.527016045 after import
2015-01-15 22:38:46.542093190 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=124
--------------
Query OK, 40000 rows affected (2.12 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.02 sec)
Bye
2015-01-15 22:38:49.697880878 after sql statement
2015-01-15 22:38:49.715090666 before sql statment
--------------
update test211_4 set c2=c1 where batch=124
--------------
Query OK, 40000 rows affected (2.71 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:38:52.437231536 after sql statement
2015-01-15 22:38:52.440794533 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=124
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.25 sec)
Bye
2015-01-15 22:38:52.696212672 after sql statement
2015-01-15 22:38:52.729297801 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (4.34 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:38:57.079955984 after sql statement
2015-01-15 22:38:57.094429216 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=125
--------------
Query OK, 40000 rows affected (3.22 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.44 sec)
Bye
2015-01-15 22:39:00.769914335 after sql statement
2015-01-15 22:39:00.773595837 before sql statment
--------------
update test211_4 set c2=c1 where batch=125
--------------
Query OK, 40000 rows affected (2.15 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:02.935989313 after sql statement
2015-01-15 22:39:02.949898165 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=125
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.70 sec)
Bye
2015-01-15 22:39:04.663561530 after sql statement
2015-01-15 22:39:04.667503736 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223905_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:39:05 (61061) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223905_Job_62696.xml
2015-01-15 22:39:05 (61061) INFO : Job file loaded, run time for this step : 0.428446 seconds
2015-01-15 22:39:05 (61061) INFO : PreProcessing check starts
2015-01-15 22:39:05 (61061) INFO : PreProcessing check completed
2015-01-15 22:39:05 (61061) INFO : preProcess completed, run time for this step : 0.106159 seconds
2015-01-15 22:39:05 (61061) INFO : No of Read Threads Spawned = 1
2015-01-15 22:39:05 (61061) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:39:05 (61061) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:39:05 (61061) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:39:06 (61061) INFO : Bulk load completed, total run time : 1.55856 seconds
2015-01-15 22:39:06.417542569 after import
2015-01-15 22:39:06.442000478 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=126
--------------
Query OK, 40000 rows affected (2.21 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.07 sec)
Bye
2015-01-15 22:39:09.745444421 after sql statement
2015-01-15 22:39:09.751520417 before sql statment
--------------
update test211_4 set c2=c1 where batch=126
--------------
Query OK, 40000 rows affected (1.69 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:11.453946815 after sql statement
2015-01-15 22:39:11.458511072 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=126
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.62 sec)
Bye
2015-01-15 22:39:12.089846271 after sql statement
2015-01-15 22:39:12.154103196 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.86 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:39:16.052847414 after sql statement
2015-01-15 22:39:16.067319630 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=127
--------------
Query OK, 40000 rows affected (3.15 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.58 sec)
Bye
2015-01-15 22:39:19.807401579 after sql statement
2015-01-15 22:39:19.814017135 before sql statment
--------------
update test211_4 set c2=c1 where batch=127
--------------
Query OK, 40000 rows affected (2.04 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:21.860291603 after sql statement
2015-01-15 22:39:21.865112955 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=127
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.30 sec)
Bye
2015-01-15 22:39:22.173314751 after sql statement
2015-01-15 22:39:22.175306004 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223922_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:39:22 (10066) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223922_Job_62696.xml
2015-01-15 22:39:22 (10066) INFO : Job file loaded, run time for this step : 0.281604 seconds
2015-01-15 22:39:22 (10066) INFO : PreProcessing check starts
2015-01-15 22:39:22 (10066) INFO : PreProcessing check completed
2015-01-15 22:39:22 (10066) INFO : preProcess completed, run time for this step : 0.033186 seconds
2015-01-15 22:39:22 (10066) INFO : No of Read Threads Spawned = 1
2015-01-15 22:39:22 (10066) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:39:22 (10066) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:39:22 (10066) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:39:23 (10066) INFO : Bulk load completed, total run time : 1.33816 seconds
2015-01-15 22:39:23.654530177 after import
2015-01-15 22:39:23.666290078 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=128
--------------
Query OK, 40000 rows affected (2.43 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.15 sec)
Bye
2015-01-15 22:39:27.256470434 after sql statement
2015-01-15 22:39:27.261621515 before sql statment
--------------
update test211_4 set c2=c1 where batch=128
--------------
Query OK, 40000 rows affected (3.70 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:30.972476564 after sql statement
2015-01-15 22:39:30.976624473 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=128
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.12 sec)
Bye
2015-01-15 22:39:31.100156730 after sql statement
2015-01-15 22:39:31.127885741 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.38 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:39:34.516517874 after sql statement
2015-01-15 22:39:34.536771583 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=129
--------------
Query OK, 40000 rows affected (2.31 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.65 sec)
Bye
2015-01-15 22:39:37.521901074 after sql statement
2015-01-15 22:39:37.539530532 before sql statment
--------------
update test211_4 set c2=c1 where batch=129
--------------
Query OK, 40000 rows affected (2.58 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:40.122095781 after sql statement
2015-01-15 22:39:40.129672254 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=129
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.62 sec)
Bye
2015-01-15 22:39:40.779793530 after sql statement
2015-01-15 22:39:40.787807113 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223941_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:39:41 (24486) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T223941_Job_62696.xml
2015-01-15 22:39:41 (24486) INFO : Job file loaded, run time for this step : 0.371308 seconds
2015-01-15 22:39:41 (24486) INFO : PreProcessing check starts
2015-01-15 22:39:41 (24486) INFO : PreProcessing check completed
2015-01-15 22:39:41 (24486) INFO : preProcess completed, run time for this step : 0.0572572 seconds
2015-01-15 22:39:41 (24486) INFO : No of Read Threads Spawned = 1
2015-01-15 22:39:41 (24486) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:39:41 (24486) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:39:41 (24486) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:39:42 (24486) INFO : Bulk load completed, total run time : 1.45817 seconds
2015-01-15 22:39:42.461041499 after import
2015-01-15 22:39:42.468540488 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=130
--------------
Query OK, 40000 rows affected (2.17 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.94 sec)
Bye
2015-01-15 22:39:45.593445366 after sql statement
2015-01-15 22:39:45.601666412 before sql statment
--------------
update test211_4 set c2=c1 where batch=130
--------------
Query OK, 40000 rows affected (2.59 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:48.204494320 after sql statement
2015-01-15 22:39:48.224206552 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=130
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.57 sec)
Bye
2015-01-15 22:39:48.809115083 after sql statement
2015-01-15 22:39:48.836704117 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (5.43 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:39:54.285127968 after sql statement
2015-01-15 22:39:54.292154114 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=131
--------------
Query OK, 40000 rows affected (1.90 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.66 sec)
Bye
2015-01-15 22:39:56.856264368 after sql statement
2015-01-15 22:39:56.863901979 before sql statment
--------------
update test211_4 set c2=c1 where batch=131
--------------
Query OK, 40000 rows affected (2.88 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:39:59.745674718 after sql statement
2015-01-15 22:39:59.752155171 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=131
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.38 sec)
Bye
2015-01-15 22:40:00.141171395 after sql statement
2015-01-15 22:40:00.144102159 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224000_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:40:00 (38385) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224000_Job_62696.xml
2015-01-15 22:40:00 (38385) INFO : Job file loaded, run time for this step : 0.342169 seconds
2015-01-15 22:40:00 (38385) INFO : PreProcessing check starts
2015-01-15 22:40:00 (38385) INFO : PreProcessing check completed
2015-01-15 22:40:00 (38385) INFO : preProcess completed, run time for this step : 0.0449581 seconds
2015-01-15 22:40:00 (38385) INFO : No of Read Threads Spawned = 1
2015-01-15 22:40:00 (38385) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:40:00 (38385) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:40:00 (38385) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:40:01 (38385) INFO : Bulk load completed, total run time : 1.44002 seconds
2015-01-15 22:40:01.740778362 after import
2015-01-15 22:40:01.750972046 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=132
--------------
Query OK, 40000 rows affected (1.53 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.30 sec)
Bye
2015-01-15 22:40:04.590355335 after sql statement
2015-01-15 22:40:04.597067644 before sql statment
--------------
update test211_4 set c2=c1 where batch=132
--------------
Query OK, 40000 rows affected (1.14 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:40:05.748442659 after sql statement
2015-01-15 22:40:05.756783340 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=132
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.56 sec)
Bye
2015-01-15 22:40:06.322471801 after sql statement
2015-01-15 22:40:06.367821105 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.69 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:40:10.077849891 after sql statement
2015-01-15 22:40:10.089022375 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=133
--------------
Query OK, 40000 rows affected (3.23 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.94 sec)
Bye
2015-01-15 22:40:14.273367415 after sql statement
2015-01-15 22:40:14.286175312 before sql statment
--------------
update test211_4 set c2=c1 where batch=133
--------------
Query OK, 40000 rows affected (1.24 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:40:15.538045144 after sql statement
2015-01-15 22:40:15.542462996 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=133
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.21 sec)
Bye
2015-01-15 22:40:15.756292941 after sql statement
2015-01-15 22:40:15.758466364 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224016_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:40:16 (50606) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224016_Job_62696.xml
2015-01-15 22:40:16 (50606) INFO : Job file loaded, run time for this step : 0.352379 seconds
2015-01-15 22:40:16 (50606) INFO : PreProcessing check starts
2015-01-15 22:40:16 (50606) INFO : PreProcessing check completed
2015-01-15 22:40:16 (50606) INFO : preProcess completed, run time for this step : 0.0355721 seconds
2015-01-15 22:40:16 (50606) INFO : No of Read Threads Spawned = 1
2015-01-15 22:40:16 (50606) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:40:16 (50606) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:40:17 (50606) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:40:17 (50606) INFO : Bulk load completed, total run time : 1.41604 seconds
2015-01-15 22:40:17.953959806 after import
2015-01-15 22:40:17.961476851 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=134
--------------
Query OK, 40000 rows affected (2.88 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.53 sec)
Bye
2015-01-15 22:40:22.379451003 after sql statement
2015-01-15 22:40:22.383505144 before sql statment
--------------
update test211_4 set c2=c1 where batch=134
--------------
Query OK, 40000 rows affected (1.60 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:40:23.995399308 after sql statement
2015-01-15 22:40:24.003651396 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=134
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.44 sec)
Bye
2015-01-15 22:40:25.453274946 after sql statement
2015-01-15 22:40:25.512600255 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (6.39 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:40:31.907204642 after sql statement
2015-01-15 22:40:31.911583491 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=135
--------------
Query OK, 40000 rows affected (1.64 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.63 sec)
Bye
2015-01-15 22:40:34.212058322 after sql statement
2015-01-15 22:40:34.220217803 before sql statment
--------------
update test211_4 set c2=c1 where batch=135
--------------
Query OK, 40000 rows affected (0.91 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:40:35.146849914 after sql statement
2015-01-15 22:40:35.152885533 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=135
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.54 sec)
Bye
2015-01-15 22:40:35.709115720 after sql statement
2015-01-15 22:40:35.713576317 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224036_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:40:36 (64974) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224036_Job_62696.xml
2015-01-15 22:40:36 (64974) INFO : Job file loaded, run time for this step : 0.269175 seconds
2015-01-15 22:40:36 (64974) INFO : PreProcessing check starts
2015-01-15 22:40:36 (64974) INFO : PreProcessing check completed
2015-01-15 22:40:36 (64974) INFO : preProcess completed, run time for this step : 0.042371 seconds
2015-01-15 22:40:36 (64974) INFO : No of Read Threads Spawned = 1
2015-01-15 22:40:36 (64974) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:40:36 (64974) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:40:37 (64974) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:40:37 (64974) INFO : Bulk load completed, total run time : 1.33453 seconds
2015-01-15 22:40:37.201409811 after import
2015-01-15 22:40:37.208962801 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=136
--------------
Query OK, 40000 rows affected (3.11 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.94 sec)
Bye
2015-01-15 22:40:41.272794757 after sql statement
2015-01-15 22:40:41.282159327 before sql statment
--------------
update test211_4 set c2=c1 where batch=136
--------------
Query OK, 40000 rows affected (2.58 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:40:43.882928481 after sql statement
2015-01-15 22:40:43.903027523 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=136
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.86 sec)
Bye
2015-01-15 22:40:44.772770570 after sql statement
2015-01-15 22:40:44.817136148 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.49 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:40:48.321815817 after sql statement
2015-01-15 22:40:48.326875831 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=137
--------------
Query OK, 40000 rows affected (3.28 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.89 sec)
Bye
2015-01-15 22:40:52.508598851 after sql statement
2015-01-15 22:40:52.522708654 before sql statment
--------------
update test211_4 set c2=c1 where batch=137
--------------
Query OK, 40000 rows affected (2.93 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:40:55.466146173 after sql statement
2015-01-15 22:40:55.474475361 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=137
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.66 sec)
Bye
2015-01-15 22:40:57.141803075 after sql statement
2015-01-15 22:40:57.149318754 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224059_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:40:59 (14148) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224059_Job_62696.xml
2015-01-15 22:40:59 (14148) INFO : Job file loaded, run time for this step : 0.391359 seconds
2015-01-15 22:40:59 (14148) INFO : PreProcessing check starts
2015-01-15 22:40:59 (14148) INFO : PreProcessing check completed
2015-01-15 22:40:59 (14148) INFO : preProcess completed, run time for this step : 0.0960939 seconds
2015-01-15 22:40:59 (14148) INFO : No of Read Threads Spawned = 1
2015-01-15 22:40:59 (14148) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:40:59 (14148) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:40:59 (14148) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:41:00 (14148) INFO : Bulk load completed, total run time : 1.50492 seconds
2015-01-15 22:41:00.573151875 after import
2015-01-15 22:41:00.585059290 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=138
--------------
Query OK, 40000 rows affected (2.83 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.65 sec)
Bye
2015-01-15 22:41:04.077168171 after sql statement
2015-01-15 22:41:04.085742175 before sql statment
--------------
update test211_4 set c2=c1 where batch=138
--------------
Query OK, 40000 rows affected (2.02 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:41:06.115208642 after sql statement
2015-01-15 22:41:06.124968323 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=138
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.69 sec)
Bye
2015-01-15 22:41:06.827687211 after sql statement
2015-01-15 22:41:06.894437839 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.56 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:41:10.464750928 after sql statement
2015-01-15 22:41:10.472018804 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=139
--------------
Query OK, 40000 rows affected (3.24 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.01 sec)
Bye
2015-01-15 22:41:14.747972375 after sql statement
2015-01-15 22:41:14.756025000 before sql statment
--------------
update test211_4 set c2=c1 where batch=139
--------------
Query OK, 40000 rows affected (1.13 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:41:15.890741522 after sql statement
2015-01-15 22:41:15.909936202 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=139
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.98 sec)
Bye
2015-01-15 22:41:16.906717240 after sql statement
2015-01-15 22:41:16.910216081 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224117_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:41:17 (28672) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224117_Job_62696.xml
2015-01-15 22:41:17 (28672) INFO : Job file loaded, run time for this step : 0.408104 seconds
2015-01-15 22:41:17 (28672) INFO : PreProcessing check starts
2015-01-15 22:41:17 (28672) INFO : PreProcessing check completed
2015-01-15 22:41:17 (28672) INFO : preProcess completed, run time for this step : 0.0607481 seconds
2015-01-15 22:41:17 (28672) INFO : No of Read Threads Spawned = 1
2015-01-15 22:41:17 (28672) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:41:17 (28672) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:41:17 (28672) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:41:19 (28672) INFO : Bulk load completed, total run time : 2.06751 seconds
2015-01-15 22:41:19.263759826 after import
2015-01-15 22:41:19.289333293 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=140
--------------
Query OK, 40000 rows affected (4.24 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.36 sec)
Bye
2015-01-15 22:41:23.910291709 after sql statement
2015-01-15 22:41:23.917142543 before sql statment
--------------
update test211_4 set c2=c1 where batch=140
--------------
Query OK, 40000 rows affected (2.18 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:41:26.100211864 after sql statement
2015-01-15 22:41:26.104755276 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=140
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.08 sec)
Bye
2015-01-15 22:41:27.199258228 after sql statement
2015-01-15 22:41:27.238790745 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (4.31 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:41:31.569922396 after sql statement
2015-01-15 22:41:31.579483588 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=141
--------------
Query OK, 40000 rows affected (4.38 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.40 sec)
Bye
2015-01-15 22:41:36.382436917 after sql statement
2015-01-15 22:41:36.389702495 before sql statment
--------------
update test211_4 set c2=c1 where batch=141
--------------
Query OK, 40000 rows affected (1.89 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:41:38.291913397 after sql statement
2015-01-15 22:41:38.299105258 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=141
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.32 sec)
Bye
2015-01-15 22:41:38.618983960 after sql statement
2015-01-15 22:41:38.620956974 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224139_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:41:39 (43043) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224139_Job_62696.xml
2015-01-15 22:41:39 (43043) INFO : Job file loaded, run time for this step : 0.303632 seconds
2015-01-15 22:41:39 (43043) INFO : PreProcessing check starts
2015-01-15 22:41:39 (43043) INFO : PreProcessing check completed
2015-01-15 22:41:39 (43043) INFO : preProcess completed, run time for this step : 0.0672178 seconds
2015-01-15 22:41:39 (43043) INFO : No of Read Threads Spawned = 1
2015-01-15 22:41:39 (43043) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:41:39 (43043) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:41:39 (43043) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:41:40 (43043) INFO : Bulk load completed, total run time : 1.39246 seconds
2015-01-15 22:41:40.847612125 after import
2015-01-15 22:41:40.859382600 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=142
--------------
Query OK, 40000 rows affected (2.26 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.71 sec)
Bye
2015-01-15 22:41:43.833834965 after sql statement
2015-01-15 22:41:43.841739078 before sql statment
--------------
update test211_4 set c2=c1 where batch=142
--------------
Query OK, 40000 rows affected (2.10 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:41:45.958563479 after sql statement
2015-01-15 22:41:45.964253568 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=142
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.49 sec)
Bye
2015-01-15 22:41:46.476968005 after sql statement
2015-01-15 22:41:46.521107970 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (4.08 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:41:50.607322033 after sql statement
2015-01-15 22:41:50.619166915 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=143
--------------
Query OK, 40000 rows affected (4.02 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.04 sec)
Bye
2015-01-15 22:41:55.692830822 after sql statement
2015-01-15 22:41:55.703736010 before sql statment
--------------
update test211_4 set c2=c1 where batch=143
--------------
Query OK, 40000 rows affected (2.30 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:41:58.015233034 after sql statement
2015-01-15 22:41:58.020212567 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=143
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.34 sec)
Bye
2015-01-15 22:41:58.371880849 after sql statement
2015-01-15 22:41:58.375901773 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224158_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:41:58 (58424) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224158_Job_62696.xml
2015-01-15 22:41:58 (58424) INFO : Job file loaded, run time for this step : 0.277012 seconds
2015-01-15 22:41:58 (58424) INFO : PreProcessing check starts
2015-01-15 22:41:58 (58424) INFO : PreProcessing check completed
2015-01-15 22:41:58 (58424) INFO : preProcess completed, run time for this step : 0.041496 seconds
2015-01-15 22:41:58 (58424) INFO : No of Read Threads Spawned = 1
2015-01-15 22:41:58 (58424) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:41:58 (58424) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:41:58 (58424) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:41:59 (58424) INFO : Bulk load completed, total run time : 1.35078 seconds
2015-01-15 22:41:59.885218247 after import
2015-01-15 22:41:59.895525663 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=144
--------------
Query OK, 40000 rows affected (2.00 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.31 sec)
Bye
2015-01-15 22:42:02.223855361 after sql statement
2015-01-15 22:42:02.234927742 before sql statment
--------------
update test211_4 set c2=c1 where batch=144
--------------
Query OK, 40000 rows affected (2.11 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:04.371960945 after sql statement
2015-01-15 22:42:04.415476458 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=144
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.71 sec)
Bye
2015-01-15 22:42:05.134279927 after sql statement
2015-01-15 22:42:05.179820660 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.50 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:42:08.689346554 after sql statement
2015-01-15 22:42:08.708788807 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=145
--------------
Query OK, 40000 rows affected (2.84 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.87 sec)
Bye
2015-01-15 22:42:12.439699585 after sql statement
2015-01-15 22:42:12.450302262 before sql statment
--------------
update test211_4 set c2=c1 where batch=145
--------------
Query OK, 40000 rows affected (1.89 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:14.353685462 after sql statement
2015-01-15 22:42:14.361392745 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=145
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.32 sec)
Bye
2015-01-15 22:42:14.686411909 after sql statement
2015-01-15 22:42:14.688645202 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224215_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:42:15 (6791) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224215_Job_62696.xml
2015-01-15 22:42:15 (6791) INFO : Job file loaded, run time for this step : 0.420438 seconds
2015-01-15 22:42:15 (6791) INFO : PreProcessing check starts
2015-01-15 22:42:15 (6791) INFO : PreProcessing check completed
2015-01-15 22:42:15 (6791) INFO : preProcess completed, run time for this step : 0.10157 seconds
2015-01-15 22:42:15 (6791) INFO : No of Read Threads Spawned = 1
2015-01-15 22:42:15 (6791) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:42:15 (6791) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:42:15 (6791) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:42:16 (6791) INFO : Bulk load completed, total run time : 1.56446 seconds
2015-01-15 22:42:16.830015535 after import
2015-01-15 22:42:16.849931498 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=146
--------------
Query OK, 40000 rows affected (4.24 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.34 sec)
Bye
2015-01-15 22:42:21.438930541 after sql statement
2015-01-15 22:42:21.443031491 before sql statment
--------------
update test211_4 set c2=c1 where batch=146
--------------
Query OK, 40000 rows affected (0.98 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:22.424270606 after sql statement
2015-01-15 22:42:22.447332102 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=146
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.35 sec)
Bye
2015-01-15 22:42:22.809804457 after sql statement
2015-01-15 22:42:22.839084857 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.46 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:42:26.323055051 after sql statement
2015-01-15 22:42:26.330745693 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=147
--------------
Query OK, 40000 rows affected (2.63 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.44 sec)
Bye
2015-01-15 22:42:29.413821609 after sql statement
2015-01-15 22:42:29.429171843 before sql statment
--------------
update test211_4 set c2=c1 where batch=147
--------------
Query OK, 40000 rows affected (2.90 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:32.345622089 after sql statement
2015-01-15 22:42:32.352803565 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=147
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.28 sec)
Bye
2015-01-15 22:42:32.636615566 after sql statement
2015-01-15 22:42:32.640474954 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224233_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:42:33 (20962) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224233_Job_62696.xml
2015-01-15 22:42:33 (20962) INFO : Job file loaded, run time for this step : 0.364245 seconds
2015-01-15 22:42:33 (20962) INFO : PreProcessing check starts
2015-01-15 22:42:33 (20962) INFO : PreProcessing check completed
2015-01-15 22:42:33 (20962) INFO : preProcess completed, run time for this step : 0.0727432 seconds
2015-01-15 22:42:33 (20962) INFO : No of Read Threads Spawned = 1
2015-01-15 22:42:33 (20962) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:42:33 (20962) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:42:33 (20962) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:42:34 (20962) INFO : Bulk load completed, total run time : 1.46453 seconds
2015-01-15 22:42:34.270384068 after import
2015-01-15 22:42:34.276784972 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=148
--------------
Query OK, 40000 rows affected (1.95 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.66 sec)
Bye
2015-01-15 22:42:37.896919021 after sql statement
2015-01-15 22:42:37.905623225 before sql statment
--------------
update test211_4 set c2=c1 where batch=148
--------------
Query OK, 40000 rows affected (1.33 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:39.246953122 after sql statement
2015-01-15 22:42:39.252785810 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=148
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.13 sec)
Bye
2015-01-15 22:42:39.391487226 after sql statement
2015-01-15 22:42:39.414359674 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.59 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:42:43.014120224 after sql statement
2015-01-15 22:42:43.020149270 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=149
--------------
Query OK, 40000 rows affected (2.40 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.34 sec)
Bye
2015-01-15 22:42:46.782514235 after sql statement
2015-01-15 22:42:46.862489533 before sql statment
--------------
update test211_4 set c2=c1 where batch=149
--------------
Query OK, 40000 rows affected (2.27 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:49.163998099 after sql statement
2015-01-15 22:42:49.168060591 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=149
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.23 sec)
Bye
2015-01-15 22:42:49.407846880 after sql statement
2015-01-15 22:42:49.425092316 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224249_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:42:50 (34624) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224249_Job_62696.xml
2015-01-15 22:42:50 (34624) INFO : Job file loaded, run time for this step : 0.463896 seconds
2015-01-15 22:42:50 (34624) INFO : PreProcessing check starts
2015-01-15 22:42:50 (34624) INFO : PreProcessing check completed
2015-01-15 22:42:50 (34624) INFO : preProcess completed, run time for this step : 0.0719879 seconds
2015-01-15 22:42:50 (34624) INFO : No of Read Threads Spawned = 1
2015-01-15 22:42:50 (34624) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:42:50 (34624) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:42:50 (34624) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:42:51 (34624) INFO : Bulk load completed, total run time : 1.57064 seconds
2015-01-15 22:42:51.167574372 after import
2015-01-15 22:42:51.171792446 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=150
--------------
Query OK, 40000 rows affected (1.75 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.56 sec)
Bye
2015-01-15 22:42:53.514741689 after sql statement
2015-01-15 22:42:53.531969599 before sql statment
--------------
update test211_4 set c2=c1 where batch=150
--------------
Query OK, 40000 rows affected (3.08 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:42:56.634377052 after sql statement
2015-01-15 22:42:56.658110315 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=150
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.78 sec)
Bye
2015-01-15 22:42:57.457671754 after sql statement
2015-01-15 22:42:57.488302664 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (6.43 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:43:04.182134735 after sql statement
2015-01-15 22:43:04.208889614 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=151
--------------
Query OK, 40000 rows affected (1.69 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.38 sec)
Bye
2015-01-15 22:43:06.284421772 after sql statement
2015-01-15 22:43:06.290908228 before sql statment
--------------
update test211_4 set c2=c1 where batch=151
--------------
Query OK, 40000 rows affected (3.79 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:43:10.094131927 after sql statement
2015-01-15 22:43:10.152497382 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=151
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.32 sec)
Bye
2015-01-15 22:43:11.476219477 after sql statement
2015-01-15 22:43:11.478919170 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224311_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:43:11 (48473) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224311_Job_62696.xml
2015-01-15 22:43:11 (48473) INFO : Job file loaded, run time for this step : 0.285937 seconds
2015-01-15 22:43:11 (48473) INFO : PreProcessing check starts
2015-01-15 22:43:11 (48473) INFO : PreProcessing check completed
2015-01-15 22:43:11 (48473) INFO : preProcess completed, run time for this step : 0.0484152 seconds
2015-01-15 22:43:11 (48473) INFO : No of Read Threads Spawned = 1
2015-01-15 22:43:11 (48473) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:43:11 (48473) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:43:12 (48473) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:43:12 (48473) INFO : Bulk load completed, total run time : 1.35566 seconds
2015-01-15 22:43:12.994371404 after import
2015-01-15 22:43:12.998056535 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=152
--------------
Query OK, 40000 rows affected (4.09 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.74 sec)
Bye
2015-01-15 22:43:17.834192818 after sql statement
2015-01-15 22:43:17.848700269 before sql statment
--------------
update test211_4 set c2=c1 where batch=152
--------------
Query OK, 40000 rows affected (3.05 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:43:20.911842284 after sql statement
2015-01-15 22:43:20.929319725 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=152
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.96 sec)
Bye
2015-01-15 22:43:21.898589281 after sql statement
2015-01-15 22:43:21.943657303 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.59 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:43:25.541506092 after sql statement
2015-01-15 22:43:25.545213951 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=153
--------------
Query OK, 40000 rows affected (1.54 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.66 sec)
Bye
2015-01-15 22:43:27.760182561 after sql statement
2015-01-15 22:43:27.764224059 before sql statment
--------------
update test211_4 set c2=c1 where batch=153
--------------
Query OK, 40000 rows affected (2.30 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:43:30.075367419 after sql statement
2015-01-15 22:43:30.079606808 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=153
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.27 sec)
Bye
2015-01-15 22:43:31.384115878 after sql statement
2015-01-15 22:43:31.386639803 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224331_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:43:32 (63094) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224331_Job_62696.xml
2015-01-15 22:43:32 (63094) INFO : Job file loaded, run time for this step : 0.606361 seconds
2015-01-15 22:43:32 (63094) INFO : PreProcessing check starts
2015-01-15 22:43:32 (63094) INFO : PreProcessing check completed
2015-01-15 22:43:32 (63094) INFO : preProcess completed, run time for this step : 0.084686 seconds
2015-01-15 22:43:32 (63094) INFO : No of Read Threads Spawned = 1
2015-01-15 22:43:32 (63094) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:43:32 (63094) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:43:32 (63094) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:43:33 (63094) INFO : Bulk load completed, total run time : 1.72186 seconds
2015-01-15 22:43:33.289466953 after import
2015-01-15 22:43:33.305072339 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=154
--------------
Query OK, 40000 rows affected (1.80 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.67 sec)
Bye
2015-01-15 22:43:35.779861274 after sql statement
2015-01-15 22:43:35.786284917 before sql statment
--------------
update test211_4 set c2=c1 where batch=154
--------------
Query OK, 40000 rows affected (2.85 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:43:38.654492727 after sql statement
2015-01-15 22:43:38.665905432 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=154
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.40 sec)
Bye
2015-01-15 22:43:39.067393465 after sql statement
2015-01-15 22:43:39.105989738 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.72 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:43:42.831648452 after sql statement
2015-01-15 22:43:42.843434218 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=155
--------------
Query OK, 40000 rows affected (3.40 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.59 sec)
Bye
2015-01-15 22:43:46.839988724 after sql statement
2015-01-15 22:43:46.847276310 before sql statment
--------------
update test211_4 set c2=c1 where batch=155
--------------
Query OK, 40000 rows affected (1.85 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:43:48.714357639 after sql statement
2015-01-15 22:43:48.721885129 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=155
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.16 sec)
Bye
2015-01-15 22:43:48.890040935 after sql statement
2015-01-15 22:43:48.892175681 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224349_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:43:49 (12183) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224349_Job_62696.xml
2015-01-15 22:43:49 (12183) INFO : Job file loaded, run time for this step : 0.27101 seconds
2015-01-15 22:43:49 (12183) INFO : PreProcessing check starts
2015-01-15 22:43:49 (12183) INFO : PreProcessing check completed
2015-01-15 22:43:49 (12183) INFO : preProcess completed, run time for this step : 0.022449 seconds
2015-01-15 22:43:49 (12183) INFO : No of Read Threads Spawned = 1
2015-01-15 22:43:49 (12183) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:43:49 (12183) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:43:49 (12183) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:43:50 (12183) INFO : Bulk load completed, total run time : 1.33052 seconds
2015-01-15 22:43:50.357550131 after import
2015-01-15 22:43:50.363889906 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=156
--------------
Query OK, 40000 rows affected (2.13 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.65 sec)
Bye
2015-01-15 22:43:53.158092412 after sql statement
2015-01-15 22:43:53.164309215 before sql statment
--------------
update test211_4 set c2=c1 where batch=156
--------------
Query OK, 40000 rows affected (2.79 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:43:55.972455316 after sql statement
2015-01-15 22:43:55.991396661 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=156
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.28 sec)
Bye
2015-01-15 22:43:57.302472150 after sql statement
2015-01-15 22:43:57.342645033 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.86 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:44:01.218965074 after sql statement
2015-01-15 22:44:01.227454492 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=157
--------------
Query OK, 40000 rows affected (1.98 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.27 sec)
Bye
2015-01-15 22:44:04.483099048 after sql statement
2015-01-15 22:44:04.487227428 before sql statment
--------------
update test211_4 set c2=c1 where batch=157
--------------
Query OK, 40000 rows affected (1.91 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:44:06.405048289 after sql statement
2015-01-15 22:44:06.420170493 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=157
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.17 sec)
Bye
2015-01-15 22:44:07.600434079 after sql statement
2015-01-15 22:44:07.604453432 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224408_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:44:08 (26441) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224408_Job_62696.xml
2015-01-15 22:44:08 (26441) INFO : Job file loaded, run time for this step : 0.328198 seconds
2015-01-15 22:44:08 (26441) INFO : PreProcessing check starts
2015-01-15 22:44:08 (26441) INFO : PreProcessing check completed
2015-01-15 22:44:08 (26441) INFO : preProcess completed, run time for this step : 0.0405469 seconds
2015-01-15 22:44:08 (26441) INFO : No of Read Threads Spawned = 1
2015-01-15 22:44:08 (26441) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:44:08 (26441) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:44:08 (26441) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:44:09 (26441) INFO : Bulk load completed, total run time : 1.41601 seconds
2015-01-15 22:44:09.249884395 after import
2015-01-15 22:44:09.313084171 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=158
--------------
Query OK, 40000 rows affected (1.31 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.29 sec)
Bye
2015-01-15 22:44:10.957881925 after sql statement
2015-01-15 22:44:10.967451185 before sql statment
--------------
update test211_4 set c2=c1 where batch=158
--------------
Query OK, 40000 rows affected (3.21 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:44:14.189600483 after sql statement
2015-01-15 22:44:14.195089998 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=158
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.41 sec)
Bye
2015-01-15 22:44:14.621441437 after sql statement
2015-01-15 22:44:14.693981222 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.57 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:44:18.296237073 after sql statement
2015-01-15 22:44:18.304694055 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=159
--------------
Query OK, 40000 rows affected (1.15 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.37 sec)
Bye
2015-01-15 22:44:19.835487106 after sql statement
2015-01-15 22:44:19.843280265 before sql statment
--------------
update test211_4 set c2=c1 where batch=159
--------------
Query OK, 40000 rows affected (2.53 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:44:22.383363731 after sql statement
2015-01-15 22:44:22.392815655 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=159
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.65 sec)
Bye
2015-01-15 22:44:23.060911129 after sql statement
2015-01-15 22:44:23.063970550 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224423_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:44:23 (38296) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224423_Job_62696.xml
2015-01-15 22:44:23 (38296) INFO : Job file loaded, run time for this step : 0.394438 seconds
2015-01-15 22:44:23 (38296) INFO : PreProcessing check starts
2015-01-15 22:44:23 (38296) INFO : PreProcessing check completed
2015-01-15 22:44:23 (38296) INFO : preProcess completed, run time for this step : 0.070286 seconds
2015-01-15 22:44:23 (38296) INFO : No of Read Threads Spawned = 1
2015-01-15 22:44:23 (38296) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:44:23 (38296) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:44:23 (38296) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:44:24 (38296) INFO : Bulk load completed, total run time : 1.51558 seconds
2015-01-15 22:44:24.819997457 after import
2015-01-15 22:44:24.839900277 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=160
--------------
Query OK, 40000 rows affected (1.69 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.61 sec)
Bye
2015-01-15 22:44:27.146610706 after sql statement
2015-01-15 22:44:27.161169393 before sql statment
--------------
update test211_4 set c2=c1 where batch=160
--------------
Query OK, 40000 rows affected (2.86 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:44:30.047093274 after sql statement
2015-01-15 22:44:30.062584531 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=160
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.35 sec)
Bye
2015-01-15 22:44:30.416491921 after sql statement
2015-01-15 22:44:30.467008788 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (4.96 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:44:35.454142924 after sql statement
2015-01-15 22:44:35.458141067 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=161
--------------
Query OK, 40000 rows affected (0.92 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.39 sec)
Bye
2015-01-15 22:44:36.774053307 after sql statement
2015-01-15 22:44:36.821996293 before sql statment
--------------
update test211_4 set c2=c1 where batch=161
--------------
Query OK, 40000 rows affected (3.87 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:44:40.689395097 after sql statement
2015-01-15 22:44:40.713808477 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=161
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.83 sec)
Bye
2015-01-15 22:44:42.547918652 after sql statement
2015-01-15 22:44:42.550274538 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224443_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:44:43 (53055) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224443_Job_62696.xml
2015-01-15 22:44:43 (53055) INFO : Job file loaded, run time for this step : 0.50373 seconds
2015-01-15 22:44:43 (53055) INFO : PreProcessing check starts
2015-01-15 22:44:43 (53055) INFO : PreProcessing check completed
2015-01-15 22:44:43 (53055) INFO : preProcess completed, run time for this step : 0.0989301 seconds
2015-01-15 22:44:43 (53055) INFO : No of Read Threads Spawned = 1
2015-01-15 22:44:43 (53055) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:44:43 (53055) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:44:43 (53055) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:44:44 (53055) INFO : Bulk load completed, total run time : 1.64677 seconds
2015-01-15 22:44:44.545662344 after import
2015-01-15 22:44:44.554788099 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=162
--------------
Query OK, 40000 rows affected (2.94 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.57 sec)
Bye
2015-01-15 22:44:48.093065261 after sql statement
2015-01-15 22:44:48.100842449 before sql statment
--------------
update test211_4 set c2=c1 where batch=162
--------------
Query OK, 40000 rows affected (2.31 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:44:50.426198081 after sql statement
2015-01-15 22:44:50.433254481 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=162
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.69 sec)
Bye
2015-01-15 22:44:51.137840610 after sql statement
2015-01-15 22:44:51.203030769 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.62 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:44:54.838094574 after sql statement
2015-01-15 22:44:54.845547976 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=163
--------------
Query OK, 40000 rows affected (3.67 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.12 sec)
Bye
2015-01-15 22:44:59.651976576 after sql statement
2015-01-15 22:44:59.659111942 before sql statment
--------------
update test211_4 set c2=c1 where batch=163
--------------
Query OK, 40000 rows affected (1.91 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:01.579745239 after sql statement
2015-01-15 22:45:01.586275029 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=163
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.52 sec)
Bye
2015-01-15 22:45:02.116204513 after sql statement
2015-01-15 22:45:02.119298009 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224502_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:45:02 (1874) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224502_Job_62696.xml
2015-01-15 22:45:02 (1874) INFO : Job file loaded, run time for this step : 0.365203 seconds
2015-01-15 22:45:02 (1874) INFO : PreProcessing check starts
2015-01-15 22:45:02 (1874) INFO : PreProcessing check completed
2015-01-15 22:45:02 (1874) INFO : preProcess completed, run time for this step : 0.0478342 seconds
2015-01-15 22:45:02 (1874) INFO : No of Read Threads Spawned = 1
2015-01-15 22:45:02 (1874) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:45:02 (1874) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:45:02 (1874) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:45:03 (1874) INFO : Bulk load completed, total run time : 1.43432 seconds
2015-01-15 22:45:03.692758852 after import
2015-01-15 22:45:03.702319337 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=164
--------------
Query OK, 40000 rows affected (2.90 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.66 sec)
Bye
2015-01-15 22:45:07.274119299 after sql statement
2015-01-15 22:45:07.282740714 before sql statment
--------------
update test211_4 set c2=c1 where batch=164
--------------
Query OK, 40000 rows affected (4.32 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:11.611021980 after sql statement
2015-01-15 22:45:11.636310612 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=164
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.46 sec)
Bye
2015-01-15 22:45:12.125605531 after sql statement
2015-01-15 22:45:12.195160121 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (4.73 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:45:16.939861498 after sql statement
2015-01-15 22:45:16.944006082 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=165
--------------
Query OK, 40000 rows affected (2.88 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.06 sec)
Bye
2015-01-15 22:45:20.900652898 after sql statement
2015-01-15 22:45:20.916182669 before sql statment
--------------
update test211_4 set c2=c1 where batch=165
--------------
Query OK, 40000 rows affected (1.63 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:22.559688053 after sql statement
2015-01-15 22:45:22.563305593 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=165
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.39 sec)
Bye
2015-01-15 22:45:22.963340664 after sql statement
2015-01-15 22:45:22.971098533 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224523_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:45:23 (17764) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224523_Job_62696.xml
2015-01-15 22:45:23 (17764) INFO : Job file loaded, run time for this step : 0.275168 seconds
2015-01-15 22:45:23 (17764) INFO : PreProcessing check starts
2015-01-15 22:45:23 (17764) INFO : PreProcessing check completed
2015-01-15 22:45:23 (17764) INFO : preProcess completed, run time for this step : 0.0362961 seconds
2015-01-15 22:45:23 (17764) INFO : No of Read Threads Spawned = 1
2015-01-15 22:45:23 (17764) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:45:23 (17764) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:45:23 (17764) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:45:24 (17764) INFO : Bulk load completed, total run time : 1.33512 seconds
2015-01-15 22:45:24.477637786 after import
2015-01-15 22:45:24.484984199 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=166
--------------
Query OK, 40000 rows affected (1.47 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.11 sec)
Bye
2015-01-15 22:45:27.081337753 after sql statement
2015-01-15 22:45:27.098144412 before sql statment
--------------
update test211_4 set c2=c1 where batch=166
--------------
Query OK, 40000 rows affected (2.32 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:29.433026282 after sql statement
2015-01-15 22:45:29.439153565 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=166
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.40 sec)
Bye
2015-01-15 22:45:29.846473829 after sql statement
2015-01-15 22:45:29.880005651 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.66 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:45:33.551847396 after sql statement
2015-01-15 22:45:33.560345262 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=167
--------------
Query OK, 40000 rows affected (2.30 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.87 sec)
Bye
2015-01-15 22:45:36.754173779 after sql statement
2015-01-15 22:45:36.762968569 before sql statment
--------------
update test211_4 set c2=c1 where batch=167
--------------
Query OK, 40000 rows affected (4.78 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:41.561314751 after sql statement
2015-01-15 22:45:41.578491126 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=167
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.36 sec)
Bye
2015-01-15 22:45:41.946652686 after sql statement
2015-01-15 22:45:41.948675158 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224542_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:45:42 (31530) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224542_Job_62696.xml
2015-01-15 22:45:42 (31530) INFO : Job file loaded, run time for this step : 0.290071 seconds
2015-01-15 22:45:42 (31530) INFO : PreProcessing check starts
2015-01-15 22:45:42 (31530) INFO : PreProcessing check completed
2015-01-15 22:45:42 (31530) INFO : preProcess completed, run time for this step : 0.0611439 seconds
2015-01-15 22:45:42 (31530) INFO : No of Read Threads Spawned = 1
2015-01-15 22:45:42 (31530) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:45:42 (31530) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:45:43 (31530) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:45:43 (31530) INFO : Bulk load completed, total run time : 1.37141 seconds
2015-01-15 22:45:43.947911280 after import
2015-01-15 22:45:43.951871941 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=168
--------------
Query OK, 40000 rows affected (2.02 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.42 sec)
Bye
2015-01-15 22:45:46.399990702 after sql statement
2015-01-15 22:45:46.429777140 before sql statment
--------------
update test211_4 set c2=c1 where batch=168
--------------
Query OK, 40000 rows affected (2.44 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:48.881704625 after sql statement
2015-01-15 22:45:48.904149372 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=168
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.55 sec)
Bye
2015-01-15 22:45:49.495553568 after sql statement
2015-01-15 22:45:49.562995452 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.58 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:45:53.147988101 after sql statement
2015-01-15 22:45:53.153807988 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=169
--------------
Query OK, 40000 rows affected (1.51 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.01 sec)
Bye
2015-01-15 22:45:55.693621726 after sql statement
2015-01-15 22:45:55.700363523 before sql statment
--------------
update test211_4 set c2=c1 where batch=169
--------------
Query OK, 40000 rows affected (2.33 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:45:58.041585646 after sql statement
2015-01-15 22:45:58.053990436 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=169
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.19 sec)
Bye
2015-01-15 22:45:59.262028420 after sql statement
2015-01-15 22:45:59.269575234 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224559_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:45:59 (45534) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224559_Job_62696.xml
2015-01-15 22:45:59 (45534) INFO : Job file loaded, run time for this step : 0.48734 seconds
2015-01-15 22:45:59 (45534) INFO : PreProcessing check starts
2015-01-15 22:46:00 (45534) INFO : PreProcessing check completed
2015-01-15 22:46:00 (45534) INFO : preProcess completed, run time for this step : 0.085551 seconds
2015-01-15 22:46:00 (45534) INFO : No of Read Threads Spawned = 1
2015-01-15 22:46:00 (45534) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:46:00 (45534) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:46:00 (45534) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:46:01 (45534) INFO : Bulk load completed, total run time : 1.61688 seconds
2015-01-15 22:46:01.127233212 after import
2015-01-15 22:46:01.141644768 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=170
--------------
Query OK, 40000 rows affected (1.98 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.78 sec)
Bye
2015-01-15 22:46:03.960234282 after sql statement
2015-01-15 22:46:03.974224677 before sql statment
--------------
update test211_4 set c2=c1 where batch=170
--------------
Query OK, 40000 rows affected (2.10 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:46:06.080946996 after sql statement
2015-01-15 22:46:06.086658741 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=170
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.39 sec)
Bye
2015-01-15 22:46:06.481693939 after sql statement
2015-01-15 22:46:06.522860330 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.91 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:46:10.446807413 after sql statement
2015-01-15 22:46:10.495391177 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=171
--------------
Query OK, 40000 rows affected (3.90 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.59 sec)
Bye
2015-01-15 22:46:16.000965542 after sql statement
2015-01-15 22:46:16.007766467 before sql statment
--------------
update test211_4 set c2=c1 where batch=171
--------------
Query OK, 40000 rows affected (3.11 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:46:19.123675737 after sql statement
2015-01-15 22:46:19.128652880 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=171
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.25 sec)
Bye
2015-01-15 22:46:19.395102133 after sql statement
2015-01-15 22:46:19.397333185 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224619_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:46:19 (59333) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224619_Job_62696.xml
2015-01-15 22:46:19 (59333) INFO : Job file loaded, run time for this step : 0.228527 seconds
2015-01-15 22:46:19 (59333) INFO : PreProcessing check starts
2015-01-15 22:46:20 (59333) INFO : PreProcessing check completed
2015-01-15 22:46:20 (59333) INFO : preProcess completed, run time for this step : 0.672194 seconds
2015-01-15 22:46:20 (59333) INFO : No of Read Threads Spawned = 1
2015-01-15 22:46:20 (59333) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:46:20 (59333) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:46:20 (59333) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:46:21 (59333) INFO : Bulk load completed, total run time : 1.91676 seconds
2015-01-15 22:46:21.510249116 after import
2015-01-15 22:46:21.524266312 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_4 where batch=172
--------------
Query OK, 40000 rows affected (1.44 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.80 sec)
Bye
2015-01-15 22:46:23.773202225 after sql statement
2015-01-15 22:46:23.777107999 before sql statment
--------------
update test211_4 set c2=c1 where batch=172
--------------
Query OK, 40000 rows affected (3.37 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:46:27.157108693 after sql statement
2015-01-15 22:46:27.161803435 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=172
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.77 sec)
Bye
2015-01-15 22:46:27.946323658 after sql statement
2015-01-15 22:46:28.015752332 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.66 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:46:31.685974494 after sql statement
2015-01-15 22:46:31.691459157 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=173
--------------
Query OK, 40000 rows affected (3.02 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.65 sec)
Bye
2015-01-15 22:46:35.385860123 after sql statement
2015-01-15 22:46:35.394384912 before sql statment
--------------
update test211_4 set c2=c1 where batch=173
--------------
Query OK, 40000 rows affected (2.14 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:46:37.533267524 after sql statement
2015-01-15 22:46:37.537451175 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=173
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.44 sec)
Bye
2015-01-15 22:46:37.999836797 after sql statement
2015-01-15 22:46:38.003688767 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224639_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:46:39 (8183) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224639_Job_62696.xml
2015-01-15 22:46:39 (8183) INFO : Job file loaded, run time for this step : 0.40826 seconds
2015-01-15 22:46:39 (8183) INFO : PreProcessing check starts
2015-01-15 22:46:39 (8183) INFO : PreProcessing check completed
2015-01-15 22:46:39 (8183) INFO : preProcess completed, run time for this step : 0.072561 seconds
2015-01-15 22:46:39 (8183) INFO : No of Read Threads Spawned = 1
2015-01-15 22:46:39 (8183) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:46:39 (8183) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:46:39 (8183) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:46:40 (8183) INFO : Bulk load completed, total run time : 1.51817 seconds
2015-01-15 22:46:40.331182916 after import
2015-01-15 22:46:40.343716729 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=174
--------------
Query OK, 40000 rows affected (2.76 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.33 sec)
Bye
2015-01-15 22:46:44.448961499 after sql statement
2015-01-15 22:46:44.453055647 before sql statment
--------------
update test211_4 set c2=c1 where batch=174
--------------
Query OK, 40000 rows affected (1.18 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:46:45.635739817 after sql statement
2015-01-15 22:46:45.645705344 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=174
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.73 sec)
Bye
2015-01-15 22:46:46.378284525 after sql statement
2015-01-15 22:46:46.403049057 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (4.25 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:46:50.656850398 after sql statement
2015-01-15 22:46:50.661690418 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=175
--------------
Query OK, 40000 rows affected (1.53 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.56 sec)
Bye
2015-01-15 22:46:52.761382603 after sql statement
2015-01-15 22:46:52.767546265 before sql statment
--------------
update test211_4 set c2=c1 where batch=175
--------------
Query OK, 40000 rows affected (1.96 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:46:54.731306066 after sql statement
2015-01-15 22:46:54.738068809 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=175
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.90 sec)
Bye
2015-01-15 22:46:56.649027815 after sql statement
2015-01-15 22:46:56.651147943 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224657_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:46:57 (21910) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224657_Job_62696.xml
2015-01-15 22:46:57 (21910) INFO : Job file loaded, run time for this step : 0.363538 seconds
2015-01-15 22:46:57 (21910) INFO : PreProcessing check starts
2015-01-15 22:46:57 (21910) INFO : PreProcessing check completed
2015-01-15 22:46:57 (21910) INFO : preProcess completed, run time for this step : 0.038923 seconds
2015-01-15 22:46:57 (21910) INFO : No of Read Threads Spawned = 1
2015-01-15 22:46:57 (21910) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:46:57 (21910) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:46:57 (21910) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:46:58 (21910) INFO : Bulk load completed, total run time : 1.44083 seconds
2015-01-15 22:46:58.280405674 after import
2015-01-15 22:46:58.303810595 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=176
--------------
Query OK, 40000 rows affected (4.56 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.83 sec)
Bye
2015-01-15 22:47:03.712189184 after sql statement
2015-01-15 22:47:03.730440644 before sql statment
--------------
update test211_4 set c2=c1 where batch=176
--------------
Query OK, 40000 rows affected (1.77 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:47:05.509920306 after sql statement
2015-01-15 22:47:05.514421854 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=176
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.39 sec)
Bye
2015-01-15 22:47:05.915038407 after sql statement
2015-01-15 22:47:05.961723728 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (4.55 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:47:10.525833072 after sql statement
2015-01-15 22:47:10.545387225 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=177
--------------
Query OK, 40000 rows affected (3.05 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.48 sec)
Bye
2015-01-15 22:47:14.096144334 after sql statement
2015-01-15 22:47:14.102177500 before sql statment
--------------
update test211_4 set c2=c1 where batch=177
--------------
Query OK, 40000 rows affected (2.48 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:47:16.593592806 after sql statement
2015-01-15 22:47:16.602172237 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=177
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.52 sec)
Bye
2015-01-15 22:47:17.135726598 after sql statement
2015-01-15 22:47:17.138736114 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224717_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:47:17 (36937) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224717_Job_62696.xml
2015-01-15 22:47:17 (36937) INFO : Job file loaded, run time for this step : 0.36719 seconds
2015-01-15 22:47:17 (36937) INFO : PreProcessing check starts
2015-01-15 22:47:17 (36937) INFO : PreProcessing check completed
2015-01-15 22:47:17 (36937) INFO : preProcess completed, run time for this step : 0.0462749 seconds
2015-01-15 22:47:17 (36937) INFO : No of Read Threads Spawned = 1
2015-01-15 22:47:17 (36937) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:47:17 (36937) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:47:17 (36937) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:47:18 (36937) INFO : Bulk load completed, total run time : 1.44922 seconds
2015-01-15 22:47:18.903010346 after import
2015-01-15 22:47:18.920900976 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=178
--------------
Query OK, 40000 rows affected (2.56 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.80 sec)
Bye
2015-01-15 22:47:22.300331491 after sql statement
2015-01-15 22:47:22.304767604 before sql statment
--------------
update test211_4 set c2=c1 where batch=178
--------------
Query OK, 40000 rows affected (2.59 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:47:24.902462364 after sql statement
2015-01-15 22:47:24.907841573 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=178
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.89 sec)
Bye
2015-01-15 22:47:26.818800857 after sql statement
2015-01-15 22:47:26.863789588 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.88 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:47:30.759493942 after sql statement
2015-01-15 22:47:30.816604622 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=179
--------------
Query OK, 40000 rows affected (1.90 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.13 sec)
Bye
2015-01-15 22:47:33.874019188 after sql statement
2015-01-15 22:47:33.882282029 before sql statment
--------------
update test211_4 set c2=c1 where batch=179
--------------
Query OK, 40000 rows affected (2.50 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:47:36.400793208 after sql statement
2015-01-15 22:47:36.409311207 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=179
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.63 sec)
Bye
2015-01-15 22:47:37.064282123 after sql statement
2015-01-15 22:47:37.068715850 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224737_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:47:37 (52610) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224737_Job_62696.xml
2015-01-15 22:47:37 (52610) INFO : Job file loaded, run time for this step : 0.539323 seconds
2015-01-15 22:47:37 (52610) INFO : PreProcessing check starts
2015-01-15 22:47:37 (52610) INFO : PreProcessing check completed
2015-01-15 22:47:37 (52610) INFO : preProcess completed, run time for this step : 0.0680809 seconds
2015-01-15 22:47:37 (52610) INFO : No of Read Threads Spawned = 1
2015-01-15 22:47:37 (52610) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:47:37 (52610) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:47:38 (52610) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:47:38 (52610) INFO : Bulk load completed, total run time : 1.66257 seconds
2015-01-15 22:47:38.944980686 after import
2015-01-15 22:47:38.961446172 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=180
--------------
Query OK, 40000 rows affected (2.85 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.30 sec)
Bye
2015-01-15 22:47:43.120977160 after sql statement
2015-01-15 22:47:43.128149668 before sql statment
--------------
update test211_4 set c2=c1 where batch=180
--------------
Query OK, 40000 rows affected (2.15 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:47:45.296099507 after sql statement
2015-01-15 22:47:45.312636004 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=180
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.37 sec)
Bye
2015-01-15 22:47:46.685723992 after sql statement
2015-01-15 22:47:46.726707701 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (6.15 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:47:52.900337642 after sql statement
2015-01-15 22:47:52.914257469 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=181
--------------
Query OK, 40000 rows affected (2.73 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.65 sec)
Bye
2015-01-15 22:47:56.313263926 after sql statement
2015-01-15 22:47:56.323337139 before sql statment
--------------
update test211_4 set c2=c1 where batch=181
--------------
Query OK, 40000 rows affected (2.62 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:47:58.962922136 after sql statement
2015-01-15 22:47:58.976627488 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=181
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.04 sec)
Bye
2015-01-15 22:48:00.038763719 after sql statement
2015-01-15 22:48:00.043523908 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224800_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:48:00 (3494) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224800_Job_62696.xml
2015-01-15 22:48:00 (3494) INFO : Job file loaded, run time for this step : 0.421336 seconds
2015-01-15 22:48:00 (3494) INFO : PreProcessing check starts
2015-01-15 22:48:00 (3494) INFO : PreProcessing check completed
2015-01-15 22:48:00 (3494) INFO : preProcess completed, run time for this step : 0.0201399 seconds
2015-01-15 22:48:00 (3494) INFO : No of Read Threads Spawned = 1
2015-01-15 22:48:00 (3494) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:48:00 (3494) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:48:00 (3494) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:48:01 (3494) INFO : Bulk load completed, total run time : 1.46503 seconds
2015-01-15 22:48:01.693339040 after import
2015-01-15 22:48:01.700843136 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=182
--------------
Query OK, 40000 rows affected (2.40 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.92 sec)
Bye
2015-01-15 22:48:05.032083344 after sql statement
2015-01-15 22:48:05.040249057 before sql statment
--------------
update test211_4 set c2=c1 where batch=182
--------------
Query OK, 40000 rows affected (3.15 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:08.210142513 after sql statement
2015-01-15 22:48:08.215573771 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=182
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.52 sec)
Bye
2015-01-15 22:48:08.753771374 after sql statement
2015-01-15 22:48:08.799486897 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (4.53 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:48:13.341147384 after sql statement
2015-01-15 22:48:13.348890716 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=183
--------------
Query OK, 40000 rows affected (2.24 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.78 sec)
Bye
2015-01-15 22:48:16.389074055 after sql statement
2015-01-15 22:48:16.396929745 before sql statment
--------------
update test211_4 set c2=c1 where batch=183
--------------
Query OK, 40000 rows affected (2.43 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:18.838297383 after sql statement
2015-01-15 22:48:18.843974556 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=183
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.06 sec)
Bye
2015-01-15 22:48:19.913189452 after sql statement
2015-01-15 22:48:19.916097981 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224820_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:48:20 (18755) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224820_Job_62696.xml
2015-01-15 22:48:20 (18755) INFO : Job file loaded, run time for this step : 0.398899 seconds
2015-01-15 22:48:20 (18755) INFO : PreProcessing check starts
2015-01-15 22:48:20 (18755) INFO : PreProcessing check completed
2015-01-15 22:48:20 (18755) INFO : preProcess completed, run time for this step : 0.0534592 seconds
2015-01-15 22:48:20 (18755) INFO : No of Read Threads Spawned = 1
2015-01-15 22:48:20 (18755) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:48:20 (18755) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:48:20 (18755) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:48:21 (18755) INFO : Bulk load completed, total run time : 1.49263 seconds
2015-01-15 22:48:21.637108040 after import
2015-01-15 22:48:21.640970114 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=184
--------------
Query OK, 40000 rows affected (2.72 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.57 sec)
Bye
2015-01-15 22:48:24.944684236 after sql statement
2015-01-15 22:48:24.949250306 before sql statment
--------------
update test211_4 set c2=c1 where batch=184
--------------
Query OK, 40000 rows affected (1.22 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:26.170859709 after sql statement
2015-01-15 22:48:26.176737362 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=184
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.41 sec)
Bye
2015-01-15 22:48:26.620758890 after sql statement
2015-01-15 22:48:26.661268387 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (5.74 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:48:32.409763583 after sql statement
2015-01-15 22:48:32.413817318 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=185
--------------
Query OK, 40000 rows affected (2.19 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.46 sec)
Bye
2015-01-15 22:48:35.073282708 after sql statement
2015-01-15 22:48:35.092397551 before sql statment
--------------
update test211_4 set c2=c1 where batch=185
--------------
Query OK, 40000 rows affected (1.48 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:36.596529165 after sql statement
2015-01-15 22:48:36.603926049 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=185
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.06 sec)
Bye
2015-01-15 22:48:37.678877576 after sql statement
2015-01-15 22:48:37.681202522 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224838_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:48:38 (32753) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224838_Job_62696.xml
2015-01-15 22:48:38 (32753) INFO : Job file loaded, run time for this step : 0.254836 seconds
2015-01-15 22:48:38 (32753) INFO : PreProcessing check starts
2015-01-15 22:48:38 (32753) INFO : PreProcessing check completed
2015-01-15 22:48:38 (32753) INFO : preProcess completed, run time for this step : 0.023092 seconds
2015-01-15 22:48:38 (32753) INFO : No of Read Threads Spawned = 1
2015-01-15 22:48:38 (32753) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:48:38 (32753) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:48:38 (32753) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:48:39 (32753) INFO : Bulk load completed, total run time : 1.35352 seconds
2015-01-15 22:48:39.279978244 after import
2015-01-15 22:48:39.301995812 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=186
--------------
Query OK, 40000 rows affected (2.35 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.22 sec)
Bye
2015-01-15 22:48:42.904136396 after sql statement
2015-01-15 22:48:42.914656899 before sql statment
--------------
update test211_4 set c2=c1 where batch=186
--------------
Query OK, 40000 rows affected (2.01 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:44.935607428 after sql statement
2015-01-15 22:48:44.940955093 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=186
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.93 sec)
Bye
2015-01-15 22:48:45.881502033 after sql statement
2015-01-15 22:48:45.912481354 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.57 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:48:49.491296286 after sql statement
2015-01-15 22:48:49.497224266 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=187
--------------
Query OK, 40000 rows affected (2.24 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.41 sec)
Bye
2015-01-15 22:48:52.160896736 after sql statement
2015-01-15 22:48:52.165939496 before sql statment
--------------
update test211_4 set c2=c1 where batch=187
--------------
Query OK, 40000 rows affected (3.25 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:48:55.432503323 after sql statement
2015-01-15 22:48:55.445448854 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=187
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.50 sec)
Bye
2015-01-15 22:48:55.964211386 after sql statement
2015-01-15 22:48:55.966651329 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224856_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:48:56 (46936) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224856_Job_62696.xml
2015-01-15 22:48:56 (46936) INFO : Job file loaded, run time for this step : 0.356548 seconds
2015-01-15 22:48:56 (46936) INFO : PreProcessing check starts
2015-01-15 22:48:56 (46936) INFO : PreProcessing check completed
2015-01-15 22:48:56 (46936) INFO : preProcess completed, run time for this step : 0.0460229 seconds
2015-01-15 22:48:56 (46936) INFO : No of Read Threads Spawned = 1
2015-01-15 22:48:56 (46936) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:48:56 (46936) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:48:56 (46936) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:48:57 (46936) INFO : Bulk load completed, total run time : 1.44048 seconds
2015-01-15 22:48:57.562892590 after import
2015-01-15 22:48:57.571200880 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=188
--------------
Query OK, 40000 rows affected (3.31 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.56 sec)
Bye
2015-01-15 22:49:01.447918676 after sql statement
2015-01-15 22:49:01.454288174 before sql statment
--------------
update test211_4 set c2=c1 where batch=188
--------------
Query OK, 40000 rows affected (1.67 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:49:03.149582308 after sql statement
2015-01-15 22:49:03.156211800 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=188
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.33 sec)
Bye
2015-01-15 22:49:03.501707220 after sql statement
2015-01-15 22:49:03.566510156 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.71 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:49:07.310035321 after sql statement
2015-01-15 22:49:07.315796703 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=189
--------------
Query OK, 40000 rows affected (4.06 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.71 sec)
Bye
2015-01-15 22:49:12.107832896 after sql statement
2015-01-15 22:49:12.112579170 before sql statment
--------------
update test211_4 set c2=c1 where batch=189
--------------
Query OK, 40000 rows affected (1.43 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:49:13.556455966 after sql statement
2015-01-15 22:49:13.562823619 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=189
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.63 sec)
Bye
2015-01-15 22:49:14.209021827 after sql statement
2015-01-15 22:49:14.212566145 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224915_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:49:15 (59454) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224915_Job_62696.xml
2015-01-15 22:49:15 (59454) INFO : Job file loaded, run time for this step : 1.06281 seconds
2015-01-15 22:49:15 (59454) INFO : PreProcessing check starts
2015-01-15 22:49:15 (59454) INFO : PreProcessing check completed
2015-01-15 22:49:15 (59454) INFO : preProcess completed, run time for this step : 0.040956 seconds
2015-01-15 22:49:15 (59454) INFO : No of Read Threads Spawned = 1
2015-01-15 22:49:15 (59454) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:49:15 (59454) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:49:15 (59454) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:49:16 (59454) INFO : Bulk load completed, total run time : 2.13405 seconds
2015-01-15 22:49:16.854689984 after import
2015-01-15 22:49:16.861754401 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=190
--------------
Query OK, 40000 rows affected (2.56 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.52 sec)
Bye
2015-01-15 22:49:19.951742282 after sql statement
2015-01-15 22:49:19.977052454 before sql statment
--------------
update test211_4 set c2=c1 where batch=190
--------------
Query OK, 40000 rows affected (1.11 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:49:21.093954890 after sql statement
2015-01-15 22:49:21.103301067 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=190
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.79 sec)
Bye
2015-01-15 22:49:21.903960518 after sql statement
2015-01-15 22:49:21.952313753 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.47 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:49:25.430714704 after sql statement
2015-01-15 22:49:25.436041366 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=191
--------------
Query OK, 40000 rows affected (2.58 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.21 sec)
Bye
2015-01-15 22:49:29.249927938 after sql statement
2015-01-15 22:49:29.286643825 before sql statment
--------------
update test211_4 set c2=c1 where batch=191
--------------
Query OK, 40000 rows affected (3.62 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:49:32.923844487 after sql statement
2015-01-15 22:49:32.931338028 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=191
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.44 sec)
Bye
2015-01-15 22:49:34.373856152 after sql statement
2015-01-15 22:49:34.377028222 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224934_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:49:34 (9472) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224934_Job_62696.xml
2015-01-15 22:49:34 (9472) INFO : Job file loaded, run time for this step : 0.380552 seconds
2015-01-15 22:49:34 (9472) INFO : PreProcessing check starts
2015-01-15 22:49:35 (9472) INFO : PreProcessing check completed
2015-01-15 22:49:35 (9472) INFO : preProcess completed, run time for this step : 0.638884 seconds
2015-01-15 22:49:35 (9472) INFO : No of Read Threads Spawned = 1
2015-01-15 22:49:35 (9472) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:49:35 (9472) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:49:35 (9472) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:49:36 (9472) INFO : Bulk load completed, total run time : 2.07445 seconds
2015-01-15 22:49:36.679061566 after import
2015-01-15 22:49:36.684499252 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=192
--------------
Query OK, 40000 rows affected (2.12 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.80 sec)
Bye
2015-01-15 22:49:40.621317670 after sql statement
2015-01-15 22:49:40.649317473 before sql statment
--------------
update test211_4 set c2=c1 where batch=192
--------------
Query OK, 40000 rows affected (3.81 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:49:44.472424434 after sql statement
2015-01-15 22:49:44.487696786 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=192
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.99 sec)
Bye
2015-01-15 22:49:45.500749806 after sql statement
2015-01-15 22:49:45.570050217 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.72 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:49:49.298177639 after sql statement
2015-01-15 22:49:49.302572015 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=193
--------------
Query OK, 40000 rows affected (1.89 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.02 sec)
Bye
2015-01-15 22:49:52.214859769 after sql statement
2015-01-15 22:49:52.221010980 before sql statment
--------------
update test211_4 set c2=c1 where batch=193
--------------
Query OK, 40000 rows affected (2.78 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:49:55.004039136 after sql statement
2015-01-15 22:49:55.008317720 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=193
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.30 sec)
Bye
2015-01-15 22:49:55.318511676 after sql statement
2015-01-15 22:49:55.323995720 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224955_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:49:55 (24085) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T224955_Job_62696.xml
2015-01-15 22:49:55 (24085) INFO : Job file loaded, run time for this step : 0.385966 seconds
2015-01-15 22:49:55 (24085) INFO : PreProcessing check starts
2015-01-15 22:49:55 (24085) INFO : PreProcessing check completed
2015-01-15 22:49:55 (24085) INFO : preProcess completed, run time for this step : 0.059546 seconds
2015-01-15 22:49:55 (24085) INFO : No of Read Threads Spawned = 1
2015-01-15 22:49:55 (24085) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:49:55 (24085) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:49:56 (24085) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:49:56 (24085) INFO : Bulk load completed, total run time : 1.45718 seconds
2015-01-15 22:49:56.931350523 after import
2015-01-15 22:49:57.018038197 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=194
--------------
Query OK, 40000 rows affected (2.80 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.48 sec)
Bye
2015-01-15 22:50:01.307310941 after sql statement
2015-01-15 22:50:01.312555039 before sql statment
--------------
update test211_4 set c2=c1 where batch=194
--------------
Query OK, 40000 rows affected (2.11 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:50:03.433348963 after sql statement
2015-01-15 22:50:03.446945293 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=194
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.78 sec)
Bye
2015-01-15 22:50:05.253943287 after sql statement
2015-01-15 22:50:05.339201248 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.69 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:50:09.046726632 after sql statement
2015-01-15 22:50:09.053802683 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=195
--------------
Query OK, 40000 rows affected (2.96 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.36 sec)
Bye
2015-01-15 22:50:13.381701091 after sql statement
2015-01-15 22:50:13.405632797 before sql statment
--------------
update test211_4 set c2=c1 where batch=195
--------------
Query OK, 40000 rows affected (1.90 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:50:15.308995514 after sql statement
2015-01-15 22:50:15.312949194 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=195
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.44 sec)
Bye
2015-01-15 22:50:16.765687570 after sql statement
2015-01-15 22:50:16.772887525 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T225017_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:50:17 (38248) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T225017_Job_62696.xml
2015-01-15 22:50:17 (38248) INFO : Job file loaded, run time for this step : 0.36052 seconds
2015-01-15 22:50:17 (38248) INFO : PreProcessing check starts
2015-01-15 22:50:17 (38248) INFO : PreProcessing check completed
2015-01-15 22:50:17 (38248) INFO : preProcess completed, run time for this step : 0.058351 seconds
2015-01-15 22:50:17 (38248) INFO : No of Read Threads Spawned = 1
2015-01-15 22:50:17 (38248) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:50:17 (38248) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:50:17 (38248) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:50:18 (38248) INFO : Bulk load completed, total run time : 1.44517 seconds
2015-01-15 22:50:18.423679315 after import
2015-01-15 22:50:18.432229253 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=196
--------------
Query OK, 40000 rows affected (3.51 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.16 sec)
Bye
2015-01-15 22:50:23.114310403 after sql statement
2015-01-15 22:50:23.129240469 before sql statment
--------------
update test211_4 set c2=c1 where batch=196
--------------
Query OK, 40000 rows affected (3.41 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:50:26.555276088 after sql statement
2015-01-15 22:50:26.562136793 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=196
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.22 sec)
Bye
2015-01-15 22:50:27.797574326 after sql statement
2015-01-15 22:50:27.843041912 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (3.77 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:50:31.626638682 after sql statement
2015-01-15 22:50:31.633444138 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=197
--------------
Query OK, 40000 rows affected (1.43 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.46 sec)
Bye
2015-01-15 22:50:33.540065445 after sql statement
2015-01-15 22:50:33.543940843 before sql statment
--------------
update test211_4 set c2=c1 where batch=197
--------------
Query OK, 40000 rows affected (1.89 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:50:35.445739107 after sql statement
2015-01-15 22:50:35.451348060 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=197
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.62 sec)
Bye
2015-01-15 22:50:37.080923844 after sql statement
2015-01-15 22:50:37.089243504 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T225037_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:50:37 (52892) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T225037_Job_62696.xml
2015-01-15 22:50:37 (52892) INFO : Job file loaded, run time for this step : 0.26838 seconds
2015-01-15 22:50:37 (52892) INFO : PreProcessing check starts
2015-01-15 22:50:37 (52892) INFO : PreProcessing check completed
2015-01-15 22:50:37 (52892) INFO : preProcess completed, run time for this step : 0.0604379 seconds
2015-01-15 22:50:37 (52892) INFO : No of Read Threads Spawned = 1
2015-01-15 22:50:37 (52892) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:50:37 (52892) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:50:37 (52892) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:50:38 (52892) INFO : Bulk load completed, total run time : 1.35283 seconds
2015-01-15 22:50:38.717852948 after import
2015-01-15 22:50:38.725499815 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=198
--------------
Query OK, 40000 rows affected (1.67 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (1.36 sec)
Bye
2015-01-15 22:50:41.762799900 after sql statement
2015-01-15 22:50:41.775769565 before sql statment
--------------
update test211_4 set c2=c1 where batch=198
--------------
Query OK, 40000 rows affected (1.47 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:50:43.267009466 after sql statement
2015-01-15 22:50:43.271725985 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=198
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.73 sec)
Bye
2015-01-15 22:50:45.002883532 after sql statement
2015-01-15 22:50:45.049165032 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (5.29 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:50:50.361624391 after sql statement
2015-01-15 22:50:50.548461474 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.01 sec)
--------------
delete from test211_4 where batch=199
--------------
Query OK, 40000 rows affected (5.09 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.62 sec)
Bye
2015-01-15 22:50:56.286149928 after sql statement
2015-01-15 22:50:56.294597686 before sql statment
--------------
update test211_4 set c2=c1 where batch=199
--------------
Query OK, 40000 rows affected (3.66 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:50:59.961007839 after sql statement
2015-01-15 22:50:59.973150470 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=199
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.75 sec)
Bye
2015-01-15 22:51:00.740368237 after sql statement
2015-01-15 22:51:00.745131728 before import
Locale is : C
Using table OID 62696 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T225101_Job_62696.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62696.log
2015-01-15 22:51:01 (3611) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62696_D20150115_T225101_Job_62696.xml
2015-01-15 22:51:01 (3611) INFO : Job file loaded, run time for this step : 0.471777 seconds
2015-01-15 22:51:01 (3611) INFO : PreProcessing check starts
2015-01-15 22:51:01 (3611) INFO : PreProcessing check completed
2015-01-15 22:51:01 (3611) INFO : preProcess completed, run time for this step : 0.0299129 seconds
2015-01-15 22:51:01 (3611) INFO : No of Read Threads Spawned = 1
2015-01-15 22:51:01 (3611) INFO : Reading input from STDIN to import into table dmlc.test211_4...
2015-01-15 22:51:01 (3611) INFO : No of Parse Threads Spawned = 3
2015-01-15 22:51:02 (3611) INFO : For table dmlc.test211_4: 40000 rows processed and 40000 rows inserted.
2015-01-15 22:51:02 (3611) INFO : Bulk load completed, total run time : 1.52631 seconds
2015-01-15 22:51:02.983210476 after import
2015-01-15 22:51:02.993780625 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=200
--------------
Query OK, 40000 rows affected (3.61 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (0.55 sec)
Bye
2015-01-15 22:51:07.154384611 after sql statement
2015-01-15 22:51:07.158719424 before sql statment
--------------
update test211_4 set c2=c1 where batch=200
--------------
Query OK, 40000 rows affected (1.48 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:51:08.652260326 after sql statement
2015-01-15 22:51:08.656218994 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=200
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (1.50 sec)
Bye
2015-01-15 22:51:10.159611319 after sql statement
2015-01-15 22:51:10.192444265 before sql statment
--------------
load data infile '/tmp/test211_4.tbl' into table test211_4 fields terminated by '|'
--------------
Query OK, 40000 rows affected (4.68 sec)
Records: 40000 Deleted: 0 Skipped: 0 Warnings: 0
Bye
2015-01-15 22:51:14.879781604 after sql statement
2015-01-15 22:51:14.929269557 before sql statment
--------------
set autocommit=off
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
delete from test211_4 where batch=201
--------------
Query OK, 40000 rows affected (2.50 sec)
--------------
rollback
--------------
Query OK, 0 rows affected (3.18 sec)
Bye
2015-01-15 22:51:20.633420869 after sql statement
2015-01-15 22:51:20.642485121 before sql statment
--------------
update test211_4 set c2=c1 where batch=201
--------------
Query OK, 40000 rows affected (1.93 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Bye
2015-01-15 22:51:22.577308162 after sql statement
2015-01-15 22:51:22.584495949 before sql statment
--------------
select count(*), if(count(*)=40000, 'good', 'bad') result from test211_4 where batch=201
--------------
+----------+--------+
| count(*) | result |
+----------+--------+
| 40000 | good |
+----------+--------+
1 row in set (0.16 sec)
Bye
2015-01-15 22:51:22.749073033 after sql statement
Thu Jan 15 22:51:22 CST 2015 - All done.