2015-01-15 22:19:17.690313211 before sql statment -------------- drop table if exists test211_2 -------------- Query OK, 0 rows affected (2.27 sec) -------------- create table test211_2(batch int, c1 int, c2 int)engine=infinidb -------------- Query OK, 0 rows affected (3.87 sec) Bye 2015-01-15 22:19:23.852109053 after sql statement 2015-01-15 22:19:23.886941446 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (5.17 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:19:29.074839954 after sql statement 2015-01-15 22:19:29.078092586 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=1 -------------- Query OK, 20000 rows affected (0.86 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.54 sec) Bye 2015-01-15 22:19:30.484317971 after sql statement 2015-01-15 22:19:30.499321472 before sql statment -------------- update test211_2 set c2=c1 where batch=1 -------------- Query OK, 20000 rows affected (1.44 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:19:31.975474531 after sql statement 2015-01-15 22:19:31.982690549 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=1 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.40 sec) Bye 2015-01-15 22:19:32.391222168 after sql statement 2015-01-15 22:19:32.396540095 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T221932_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:19:33 (31974) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T221932_Job_62704.xml 2015-01-15 22:19:33 (31974) INFO : Job file loaded, run time for this step : 0.388207 seconds 2015-01-15 22:19:33 (31974) INFO : PreProcessing check starts 2015-01-15 22:19:33 (31974) INFO : PreProcessing check completed 2015-01-15 22:19:33 (31974) INFO : preProcess completed, run time for this step : 0.0992441 seconds 2015-01-15 22:19:33 (31974) INFO : No of Read Threads Spawned = 1 2015-01-15 22:19:33 (31974) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:19:33 (31974) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:19:34 (31974) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:19:35 (31974) INFO : Bulk load completed, total run time : 2.51748 seconds 2015-01-15 22:19:35.178507531 after import 2015-01-15 22:19:35.185008232 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=2 -------------- Query OK, 20000 rows affected (1.38 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.82 sec) Bye 2015-01-15 22:19:37.384257718 after sql statement 2015-01-15 22:19:37.391075143 before sql statment -------------- update test211_2 set c2=c1 where batch=2 -------------- Query OK, 20000 rows affected (0.69 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:19:38.098055586 after sql statement 2015-01-15 22:19:38.109298156 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=2 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.13 sec) Bye 2015-01-15 22:19:38.243427764 after sql statement 2015-01-15 22:19:38.277230226 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.49 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:19:41.772051007 after sql statement 2015-01-15 22:19:41.776747550 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=3 -------------- Query OK, 20000 rows affected (0.71 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.57 sec) Bye 2015-01-15 22:19:44.097322918 after sql statement 2015-01-15 22:19:44.145042996 before sql statment -------------- update test211_2 set c2=c1 where batch=3 -------------- Query OK, 20000 rows affected (3.48 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:19:47.639630167 after sql statement 2015-01-15 22:19:47.652940966 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=3 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.58 sec) Bye 2015-01-15 22:19:48.250013977 after sql statement 2015-01-15 22:19:48.261279573 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T221948_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:19:48 (43961) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T221948_Job_62704.xml 2015-01-15 22:19:48 (43961) INFO : Job file loaded, run time for this step : 0.392859 seconds 2015-01-15 22:19:48 (43961) INFO : PreProcessing check starts 2015-01-15 22:19:48 (43961) INFO : PreProcessing check completed 2015-01-15 22:19:48 (43961) INFO : preProcess completed, run time for this step : 0.075103 seconds 2015-01-15 22:19:48 (43961) INFO : No of Read Threads Spawned = 1 2015-01-15 22:19:48 (43961) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:19:48 (43961) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:19:49 (43961) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:19:49 (43961) INFO : Bulk load completed, total run time : 1.51663 seconds 2015-01-15 22:19:49.939267359 after import 2015-01-15 22:19:49.962805439 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=4 -------------- Query OK, 20000 rows affected (3.72 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.50 sec) Bye 2015-01-15 22:19:54.217958339 after sql statement 2015-01-15 22:19:54.227052129 before sql statment -------------- update test211_2 set c2=c1 where batch=4 -------------- Query OK, 20000 rows affected (0.96 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:19:55.197111217 after sql statement 2015-01-15 22:19:55.209343677 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=4 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.17 sec) Bye 2015-01-15 22:19:55.389426242 after sql statement 2015-01-15 22:19:55.414624319 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.97 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:19:59.396298457 after sql statement 2015-01-15 22:19:59.402173479 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=5 -------------- Query OK, 20000 rows affected (2.53 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.62 sec) Bye 2015-01-15 22:20:02.567324684 after sql statement 2015-01-15 22:20:02.581600733 before sql statment -------------- update test211_2 set c2=c1 where batch=5 -------------- Query OK, 20000 rows affected (2.65 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:20:05.244067610 after sql statement 2015-01-15 22:20:05.251178089 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=5 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.13 sec) Bye 2015-01-15 22:20:05.387680370 after sql statement 2015-01-15 22:20:05.389579814 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222006_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:20:06 (56363) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222006_Job_62704.xml 2015-01-15 22:20:06 (56363) INFO : Job file loaded, run time for this step : 0.456767 seconds 2015-01-15 22:20:06 (56363) INFO : PreProcessing check starts 2015-01-15 22:20:06 (56363) INFO : PreProcessing check completed 2015-01-15 22:20:06 (56363) INFO : preProcess completed, run time for this step : 0.0651879 seconds 2015-01-15 22:20:06 (56363) INFO : No of Read Threads Spawned = 1 2015-01-15 22:20:06 (56363) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:20:06 (56363) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:20:06 (56363) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:20:07 (56363) INFO : Bulk load completed, total run time : 1.53365 seconds 2015-01-15 22:20:07.321852903 after import 2015-01-15 22:20:07.327709832 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=6 -------------- Query OK, 20000 rows affected (1.89 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.54 sec) Bye 2015-01-15 22:20:09.796068882 after sql statement 2015-01-15 22:20:09.808792551 before sql statment -------------- update test211_2 set c2=c1 where batch=6 -------------- Query OK, 20000 rows affected (2.13 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:20:11.948805968 after sql statement 2015-01-15 22:20:11.953269938 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=6 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.81 sec) Bye 2015-01-15 22:20:12.763022060 after sql statement 2015-01-15 22:20:12.781738386 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (4.27 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:20:17.059743712 after sql statement 2015-01-15 22:20:17.069660176 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=7 -------------- Query OK, 20000 rows affected (1.03 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.26 sec) Bye 2015-01-15 22:20:18.370330360 after sql statement 2015-01-15 22:20:18.381330734 before sql statment -------------- update test211_2 set c2=c1 where batch=7 -------------- Query OK, 20000 rows affected (1.05 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:20:19.442658700 after sql statement 2015-01-15 22:20:19.447772439 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=7 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.58 sec) Bye 2015-01-15 22:20:20.052402594 after sql statement 2015-01-15 22:20:20.057824680 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222020_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:20:20 (2457) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222020_Job_62704.xml 2015-01-15 22:20:20 (2457) INFO : Job file loaded, run time for this step : 0.375108 seconds 2015-01-15 22:20:20 (2457) INFO : PreProcessing check starts 2015-01-15 22:20:20 (2457) INFO : PreProcessing check completed 2015-01-15 22:20:20 (2457) INFO : preProcess completed, run time for this step : 0.0418642 seconds 2015-01-15 22:20:20 (2457) INFO : No of Read Threads Spawned = 1 2015-01-15 22:20:20 (2457) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:20:20 (2457) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:20:20 (2457) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:20:21 (2457) INFO : Bulk load completed, total run time : 1.47152 seconds 2015-01-15 22:20:21.794594598 after import 2015-01-15 22:20:21.803822271 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=8 -------------- Query OK, 20000 rows affected (0.91 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.72 sec) Bye 2015-01-15 22:20:23.473636686 after sql statement 2015-01-15 22:20:23.484024291 before sql statment -------------- update test211_2 set c2=c1 where batch=8 -------------- Query OK, 20000 rows affected (1.09 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:20:24.577756438 after sql statement 2015-01-15 22:20:24.584954723 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=8 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.12 sec) Bye 2015-01-15 22:20:24.706188501 after sql statement 2015-01-15 22:20:24.727357009 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.62 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:20:28.359096704 after sql statement 2015-01-15 22:20:28.386787462 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=9 -------------- Query OK, 20000 rows affected (1.33 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.25 sec) Bye 2015-01-15 22:20:29.980763192 after sql statement 2015-01-15 22:20:29.992685159 before sql statment -------------- update test211_2 set c2=c1 where batch=9 -------------- Query OK, 20000 rows affected (0.60 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:20:30.596998113 after sql statement 2015-01-15 22:20:30.600680328 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=9 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.51 sec) Bye 2015-01-15 22:20:32.152499919 after sql statement 2015-01-15 22:20:32.188293649 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222033_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:20:33 (11677) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222033_Job_62704.xml 2015-01-15 22:20:33 (11677) INFO : Job file loaded, run time for this step : 0.513914 seconds 2015-01-15 22:20:33 (11677) INFO : PreProcessing check starts 2015-01-15 22:20:33 (11677) INFO : PreProcessing check completed 2015-01-15 22:20:33 (11677) INFO : preProcess completed, run time for this step : 0.05634 seconds 2015-01-15 22:20:33 (11677) INFO : No of Read Threads Spawned = 1 2015-01-15 22:20:33 (11677) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:20:33 (11677) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:20:33 (11677) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:20:34 (11677) INFO : Bulk load completed, total run time : 1.59141 seconds 2015-01-15 22:20:34.835884559 after import 2015-01-15 22:20:34.843580221 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=10 -------------- Query OK, 20000 rows affected (1.99 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.95 sec) Bye 2015-01-15 22:20:37.796189463 after sql statement 2015-01-15 22:20:37.800321371 before sql statment -------------- update test211_2 set c2=c1 where batch=10 -------------- Query OK, 20000 rows affected (2.03 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:20:39.842948884 after sql statement 2015-01-15 22:20:39.849590550 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=10 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.10 sec) Bye 2015-01-15 22:20:39.964484505 after sql statement 2015-01-15 22:20:39.982619709 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.55 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:20:43.547050896 after sql statement 2015-01-15 22:20:43.583928085 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=11 -------------- Query OK, 20000 rows affected (2.96 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.59 sec) Bye 2015-01-15 22:20:47.139387636 after sql statement 2015-01-15 22:20:47.155078251 before sql statment -------------- update test211_2 set c2=c1 where batch=11 -------------- Query OK, 20000 rows affected (0.72 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:20:47.879704047 after sql statement 2015-01-15 22:20:47.883230377 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=11 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.44 sec) Bye 2015-01-15 22:20:48.331980469 after sql statement 2015-01-15 22:20:48.334152248 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222048_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:20:48 (24525) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222048_Job_62704.xml 2015-01-15 22:20:48 (24525) INFO : Job file loaded, run time for this step : 0.319528 seconds 2015-01-15 22:20:48 (24525) INFO : PreProcessing check starts 2015-01-15 22:20:48 (24525) INFO : PreProcessing check completed 2015-01-15 22:20:48 (24525) INFO : preProcess completed, run time for this step : 0.026767 seconds 2015-01-15 22:20:48 (24525) INFO : No of Read Threads Spawned = 1 2015-01-15 22:20:48 (24525) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:20:48 (24525) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:20:48 (24525) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:20:49 (24525) INFO : Bulk load completed, total run time : 1.36222 seconds 2015-01-15 22:20:49.891202666 after import 2015-01-15 22:20:49.900466836 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=12 -------------- Query OK, 20000 rows affected (2.74 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.06 sec) Bye 2015-01-15 22:20:53.708711362 after sql statement 2015-01-15 22:20:53.729250994 before sql statment -------------- update test211_2 set c2=c1 where batch=12 -------------- Query OK, 20000 rows affected (2.17 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:20:55.920786242 after sql statement 2015-01-15 22:20:55.938318236 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=12 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.73 sec) Bye 2015-01-15 22:20:56.694701456 after sql statement 2015-01-15 22:20:56.741500502 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (4.54 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:21:01.293540158 after sql statement 2015-01-15 22:21:01.299890978 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=13 -------------- Query OK, 20000 rows affected (1.37 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.37 sec) Bye 2015-01-15 22:21:04.041543676 after sql statement 2015-01-15 22:21:04.046057037 before sql statment -------------- update test211_2 set c2=c1 where batch=13 -------------- Query OK, 20000 rows affected (3.17 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:21:07.223830809 after sql statement 2015-01-15 22:21:07.228627422 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=13 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.25 sec) Bye 2015-01-15 22:21:07.484875248 after sql statement 2015-01-15 22:21:07.488005444 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222107_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:21:08 (38729) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222107_Job_62704.xml 2015-01-15 22:21:08 (38729) INFO : Job file loaded, run time for this step : 0.555187 seconds 2015-01-15 22:21:08 (38729) INFO : PreProcessing check starts 2015-01-15 22:21:08 (38729) INFO : PreProcessing check completed 2015-01-15 22:21:08 (38729) INFO : preProcess completed, run time for this step : 0.039221 seconds 2015-01-15 22:21:08 (38729) INFO : No of Read Threads Spawned = 1 2015-01-15 22:21:08 (38729) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:21:08 (38729) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:21:08 (38729) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:21:09 (38729) INFO : Bulk load completed, total run time : 1.66136 seconds 2015-01-15 22:21:09.315617929 after import 2015-01-15 22:21:09.320803364 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=14 -------------- Query OK, 20000 rows affected (1.77 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.78 sec) Bye 2015-01-15 22:21:11.913195774 after sql statement 2015-01-15 22:21:11.918111457 before sql statment -------------- update test211_2 set c2=c1 where batch=14 -------------- Query OK, 20000 rows affected (1.23 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:21:13.151149628 after sql statement 2015-01-15 22:21:13.160458270 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=14 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.31 sec) Bye 2015-01-15 22:21:13.491721756 after sql statement 2015-01-15 22:21:13.522185441 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.65 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:21:17.180439199 after sql statement 2015-01-15 22:21:17.200306092 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=15 -------------- Query OK, 20000 rows affected (2.79 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.37 sec) Bye 2015-01-15 22:21:20.362886753 after sql statement 2015-01-15 22:21:20.366220626 before sql statment -------------- update test211_2 set c2=c1 where batch=15 -------------- Query OK, 20000 rows affected (1.63 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:21:22.009124240 after sql statement 2015-01-15 22:21:22.036012238 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=15 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.32 sec) Bye 2015-01-15 22:21:22.370630101 after sql statement 2015-01-15 22:21:22.374870454 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222122_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:21:22 (51593) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222122_Job_62704.xml 2015-01-15 22:21:22 (51593) INFO : Job file loaded, run time for this step : 0.272511 seconds 2015-01-15 22:21:22 (51593) INFO : PreProcessing check starts 2015-01-15 22:21:22 (51593) INFO : PreProcessing check completed 2015-01-15 22:21:22 (51593) INFO : preProcess completed, run time for this step : 0.0262849 seconds 2015-01-15 22:21:22 (51593) INFO : No of Read Threads Spawned = 1 2015-01-15 22:21:22 (51593) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:21:22 (51593) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:21:22 (51593) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:21:23 (51593) INFO : Bulk load completed, total run time : 1.31318 seconds 2015-01-15 22:21:23.829476195 after import 2015-01-15 22:21:23.843321592 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=16 -------------- Query OK, 20000 rows affected (2.41 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.59 sec) Bye 2015-01-15 22:21:26.845633064 after sql statement 2015-01-15 22:21:26.862591803 before sql statment -------------- update test211_2 set c2=c1 where batch=16 -------------- Query OK, 20000 rows affected (1.67 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:21:28.541036288 after sql statement 2015-01-15 22:21:28.547174093 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=16 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.42 sec) Bye 2015-01-15 22:21:29.001508693 after sql statement 2015-01-15 22:21:29.035362461 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (4.06 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:21:33.115146894 after sql statement 2015-01-15 22:21:33.130817196 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=17 -------------- Query OK, 20000 rows affected (1.29 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.56 sec) Bye 2015-01-15 22:21:34.993952374 after sql statement 2015-01-15 22:21:35.001811831 before sql statment -------------- update test211_2 set c2=c1 where batch=17 -------------- Query OK, 20000 rows affected (2.13 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:21:37.141140676 after sql statement 2015-01-15 22:21:37.145720474 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=17 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.18 sec) Bye 2015-01-15 22:21:37.324898479 after sql statement 2015-01-15 22:21:37.329462493 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222137_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:21:37 (63910) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222137_Job_62704.xml 2015-01-15 22:21:37 (63910) INFO : Job file loaded, run time for this step : 0.328034 seconds 2015-01-15 22:21:37 (63910) INFO : PreProcessing check starts 2015-01-15 22:21:37 (63910) INFO : PreProcessing check completed 2015-01-15 22:21:37 (63910) INFO : preProcess completed, run time for this step : 0.058207 seconds 2015-01-15 22:21:37 (63910) INFO : No of Read Threads Spawned = 1 2015-01-15 22:21:37 (63910) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:21:37 (63910) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:21:37 (63910) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:21:38 (63910) INFO : Bulk load completed, total run time : 1.40856 seconds 2015-01-15 22:21:38.916186088 after import 2015-01-15 22:21:38.920484341 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=18 -------------- Query OK, 20000 rows affected (2.47 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.01 sec) Bye 2015-01-15 22:21:42.406840380 after sql statement 2015-01-15 22:21:42.411104425 before sql statment -------------- update test211_2 set c2=c1 where batch=18 -------------- Query OK, 20000 rows affected (1.63 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:21:44.049903617 after sql statement 2015-01-15 22:21:44.062298663 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=18 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.81 sec) Bye 2015-01-15 22:21:44.896256344 after sql statement 2015-01-15 22:21:44.921515372 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (4.66 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:21:49.591388929 after sql statement 2015-01-15 22:21:49.607712157 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=19 -------------- Query OK, 20000 rows affected (1.96 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.24 sec) Bye 2015-01-15 22:21:51.825450165 after sql statement 2015-01-15 22:21:51.832745081 before sql statment -------------- update test211_2 set c2=c1 where batch=19 -------------- Query OK, 20000 rows affected (0.85 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:21:52.692897918 after sql statement 2015-01-15 22:21:52.699534192 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=19 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.18 sec) Bye 2015-01-15 22:21:52.897428943 after sql statement 2015-01-15 22:21:52.899662223 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222153_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:21:53 (12657) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222153_Job_62704.xml 2015-01-15 22:21:53 (12657) INFO : Job file loaded, run time for this step : 0.401632 seconds 2015-01-15 22:21:53 (12657) INFO : PreProcessing check starts 2015-01-15 22:21:53 (12657) INFO : PreProcessing check completed 2015-01-15 22:21:53 (12657) INFO : preProcess completed, run time for this step : 0.072511 seconds 2015-01-15 22:21:53 (12657) INFO : No of Read Threads Spawned = 1 2015-01-15 22:21:53 (12657) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:21:53 (12657) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:21:53 (12657) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:21:54 (12657) INFO : Bulk load completed, total run time : 1.50615 seconds 2015-01-15 22:21:54.629703937 after import 2015-01-15 22:21:54.635079014 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=20 -------------- Query OK, 20000 rows affected (1.35 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.31 sec) Bye 2015-01-15 22:21:56.311526726 after sql statement 2015-01-15 22:21:56.317844557 before sql statment -------------- update test211_2 set c2=c1 where batch=20 -------------- Query OK, 20000 rows affected (3.21 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:21:59.540124788 after sql statement 2015-01-15 22:21:59.580247204 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=20 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.54 sec) Bye 2015-01-15 22:22:00.161909930 after sql statement 2015-01-15 22:22:00.183373158 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (4.25 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:22:04.449002612 after sql statement 2015-01-15 22:22:04.455612569 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.01 sec) -------------- delete from test211_2 where batch=21 -------------- Query OK, 20000 rows affected (1.46 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.50 sec) Bye 2015-01-15 22:22:06.458038257 after sql statement 2015-01-15 22:22:06.463969777 before sql statment -------------- update test211_2 set c2=c1 where batch=21 -------------- Query OK, 20000 rows affected (2.52 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:22:08.993209734 after sql statement 2015-01-15 22:22:08.998087021 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=21 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.10 sec) Bye 2015-01-15 22:22:09.107938365 after sql statement 2015-01-15 22:22:09.110774702 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222209_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:22:09 (26333) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222209_Job_62704.xml 2015-01-15 22:22:09 (26333) INFO : Job file loaded, run time for this step : 0.302015 seconds 2015-01-15 22:22:09 (26333) INFO : PreProcessing check starts 2015-01-15 22:22:09 (26333) INFO : PreProcessing check completed 2015-01-15 22:22:09 (26333) INFO : preProcess completed, run time for this step : 0.0574601 seconds 2015-01-15 22:22:09 (26333) INFO : No of Read Threads Spawned = 1 2015-01-15 22:22:09 (26333) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:22:09 (26333) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:22:09 (26333) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:22:10 (26333) INFO : Bulk load completed, total run time : 1.39441 seconds 2015-01-15 22:22:10.677614248 after import 2015-01-15 22:22:10.683215339 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=22 -------------- Query OK, 20000 rows affected (1.79 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.55 sec) Bye 2015-01-15 22:22:13.034139505 after sql statement 2015-01-15 22:22:13.039715791 before sql statment -------------- update test211_2 set c2=c1 where batch=22 -------------- Query OK, 20000 rows affected (0.59 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:22:13.638152131 after sql statement 2015-01-15 22:22:13.642695603 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=22 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.22 sec) Bye 2015-01-15 22:22:13.875121231 after sql statement 2015-01-15 22:22:13.922221236 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.58 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:22:17.522663327 after sql statement 2015-01-15 22:22:17.558805806 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=23 -------------- Query OK, 20000 rows affected (2.26 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.55 sec) Bye 2015-01-15 22:22:20.401689946 after sql statement 2015-01-15 22:22:20.406804706 before sql statment -------------- update test211_2 set c2=c1 where batch=23 -------------- Query OK, 20000 rows affected (1.27 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:22:21.681998613 after sql statement 2015-01-15 22:22:21.688234390 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=23 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.12 sec) Bye 2015-01-15 22:22:21.820780779 after sql statement 2015-01-15 22:22:21.823251620 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222223_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:22:23 (36165) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222223_Job_62704.xml 2015-01-15 22:22:23 (36165) INFO : Job file loaded, run time for this step : 0.610335 seconds 2015-01-15 22:22:23 (36165) INFO : PreProcessing check starts 2015-01-15 22:22:23 (36165) INFO : PreProcessing check completed 2015-01-15 22:22:23 (36165) INFO : preProcess completed, run time for this step : 0.0577469 seconds 2015-01-15 22:22:23 (36165) INFO : No of Read Threads Spawned = 1 2015-01-15 22:22:23 (36165) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:22:23 (36165) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:22:23 (36165) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:22:24 (36165) INFO : Bulk load completed, total run time : 1.68851 seconds 2015-01-15 22:22:24.352337897 after import 2015-01-15 22:22:24.364217819 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=24 -------------- Query OK, 20000 rows affected (2.99 sec) -------------- rollback -------------- Query OK, 0 rows affected (3.45 sec) Bye 2015-01-15 22:22:30.817194523 after sql statement 2015-01-15 22:22:30.821546939 before sql statment -------------- update test211_2 set c2=c1 where batch=24 -------------- Query OK, 20000 rows affected (0.78 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:22:31.611422724 after sql statement 2015-01-15 22:22:31.617634217 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=24 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.10 sec) Bye 2015-01-15 22:22:31.728083687 after sql statement 2015-01-15 22:22:31.745529788 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.52 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:22:35.272467443 after sql statement 2015-01-15 22:22:35.295596097 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=25 -------------- Query OK, 20000 rows affected (2.01 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.02 sec) Bye 2015-01-15 22:22:38.365890607 after sql statement 2015-01-15 22:22:38.373990086 before sql statment -------------- update test211_2 set c2=c1 where batch=25 -------------- Query OK, 20000 rows affected (2.09 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:22:40.475621689 after sql statement 2015-01-15 22:22:40.497205557 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=25 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.49 sec) Bye 2015-01-15 22:22:41.001523945 after sql statement 2015-01-15 22:22:41.006113093 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222241_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:22:41 (49912) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222241_Job_62704.xml 2015-01-15 22:22:41 (49912) INFO : Job file loaded, run time for this step : 0.283051 seconds 2015-01-15 22:22:41 (49912) INFO : PreProcessing check starts 2015-01-15 22:22:41 (49912) INFO : PreProcessing check completed 2015-01-15 22:22:41 (49912) INFO : preProcess completed, run time for this step : 0.028008 seconds 2015-01-15 22:22:41 (49912) INFO : No of Read Threads Spawned = 1 2015-01-15 22:22:41 (49912) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:22:41 (49912) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:22:41 (49912) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:22:42 (49912) INFO : Bulk load completed, total run time : 1.32549 seconds 2015-01-15 22:22:42.491981720 after import 2015-01-15 22:22:42.501298512 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=26 -------------- Query OK, 20000 rows affected (1.09 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.22 sec) Bye 2015-01-15 22:22:43.833956748 after sql statement 2015-01-15 22:22:43.855369409 before sql statment -------------- update test211_2 set c2=c1 where batch=26 -------------- Query OK, 20000 rows affected (1.64 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:22:45.514370010 after sql statement 2015-01-15 22:22:45.523334014 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=26 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.16 sec) Bye 2015-01-15 22:22:45.692430668 after sql statement 2015-01-15 22:22:45.730677224 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.46 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:22:49.231196512 after sql statement 2015-01-15 22:22:49.235152319 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=27 -------------- Query OK, 20000 rows affected (2.10 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.67 sec) Bye 2015-01-15 22:22:52.051597410 after sql statement 2015-01-15 22:22:52.078880092 before sql statment -------------- update test211_2 set c2=c1 where batch=27 -------------- Query OK, 20000 rows affected (2.06 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:22:54.167204373 after sql statement 2015-01-15 22:22:54.179411341 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=27 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.45 sec) Bye 2015-01-15 22:22:54.653602943 after sql statement 2015-01-15 22:22:54.656450547 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222255_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:22:56 (62475) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222255_Job_62704.xml 2015-01-15 22:22:56 (62475) INFO : Job file loaded, run time for this step : 1.15988 seconds 2015-01-15 22:22:56 (62475) INFO : PreProcessing check starts 2015-01-15 22:22:56 (62475) INFO : PreProcessing check completed 2015-01-15 22:22:56 (62475) INFO : preProcess completed, run time for this step : 0.0435991 seconds 2015-01-15 22:22:56 (62475) INFO : No of Read Threads Spawned = 1 2015-01-15 22:22:56 (62475) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:22:56 (62475) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:22:56 (62475) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:22:57 (62475) INFO : Bulk load completed, total run time : 2.22838 seconds 2015-01-15 22:22:57.084274807 after import 2015-01-15 22:22:57.098863474 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=28 -------------- Query OK, 20000 rows affected (2.00 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.18 sec) Bye 2015-01-15 22:22:59.292857106 after sql statement 2015-01-15 22:22:59.309614865 before sql statment -------------- update test211_2 set c2=c1 where batch=28 -------------- Query OK, 20000 rows affected (2.07 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:23:01.392827458 after sql statement 2015-01-15 22:23:01.403627299 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=28 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.43 sec) Bye 2015-01-15 22:23:01.838802539 after sql statement 2015-01-15 22:23:01.872790812 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.64 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:23:05.525103963 after sql statement 2015-01-15 22:23:05.564102979 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=29 -------------- Query OK, 20000 rows affected (1.52 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.59 sec) Bye 2015-01-15 22:23:07.695452257 after sql statement 2015-01-15 22:23:07.768873621 before sql statment -------------- update test211_2 set c2=c1 where batch=29 -------------- Query OK, 20000 rows affected (3.09 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:23:10.918538685 after sql statement 2015-01-15 22:23:10.924416720 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=29 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.15 sec) Bye 2015-01-15 22:23:11.082707555 after sql statement 2015-01-15 22:23:11.085179954 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222311_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:23:11 (11052) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222311_Job_62704.xml 2015-01-15 22:23:11 (11052) INFO : Job file loaded, run time for this step : 0.300538 seconds 2015-01-15 22:23:11 (11052) INFO : PreProcessing check starts 2015-01-15 22:23:11 (11052) INFO : PreProcessing check completed 2015-01-15 22:23:11 (11052) INFO : preProcess completed, run time for this step : 0.0533001 seconds 2015-01-15 22:23:11 (11052) INFO : No of Read Threads Spawned = 1 2015-01-15 22:23:11 (11052) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:23:11 (11052) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:23:11 (11052) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:23:12 (11052) INFO : Bulk load completed, total run time : 1.38807 seconds 2015-01-15 22:23:12.610833472 after import 2015-01-15 22:23:12.623234655 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=30 -------------- Query OK, 20000 rows affected (1.29 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.55 sec) Bye 2015-01-15 22:23:14.473322331 after sql statement 2015-01-15 22:23:14.482610219 before sql statment -------------- update test211_2 set c2=c1 where batch=30 -------------- Query OK, 20000 rows affected (0.72 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:23:15.213496054 after sql statement 2015-01-15 22:23:15.223803972 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=30 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.20 sec) Bye 2015-01-15 22:23:15.439630710 after sql statement 2015-01-15 22:23:15.458199135 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.39 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:23:18.857484348 after sql statement 2015-01-15 22:23:18.870971656 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=31 -------------- Query OK, 20000 rows affected (2.07 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.67 sec) Bye 2015-01-15 22:23:21.668192806 after sql statement 2015-01-15 22:23:21.677425059 before sql statment -------------- update test211_2 set c2=c1 where batch=31 -------------- Query OK, 20000 rows affected (1.77 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:23:23.457361599 after sql statement 2015-01-15 22:23:23.464450837 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=31 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.85 sec) Bye 2015-01-15 22:23:24.342196606 after sql statement 2015-01-15 22:23:24.344349298 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222325_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:23:25 (23376) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222325_Job_62704.xml 2015-01-15 22:23:25 (23376) INFO : Job file loaded, run time for this step : 0.82782 seconds 2015-01-15 22:23:25 (23376) INFO : PreProcessing check starts 2015-01-15 22:23:26 (23376) INFO : PreProcessing check completed 2015-01-15 22:23:26 (23376) INFO : preProcess completed, run time for this step : 0.851447 seconds 2015-01-15 22:23:26 (23376) INFO : No of Read Threads Spawned = 1 2015-01-15 22:23:26 (23376) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:23:26 (23376) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:23:26 (23376) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:23:27 (23376) INFO : Bulk load completed, total run time : 2.70239 seconds 2015-01-15 22:23:27.239109560 after import 2015-01-15 22:23:27.253184072 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=32 -------------- Query OK, 20000 rows affected (1.92 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.57 sec) Bye 2015-01-15 22:23:29.752798632 after sql statement 2015-01-15 22:23:29.771407078 before sql statment -------------- update test211_2 set c2=c1 where batch=32 -------------- Query OK, 20000 rows affected (1.97 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:23:31.750299356 after sql statement 2015-01-15 22:23:31.756873849 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=32 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.49 sec) Bye 2015-01-15 22:23:32.257741265 after sql statement 2015-01-15 22:23:32.288250374 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.60 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:23:35.912886857 after sql statement 2015-01-15 22:23:35.917368325 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=33 -------------- Query OK, 20000 rows affected (1.04 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.74 sec) Bye 2015-01-15 22:23:37.721918726 after sql statement 2015-01-15 22:23:37.740713679 before sql statment -------------- update test211_2 set c2=c1 where batch=33 -------------- Query OK, 20000 rows affected (2.82 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:23:40.573535391 after sql statement 2015-01-15 22:23:40.585231633 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=33 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.36 sec) Bye 2015-01-15 22:23:40.952056038 after sql statement 2015-01-15 22:23:40.956833196 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222342_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:23:42 (36597) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222342_Job_62704.xml 2015-01-15 22:23:42 (36597) INFO : Job file loaded, run time for this step : 0.489475 seconds 2015-01-15 22:23:42 (36597) INFO : PreProcessing check starts 2015-01-15 22:23:42 (36597) INFO : PreProcessing check completed 2015-01-15 22:23:42 (36597) INFO : preProcess completed, run time for this step : 0.0402279 seconds 2015-01-15 22:23:42 (36597) INFO : No of Read Threads Spawned = 1 2015-01-15 22:23:42 (36597) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:23:42 (36597) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:23:42 (36597) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:23:43 (36597) INFO : Bulk load completed, total run time : 1.57981 seconds 2015-01-15 22:23:43.458404183 after import 2015-01-15 22:23:43.473182179 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=34 -------------- Query OK, 20000 rows affected (2.27 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.33 sec) Bye 2015-01-15 22:23:46.077868300 after sql statement 2015-01-15 22:23:46.085174589 before sql statment -------------- update test211_2 set c2=c1 where batch=34 -------------- Query OK, 20000 rows affected (1.63 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:23:47.728633385 after sql statement 2015-01-15 22:23:47.733484343 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=34 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.15 sec) Bye 2015-01-15 22:23:47.891399956 after sql statement 2015-01-15 22:23:47.913601070 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (4.94 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:23:52.865385290 after sql statement 2015-01-15 22:23:52.877201703 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=35 -------------- Query OK, 20000 rows affected (1.71 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.35 sec) Bye 2015-01-15 22:23:54.970822029 after sql statement 2015-01-15 22:23:54.978413245 before sql statment -------------- update test211_2 set c2=c1 where batch=35 -------------- Query OK, 20000 rows affected (2.27 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:23:57.262503876 after sql statement 2015-01-15 22:23:57.269707112 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=35 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.95 sec) Bye 2015-01-15 22:23:58.231078180 after sql statement 2015-01-15 22:23:58.234488774 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222358_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:23:58 (49669) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222358_Job_62704.xml 2015-01-15 22:23:58 (49669) INFO : Job file loaded, run time for this step : 0.314727 seconds 2015-01-15 22:23:58 (49669) INFO : PreProcessing check starts 2015-01-15 22:23:59 (49669) INFO : PreProcessing check completed 2015-01-15 22:23:59 (49669) INFO : preProcess completed, run time for this step : 0.048948 seconds 2015-01-15 22:23:59 (49669) INFO : No of Read Threads Spawned = 1 2015-01-15 22:23:59 (49669) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:23:59 (49669) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:23:59 (49669) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:24:00 (49669) INFO : Bulk load completed, total run time : 1.41432 seconds 2015-01-15 22:24:00.090028396 after import 2015-01-15 22:24:00.129527593 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=36 -------------- Query OK, 20000 rows affected (2.82 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.31 sec) Bye 2015-01-15 22:24:03.267707082 after sql statement 2015-01-15 22:24:03.276137934 before sql statment -------------- update test211_2 set c2=c1 where batch=36 -------------- Query OK, 20000 rows affected (1.33 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:24:04.612634180 after sql statement 2015-01-15 22:24:04.620977392 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=36 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.20 sec) Bye 2015-01-15 22:24:04.834630708 after sql statement 2015-01-15 22:24:04.859109025 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (4.02 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:24:08.878870166 after sql statement 2015-01-15 22:24:08.885671148 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=37 -------------- Query OK, 20000 rows affected (2.73 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.57 sec) Bye 2015-01-15 22:24:12.193535621 after sql statement 2015-01-15 22:24:12.205809752 before sql statment -------------- update test211_2 set c2=c1 where batch=37 -------------- Query OK, 20000 rows affected (1.77 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:24:13.994716265 after sql statement 2015-01-15 22:24:14.007825452 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=37 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.55 sec) Bye 2015-01-15 22:24:14.559992825 after sql statement 2015-01-15 22:24:14.562563540 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222415_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:24:16 (62220) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222415_Job_62704.xml 2015-01-15 22:24:16 (62220) INFO : Job file loaded, run time for this step : 1.31548 seconds 2015-01-15 22:24:16 (62220) INFO : PreProcessing check starts 2015-01-15 22:24:16 (62220) INFO : PreProcessing check completed 2015-01-15 22:24:16 (62220) INFO : preProcess completed, run time for this step : 0.057776 seconds 2015-01-15 22:24:16 (62220) INFO : No of Read Threads Spawned = 1 2015-01-15 22:24:16 (62220) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:24:16 (62220) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:24:16 (62220) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:24:17 (62220) INFO : Bulk load completed, total run time : 2.50687 seconds 2015-01-15 22:24:17.335175842 after import 2015-01-15 22:24:17.357370067 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=38 -------------- Query OK, 20000 rows affected (1.54 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.16 sec) Bye 2015-01-15 22:24:19.084224362 after sql statement 2015-01-15 22:24:19.088073941 before sql statment -------------- update test211_2 set c2=c1 where batch=38 -------------- Query OK, 20000 rows affected (0.62 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:24:19.715691337 after sql statement 2015-01-15 22:24:19.723529860 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=38 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.17 sec) Bye 2015-01-15 22:24:19.907429524 after sql statement 2015-01-15 22:24:19.928332916 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.52 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:24:23.457315096 after sql statement 2015-01-15 22:24:23.462711047 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=39 -------------- Query OK, 20000 rows affected (3.79 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.45 sec) Bye 2015-01-15 22:24:27.709908684 after sql statement 2015-01-15 22:24:27.716637844 before sql statment -------------- update test211_2 set c2=c1 where batch=39 -------------- Query OK, 20000 rows affected (1.00 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:24:28.722238547 after sql statement 2015-01-15 22:24:28.760599892 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=39 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.19 sec) Bye 2015-01-15 22:24:28.955220708 after sql statement 2015-01-15 22:24:28.958596919 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222429_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:24:29 (8204) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222429_Job_62704.xml 2015-01-15 22:24:29 (8204) INFO : Job file loaded, run time for this step : 0.52446 seconds 2015-01-15 22:24:29 (8204) INFO : PreProcessing check starts 2015-01-15 22:24:29 (8204) INFO : PreProcessing check completed 2015-01-15 22:24:29 (8204) INFO : preProcess completed, run time for this step : 0.133598 seconds 2015-01-15 22:24:29 (8204) INFO : No of Read Threads Spawned = 1 2015-01-15 22:24:29 (8204) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:24:29 (8204) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:24:30 (8204) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:24:30 (8204) INFO : Bulk load completed, total run time : 1.66625 seconds 2015-01-15 22:24:31.006914697 after import 2015-01-15 22:24:31.016963195 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=40 -------------- Query OK, 20000 rows affected (2.63 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.38 sec) Bye 2015-01-15 22:24:34.042130719 after sql statement 2015-01-15 22:24:34.055640103 before sql statment -------------- update test211_2 set c2=c1 where batch=40 -------------- Query OK, 20000 rows affected (1.53 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:24:35.605687787 after sql statement 2015-01-15 22:24:35.619184021 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=40 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.24 sec) Bye 2015-01-15 22:24:35.867353398 after sql statement 2015-01-15 22:24:35.892249487 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.49 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:24:39.385061057 after sql statement 2015-01-15 22:24:39.393515271 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=41 -------------- Query OK, 20000 rows affected (2.05 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.68 sec) Bye 2015-01-15 22:24:42.141828839 after sql statement 2015-01-15 22:24:42.148272834 before sql statment -------------- update test211_2 set c2=c1 where batch=41 -------------- Query OK, 20000 rows affected (3.35 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:24:45.506052193 after sql statement 2015-01-15 22:24:45.514278475 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=41 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.26 sec) Bye 2015-01-15 22:24:45.774746999 after sql statement 2015-01-15 22:24:45.781218975 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222446_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:24:47 (21578) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222446_Job_62704.xml 2015-01-15 22:24:47 (21578) INFO : Job file loaded, run time for this step : 1.26372 seconds 2015-01-15 22:24:47 (21578) INFO : PreProcessing check starts 2015-01-15 22:24:47 (21578) INFO : PreProcessing check completed 2015-01-15 22:24:47 (21578) INFO : preProcess completed, run time for this step : 0.14598 seconds 2015-01-15 22:24:47 (21578) INFO : No of Read Threads Spawned = 1 2015-01-15 22:24:47 (21578) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:24:47 (21578) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:24:47 (21578) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:24:48 (21578) INFO : Bulk load completed, total run time : 2.45954 seconds 2015-01-15 22:24:48.406180900 after import 2015-01-15 22:24:48.419517882 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=42 -------------- Query OK, 20000 rows affected (3.12 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.30 sec) Bye 2015-01-15 22:24:51.859038225 after sql statement 2015-01-15 22:24:51.867451663 before sql statment -------------- update test211_2 set c2=c1 where batch=42 -------------- Query OK, 20000 rows affected (2.47 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:24:54.352626001 after sql statement 2015-01-15 22:24:54.395838777 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=42 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.27 sec) Bye 2015-01-15 22:24:55.677022457 after sql statement 2015-01-15 22:24:55.724428390 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (4.91 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:25:00.651677971 after sql statement 2015-01-15 22:25:00.671031056 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=43 -------------- Query OK, 20000 rows affected (1.46 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.18 sec) Bye 2015-01-15 22:25:02.321855420 after sql statement 2015-01-15 22:25:02.330216109 before sql statment -------------- update test211_2 set c2=c1 where batch=43 -------------- Query OK, 20000 rows affected (1.96 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:25:04.303262682 after sql statement 2015-01-15 22:25:04.309110319 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=43 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.20 sec) Bye 2015-01-15 22:25:04.515714839 after sql statement 2015-01-15 22:25:04.519472524 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222504_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:25:05 (34725) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222504_Job_62704.xml 2015-01-15 22:25:05 (34725) INFO : Job file loaded, run time for this step : 0.379306 seconds 2015-01-15 22:25:05 (34725) INFO : PreProcessing check starts 2015-01-15 22:25:05 (34725) INFO : PreProcessing check completed 2015-01-15 22:25:05 (34725) INFO : preProcess completed, run time for this step : 0.0588381 seconds 2015-01-15 22:25:05 (34725) INFO : No of Read Threads Spawned = 1 2015-01-15 22:25:05 (34725) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:25:05 (34725) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:25:05 (34725) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:25:06 (34725) INFO : Bulk load completed, total run time : 1.45686 seconds 2015-01-15 22:25:06.127345240 after import 2015-01-15 22:25:06.140910788 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=44 -------------- Query OK, 20000 rows affected (4.24 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.86 sec) Bye 2015-01-15 22:25:11.265560673 after sql statement 2015-01-15 22:25:11.269922554 before sql statment -------------- update test211_2 set c2=c1 where batch=44 -------------- Query OK, 20000 rows affected (2.29 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:25:13.580148499 after sql statement 2015-01-15 22:25:13.592970043 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=44 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.53 sec) Bye 2015-01-15 22:25:14.141369561 after sql statement 2015-01-15 22:25:14.177158937 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.60 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:25:17.790187275 after sql statement 2015-01-15 22:25:17.806338355 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=45 -------------- Query OK, 20000 rows affected (2.31 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.28 sec) Bye 2015-01-15 22:25:20.411514700 after sql statement 2015-01-15 22:25:20.417991989 before sql statment -------------- update test211_2 set c2=c1 where batch=45 -------------- Query OK, 20000 rows affected (1.23 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:25:21.655289614 after sql statement 2015-01-15 22:25:21.659635984 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=45 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.10 sec) Bye 2015-01-15 22:25:21.768075772 after sql statement 2015-01-15 22:25:21.771818245 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222522_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:25:22 (47960) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222522_Job_62704.xml 2015-01-15 22:25:22 (47960) INFO : Job file loaded, run time for this step : 0.317838 seconds 2015-01-15 22:25:22 (47960) INFO : PreProcessing check starts 2015-01-15 22:25:22 (47960) INFO : PreProcessing check completed 2015-01-15 22:25:22 (47960) INFO : preProcess completed, run time for this step : 0.0586081 seconds 2015-01-15 22:25:22 (47960) INFO : No of Read Threads Spawned = 1 2015-01-15 22:25:22 (47960) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:25:22 (47960) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:25:22 (47960) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:25:23 (47960) INFO : Bulk load completed, total run time : 1.41951 seconds 2015-01-15 22:25:23.439166115 after import 2015-01-15 22:25:23.442949685 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=46 -------------- Query OK, 20000 rows affected (1.28 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.84 sec) Bye 2015-01-15 22:25:25.578476757 after sql statement 2015-01-15 22:25:25.588105490 before sql statment -------------- update test211_2 set c2=c1 where batch=46 -------------- Query OK, 20000 rows affected (2.23 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:25:27.843679056 after sql statement 2015-01-15 22:25:27.852754883 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=46 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.25 sec) Bye 2015-01-15 22:25:28.119231362 after sql statement 2015-01-15 22:25:28.137291052 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.50 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:25:31.647819558 after sql statement 2015-01-15 22:25:31.654618150 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=47 -------------- Query OK, 20000 rows affected (1.89 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.80 sec) Bye 2015-01-15 22:25:34.364788570 after sql statement 2015-01-15 22:25:34.376134224 before sql statment -------------- update test211_2 set c2=c1 where batch=47 -------------- Query OK, 20000 rows affected (1.39 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:25:35.785886808 after sql statement 2015-01-15 22:25:35.793918931 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=47 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.19 sec) Bye 2015-01-15 22:25:35.995268586 after sql statement 2015-01-15 22:25:35.997353472 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222536_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:25:36 (59455) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222536_Job_62704.xml 2015-01-15 22:25:36 (59455) INFO : Job file loaded, run time for this step : 0.270025 seconds 2015-01-15 22:25:36 (59455) INFO : PreProcessing check starts 2015-01-15 22:25:36 (59455) INFO : PreProcessing check completed 2015-01-15 22:25:36 (59455) INFO : preProcess completed, run time for this step : 0.0712068 seconds 2015-01-15 22:25:36 (59455) INFO : No of Read Threads Spawned = 1 2015-01-15 22:25:36 (59455) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:25:36 (59455) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:25:36 (59455) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:25:37 (59455) INFO : Bulk load completed, total run time : 1.38772 seconds 2015-01-15 22:25:37.521873672 after import 2015-01-15 22:25:37.562141857 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=48 -------------- Query OK, 20000 rows affected (2.23 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.51 sec) Bye 2015-01-15 22:25:40.310117658 after sql statement 2015-01-15 22:25:40.315469561 before sql statment -------------- update test211_2 set c2=c1 where batch=48 -------------- Query OK, 20000 rows affected (1.29 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:25:41.613371787 after sql statement 2015-01-15 22:25:41.618764140 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=48 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.39 sec) Bye 2015-01-15 22:25:42.020604756 after sql statement 2015-01-15 22:25:42.048474565 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (5.97 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:25:48.031660929 after sql statement 2015-01-15 22:25:48.052705342 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=49 -------------- Query OK, 20000 rows affected (1.55 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.32 sec) Bye 2015-01-15 22:25:49.933526750 after sql statement 2015-01-15 22:25:49.945179695 before sql statment -------------- update test211_2 set c2=c1 where batch=49 -------------- Query OK, 20000 rows affected (1.67 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:25:51.632426668 after sql statement 2015-01-15 22:25:51.637444133 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=49 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.11 sec) Bye 2015-01-15 22:25:51.745532541 after sql statement 2015-01-15 22:25:51.749322809 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222552_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:25:52 (6983) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222552_Job_62704.xml 2015-01-15 22:25:52 (6983) INFO : Job file loaded, run time for this step : 0.315894 seconds 2015-01-15 22:25:52 (6983) INFO : PreProcessing check starts 2015-01-15 22:25:52 (6983) INFO : PreProcessing check completed 2015-01-15 22:25:52 (6983) INFO : preProcess completed, run time for this step : 0.0710311 seconds 2015-01-15 22:25:52 (6983) INFO : No of Read Threads Spawned = 1 2015-01-15 22:25:52 (6983) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:25:52 (6983) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:25:52 (6983) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:25:53 (6983) INFO : Bulk load completed, total run time : 1.42675 seconds 2015-01-15 22:25:53.351518003 after import 2015-01-15 22:25:53.359152158 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=50 -------------- Query OK, 20000 rows affected (2.90 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.41 sec) Bye 2015-01-15 22:25:56.690582211 after sql statement 2015-01-15 22:25:56.694549587 before sql statment -------------- update test211_2 set c2=c1 where batch=50 -------------- Query OK, 20000 rows affected (1.81 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:25:58.521982904 after sql statement 2015-01-15 22:25:58.531072012 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=50 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.28 sec) Bye 2015-01-15 22:25:58.823287344 after sql statement 2015-01-15 22:25:58.859811070 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (4.24 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:26:03.112444326 after sql statement 2015-01-15 22:26:03.122915218 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=51 -------------- Query OK, 20000 rows affected (1.99 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.46 sec) Bye 2015-01-15 22:26:05.587100488 after sql statement 2015-01-15 22:26:05.592753924 before sql statment -------------- update test211_2 set c2=c1 where batch=51 -------------- Query OK, 20000 rows affected (1.43 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:26:07.035168345 after sql statement 2015-01-15 22:26:07.038938993 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=51 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.21 sec) Bye 2015-01-15 22:26:07.258326395 after sql statement 2015-01-15 22:26:07.260443375 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222607_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:26:07 (20305) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222607_Job_62704.xml 2015-01-15 22:26:07 (20305) INFO : Job file loaded, run time for this step : 0.366843 seconds 2015-01-15 22:26:07 (20305) INFO : PreProcessing check starts 2015-01-15 22:26:07 (20305) INFO : PreProcessing check completed 2015-01-15 22:26:07 (20305) INFO : preProcess completed, run time for this step : 0.0622401 seconds 2015-01-15 22:26:07 (20305) INFO : No of Read Threads Spawned = 1 2015-01-15 22:26:07 (20305) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:26:07 (20305) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:26:07 (20305) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:26:08 (20305) INFO : Bulk load completed, total run time : 1.4496 seconds 2015-01-15 22:26:08.860414578 after import 2015-01-15 22:26:08.864302597 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=52 -------------- Query OK, 20000 rows affected (1.37 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.81 sec) Bye 2015-01-15 22:26:11.056527433 after sql statement 2015-01-15 22:26:11.060915419 before sql statment -------------- update test211_2 set c2=c1 where batch=52 -------------- Query OK, 20000 rows affected (2.77 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:26:13.841833070 after sql statement 2015-01-15 22:26:13.848956479 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=52 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.11 sec) Bye 2015-01-15 22:26:14.975688478 after sql statement 2015-01-15 22:26:15.005686624 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (4.08 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:26:19.100587101 after sql statement 2015-01-15 22:26:19.105749591 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=53 -------------- Query OK, 20000 rows affected (3.08 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.35 sec) Bye 2015-01-15 22:26:22.567443254 after sql statement 2015-01-15 22:26:22.581702510 before sql statment -------------- update test211_2 set c2=c1 where batch=53 -------------- Query OK, 20000 rows affected (1.42 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:26:24.011765850 after sql statement 2015-01-15 22:26:24.017167505 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=53 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.21 sec) Bye 2015-01-15 22:26:25.240402036 after sql statement 2015-01-15 22:26:25.252078561 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222625_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:26:25 (35379) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222625_Job_62704.xml 2015-01-15 22:26:25 (35379) INFO : Job file loaded, run time for this step : 0.514229 seconds 2015-01-15 22:26:25 (35379) INFO : PreProcessing check starts 2015-01-15 22:26:25 (35379) INFO : PreProcessing check completed 2015-01-15 22:26:25 (35379) INFO : preProcess completed, run time for this step : 0.0847251 seconds 2015-01-15 22:26:25 (35379) INFO : No of Read Threads Spawned = 1 2015-01-15 22:26:25 (35379) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:26:25 (35379) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:26:26 (35379) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:26:27 (35379) INFO : Bulk load completed, total run time : 1.93908 seconds 2015-01-15 22:26:27.333730494 after import 2015-01-15 22:26:27.345903255 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=54 -------------- Query OK, 20000 rows affected (1.37 sec) -------------- rollback -------------- Query OK, 0 rows affected (2.54 sec) Bye 2015-01-15 22:26:31.262536248 after sql statement 2015-01-15 22:26:31.280831949 before sql statment -------------- update test211_2 set c2=c1 where batch=54 -------------- Query OK, 20000 rows affected (1.54 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:26:32.822024239 after sql statement 2015-01-15 22:26:32.825990845 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=54 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.72 sec) Bye 2015-01-15 22:26:33.551111150 after sql statement 2015-01-15 22:26:33.575794165 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (4.86 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:26:38.448237168 after sql statement 2015-01-15 22:26:38.454828818 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=55 -------------- Query OK, 20000 rows affected (2.30 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.61 sec) Bye 2015-01-15 22:26:41.399257004 after sql statement 2015-01-15 22:26:41.443387043 before sql statment -------------- update test211_2 set c2=c1 where batch=55 -------------- Query OK, 20000 rows affected (1.49 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:26:42.952649042 after sql statement 2015-01-15 22:26:42.957355361 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=55 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.22 sec) Bye 2015-01-15 22:26:43.187622446 after sql statement 2015-01-15 22:26:43.190741926 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222643_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:26:43 (48702) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222643_Job_62704.xml 2015-01-15 22:26:43 (48702) INFO : Job file loaded, run time for this step : 0.467812 seconds 2015-01-15 22:26:43 (48702) INFO : PreProcessing check starts 2015-01-15 22:26:43 (48702) INFO : PreProcessing check completed 2015-01-15 22:26:43 (48702) INFO : preProcess completed, run time for this step : 0.03125 seconds 2015-01-15 22:26:43 (48702) INFO : No of Read Threads Spawned = 1 2015-01-15 22:26:43 (48702) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:26:43 (48702) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:26:43 (48702) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:26:44 (48702) INFO : Bulk load completed, total run time : 1.52978 seconds 2015-01-15 22:26:44.915719967 after import 2015-01-15 22:26:44.928745847 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=56 -------------- Query OK, 20000 rows affected (1.50 sec) -------------- rollback -------------- Query OK, 0 rows affected (2.13 sec) Bye 2015-01-15 22:26:48.577036204 after sql statement 2015-01-15 22:26:48.592522272 before sql statment -------------- update test211_2 set c2=c1 where batch=56 -------------- Query OK, 20000 rows affected (2.25 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:26:50.849892444 after sql statement 2015-01-15 22:26:50.854668951 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=56 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.10 sec) Bye 2015-01-15 22:26:51.963218665 after sql statement 2015-01-15 22:26:52.019998592 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.77 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:26:55.807534305 after sql statement 2015-01-15 22:26:55.814582041 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=57 -------------- Query OK, 20000 rows affected (1.78 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.27 sec) Bye 2015-01-15 22:26:57.864628776 after sql statement 2015-01-15 22:26:57.871422803 before sql statment -------------- update test211_2 set c2=c1 where batch=57 -------------- Query OK, 20000 rows affected (1.70 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:26:59.582632440 after sql statement 2015-01-15 22:26:59.589784913 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=57 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.47 sec) Bye 2015-01-15 22:27:00.064873412 after sql statement 2015-01-15 22:27:00.067917238 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222701_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:27:01 (61141) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222701_Job_62704.xml 2015-01-15 22:27:01 (61141) INFO : Job file loaded, run time for this step : 0.224298 seconds 2015-01-15 22:27:01 (61141) INFO : PreProcessing check starts 2015-01-15 22:27:01 (61141) INFO : PreProcessing check completed 2015-01-15 22:27:01 (61141) INFO : preProcess completed, run time for this step : 0.0381222 seconds 2015-01-15 22:27:01 (61141) INFO : No of Read Threads Spawned = 1 2015-01-15 22:27:01 (61141) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:27:01 (61141) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:27:01 (61141) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:27:03 (61141) INFO : Bulk load completed, total run time : 2.32601 seconds 2015-01-15 22:27:03.479972846 after import 2015-01-15 22:27:03.489299251 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=58 -------------- Query OK, 20000 rows affected (2.32 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.44 sec) Bye 2015-01-15 22:27:06.261782147 after sql statement 2015-01-15 22:27:06.267889650 before sql statment -------------- update test211_2 set c2=c1 where batch=58 -------------- Query OK, 20000 rows affected (2.56 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:27:08.828078950 after sql statement 2015-01-15 22:27:08.832732415 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=58 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.62 sec) Bye 2015-01-15 22:27:09.459917552 after sql statement 2015-01-15 22:27:09.483326582 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.59 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:27:13.085201565 after sql statement 2015-01-15 22:27:13.089097605 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=59 -------------- Query OK, 20000 rows affected (1.01 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.40 sec) Bye 2015-01-15 22:27:14.497369954 after sql statement 2015-01-15 22:27:14.505137467 before sql statment -------------- update test211_2 set c2=c1 where batch=59 -------------- Query OK, 20000 rows affected (1.50 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:27:16.012680657 after sql statement 2015-01-15 22:27:16.019718318 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=59 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.80 sec) Bye 2015-01-15 22:27:16.832494246 after sql statement 2015-01-15 22:27:16.835213951 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222718_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:27:18 (9554) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222718_Job_62704.xml 2015-01-15 22:27:18 (9554) INFO : Job file loaded, run time for this step : 0.347669 seconds 2015-01-15 22:27:18 (9554) INFO : PreProcessing check starts 2015-01-15 22:27:18 (9554) INFO : PreProcessing check completed 2015-01-15 22:27:18 (9554) INFO : preProcess completed, run time for this step : 0.042891 seconds 2015-01-15 22:27:18 (9554) INFO : No of Read Threads Spawned = 1 2015-01-15 22:27:18 (9554) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:27:18 (9554) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:27:18 (9554) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:27:19 (9554) INFO : Bulk load completed, total run time : 1.4301 seconds 2015-01-15 22:27:19.330405402 after import 2015-01-15 22:27:19.346356387 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=60 -------------- Query OK, 20000 rows affected (1.08 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.28 sec) Bye 2015-01-15 22:27:20.722678306 after sql statement 2015-01-15 22:27:20.725963264 before sql statment -------------- update test211_2 set c2=c1 where batch=60 -------------- Query OK, 20000 rows affected (2.27 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:27:23.001576725 after sql statement 2015-01-15 22:27:23.013863941 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=60 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.51 sec) Bye 2015-01-15 22:27:23.547873165 after sql statement 2015-01-15 22:27:23.572626195 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (4.00 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:27:27.607913036 after sql statement 2015-01-15 22:27:27.632703787 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=61 -------------- Query OK, 20000 rows affected (3.69 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.76 sec) Bye 2015-01-15 22:27:32.143764235 after sql statement 2015-01-15 22:27:32.153624663 before sql statment -------------- update test211_2 set c2=c1 where batch=61 -------------- Query OK, 20000 rows affected (2.42 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:27:34.581673189 after sql statement 2015-01-15 22:27:34.599160186 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=61 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.88 sec) Bye 2015-01-15 22:27:35.489565747 after sql statement 2015-01-15 22:27:35.520047069 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222736_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:27:36 (23282) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222736_Job_62704.xml 2015-01-15 22:27:36 (23282) INFO : Job file loaded, run time for this step : 1.07039 seconds 2015-01-15 22:27:36 (23282) INFO : PreProcessing check starts 2015-01-15 22:27:36 (23282) INFO : PreProcessing check completed 2015-01-15 22:27:36 (23282) INFO : preProcess completed, run time for this step : 0.026228 seconds 2015-01-15 22:27:36 (23282) INFO : No of Read Threads Spawned = 1 2015-01-15 22:27:36 (23282) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:27:36 (23282) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:27:36 (23282) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:27:39 (23282) INFO : Bulk load completed, total run time : 3.62018 seconds 2015-01-15 22:27:39.356981672 after import 2015-01-15 22:27:39.375888301 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=62 -------------- Query OK, 20000 rows affected (1.60 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.46 sec) Bye 2015-01-15 22:27:41.433738695 after sql statement 2015-01-15 22:27:41.444589453 before sql statment -------------- update test211_2 set c2=c1 where batch=62 -------------- Query OK, 20000 rows affected (1.74 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:27:43.203572519 after sql statement 2015-01-15 22:27:43.213056527 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=62 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.42 sec) Bye 2015-01-15 22:27:43.637551142 after sql statement 2015-01-15 22:27:43.657334052 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.64 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:27:47.301028911 after sql statement 2015-01-15 22:27:47.305309968 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=63 -------------- Query OK, 20000 rows affected (3.22 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.66 sec) Bye 2015-01-15 22:27:51.194763236 after sql statement 2015-01-15 22:27:51.211930844 before sql statment -------------- update test211_2 set c2=c1 where batch=63 -------------- Query OK, 20000 rows affected (1.02 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:27:52.237252227 after sql statement 2015-01-15 22:27:52.244550107 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=63 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.36 sec) Bye 2015-01-15 22:27:52.619000009 after sql statement 2015-01-15 22:27:52.621713764 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222753_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:27:53 (34747) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222753_Job_62704.xml 2015-01-15 22:27:53 (34747) INFO : Job file loaded, run time for this step : 0.38254 seconds 2015-01-15 22:27:53 (34747) INFO : PreProcessing check starts 2015-01-15 22:27:54 (34747) INFO : PreProcessing check completed 2015-01-15 22:27:54 (34747) INFO : preProcess completed, run time for this step : 1.17431 seconds 2015-01-15 22:27:54 (34747) INFO : No of Read Threads Spawned = 1 2015-01-15 22:27:54 (34747) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:27:54 (34747) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:27:54 (34747) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:27:55 (34747) INFO : Bulk load completed, total run time : 2.57692 seconds 2015-01-15 22:27:55.346491741 after import 2015-01-15 22:27:55.355329242 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=64 -------------- Query OK, 20000 rows affected (1.73 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.51 sec) Bye 2015-01-15 22:27:57.600521665 after sql statement 2015-01-15 22:27:57.604831073 before sql statment -------------- update test211_2 set c2=c1 where batch=64 -------------- Query OK, 20000 rows affected (2.18 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:27:59.811522230 after sql statement 2015-01-15 22:27:59.815885103 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=64 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.73 sec) Bye 2015-01-15 22:28:00.547566680 after sql statement 2015-01-15 22:28:00.629201941 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.57 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:28:04.219285977 after sql statement 2015-01-15 22:28:04.225868550 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=65 -------------- Query OK, 20000 rows affected (2.28 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.54 sec) Bye 2015-01-15 22:28:07.049989532 after sql statement 2015-01-15 22:28:07.054620903 before sql statment -------------- update test211_2 set c2=c1 where batch=65 -------------- Query OK, 20000 rows affected (1.08 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:28:08.135553405 after sql statement 2015-01-15 22:28:08.162187288 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=65 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.35 sec) Bye 2015-01-15 22:28:08.527646692 after sql statement 2015-01-15 22:28:08.530740646 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222808_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:28:09 (47508) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222808_Job_62704.xml 2015-01-15 22:28:09 (47508) INFO : Job file loaded, run time for this step : 0.339601 seconds 2015-01-15 22:28:09 (47508) INFO : PreProcessing check starts 2015-01-15 22:28:09 (47508) INFO : PreProcessing check completed 2015-01-15 22:28:09 (47508) INFO : preProcess completed, run time for this step : 0.0502601 seconds 2015-01-15 22:28:09 (47508) INFO : No of Read Threads Spawned = 1 2015-01-15 22:28:09 (47508) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:28:09 (47508) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:28:09 (47508) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:28:10 (47508) INFO : Bulk load completed, total run time : 1.47467 seconds 2015-01-15 22:28:10.159758661 after import 2015-01-15 22:28:10.185421330 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=66 -------------- Query OK, 20000 rows affected (1.32 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.43 sec) Bye 2015-01-15 22:28:11.936754669 after sql statement 2015-01-15 22:28:11.946546383 before sql statment -------------- update test211_2 set c2=c1 where batch=66 -------------- Query OK, 20000 rows affected (1.39 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:28:13.352227683 after sql statement 2015-01-15 22:28:13.357346413 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=66 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.27 sec) Bye 2015-01-15 22:28:13.647468469 after sql statement 2015-01-15 22:28:13.684520999 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.55 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:28:17.237035225 after sql statement 2015-01-15 22:28:17.244420988 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=67 -------------- Query OK, 20000 rows affected (1.97 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.98 sec) Bye 2015-01-15 22:28:20.209138333 after sql statement 2015-01-15 22:28:20.215407402 before sql statment -------------- update test211_2 set c2=c1 where batch=67 -------------- Query OK, 20000 rows affected (1.66 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:28:21.891330308 after sql statement 2015-01-15 22:28:21.901780755 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=67 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.38 sec) Bye 2015-01-15 22:28:22.289215137 after sql statement 2015-01-15 22:28:22.291640305 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222824_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:28:24 (58996) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222824_Job_62704.xml 2015-01-15 22:28:24 (58996) INFO : Job file loaded, run time for this step : 1.12192 seconds 2015-01-15 22:28:24 (58996) INFO : PreProcessing check starts 2015-01-15 22:28:24 (58996) INFO : PreProcessing check completed 2015-01-15 22:28:24 (58996) INFO : preProcess completed, run time for this step : 0.0618899 seconds 2015-01-15 22:28:24 (58996) INFO : No of Read Threads Spawned = 1 2015-01-15 22:28:24 (58996) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:28:24 (58996) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:28:25 (58996) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:28:25 (58996) INFO : Bulk load completed, total run time : 2.21822 seconds 2015-01-15 22:28:26.016800075 after import 2015-01-15 22:28:26.039766488 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=68 -------------- Query OK, 20000 rows affected (1.35 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.29 sec) Bye 2015-01-15 22:28:27.678369535 after sql statement 2015-01-15 22:28:27.687634217 before sql statment -------------- update test211_2 set c2=c1 where batch=68 -------------- Query OK, 20000 rows affected (1.47 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:28:29.171654825 after sql statement 2015-01-15 22:28:29.177678655 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=68 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.27 sec) Bye 2015-01-15 22:28:29.454237175 after sql statement 2015-01-15 22:28:29.482251362 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (4.46 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:28:33.950251050 after sql statement 2015-01-15 22:28:33.956720409 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=69 -------------- Query OK, 20000 rows affected (0.95 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.16 sec) Bye 2015-01-15 22:28:35.070815442 after sql statement 2015-01-15 22:28:35.075373242 before sql statment -------------- update test211_2 set c2=c1 where batch=69 -------------- Query OK, 20000 rows affected (1.23 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:28:36.317572185 after sql statement 2015-01-15 22:28:36.321956028 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=69 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.25 sec) Bye 2015-01-15 22:28:36.584966881 after sql statement 2015-01-15 22:28:36.589073750 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222837_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:28:37 (6500) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222837_Job_62704.xml 2015-01-15 22:28:37 (6500) INFO : Job file loaded, run time for this step : 0.285849 seconds 2015-01-15 22:28:37 (6500) INFO : PreProcessing check starts 2015-01-15 22:28:37 (6500) INFO : PreProcessing check completed 2015-01-15 22:28:37 (6500) INFO : preProcess completed, run time for this step : 0.0461981 seconds 2015-01-15 22:28:37 (6500) INFO : No of Read Threads Spawned = 1 2015-01-15 22:28:37 (6500) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:28:37 (6500) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:28:37 (6500) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:28:38 (6500) INFO : Bulk load completed, total run time : 1.38414 seconds 2015-01-15 22:28:38.373344200 after import 2015-01-15 22:28:38.378053058 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=70 -------------- Query OK, 20000 rows affected (3.19 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.34 sec) Bye 2015-01-15 22:28:41.913818205 after sql statement 2015-01-15 22:28:41.917587421 before sql statment -------------- update test211_2 set c2=c1 where batch=70 -------------- Query OK, 20000 rows affected (1.91 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:28:43.842948826 after sql statement 2015-01-15 22:28:43.851726211 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=70 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.50 sec) Bye 2015-01-15 22:28:44.367613201 after sql statement 2015-01-15 22:28:44.422453226 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (4.28 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:28:48.729966872 after sql statement 2015-01-15 22:28:48.739005169 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=71 -------------- Query OK, 20000 rows affected (1.55 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.29 sec) Bye 2015-01-15 22:28:50.583386465 after sql statement 2015-01-15 22:28:50.588957523 before sql statment -------------- update test211_2 set c2=c1 where batch=71 -------------- Query OK, 20000 rows affected (1.41 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:28:52.009712362 after sql statement 2015-01-15 22:28:52.015846175 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=71 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.97 sec) Bye 2015-01-15 22:28:52.997948507 after sql statement 2015-01-15 22:28:53.000312072 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222853_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:28:53 (20216) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222853_Job_62704.xml 2015-01-15 22:28:53 (20216) INFO : Job file loaded, run time for this step : 0.503061 seconds 2015-01-15 22:28:53 (20216) INFO : PreProcessing check starts 2015-01-15 22:28:53 (20216) INFO : PreProcessing check completed 2015-01-15 22:28:53 (20216) INFO : preProcess completed, run time for this step : 0.0529149 seconds 2015-01-15 22:28:53 (20216) INFO : No of Read Threads Spawned = 1 2015-01-15 22:28:53 (20216) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:28:53 (20216) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:28:53 (20216) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:28:54 (20216) INFO : Bulk load completed, total run time : 1.5865 seconds 2015-01-15 22:28:54.838683522 after import 2015-01-15 22:28:54.843974289 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=72 -------------- Query OK, 20000 rows affected (1.92 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.74 sec) Bye 2015-01-15 22:28:57.516178794 after sql statement 2015-01-15 22:28:57.525442268 before sql statment -------------- update test211_2 set c2=c1 where batch=72 -------------- Query OK, 20000 rows affected (2.64 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:29:00.180345457 after sql statement 2015-01-15 22:29:00.191070606 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=72 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.38 sec) Bye 2015-01-15 22:29:00.591592146 after sql statement 2015-01-15 22:29:00.651340656 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.66 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:29:04.327024239 after sql statement 2015-01-15 22:29:04.368257886 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=73 -------------- Query OK, 20000 rows affected (4.19 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.36 sec) Bye 2015-01-15 22:29:08.937858071 after sql statement 2015-01-15 22:29:08.948929905 before sql statment -------------- update test211_2 set c2=c1 where batch=73 -------------- Query OK, 20000 rows affected (1.38 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:29:10.341708883 after sql statement 2015-01-15 22:29:10.346247244 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=73 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.19 sec) Bye 2015-01-15 22:29:10.544743280 after sql statement 2015-01-15 22:29:10.558374278 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222912_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:29:12 (33117) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222912_Job_62704.xml 2015-01-15 22:29:12 (33117) INFO : Job file loaded, run time for this step : 1.04715 seconds 2015-01-15 22:29:12 (33117) INFO : PreProcessing check starts 2015-01-15 22:29:12 (33117) INFO : PreProcessing check completed 2015-01-15 22:29:12 (33117) INFO : preProcess completed, run time for this step : 0.045485 seconds 2015-01-15 22:29:12 (33117) INFO : No of Read Threads Spawned = 1 2015-01-15 22:29:12 (33117) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:29:12 (33117) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:29:12 (33117) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:29:13 (33117) INFO : Bulk load completed, total run time : 2.13731 seconds 2015-01-15 22:29:13.757221626 after import 2015-01-15 22:29:13.763318871 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=74 -------------- Query OK, 20000 rows affected (1.89 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.29 sec) Bye 2015-01-15 22:29:15.961713726 after sql statement 2015-01-15 22:29:15.967859406 before sql statment -------------- update test211_2 set c2=c1 where batch=74 -------------- Query OK, 20000 rows affected (3.26 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:29:19.231911264 after sql statement 2015-01-15 22:29:19.247836595 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=74 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.40 sec) Bye 2015-01-15 22:29:19.655227578 after sql statement 2015-01-15 22:29:19.685368309 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (4.31 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:29:24.002869537 after sql statement 2015-01-15 22:29:24.009485586 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=75 -------------- Query OK, 20000 rows affected (2.89 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.48 sec) Bye 2015-01-15 22:29:28.413773917 after sql statement 2015-01-15 22:29:28.418932162 before sql statment -------------- update test211_2 set c2=c1 where batch=75 -------------- Query OK, 20000 rows affected (2.16 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:29:30.584500538 after sql statement 2015-01-15 22:29:30.598637321 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=75 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.35 sec) Bye 2015-01-15 22:29:30.958674160 after sql statement 2015-01-15 22:29:30.960854117 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222931_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:29:31 (48632) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222931_Job_62704.xml 2015-01-15 22:29:31 (48632) INFO : Job file loaded, run time for this step : 0.339018 seconds 2015-01-15 22:29:31 (48632) INFO : PreProcessing check starts 2015-01-15 22:29:31 (48632) INFO : PreProcessing check completed 2015-01-15 22:29:31 (48632) INFO : preProcess completed, run time for this step : 0.051353 seconds 2015-01-15 22:29:31 (48632) INFO : No of Read Threads Spawned = 1 2015-01-15 22:29:31 (48632) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:29:31 (48632) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:29:31 (48632) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:29:32 (48632) INFO : Bulk load completed, total run time : 1.41832 seconds 2015-01-15 22:29:32.546948075 after import 2015-01-15 22:29:32.554528050 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=76 -------------- Query OK, 20000 rows affected (1.85 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.67 sec) Bye 2015-01-15 22:29:35.092222339 after sql statement 2015-01-15 22:29:35.110362737 before sql statment -------------- update test211_2 set c2=c1 where batch=76 -------------- Query OK, 20000 rows affected (0.87 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:29:35.994110839 after sql statement 2015-01-15 22:29:35.998854810 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=76 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.12 sec) Bye 2015-01-15 22:29:36.121447151 after sql statement 2015-01-15 22:29:36.142192955 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.82 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:29:39.973455974 after sql statement 2015-01-15 22:29:39.977967554 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=77 -------------- Query OK, 20000 rows affected (2.45 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.84 sec) Bye 2015-01-15 22:29:43.272221631 after sql statement 2015-01-15 22:29:43.298791502 before sql statment -------------- update test211_2 set c2=c1 where batch=77 -------------- Query OK, 20000 rows affected (2.45 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:29:45.763543695 after sql statement 2015-01-15 22:29:45.803515853 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=77 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.94 sec) Bye 2015-01-15 22:29:46.757015530 after sql statement 2015-01-15 22:29:46.759301798 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222948_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:29:48 (62258) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T222948_Job_62704.xml 2015-01-15 22:29:48 (62258) INFO : Job file loaded, run time for this step : 0.646256 seconds 2015-01-15 22:29:48 (62258) INFO : PreProcessing check starts 2015-01-15 22:29:48 (62258) INFO : PreProcessing check completed 2015-01-15 22:29:48 (62258) INFO : preProcess completed, run time for this step : 0.0456688 seconds 2015-01-15 22:29:48 (62258) INFO : No of Read Threads Spawned = 1 2015-01-15 22:29:48 (62258) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:29:48 (62258) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:29:48 (62258) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:29:49 (62258) INFO : Bulk load completed, total run time : 1.72393 seconds 2015-01-15 22:29:49.684987256 after import 2015-01-15 22:29:49.692843488 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=78 -------------- Query OK, 20000 rows affected (1.66 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.33 sec) Bye 2015-01-15 22:29:51.697018286 after sql statement 2015-01-15 22:29:51.716209000 before sql statment -------------- update test211_2 set c2=c1 where batch=78 -------------- Query OK, 20000 rows affected (1.85 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:29:53.576721393 after sql statement 2015-01-15 22:29:53.591500313 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=78 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.90 sec) Bye 2015-01-15 22:29:54.503473198 after sql statement 2015-01-15 22:29:54.534807208 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.74 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:29:58.289495804 after sql statement 2015-01-15 22:29:58.297452691 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=79 -------------- Query OK, 20000 rows affected (2.55 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.33 sec) Bye 2015-01-15 22:30:01.200667379 after sql statement 2015-01-15 22:30:01.206005218 before sql statment -------------- update test211_2 set c2=c1 where batch=79 -------------- Query OK, 20000 rows affected (1.36 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:30:02.587481840 after sql statement 2015-01-15 22:30:02.607299932 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=79 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.33 sec) Bye 2015-01-15 22:30:02.950254546 after sql statement 2015-01-15 22:30:02.953994909 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223003_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:30:03 (10030) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223003_Job_62704.xml 2015-01-15 22:30:03 (10030) INFO : Job file loaded, run time for this step : 0.339846 seconds 2015-01-15 22:30:03 (10030) INFO : PreProcessing check starts 2015-01-15 22:30:03 (10030) INFO : PreProcessing check completed 2015-01-15 22:30:03 (10030) INFO : preProcess completed, run time for this step : 0.071954 seconds 2015-01-15 22:30:03 (10030) INFO : No of Read Threads Spawned = 1 2015-01-15 22:30:03 (10030) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:30:03 (10030) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:30:03 (10030) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:30:05 (10030) INFO : Bulk load completed, total run time : 1.98226 seconds 2015-01-15 22:30:05.107086636 after import 2015-01-15 22:30:05.140914760 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=80 -------------- Query OK, 20000 rows affected (3.80 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.57 sec) Bye 2015-01-15 22:30:10.544367132 after sql statement 2015-01-15 22:30:10.549808203 before sql statment -------------- update test211_2 set c2=c1 where batch=80 -------------- Query OK, 20000 rows affected (1.55 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:30:12.110524044 after sql statement 2015-01-15 22:30:12.114949673 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=80 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.10 sec) Bye 2015-01-15 22:30:13.226881774 after sql statement 2015-01-15 22:30:13.260733469 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.86 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:30:17.134070570 after sql statement 2015-01-15 22:30:17.138388800 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=81 -------------- Query OK, 20000 rows affected (1.95 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.93 sec) Bye 2015-01-15 22:30:20.029338060 after sql statement 2015-01-15 22:30:20.033838888 before sql statment -------------- update test211_2 set c2=c1 where batch=81 -------------- Query OK, 20000 rows affected (1.32 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:30:21.365097592 after sql statement 2015-01-15 22:30:21.377893097 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=81 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.43 sec) Bye 2015-01-15 22:30:21.824808987 after sql statement 2015-01-15 22:30:21.827677466 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223022_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:30:22 (23383) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223022_Job_62704.xml 2015-01-15 22:30:22 (23383) INFO : Job file loaded, run time for this step : 0.44679 seconds 2015-01-15 22:30:22 (23383) INFO : PreProcessing check starts 2015-01-15 22:30:22 (23383) INFO : PreProcessing check completed 2015-01-15 22:30:22 (23383) INFO : preProcess completed, run time for this step : 0.040503 seconds 2015-01-15 22:30:22 (23383) INFO : No of Read Threads Spawned = 1 2015-01-15 22:30:22 (23383) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:30:22 (23383) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:30:22 (23383) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:30:23 (23383) INFO : Bulk load completed, total run time : 1.51407 seconds 2015-01-15 22:30:23.573581688 after import 2015-01-15 22:30:23.585955780 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=82 -------------- Query OK, 20000 rows affected (2.49 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.54 sec) Bye 2015-01-15 22:30:26.628212038 after sql statement 2015-01-15 22:30:26.641457725 before sql statment -------------- update test211_2 set c2=c1 where batch=82 -------------- Query OK, 20000 rows affected (2.48 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:30:29.133533860 after sql statement 2015-01-15 22:30:29.142172334 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=82 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.15 sec) Bye 2015-01-15 22:30:29.313847802 after sql statement 2015-01-15 22:30:29.345372801 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.61 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:30:32.960438520 after sql statement 2015-01-15 22:30:32.975617933 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.01 sec) -------------- delete from test211_2 where batch=83 -------------- Query OK, 20000 rows affected (2.43 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.59 sec) Bye 2015-01-15 22:30:36.014228584 after sql statement 2015-01-15 22:30:36.021496225 before sql statment -------------- update test211_2 set c2=c1 where batch=83 -------------- Query OK, 20000 rows affected (2.24 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:30:38.285622380 after sql statement 2015-01-15 22:30:38.289990758 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=83 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.57 sec) Bye 2015-01-15 22:30:38.874486349 after sql statement 2015-01-15 22:30:38.877079273 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223039_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:30:39 (36878) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223039_Job_62704.xml 2015-01-15 22:30:39 (36878) INFO : Job file loaded, run time for this step : 0.314473 seconds 2015-01-15 22:30:39 (36878) INFO : PreProcessing check starts 2015-01-15 22:30:39 (36878) INFO : PreProcessing check completed 2015-01-15 22:30:39 (36878) INFO : preProcess completed, run time for this step : 0.0783069 seconds 2015-01-15 22:30:39 (36878) INFO : No of Read Threads Spawned = 1 2015-01-15 22:30:39 (36878) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:30:39 (36878) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:30:39 (36878) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:30:40 (36878) INFO : Bulk load completed, total run time : 1.41874 seconds 2015-01-15 22:30:40.502707602 after import 2015-01-15 22:30:40.512063216 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=84 -------------- Query OK, 20000 rows affected (1.75 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.76 sec) Bye 2015-01-15 22:30:43.033539685 after sql statement 2015-01-15 22:30:43.049909469 before sql statment -------------- update test211_2 set c2=c1 where batch=84 -------------- Query OK, 20000 rows affected (2.49 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:30:45.564633064 after sql statement 2015-01-15 22:30:45.579791551 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=84 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.31 sec) Bye 2015-01-15 22:30:45.900134627 after sql statement 2015-01-15 22:30:45.945326511 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.49 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:30:49.448809067 after sql statement 2015-01-15 22:30:49.471387482 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=85 -------------- Query OK, 20000 rows affected (2.08 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.85 sec) Bye 2015-01-15 22:30:52.411701434 after sql statement 2015-01-15 22:30:52.418171797 before sql statment -------------- update test211_2 set c2=c1 where batch=85 -------------- Query OK, 20000 rows affected (2.66 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:30:55.081284357 after sql statement 2015-01-15 22:30:55.089205608 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=85 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.10 sec) Bye 2015-01-15 22:30:56.193680823 after sql statement 2015-01-15 22:30:56.201090986 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223056_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:30:56 (49990) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223056_Job_62704.xml 2015-01-15 22:30:56 (49990) INFO : Job file loaded, run time for this step : 0.392421 seconds 2015-01-15 22:30:56 (49990) INFO : PreProcessing check starts 2015-01-15 22:30:56 (49990) INFO : PreProcessing check completed 2015-01-15 22:30:56 (49990) INFO : preProcess completed, run time for this step : 0.059721 seconds 2015-01-15 22:30:56 (49990) INFO : No of Read Threads Spawned = 1 2015-01-15 22:30:56 (49990) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:30:56 (49990) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:30:56 (49990) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:30:57 (49990) INFO : Bulk load completed, total run time : 1.46984 seconds 2015-01-15 22:30:57.864535704 after import 2015-01-15 22:30:57.873152681 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=86 -------------- Query OK, 20000 rows affected (1.23 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.27 sec) Bye 2015-01-15 22:30:59.396953753 after sql statement 2015-01-15 22:30:59.400599209 before sql statment -------------- update test211_2 set c2=c1 where batch=86 -------------- Query OK, 20000 rows affected (2.78 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:31:02.184686252 after sql statement 2015-01-15 22:31:02.191604241 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=86 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.34 sec) Bye 2015-01-15 22:31:02.539433590 after sql statement 2015-01-15 22:31:02.565242548 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (5.73 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:31:08.305098855 after sql statement 2015-01-15 22:31:08.315626798 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=87 -------------- Query OK, 20000 rows affected (1.91 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.54 sec) Bye 2015-01-15 22:31:10.775445649 after sql statement 2015-01-15 22:31:10.780220772 before sql statment -------------- update test211_2 set c2=c1 where batch=87 -------------- Query OK, 20000 rows affected (1.27 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:31:12.055031957 after sql statement 2015-01-15 22:31:12.058923720 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=87 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.71 sec) Bye 2015-01-15 22:31:12.783062120 after sql statement 2015-01-15 22:31:12.786007429 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223113_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:31:13 (62843) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223113_Job_62704.xml 2015-01-15 22:31:13 (62843) INFO : Job file loaded, run time for this step : 0.323352 seconds 2015-01-15 22:31:13 (62843) INFO : PreProcessing check starts 2015-01-15 22:31:13 (62843) INFO : PreProcessing check completed 2015-01-15 22:31:13 (62843) INFO : preProcess completed, run time for this step : 0.0454559 seconds 2015-01-15 22:31:13 (62843) INFO : No of Read Threads Spawned = 1 2015-01-15 22:31:13 (62843) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:31:13 (62843) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:31:13 (62843) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:31:14 (62843) INFO : Bulk load completed, total run time : 1.39673 seconds 2015-01-15 22:31:14.490552656 after import 2015-01-15 22:31:14.505861433 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=88 -------------- Query OK, 20000 rows affected (3.13 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.36 sec) Bye 2015-01-15 22:31:18.026804680 after sql statement 2015-01-15 22:31:18.038208376 before sql statment -------------- update test211_2 set c2=c1 where batch=88 -------------- Query OK, 20000 rows affected (2.87 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:31:20.916457793 after sql statement 2015-01-15 22:31:20.921245098 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=88 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.12 sec) Bye 2015-01-15 22:31:21.055011021 after sql statement 2015-01-15 22:31:21.080040115 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (4.19 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:31:25.288254233 after sql statement 2015-01-15 22:31:25.294395090 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=89 -------------- Query OK, 20000 rows affected (2.26 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.62 sec) Bye 2015-01-15 22:31:28.178955801 after sql statement 2015-01-15 22:31:28.184351556 before sql statment -------------- update test211_2 set c2=c1 where batch=89 -------------- Query OK, 20000 rows affected (1.44 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:31:29.631249354 after sql statement 2015-01-15 22:31:29.638624763 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=89 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.34 sec) Bye 2015-01-15 22:31:29.990857378 after sql statement 2015-01-15 22:31:29.994197258 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223130_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:31:30 (10268) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223130_Job_62704.xml 2015-01-15 22:31:30 (10268) INFO : Job file loaded, run time for this step : 0.45098 seconds 2015-01-15 22:31:30 (10268) INFO : PreProcessing check starts 2015-01-15 22:31:30 (10268) INFO : PreProcessing check completed 2015-01-15 22:31:30 (10268) INFO : preProcess completed, run time for this step : 0.062397 seconds 2015-01-15 22:31:30 (10268) INFO : No of Read Threads Spawned = 1 2015-01-15 22:31:30 (10268) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:31:30 (10268) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:31:31 (10268) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:31:31 (10268) INFO : Bulk load completed, total run time : 1.55903 seconds 2015-01-15 22:31:31.961096533 after import 2015-01-15 22:31:31.975300487 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=90 -------------- Query OK, 20000 rows affected (4.03 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.76 sec) Bye 2015-01-15 22:31:36.766780801 after sql statement 2015-01-15 22:31:36.797694802 before sql statment -------------- update test211_2 set c2=c1 where batch=90 -------------- Query OK, 20000 rows affected (2.75 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:31:39.629644671 after sql statement 2015-01-15 22:31:39.636973499 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=90 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.28 sec) Bye 2015-01-15 22:31:39.919217812 after sql statement 2015-01-15 22:31:39.940851220 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (5.55 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:31:45.499290477 after sql statement 2015-01-15 22:31:45.503482682 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=91 -------------- Query OK, 20000 rows affected (1.07 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.37 sec) Bye 2015-01-15 22:31:46.959789491 after sql statement 2015-01-15 22:31:46.964309697 before sql statment -------------- update test211_2 set c2=c1 where batch=91 -------------- Query OK, 20000 rows affected (2.42 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:31:49.397287562 after sql statement 2015-01-15 22:31:49.407265767 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=91 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.31 sec) Bye 2015-01-15 22:31:49.731666757 after sql statement 2015-01-15 22:31:49.736387222 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223150_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:31:50 (24798) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223150_Job_62704.xml 2015-01-15 22:31:50 (24798) INFO : Job file loaded, run time for this step : 0.305745 seconds 2015-01-15 22:31:50 (24798) INFO : PreProcessing check starts 2015-01-15 22:31:50 (24798) INFO : PreProcessing check completed 2015-01-15 22:31:50 (24798) INFO : preProcess completed, run time for this step : 0.0667739 seconds 2015-01-15 22:31:50 (24798) INFO : No of Read Threads Spawned = 1 2015-01-15 22:31:50 (24798) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:31:50 (24798) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:31:50 (24798) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:31:51 (24798) INFO : Bulk load completed, total run time : 1.40077 seconds 2015-01-15 22:31:51.315247776 after import 2015-01-15 22:31:51.322201130 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=92 -------------- Query OK, 20000 rows affected (1.98 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.63 sec) Bye 2015-01-15 22:31:54.946805029 after sql statement 2015-01-15 22:31:54.952502849 before sql statment -------------- update test211_2 set c2=c1 where batch=92 -------------- Query OK, 20000 rows affected (2.22 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:31:57.186688680 after sql statement 2015-01-15 22:31:57.195435491 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=92 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.34 sec) Bye 2015-01-15 22:31:58.567604548 after sql statement 2015-01-15 22:31:58.585120436 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.81 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:32:02.403632154 after sql statement 2015-01-15 22:32:02.412668303 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=93 -------------- Query OK, 20000 rows affected (1.74 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.30 sec) Bye 2015-01-15 22:32:04.475712953 after sql statement 2015-01-15 22:32:04.493142913 before sql statment -------------- update test211_2 set c2=c1 where batch=93 -------------- Query OK, 20000 rows affected (1.00 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:32:05.507632111 after sql statement 2015-01-15 22:32:05.511612616 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=93 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.16 sec) Bye 2015-01-15 22:32:05.673964890 after sql statement 2015-01-15 22:32:05.678158420 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223206_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:32:06 (36755) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223206_Job_62704.xml 2015-01-15 22:32:06 (36755) INFO : Job file loaded, run time for this step : 0.717507 seconds 2015-01-15 22:32:06 (36755) INFO : PreProcessing check starts 2015-01-15 22:32:06 (36755) INFO : PreProcessing check completed 2015-01-15 22:32:06 (36755) INFO : preProcess completed, run time for this step : 0.106864 seconds 2015-01-15 22:32:06 (36755) INFO : No of Read Threads Spawned = 1 2015-01-15 22:32:06 (36755) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:32:06 (36755) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:32:07 (36755) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:32:07 (36755) INFO : Bulk load completed, total run time : 1.84402 seconds 2015-01-15 22:32:07.824570195 after import 2015-01-15 22:32:07.831422316 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=94 -------------- Query OK, 20000 rows affected (3.09 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.88 sec) Bye 2015-01-15 22:32:11.814547327 after sql statement 2015-01-15 22:32:11.820165416 before sql statment -------------- update test211_2 set c2=c1 where batch=94 -------------- Query OK, 20000 rows affected (2.48 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:32:14.324704305 after sql statement 2015-01-15 22:32:14.331892211 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=94 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.63 sec) Bye 2015-01-15 22:32:14.972016044 after sql statement 2015-01-15 22:32:15.021726933 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.51 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:32:18.590718663 after sql statement 2015-01-15 22:32:18.616958993 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=95 -------------- Query OK, 20000 rows affected (1.49 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.27 sec) Bye 2015-01-15 22:32:20.431185708 after sql statement 2015-01-15 22:32:20.436072273 before sql statment -------------- update test211_2 set c2=c1 where batch=95 -------------- Query OK, 20000 rows affected (2.70 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:32:23.145495598 after sql statement 2015-01-15 22:32:23.153821609 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=95 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.25 sec) Bye 2015-01-15 22:32:23.420478787 after sql statement 2015-01-15 22:32:23.423162704 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223223_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:32:23 (49811) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223223_Job_62704.xml 2015-01-15 22:32:23 (49811) INFO : Job file loaded, run time for this step : 0.226932 seconds 2015-01-15 22:32:23 (49811) INFO : PreProcessing check starts 2015-01-15 22:32:23 (49811) INFO : PreProcessing check completed 2015-01-15 22:32:23 (49811) INFO : preProcess completed, run time for this step : 0.0317659 seconds 2015-01-15 22:32:23 (49811) INFO : No of Read Threads Spawned = 1 2015-01-15 22:32:23 (49811) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:32:23 (49811) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:32:23 (49811) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:32:24 (49811) INFO : Bulk load completed, total run time : 1.28445 seconds 2015-01-15 22:32:24.862413467 after import 2015-01-15 22:32:24.875786281 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=96 -------------- Query OK, 20000 rows affected (1.79 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.79 sec) Bye 2015-01-15 22:32:28.483662085 after sql statement 2015-01-15 22:32:28.492985572 before sql statment -------------- update test211_2 set c2=c1 where batch=96 -------------- Query OK, 20000 rows affected (1.66 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:32:30.163377953 after sql statement 2015-01-15 22:32:30.173782718 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=96 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.13 sec) Bye 2015-01-15 22:32:31.323363449 after sql statement 2015-01-15 22:32:31.353386678 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (4.00 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:32:35.359154816 after sql statement 2015-01-15 22:32:35.374794117 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=97 -------------- Query OK, 20000 rows affected (3.87 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.39 sec) Bye 2015-01-15 22:32:39.651295624 after sql statement 2015-01-15 22:32:39.655905387 before sql statment -------------- update test211_2 set c2=c1 where batch=97 -------------- Query OK, 20000 rows affected (1.11 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:32:40.779171786 after sql statement 2015-01-15 22:32:40.782753020 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=97 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.11 sec) Bye 2015-01-15 22:32:40.901886719 after sql statement 2015-01-15 22:32:40.904143509 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223241_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:32:41 (62316) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223241_Job_62704.xml 2015-01-15 22:32:41 (62316) INFO : Job file loaded, run time for this step : 0.407483 seconds 2015-01-15 22:32:41 (62316) INFO : PreProcessing check starts 2015-01-15 22:32:42 (62316) INFO : PreProcessing check completed 2015-01-15 22:32:42 (62316) INFO : preProcess completed, run time for this step : 0.0806811 seconds 2015-01-15 22:32:42 (62316) INFO : No of Read Threads Spawned = 1 2015-01-15 22:32:42 (62316) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:32:42 (62316) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:32:42 (62316) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:32:43 (62316) INFO : Bulk load completed, total run time : 1.51532 seconds 2015-01-15 22:32:43.077970091 after import 2015-01-15 22:32:43.084057015 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=98 -------------- Query OK, 20000 rows affected (1.76 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.28 sec) Bye 2015-01-15 22:32:45.146005313 after sql statement 2015-01-15 22:32:45.165481242 before sql statment -------------- update test211_2 set c2=c1 where batch=98 -------------- Query OK, 20000 rows affected (2.60 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:32:47.773962682 after sql statement 2015-01-15 22:32:47.782080099 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=98 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.42 sec) Bye 2015-01-15 22:32:48.217494987 after sql statement 2015-01-15 22:32:48.248122680 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.73 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:32:51.991286112 after sql statement 2015-01-15 22:32:51.995781647 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=99 -------------- Query OK, 20000 rows affected (1.74 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.02 sec) Bye 2015-01-15 22:32:54.773956739 after sql statement 2015-01-15 22:32:54.780263143 before sql statment -------------- update test211_2 set c2=c1 where batch=99 -------------- Query OK, 20000 rows affected (2.00 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:32:56.797000376 after sql statement 2015-01-15 22:32:56.827945619 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=99 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.33 sec) Bye 2015-01-15 22:32:58.180633521 after sql statement 2015-01-15 22:32:58.187974062 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223258_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:32:58 (10047) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223258_Job_62704.xml 2015-01-15 22:32:58 (10047) INFO : Job file loaded, run time for this step : 0.42051 seconds 2015-01-15 22:32:58 (10047) INFO : PreProcessing check starts 2015-01-15 22:32:58 (10047) INFO : PreProcessing check completed 2015-01-15 22:32:58 (10047) INFO : preProcess completed, run time for this step : 0.0472569 seconds 2015-01-15 22:32:58 (10047) INFO : No of Read Threads Spawned = 1 2015-01-15 22:32:58 (10047) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:32:58 (10047) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:32:58 (10047) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:32:59 (10047) INFO : Bulk load completed, total run time : 1.48 seconds 2015-01-15 22:32:59.823424789 after import 2015-01-15 22:32:59.829455432 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=100 -------------- Query OK, 20000 rows affected (2.18 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.42 sec) Bye 2015-01-15 22:33:02.447006446 after sql statement 2015-01-15 22:33:02.453961312 before sql statment -------------- update test211_2 set c2=c1 where batch=100 -------------- Query OK, 20000 rows affected (2.23 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:33:04.691766576 after sql statement 2015-01-15 22:33:04.702302308 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=100 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.48 sec) Bye 2015-01-15 22:33:05.194372076 after sql statement 2015-01-15 22:33:05.270911769 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.78 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:33:09.078797834 after sql statement 2015-01-15 22:33:09.083774949 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=101 -------------- Query OK, 20000 rows affected (2.52 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.92 sec) Bye 2015-01-15 22:33:12.541408669 after sql statement 2015-01-15 22:33:12.563629368 before sql statment -------------- update test211_2 set c2=c1 where batch=101 -------------- Query OK, 20000 rows affected (1.62 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:33:14.196541682 after sql statement 2015-01-15 22:33:14.231624413 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=101 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.70 sec) Bye 2015-01-15 22:33:14.941560597 after sql statement 2015-01-15 22:33:14.951142958 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223315_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:33:15 (24301) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223315_Job_62704.xml 2015-01-15 22:33:15 (24301) INFO : Job file loaded, run time for this step : 0.261017 seconds 2015-01-15 22:33:15 (24301) INFO : PreProcessing check starts 2015-01-15 22:33:15 (24301) INFO : PreProcessing check completed 2015-01-15 22:33:15 (24301) INFO : preProcess completed, run time for this step : 0.0505822 seconds 2015-01-15 22:33:15 (24301) INFO : No of Read Threads Spawned = 1 2015-01-15 22:33:15 (24301) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:33:15 (24301) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:33:15 (24301) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:33:16 (24301) INFO : Bulk load completed, total run time : 1.34375 seconds 2015-01-15 22:33:16.555811990 after import 2015-01-15 22:33:16.563892950 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=102 -------------- Query OK, 20000 rows affected (2.01 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.47 sec) Bye 2015-01-15 22:33:19.062618513 after sql statement 2015-01-15 22:33:19.066682537 before sql statment -------------- update test211_2 set c2=c1 where batch=102 -------------- Query OK, 20000 rows affected (1.29 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:33:20.363426013 after sql statement 2015-01-15 22:33:20.367559805 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=102 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.28 sec) Bye 2015-01-15 22:33:20.661278959 after sql statement 2015-01-15 22:33:20.696297369 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.51 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:33:24.214995336 after sql statement 2015-01-15 22:33:24.232484345 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=103 -------------- Query OK, 20000 rows affected (2.81 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.80 sec) Bye 2015-01-15 22:33:27.854809569 after sql statement 2015-01-15 22:33:27.861819062 before sql statment -------------- update test211_2 set c2=c1 where batch=103 -------------- Query OK, 20000 rows affected (2.00 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:33:29.889999071 after sql statement 2015-01-15 22:33:29.898214813 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=103 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.35 sec) Bye 2015-01-15 22:33:31.267442243 after sql statement 2015-01-15 22:33:31.276277705 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223331_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:33:31 (36903) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223331_Job_62704.xml 2015-01-15 22:33:31 (36903) INFO : Job file loaded, run time for this step : 0.356205 seconds 2015-01-15 22:33:31 (36903) INFO : PreProcessing check starts 2015-01-15 22:33:31 (36903) INFO : PreProcessing check completed 2015-01-15 22:33:31 (36903) INFO : preProcess completed, run time for this step : 0.022809 seconds 2015-01-15 22:33:31 (36903) INFO : No of Read Threads Spawned = 1 2015-01-15 22:33:31 (36903) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:33:31 (36903) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:33:31 (36903) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:33:32 (36903) INFO : Bulk load completed, total run time : 1.42273 seconds 2015-01-15 22:33:32.870135088 after import 2015-01-15 22:33:32.873909335 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=104 -------------- Query OK, 20000 rows affected (2.83 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.86 sec) Bye 2015-01-15 22:33:36.583215840 after sql statement 2015-01-15 22:33:36.596073026 before sql statment -------------- update test211_2 set c2=c1 where batch=104 -------------- Query OK, 20000 rows affected (4.09 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:33:40.694267831 after sql statement 2015-01-15 22:33:40.734843168 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=104 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.12 sec) Bye 2015-01-15 22:33:41.903778160 after sql statement 2015-01-15 22:33:41.950113631 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (4.58 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:33:46.532110285 after sql statement 2015-01-15 22:33:46.554159535 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=105 -------------- Query OK, 20000 rows affected (1.87 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.60 sec) Bye 2015-01-15 22:33:49.039812619 after sql statement 2015-01-15 22:33:49.050725882 before sql statment -------------- update test211_2 set c2=c1 where batch=105 -------------- Query OK, 20000 rows affected (2.45 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:33:51.509435561 after sql statement 2015-01-15 22:33:51.515730724 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=105 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.24 sec) Bye 2015-01-15 22:33:51.767913176 after sql statement 2015-01-15 22:33:51.770685072 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223352_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:33:52 (48013) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223352_Job_62704.xml 2015-01-15 22:33:52 (48013) INFO : Job file loaded, run time for this step : 0.543917 seconds 2015-01-15 22:33:52 (48013) INFO : PreProcessing check starts 2015-01-15 22:33:52 (48013) INFO : PreProcessing check completed 2015-01-15 22:33:52 (48013) INFO : preProcess completed, run time for this step : 0.020133 seconds 2015-01-15 22:33:52 (48013) INFO : No of Read Threads Spawned = 1 2015-01-15 22:33:52 (48013) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:33:52 (48013) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:33:52 (48013) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:33:53 (48013) INFO : Bulk load completed, total run time : 1.59037 seconds 2015-01-15 22:33:53.541763013 after import 2015-01-15 22:33:53.549029183 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=106 -------------- Query OK, 20000 rows affected (3.96 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.24 sec) Bye 2015-01-15 22:33:58.759922527 after sql statement 2015-01-15 22:33:58.765690541 before sql statment -------------- update test211_2 set c2=c1 where batch=106 -------------- Query OK, 20000 rows affected (2.39 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:34:01.168355386 after sql statement 2015-01-15 22:34:01.178016277 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=106 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.14 sec) Bye 2015-01-15 22:34:02.351820948 after sql statement 2015-01-15 22:34:02.386976678 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.56 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:34:05.957295785 after sql statement 2015-01-15 22:34:05.967509577 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=107 -------------- Query OK, 20000 rows affected (2.43 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.50 sec) Bye 2015-01-15 22:34:08.909933316 after sql statement 2015-01-15 22:34:08.942980596 before sql statment -------------- update test211_2 set c2=c1 where batch=107 -------------- Query OK, 20000 rows affected (4.51 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:34:13.475158313 after sql statement 2015-01-15 22:34:13.480100945 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=107 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.57 sec) Bye 2015-01-15 22:34:15.064364287 after sql statement 2015-01-15 22:34:15.069058133 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223415_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:34:15 (61927) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223415_Job_62704.xml 2015-01-15 22:34:15 (61927) INFO : Job file loaded, run time for this step : 0.522129 seconds 2015-01-15 22:34:15 (61927) INFO : PreProcessing check starts 2015-01-15 22:34:15 (61927) INFO : PreProcessing check completed 2015-01-15 22:34:15 (61927) INFO : preProcess completed, run time for this step : 0.091469 seconds 2015-01-15 22:34:15 (61927) INFO : No of Read Threads Spawned = 1 2015-01-15 22:34:15 (61927) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:34:15 (61927) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:34:15 (61927) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:34:16 (61927) INFO : Bulk load completed, total run time : 1.63555 seconds 2015-01-15 22:34:16.938587392 after import 2015-01-15 22:34:16.974669810 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=108 -------------- Query OK, 20000 rows affected (4.72 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.63 sec) Bye 2015-01-15 22:34:22.343501412 after sql statement 2015-01-15 22:34:22.348680380 before sql statment -------------- update test211_2 set c2=c1 where batch=108 -------------- Query OK, 20000 rows affected (2.29 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:34:24.645622727 after sql statement 2015-01-15 22:34:24.652270861 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=108 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.45 sec) Bye 2015-01-15 22:34:25.135146800 after sql statement 2015-01-15 22:34:25.165672727 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.68 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:34:28.859981187 after sql statement 2015-01-15 22:34:28.865391112 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=109 -------------- Query OK, 20000 rows affected (3.32 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.74 sec) Bye 2015-01-15 22:34:32.944862998 after sql statement 2015-01-15 22:34:32.950617977 before sql statment -------------- update test211_2 set c2=c1 where batch=109 -------------- Query OK, 20000 rows affected (2.50 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:34:35.464380995 after sql statement 2015-01-15 22:34:35.468370731 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=109 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.84 sec) Bye 2015-01-15 22:34:36.313715342 after sql statement 2015-01-15 22:34:36.323199617 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223438_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:34:38 (8470) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223438_Job_62704.xml 2015-01-15 22:34:38 (8470) INFO : Job file loaded, run time for this step : 1.22063 seconds 2015-01-15 22:34:38 (8470) INFO : PreProcessing check starts 2015-01-15 22:34:38 (8470) INFO : PreProcessing check completed 2015-01-15 22:34:38 (8470) INFO : preProcess completed, run time for this step : 0.03337 seconds 2015-01-15 22:34:38 (8470) INFO : No of Read Threads Spawned = 1 2015-01-15 22:34:38 (8470) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:34:38 (8470) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:34:38 (8470) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:34:39 (8470) INFO : Bulk load completed, total run time : 2.38871 seconds 2015-01-15 22:34:39.772272888 after import 2015-01-15 22:34:39.779902218 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=110 -------------- Query OK, 20000 rows affected (2.89 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.69 sec) Bye 2015-01-15 22:34:43.371373118 after sql statement 2015-01-15 22:34:43.383017924 before sql statment -------------- update test211_2 set c2=c1 where batch=110 -------------- Query OK, 20000 rows affected (4.74 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:34:48.125380276 after sql statement 2015-01-15 22:34:48.133009563 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=110 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.25 sec) Bye 2015-01-15 22:34:48.396462366 after sql statement 2015-01-15 22:34:48.426543931 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (5.57 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:34:54.047646635 after sql statement 2015-01-15 22:34:54.052365520 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=111 -------------- Query OK, 20000 rows affected (2.19 sec) -------------- rollback -------------- Query OK, 0 rows affected (3.37 sec) Bye 2015-01-15 22:34:59.620547585 after sql statement 2015-01-15 22:34:59.632105209 before sql statment -------------- update test211_2 set c2=c1 where batch=111 -------------- Query OK, 20000 rows affected (3.48 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:35:03.136913700 after sql statement 2015-01-15 22:35:03.146405768 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=111 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.70 sec) Bye 2015-01-15 22:35:04.866955270 after sql statement 2015-01-15 22:35:04.869052263 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223505_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:35:05 (23505) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223505_Job_62704.xml 2015-01-15 22:35:05 (23505) INFO : Job file loaded, run time for this step : 0.922004 seconds 2015-01-15 22:35:05 (23505) INFO : PreProcessing check starts 2015-01-15 22:35:06 (23505) INFO : PreProcessing check completed 2015-01-15 22:35:06 (23505) INFO : preProcess completed, run time for this step : 0.0909119 seconds 2015-01-15 22:35:06 (23505) INFO : No of Read Threads Spawned = 1 2015-01-15 22:35:06 (23505) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:35:06 (23505) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:35:06 (23505) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:35:07 (23505) INFO : Bulk load completed, total run time : 2.04652 seconds 2015-01-15 22:35:07.142270486 after import 2015-01-15 22:35:07.159078059 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=112 -------------- Query OK, 20000 rows affected (3.77 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.28 sec) Bye 2015-01-15 22:35:12.230350577 after sql statement 2015-01-15 22:35:12.253008809 before sql statment -------------- update test211_2 set c2=c1 where batch=112 -------------- Query OK, 20000 rows affected (1.96 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:35:14.231859552 after sql statement 2015-01-15 22:35:14.237527246 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=112 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.47 sec) Bye 2015-01-15 22:35:14.727030215 after sql statement 2015-01-15 22:35:14.752549736 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (4.62 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:35:19.377252155 after sql statement 2015-01-15 22:35:19.381273423 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=113 -------------- Query OK, 20000 rows affected (1.90 sec) -------------- rollback -------------- Query OK, 0 rows affected (2.29 sec) Bye 2015-01-15 22:35:23.585264181 after sql statement 2015-01-15 22:35:23.602806960 before sql statment -------------- update test211_2 set c2=c1 where batch=113 -------------- Query OK, 20000 rows affected (2.11 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:35:25.724738511 after sql statement 2015-01-15 22:35:25.743467572 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=113 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (2.53 sec) Bye 2015-01-15 22:35:28.292099403 after sql statement 2015-01-15 22:35:28.296409766 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223528_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:35:28 (35954) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223528_Job_62704.xml 2015-01-15 22:35:28 (35954) INFO : Job file loaded, run time for this step : 0.497547 seconds 2015-01-15 22:35:28 (35954) INFO : PreProcessing check starts 2015-01-15 22:35:29 (35954) INFO : PreProcessing check completed 2015-01-15 22:35:29 (35954) INFO : preProcess completed, run time for this step : 0.103221 seconds 2015-01-15 22:35:29 (35954) INFO : No of Read Threads Spawned = 1 2015-01-15 22:35:29 (35954) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:35:29 (35954) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:35:29 (35954) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:35:30 (35954) INFO : Bulk load completed, total run time : 1.63541 seconds 2015-01-15 22:35:30.153832509 after import 2015-01-15 22:35:30.169030349 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=114 -------------- Query OK, 20000 rows affected (5.95 sec) -------------- rollback -------------- Query OK, 0 rows affected (2.86 sec) Bye 2015-01-15 22:35:38.987412399 after sql statement 2015-01-15 22:35:38.991222080 before sql statment -------------- update test211_2 set c2=c1 where batch=114 -------------- Query OK, 20000 rows affected (1.27 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:35:40.264284408 after sql statement 2015-01-15 22:35:40.268455699 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=114 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.18 sec) Bye 2015-01-15 22:35:40.454483744 after sql statement 2015-01-15 22:35:40.482759878 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.63 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:35:44.139067667 after sql statement 2015-01-15 22:35:44.144249230 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=115 -------------- Query OK, 20000 rows affected (3.01 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.31 sec) Bye 2015-01-15 22:35:47.478306079 after sql statement 2015-01-15 22:35:47.501184762 before sql statment -------------- update test211_2 set c2=c1 where batch=115 -------------- Query OK, 20000 rows affected (1.27 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:35:48.776314678 after sql statement 2015-01-15 22:35:48.795164482 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=115 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.30 sec) Bye 2015-01-15 22:35:50.132874550 after sql statement 2015-01-15 22:35:50.143717858 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223550_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:35:50 (48388) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223550_Job_62704.xml 2015-01-15 22:35:50 (48388) INFO : Job file loaded, run time for this step : 0.376568 seconds 2015-01-15 22:35:50 (48388) INFO : PreProcessing check starts 2015-01-15 22:35:50 (48388) INFO : PreProcessing check completed 2015-01-15 22:35:50 (48388) INFO : preProcess completed, run time for this step : 0.034873 seconds 2015-01-15 22:35:50 (48388) INFO : No of Read Threads Spawned = 1 2015-01-15 22:35:50 (48388) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:35:50 (48388) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:35:50 (48388) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:35:51 (48388) INFO : Bulk load completed, total run time : 1.42127 seconds 2015-01-15 22:35:51.718222938 after import 2015-01-15 22:35:51.722271832 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=116 -------------- Query OK, 20000 rows affected (0.94 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.38 sec) Bye 2015-01-15 22:35:54.050940333 after sql statement 2015-01-15 22:35:54.057414926 before sql statment -------------- update test211_2 set c2=c1 where batch=116 -------------- Query OK, 20000 rows affected (1.81 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:35:55.877710691 after sql statement 2015-01-15 22:35:55.882986780 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=116 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.80 sec) Bye 2015-01-15 22:35:56.688327354 after sql statement 2015-01-15 22:35:56.709880382 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (5.61 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:36:02.327279040 after sql statement 2015-01-15 22:36:02.358182886 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=117 -------------- Query OK, 20000 rows affected (2.25 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.67 sec) Bye 2015-01-15 22:36:05.284297783 after sql statement 2015-01-15 22:36:05.299390318 before sql statment -------------- update test211_2 set c2=c1 where batch=117 -------------- Query OK, 20000 rows affected (1.29 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:36:06.604932117 after sql statement 2015-01-15 22:36:06.612391016 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=117 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.72 sec) Bye 2015-01-15 22:36:07.354167233 after sql statement 2015-01-15 22:36:07.366515247 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223608_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:36:08 (61272) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223608_Job_62704.xml 2015-01-15 22:36:08 (61272) INFO : Job file loaded, run time for this step : 0.837451 seconds 2015-01-15 22:36:08 (61272) INFO : PreProcessing check starts 2015-01-15 22:36:08 (61272) INFO : PreProcessing check completed 2015-01-15 22:36:08 (61272) INFO : preProcess completed, run time for this step : 0.056061 seconds 2015-01-15 22:36:08 (61272) INFO : No of Read Threads Spawned = 1 2015-01-15 22:36:08 (61272) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:36:08 (61272) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:36:08 (61272) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:36:09 (61272) INFO : Bulk load completed, total run time : 1.92229 seconds 2015-01-15 22:36:09.448458076 after import 2015-01-15 22:36:09.457733649 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=118 -------------- Query OK, 20000 rows affected (1.73 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.42 sec) Bye 2015-01-15 22:36:11.622982351 after sql statement 2015-01-15 22:36:11.635439017 before sql statment -------------- update test211_2 set c2=c1 where batch=118 -------------- Query OK, 20000 rows affected (1.82 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:36:13.467236830 after sql statement 2015-01-15 22:36:13.484548371 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=118 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.26 sec) Bye 2015-01-15 22:36:14.756015853 after sql statement 2015-01-15 22:36:14.792591066 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.72 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:36:18.543814493 after sql statement 2015-01-15 22:36:18.549750882 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=119 -------------- Query OK, 20000 rows affected (2.13 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.25 sec) Bye 2015-01-15 22:36:20.934134998 after sql statement 2015-01-15 22:36:20.948311239 before sql statment -------------- update test211_2 set c2=c1 where batch=119 -------------- Query OK, 20000 rows affected (2.57 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:36:23.524903153 after sql statement 2015-01-15 22:36:23.538942932 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=119 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.63 sec) Bye 2015-01-15 22:36:24.191562089 after sql statement 2015-01-15 22:36:24.199024821 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223624_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:36:25 (9457) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223624_Job_62704.xml 2015-01-15 22:36:25 (9457) INFO : Job file loaded, run time for this step : 0.678556 seconds 2015-01-15 22:36:25 (9457) INFO : PreProcessing check starts 2015-01-15 22:36:25 (9457) INFO : PreProcessing check completed 2015-01-15 22:36:25 (9457) INFO : preProcess completed, run time for this step : 0.040704 seconds 2015-01-15 22:36:25 (9457) INFO : No of Read Threads Spawned = 1 2015-01-15 22:36:25 (9457) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:36:25 (9457) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:36:25 (9457) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:36:26 (9457) INFO : Bulk load completed, total run time : 1.75885 seconds 2015-01-15 22:36:26.170972022 after import 2015-01-15 22:36:26.181490202 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=120 -------------- Query OK, 20000 rows affected (3.16 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.19 sec) Bye 2015-01-15 22:36:29.554749548 after sql statement 2015-01-15 22:36:29.567294704 before sql statment -------------- update test211_2 set c2=c1 where batch=120 -------------- Query OK, 20000 rows affected (1.28 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:36:30.854803079 after sql statement 2015-01-15 22:36:30.859177746 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=120 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.36 sec) Bye 2015-01-15 22:36:31.230569771 after sql statement 2015-01-15 22:36:31.252511660 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (5.53 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:36:36.795524371 after sql statement 2015-01-15 22:36:36.812822395 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=121 -------------- Query OK, 20000 rows affected (3.76 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.38 sec) Bye 2015-01-15 22:36:40.989423810 after sql statement 2015-01-15 22:36:41.010885693 before sql statment -------------- update test211_2 set c2=c1 where batch=121 -------------- Query OK, 20000 rows affected (1.68 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:36:42.715205468 after sql statement 2015-01-15 22:36:42.724464708 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=121 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.70 sec) Bye 2015-01-15 22:36:43.429131074 after sql statement 2015-01-15 22:36:43.434531530 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223645_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:36:45 (22533) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223645_Job_62704.xml 2015-01-15 22:36:45 (22533) INFO : Job file loaded, run time for this step : 1.18933 seconds 2015-01-15 22:36:45 (22533) INFO : PreProcessing check starts 2015-01-15 22:36:45 (22533) INFO : PreProcessing check completed 2015-01-15 22:36:45 (22533) INFO : preProcess completed, run time for this step : 0.0626051 seconds 2015-01-15 22:36:45 (22533) INFO : No of Read Threads Spawned = 1 2015-01-15 22:36:45 (22533) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:36:45 (22533) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:36:45 (22533) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:36:46 (22533) INFO : Bulk load completed, total run time : 2.33749 seconds 2015-01-15 22:36:46.590496059 after import 2015-01-15 22:36:46.596661926 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=122 -------------- Query OK, 20000 rows affected (3.60 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.55 sec) Bye 2015-01-15 22:36:50.775985862 after sql statement 2015-01-15 22:36:50.784184504 before sql statment -------------- update test211_2 set c2=c1 where batch=122 -------------- Query OK, 20000 rows affected (0.85 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:36:51.638163028 after sql statement 2015-01-15 22:36:51.644949222 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=122 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.18 sec) Bye 2015-01-15 22:36:51.829326309 after sql statement 2015-01-15 22:36:51.853616516 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.69 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:36:55.554134044 after sql statement 2015-01-15 22:36:55.558307905 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=123 -------------- Query OK, 20000 rows affected (2.00 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.72 sec) Bye 2015-01-15 22:36:58.294917003 after sql statement 2015-01-15 22:36:58.302873578 before sql statment -------------- update test211_2 set c2=c1 where batch=123 -------------- Query OK, 20000 rows affected (1.93 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:37:00.240993419 after sql statement 2015-01-15 22:37:00.257408395 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=123 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.69 sec) Bye 2015-01-15 22:37:00.963848395 after sql statement 2015-01-15 22:37:00.967084829 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223701_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:37:01 (35423) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223701_Job_62704.xml 2015-01-15 22:37:01 (35423) INFO : Job file loaded, run time for this step : 0.424763 seconds 2015-01-15 22:37:01 (35423) INFO : PreProcessing check starts 2015-01-15 22:37:01 (35423) INFO : PreProcessing check completed 2015-01-15 22:37:01 (35423) INFO : preProcess completed, run time for this step : 0.0275819 seconds 2015-01-15 22:37:01 (35423) INFO : No of Read Threads Spawned = 1 2015-01-15 22:37:01 (35423) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:37:01 (35423) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:37:01 (35423) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:37:02 (35423) INFO : Bulk load completed, total run time : 1.50343 seconds 2015-01-15 22:37:02.654746672 after import 2015-01-15 22:37:02.660094818 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=124 -------------- Query OK, 20000 rows affected (3.18 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.59 sec) Bye 2015-01-15 22:37:06.445864531 after sql statement 2015-01-15 22:37:06.458921621 before sql statment -------------- update test211_2 set c2=c1 where batch=124 -------------- Query OK, 20000 rows affected (2.00 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:37:08.478315048 after sql statement 2015-01-15 22:37:08.484275088 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=124 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.95 sec) Bye 2015-01-15 22:37:09.449493479 after sql statement 2015-01-15 22:37:09.471458437 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.60 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:37:13.084451064 after sql statement 2015-01-15 22:37:13.099704922 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=125 -------------- Query OK, 20000 rows affected (2.96 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.18 sec) Bye 2015-01-15 22:37:16.258584980 after sql statement 2015-01-15 22:37:16.269986949 before sql statment -------------- update test211_2 set c2=c1 where batch=125 -------------- Query OK, 20000 rows affected (3.14 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:37:19.410316936 after sql statement 2015-01-15 22:37:19.419507841 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=125 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.22 sec) Bye 2015-01-15 22:37:19.650879073 after sql statement 2015-01-15 22:37:19.653329196 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223720_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:37:20 (49400) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223720_Job_62704.xml 2015-01-15 22:37:20 (49400) INFO : Job file loaded, run time for this step : 0.543024 seconds 2015-01-15 22:37:20 (49400) INFO : PreProcessing check starts 2015-01-15 22:37:20 (49400) INFO : PreProcessing check completed 2015-01-15 22:37:20 (49400) INFO : preProcess completed, run time for this step : 0.0613439 seconds 2015-01-15 22:37:20 (49400) INFO : No of Read Threads Spawned = 1 2015-01-15 22:37:20 (49400) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:37:20 (49400) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:37:20 (49400) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:37:21 (49400) INFO : Bulk load completed, total run time : 1.65323 seconds 2015-01-15 22:37:21.573932325 after import 2015-01-15 22:37:21.584550012 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=126 -------------- Query OK, 20000 rows affected (2.08 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.48 sec) Bye 2015-01-15 22:37:24.152539206 after sql statement 2015-01-15 22:37:24.159742323 before sql statment -------------- update test211_2 set c2=c1 where batch=126 -------------- Query OK, 20000 rows affected (2.50 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:37:26.675906954 after sql statement 2015-01-15 22:37:26.682168442 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=126 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.29 sec) Bye 2015-01-15 22:37:27.994371961 after sql statement 2015-01-15 22:37:28.013974592 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.83 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:37:31.856163978 after sql statement 2015-01-15 22:37:31.877988499 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=127 -------------- Query OK, 20000 rows affected (3.00 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.44 sec) Bye 2015-01-15 22:37:35.342425543 after sql statement 2015-01-15 22:37:35.370470058 before sql statment -------------- update test211_2 set c2=c1 where batch=127 -------------- Query OK, 20000 rows affected (1.93 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:37:37.314344481 after sql statement 2015-01-15 22:37:37.322067273 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=127 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.78 sec) Bye 2015-01-15 22:37:38.135339758 after sql statement 2015-01-15 22:37:38.138824877 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223738_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:37:38 (63951) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223738_Job_62704.xml 2015-01-15 22:37:38 (63951) INFO : Job file loaded, run time for this step : 0.377458 seconds 2015-01-15 22:37:38 (63951) INFO : PreProcessing check starts 2015-01-15 22:37:38 (63951) INFO : PreProcessing check completed 2015-01-15 22:37:38 (63951) INFO : preProcess completed, run time for this step : 0.0402858 seconds 2015-01-15 22:37:38 (63951) INFO : No of Read Threads Spawned = 1 2015-01-15 22:37:38 (63951) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:37:38 (63951) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:37:38 (63951) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:37:39 (63951) INFO : Bulk load completed, total run time : 1.44928 seconds 2015-01-15 22:37:39.752196306 after import 2015-01-15 22:37:39.757880805 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=128 -------------- Query OK, 20000 rows affected (2.56 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.75 sec) Bye 2015-01-15 22:37:43.079648170 after sql statement 2015-01-15 22:37:43.084933160 before sql statment -------------- update test211_2 set c2=c1 where batch=128 -------------- Query OK, 20000 rows affected (1.84 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:37:44.942448010 after sql statement 2015-01-15 22:37:44.948230408 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=128 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.82 sec) Bye 2015-01-15 22:37:45.776452157 after sql statement 2015-01-15 22:37:45.811559417 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (4.92 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:37:50.754245692 after sql statement 2015-01-15 22:37:50.769436684 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=129 -------------- Query OK, 20000 rows affected (3.05 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.71 sec) Bye 2015-01-15 22:37:54.543115612 after sql statement 2015-01-15 22:37:54.547681295 before sql statment -------------- update test211_2 set c2=c1 where batch=129 -------------- Query OK, 20000 rows affected (4.27 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:37:58.832543329 after sql statement 2015-01-15 22:37:58.843003080 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=129 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.48 sec) Bye 2015-01-15 22:38:00.332647468 after sql statement 2015-01-15 22:38:00.336080303 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223801_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:38:01 (13215) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223801_Job_62704.xml 2015-01-15 22:38:01 (13215) INFO : Job file loaded, run time for this step : 0.486126 seconds 2015-01-15 22:38:01 (13215) INFO : PreProcessing check starts 2015-01-15 22:38:01 (13215) INFO : PreProcessing check completed 2015-01-15 22:38:01 (13215) INFO : preProcess completed, run time for this step : 0.0709441 seconds 2015-01-15 22:38:01 (13215) INFO : No of Read Threads Spawned = 1 2015-01-15 22:38:01 (13215) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:38:01 (13215) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:38:01 (13215) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:38:02 (13215) INFO : Bulk load completed, total run time : 1.58748 seconds 2015-01-15 22:38:02.591852273 after import 2015-01-15 22:38:02.607034566 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=130 -------------- Query OK, 20000 rows affected (2.09 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.55 sec) Bye 2015-01-15 22:38:05.258547250 after sql statement 2015-01-15 22:38:05.269913463 before sql statment -------------- update test211_2 set c2=c1 where batch=130 -------------- Query OK, 20000 rows affected (2.49 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:38:07.768430877 after sql statement 2015-01-15 22:38:07.784668285 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=130 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.51 sec) Bye 2015-01-15 22:38:08.310711422 after sql statement 2015-01-15 22:38:08.329214686 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (4.30 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:38:12.640230845 after sql statement 2015-01-15 22:38:12.657968874 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=131 -------------- Query OK, 20000 rows affected (3.10 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.58 sec) Bye 2015-01-15 22:38:16.346181332 after sql statement 2015-01-15 22:38:16.351883439 before sql statment -------------- update test211_2 set c2=c1 where batch=131 -------------- Query OK, 20000 rows affected (1.99 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:38:18.358906994 after sql statement 2015-01-15 22:38:18.367974606 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=131 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.65 sec) Bye 2015-01-15 22:38:19.021979340 after sql statement 2015-01-15 22:38:19.025139330 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223820_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:38:20 (26093) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223820_Job_62704.xml 2015-01-15 22:38:20 (26093) INFO : Job file loaded, run time for this step : 0.494571 seconds 2015-01-15 22:38:20 (26093) INFO : PreProcessing check starts 2015-01-15 22:38:20 (26093) INFO : PreProcessing check completed 2015-01-15 22:38:20 (26093) INFO : preProcess completed, run time for this step : 0.0484889 seconds 2015-01-15 22:38:20 (26093) INFO : No of Read Threads Spawned = 1 2015-01-15 22:38:20 (26093) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:38:20 (26093) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:38:20 (26093) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:38:21 (26093) INFO : Bulk load completed, total run time : 1.57299 seconds 2015-01-15 22:38:21.247023072 after import 2015-01-15 22:38:21.256986522 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=132 -------------- Query OK, 20000 rows affected (1.85 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.77 sec) Bye 2015-01-15 22:38:23.888376459 after sql statement 2015-01-15 22:38:23.916856584 before sql statment -------------- update test211_2 set c2=c1 where batch=132 -------------- Query OK, 20000 rows affected (2.56 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:38:26.494551424 after sql statement 2015-01-15 22:38:26.500763888 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=132 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.50 sec) Bye 2015-01-15 22:38:27.018270190 after sql statement 2015-01-15 22:38:27.039110049 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.74 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:38:30.782730916 after sql statement 2015-01-15 22:38:30.786989419 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=133 -------------- Query OK, 20000 rows affected (1.25 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.42 sec) Bye 2015-01-15 22:38:32.465338590 after sql statement 2015-01-15 22:38:32.475887043 before sql statment -------------- update test211_2 set c2=c1 where batch=133 -------------- Query OK, 20000 rows affected (2.76 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:38:35.250571754 after sql statement 2015-01-15 22:38:35.261565122 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=133 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.31 sec) Bye 2015-01-15 22:38:35.587899702 after sql statement 2015-01-15 22:38:35.599502109 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223836_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:38:36 (39290) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223836_Job_62704.xml 2015-01-15 22:38:36 (39290) INFO : Job file loaded, run time for this step : 0.450403 seconds 2015-01-15 22:38:36 (39290) INFO : PreProcessing check starts 2015-01-15 22:38:36 (39290) INFO : PreProcessing check completed 2015-01-15 22:38:36 (39290) INFO : preProcess completed, run time for this step : 0.0593731 seconds 2015-01-15 22:38:36 (39290) INFO : No of Read Threads Spawned = 1 2015-01-15 22:38:36 (39290) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:38:36 (39290) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:38:36 (39290) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:38:37 (39290) INFO : Bulk load completed, total run time : 1.54451 seconds 2015-01-15 22:38:37.329529085 after import 2015-01-15 22:38:37.342813412 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=134 -------------- Query OK, 20000 rows affected (2.59 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.54 sec) Bye 2015-01-15 22:38:40.478821622 after sql statement 2015-01-15 22:38:40.486849364 before sql statment -------------- update test211_2 set c2=c1 where batch=134 -------------- Query OK, 20000 rows affected (3.22 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:38:43.731163255 after sql statement 2015-01-15 22:38:43.751178797 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=134 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.11 sec) Bye 2015-01-15 22:38:44.871830874 after sql statement 2015-01-15 22:38:44.902216775 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.55 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:38:48.455867046 after sql statement 2015-01-15 22:38:48.471474342 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=135 -------------- Query OK, 20000 rows affected (2.21 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.62 sec) Bye 2015-01-15 22:38:51.320048815 after sql statement 2015-01-15 22:38:51.326295476 before sql statment -------------- update test211_2 set c2=c1 where batch=135 -------------- Query OK, 20000 rows affected (2.47 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:38:53.843740727 after sql statement 2015-01-15 22:38:53.851231052 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=135 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.49 sec) Bye 2015-01-15 22:38:54.353503813 after sql statement 2015-01-15 22:38:54.364750359 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223854_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:38:54 (53487) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223854_Job_62704.xml 2015-01-15 22:38:54 (53487) INFO : Job file loaded, run time for this step : 0.416601 seconds 2015-01-15 22:38:54 (53487) INFO : PreProcessing check starts 2015-01-15 22:38:55 (53487) INFO : PreProcessing check completed 2015-01-15 22:38:55 (53487) INFO : preProcess completed, run time for this step : 0.0882421 seconds 2015-01-15 22:38:55 (53487) INFO : No of Read Threads Spawned = 1 2015-01-15 22:38:55 (53487) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:38:55 (53487) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:38:55 (53487) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:38:56 (53487) INFO : Bulk load completed, total run time : 1.54282 seconds 2015-01-15 22:38:56.061739456 after import 2015-01-15 22:38:56.072755170 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=136 -------------- Query OK, 20000 rows affected (2.77 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.80 sec) Bye 2015-01-15 22:38:59.664100931 after sql statement 2015-01-15 22:38:59.672464063 before sql statment -------------- update test211_2 set c2=c1 where batch=136 -------------- Query OK, 20000 rows affected (1.83 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:39:01.521373261 after sql statement 2015-01-15 22:39:01.546339808 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=136 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.94 sec) Bye 2015-01-15 22:39:03.496457036 after sql statement 2015-01-15 22:39:03.523812135 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.71 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:39:07.258379575 after sql statement 2015-01-15 22:39:07.263006145 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=137 -------------- Query OK, 20000 rows affected (1.77 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.67 sec) Bye 2015-01-15 22:39:09.707136332 after sql statement 2015-01-15 22:39:09.714261804 before sql statment -------------- update test211_2 set c2=c1 where batch=137 -------------- Query OK, 20000 rows affected (1.27 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:39:11.003832208 after sql statement 2015-01-15 22:39:11.060051109 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=137 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.66 sec) Bye 2015-01-15 22:39:11.734034072 after sql statement 2015-01-15 22:39:11.740473386 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223912_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:39:12 (1849) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223912_Job_62704.xml 2015-01-15 22:39:12 (1849) INFO : Job file loaded, run time for this step : 0.458127 seconds 2015-01-15 22:39:12 (1849) INFO : PreProcessing check starts 2015-01-15 22:39:12 (1849) INFO : PreProcessing check completed 2015-01-15 22:39:12 (1849) INFO : preProcess completed, run time for this step : 0.0441339 seconds 2015-01-15 22:39:12 (1849) INFO : No of Read Threads Spawned = 1 2015-01-15 22:39:12 (1849) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:39:12 (1849) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:39:12 (1849) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:39:13 (1849) INFO : Bulk load completed, total run time : 1.53859 seconds 2015-01-15 22:39:13.526882876 after import 2015-01-15 22:39:13.531421224 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=138 -------------- Query OK, 20000 rows affected (2.18 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.26 sec) Bye 2015-01-15 22:39:15.974882830 after sql statement 2015-01-15 22:39:15.980549135 before sql statment -------------- update test211_2 set c2=c1 where batch=138 -------------- Query OK, 20000 rows affected (2.57 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:39:18.570952764 after sql statement 2015-01-15 22:39:18.579733715 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=138 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.11 sec) Bye 2015-01-15 22:39:18.696251520 after sql statement 2015-01-15 22:39:18.723236330 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.58 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:39:22.312000475 after sql statement 2015-01-15 22:39:22.318216773 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=139 -------------- Query OK, 20000 rows affected (2.16 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.44 sec) Bye 2015-01-15 22:39:24.920176932 after sql statement 2015-01-15 22:39:24.928050164 before sql statment -------------- update test211_2 set c2=c1 where batch=139 -------------- Query OK, 20000 rows affected (2.31 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:39:27.259774778 after sql statement 2015-01-15 22:39:27.265088288 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=139 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (2.99 sec) Bye 2015-01-15 22:39:30.262575820 after sql statement 2015-01-15 22:39:30.272075818 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223930_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:39:30 (15509) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223930_Job_62704.xml 2015-01-15 22:39:30 (15509) INFO : Job file loaded, run time for this step : 0.284454 seconds 2015-01-15 22:39:30 (15509) INFO : PreProcessing check starts 2015-01-15 22:39:30 (15509) INFO : PreProcessing check completed 2015-01-15 22:39:30 (15509) INFO : preProcess completed, run time for this step : 0.0341091 seconds 2015-01-15 22:39:30 (15509) INFO : No of Read Threads Spawned = 1 2015-01-15 22:39:30 (15509) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:39:30 (15509) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:39:30 (15509) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:39:31 (15509) INFO : Bulk load completed, total run time : 1.34042 seconds 2015-01-15 22:39:31.800872377 after import 2015-01-15 22:39:31.813736411 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=140 -------------- Query OK, 20000 rows affected (1.81 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.09 sec) Bye 2015-01-15 22:39:34.732903844 after sql statement 2015-01-15 22:39:34.739848762 before sql statment -------------- update test211_2 set c2=c1 where batch=140 -------------- Query OK, 20000 rows affected (1.74 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:39:36.504263828 after sql statement 2015-01-15 22:39:36.524833329 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=140 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.19 sec) Bye 2015-01-15 22:39:36.722001833 after sql statement 2015-01-15 22:39:36.745521570 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (4.88 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:39:41.637596789 after sql statement 2015-01-15 22:39:41.642742064 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=141 -------------- Query OK, 20000 rows affected (2.06 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.70 sec) Bye 2015-01-15 22:39:45.404337187 after sql statement 2015-01-15 22:39:45.414237753 before sql statment -------------- update test211_2 set c2=c1 where batch=141 -------------- Query OK, 20000 rows affected (2.34 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:39:47.764801758 after sql statement 2015-01-15 22:39:47.786606734 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=141 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.57 sec) Bye 2015-01-15 22:39:48.377584551 after sql statement 2015-01-15 22:39:48.380677868 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223948_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:39:48 (29720) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T223948_Job_62704.xml 2015-01-15 22:39:48 (29720) INFO : Job file loaded, run time for this step : 0.406919 seconds 2015-01-15 22:39:48 (29720) INFO : PreProcessing check starts 2015-01-15 22:39:49 (29720) INFO : PreProcessing check completed 2015-01-15 22:39:49 (29720) INFO : preProcess completed, run time for this step : 0.059186 seconds 2015-01-15 22:39:49 (29720) INFO : No of Read Threads Spawned = 1 2015-01-15 22:39:49 (29720) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:39:49 (29720) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:39:49 (29720) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:39:50 (29720) INFO : Bulk load completed, total run time : 2.27778 seconds 2015-01-15 22:39:50.850507390 after import 2015-01-15 22:39:50.866158571 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=142 -------------- Query OK, 20000 rows affected (2.79 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.36 sec) Bye 2015-01-15 22:39:54.031460516 after sql statement 2015-01-15 22:39:54.046101119 before sql statment -------------- update test211_2 set c2=c1 where batch=142 -------------- Query OK, 20000 rows affected (1.80 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:39:55.854904301 after sql statement 2015-01-15 22:39:55.885817812 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=142 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.98 sec) Bye 2015-01-15 22:39:56.887066623 after sql statement 2015-01-15 22:39:56.932862744 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.91 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:40:00.852005130 after sql statement 2015-01-15 22:40:00.868712265 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=143 -------------- Query OK, 20000 rows affected (2.13 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.81 sec) Bye 2015-01-15 22:40:03.833916646 after sql statement 2015-01-15 22:40:03.838411869 before sql statment -------------- update test211_2 set c2=c1 where batch=143 -------------- Query OK, 20000 rows affected (1.04 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:40:04.892946514 after sql statement 2015-01-15 22:40:04.907298887 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=143 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.39 sec) Bye 2015-01-15 22:40:05.311188472 after sql statement 2015-01-15 22:40:05.315780857 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224006_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:40:06 (42114) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224006_Job_62704.xml 2015-01-15 22:40:06 (42114) INFO : Job file loaded, run time for this step : 0.441248 seconds 2015-01-15 22:40:06 (42114) INFO : PreProcessing check starts 2015-01-15 22:40:06 (42114) INFO : PreProcessing check completed 2015-01-15 22:40:06 (42114) INFO : preProcess completed, run time for this step : 0.053834 seconds 2015-01-15 22:40:06 (42114) INFO : No of Read Threads Spawned = 1 2015-01-15 22:40:06 (42114) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:40:06 (42114) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:40:06 (42114) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:40:07 (42114) INFO : Bulk load completed, total run time : 1.52145 seconds 2015-01-15 22:40:07.234601988 after import 2015-01-15 22:40:07.247200577 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=144 -------------- Query OK, 20000 rows affected (2.20 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.50 sec) Bye 2015-01-15 22:40:09.954215715 after sql statement 2015-01-15 22:40:09.960645045 before sql statment -------------- update test211_2 set c2=c1 where batch=144 -------------- Query OK, 20000 rows affected (2.91 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:40:12.887324332 after sql statement 2015-01-15 22:40:12.891834406 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=144 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.52 sec) Bye 2015-01-15 22:40:13.420749980 after sql statement 2015-01-15 22:40:13.460826340 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (5.77 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:40:19.241316325 after sql statement 2015-01-15 22:40:19.253476718 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=145 -------------- Query OK, 20000 rows affected (2.61 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.90 sec) Bye 2015-01-15 22:40:22.780990524 after sql statement 2015-01-15 22:40:22.789158896 before sql statment -------------- update test211_2 set c2=c1 where batch=145 -------------- Query OK, 20000 rows affected (1.22 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:40:24.034860330 after sql statement 2015-01-15 22:40:24.042060675 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=145 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (2.52 sec) Bye 2015-01-15 22:40:26.623389753 after sql statement 2015-01-15 22:40:26.632287456 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224028_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:40:28 (58746) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224028_Job_62704.xml 2015-01-15 22:40:28 (58746) INFO : Job file loaded, run time for this step : 0.463678 seconds 2015-01-15 22:40:28 (58746) INFO : PreProcessing check starts 2015-01-15 22:40:28 (58746) INFO : PreProcessing check completed 2015-01-15 22:40:28 (58746) INFO : preProcess completed, run time for this step : 0.0898879 seconds 2015-01-15 22:40:28 (58746) INFO : No of Read Threads Spawned = 1 2015-01-15 22:40:28 (58746) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:40:28 (58746) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:40:28 (58746) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:40:29 (58746) INFO : Bulk load completed, total run time : 1.56907 seconds 2015-01-15 22:40:29.332632000 after import 2015-01-15 22:40:29.339756860 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=146 -------------- Query OK, 20000 rows affected (3.56 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.74 sec) Bye 2015-01-15 22:40:33.671395081 after sql statement 2015-01-15 22:40:33.678800591 before sql statment -------------- update test211_2 set c2=c1 where batch=146 -------------- Query OK, 20000 rows affected (0.93 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:40:34.612860501 after sql statement 2015-01-15 22:40:34.623517321 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=146 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.29 sec) Bye 2015-01-15 22:40:34.921975768 after sql statement 2015-01-15 22:40:34.945874934 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.42 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:40:38.380816005 after sql statement 2015-01-15 22:40:38.419517924 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=147 -------------- Query OK, 20000 rows affected (2.85 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.39 sec) Bye 2015-01-15 22:40:41.668900186 after sql statement 2015-01-15 22:40:41.706195153 before sql statment -------------- update test211_2 set c2=c1 where batch=147 -------------- Query OK, 20000 rows affected (2.33 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:40:44.062793797 after sql statement 2015-01-15 22:40:44.074478387 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=147 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.55 sec) Bye 2015-01-15 22:40:44.634040578 after sql statement 2015-01-15 22:40:44.638974431 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224045_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:40:45 (6280) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224045_Job_62704.xml 2015-01-15 22:40:45 (6280) INFO : Job file loaded, run time for this step : 0.322618 seconds 2015-01-15 22:40:45 (6280) INFO : PreProcessing check starts 2015-01-15 22:40:45 (6280) INFO : PreProcessing check completed 2015-01-15 22:40:45 (6280) INFO : preProcess completed, run time for this step : 0.042995 seconds 2015-01-15 22:40:45 (6280) INFO : No of Read Threads Spawned = 1 2015-01-15 22:40:45 (6280) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:40:45 (6280) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:40:45 (6280) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:40:46 (6280) INFO : Bulk load completed, total run time : 1.39546 seconds 2015-01-15 22:40:46.202999781 after import 2015-01-15 22:40:46.217063795 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=148 -------------- Query OK, 20000 rows affected (4.48 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.42 sec) Bye 2015-01-15 22:40:51.121033424 after sql statement 2015-01-15 22:40:51.135093497 before sql statment -------------- update test211_2 set c2=c1 where batch=148 -------------- Query OK, 20000 rows affected (1.05 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:40:52.191866656 after sql statement 2015-01-15 22:40:52.197227427 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=148 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.16 sec) Bye 2015-01-15 22:40:52.363913058 after sql statement 2015-01-15 22:40:52.399297650 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.81 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:40:56.223893747 after sql statement 2015-01-15 22:40:56.246676536 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=149 -------------- Query OK, 20000 rows affected (4.06 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.20 sec) Bye 2015-01-15 22:41:00.512154751 after sql statement 2015-01-15 22:41:00.519207426 before sql statment -------------- update test211_2 set c2=c1 where batch=149 -------------- Query OK, 20000 rows affected (2.37 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:41:02.894964306 after sql statement 2015-01-15 22:41:02.905775380 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=149 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.38 sec) Bye 2015-01-15 22:41:03.293735903 after sql statement 2015-01-15 22:41:03.296307358 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224104_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:41:04 (17839) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224104_Job_62704.xml 2015-01-15 22:41:04 (17839) INFO : Job file loaded, run time for this step : 0.413537 seconds 2015-01-15 22:41:04 (17839) INFO : PreProcessing check starts 2015-01-15 22:41:04 (17839) INFO : PreProcessing check completed 2015-01-15 22:41:04 (17839) INFO : preProcess completed, run time for this step : 0.119272 seconds 2015-01-15 22:41:04 (17839) INFO : No of Read Threads Spawned = 1 2015-01-15 22:41:04 (17839) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:41:04 (17839) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:41:04 (17839) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:41:05 (17839) INFO : Bulk load completed, total run time : 1.5589 seconds 2015-01-15 22:41:05.574181573 after import 2015-01-15 22:41:05.582106359 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=150 -------------- Query OK, 20000 rows affected (2.52 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.91 sec) Bye 2015-01-15 22:41:09.026365470 after sql statement 2015-01-15 22:41:09.034072507 before sql statment -------------- update test211_2 set c2=c1 where batch=150 -------------- Query OK, 20000 rows affected (2.54 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:41:11.591908099 after sql statement 2015-01-15 22:41:11.599304172 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=150 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.59 sec) Bye 2015-01-15 22:41:12.205817598 after sql statement 2015-01-15 22:41:12.248089663 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.48 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:41:15.739910027 after sql statement 2015-01-15 22:41:15.750068077 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=151 -------------- Query OK, 20000 rows affected (1.66 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.44 sec) Bye 2015-01-15 22:41:17.869957930 after sql statement 2015-01-15 22:41:17.879510496 before sql statment -------------- update test211_2 set c2=c1 where batch=151 -------------- Query OK, 20000 rows affected (3.51 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:41:21.409164229 after sql statement 2015-01-15 22:41:21.441552972 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=151 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.31 sec) Bye 2015-01-15 22:41:21.763806073 after sql statement 2015-01-15 22:41:21.766191610 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224122_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:41:22 (31750) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224122_Job_62704.xml 2015-01-15 22:41:22 (31750) INFO : Job file loaded, run time for this step : 0.182992 seconds 2015-01-15 22:41:22 (31750) INFO : PreProcessing check starts 2015-01-15 22:41:22 (31750) INFO : PreProcessing check completed 2015-01-15 22:41:22 (31750) INFO : preProcess completed, run time for this step : 0.775272 seconds 2015-01-15 22:41:22 (31750) INFO : No of Read Threads Spawned = 1 2015-01-15 22:41:22 (31750) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:41:22 (31750) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:41:23 (31750) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:41:23 (31750) INFO : Bulk load completed, total run time : 1.97302 seconds 2015-01-15 22:41:23.871073139 after import 2015-01-15 22:41:23.875612131 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=152 -------------- Query OK, 20000 rows affected (2.68 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.12 sec) Bye 2015-01-15 22:41:27.681656823 after sql statement 2015-01-15 22:41:27.687786129 before sql statment -------------- update test211_2 set c2=c1 where batch=152 -------------- Query OK, 20000 rows affected (1.75 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:41:29.467832020 after sql statement 2015-01-15 22:41:29.479476050 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=152 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.15 sec) Bye 2015-01-15 22:41:30.655589577 after sql statement 2015-01-15 22:41:30.683373436 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (4.78 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:41:35.487813501 after sql statement 2015-01-15 22:41:35.495748089 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=153 -------------- Query OK, 20000 rows affected (1.86 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.72 sec) Bye 2015-01-15 22:41:38.088385164 after sql statement 2015-01-15 22:41:38.091733397 before sql statment -------------- update test211_2 set c2=c1 where batch=153 -------------- Query OK, 20000 rows affected (1.11 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:41:39.203638068 after sql statement 2015-01-15 22:41:39.210739495 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=153 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.16 sec) Bye 2015-01-15 22:41:39.374096850 after sql statement 2015-01-15 22:41:39.378725363 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224139_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:41:39 (43848) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224139_Job_62704.xml 2015-01-15 22:41:39 (43848) INFO : Job file loaded, run time for this step : 0.337724 seconds 2015-01-15 22:41:39 (43848) INFO : PreProcessing check starts 2015-01-15 22:41:39 (43848) INFO : PreProcessing check completed 2015-01-15 22:41:39 (43848) INFO : preProcess completed, run time for this step : 0.0401599 seconds 2015-01-15 22:41:39 (43848) INFO : No of Read Threads Spawned = 1 2015-01-15 22:41:39 (43848) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:41:39 (43848) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:41:40 (43848) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:41:40 (43848) INFO : Bulk load completed, total run time : 1.42136 seconds 2015-01-15 22:41:40.976540090 after import 2015-01-15 22:41:40.994154132 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=154 -------------- Query OK, 20000 rows affected (2.43 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.62 sec) Bye 2015-01-15 22:41:44.058407795 after sql statement 2015-01-15 22:41:44.065582877 before sql statment -------------- update test211_2 set c2=c1 where batch=154 -------------- Query OK, 20000 rows affected (3.11 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:41:47.193437560 after sql statement 2015-01-15 22:41:47.226657107 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=154 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.52 sec) Bye 2015-01-15 22:41:47.777984332 after sql statement 2015-01-15 22:41:47.802254950 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (4.81 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:41:52.622094719 after sql statement 2015-01-15 22:41:52.628513603 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=155 -------------- Query OK, 20000 rows affected (2.00 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.68 sec) Bye 2015-01-15 22:41:55.316132797 after sql statement 2015-01-15 22:41:55.321053514 before sql statment -------------- update test211_2 set c2=c1 where batch=155 -------------- Query OK, 20000 rows affected (1.92 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:41:57.247391408 after sql statement 2015-01-15 22:41:57.252931153 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=155 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.39 sec) Bye 2015-01-15 22:41:57.665081237 after sql statement 2015-01-15 22:41:57.669859087 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224158_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:41:58 (57843) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224158_Job_62704.xml 2015-01-15 22:41:58 (57843) INFO : Job file loaded, run time for this step : 0.314919 seconds 2015-01-15 22:41:58 (57843) INFO : PreProcessing check starts 2015-01-15 22:41:58 (57843) INFO : PreProcessing check completed 2015-01-15 22:41:58 (57843) INFO : preProcess completed, run time for this step : 0.025835 seconds 2015-01-15 22:41:58 (57843) INFO : No of Read Threads Spawned = 1 2015-01-15 22:41:58 (57843) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:41:58 (57843) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:41:58 (57843) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:41:59 (57843) INFO : Bulk load completed, total run time : 1.36328 seconds 2015-01-15 22:41:59.200443798 after import 2015-01-15 22:41:59.206450306 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=156 -------------- Query OK, 20000 rows affected (1.44 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.31 sec) Bye 2015-01-15 22:42:00.975973333 after sql statement 2015-01-15 22:42:00.982246637 before sql statment -------------- update test211_2 set c2=c1 where batch=156 -------------- Query OK, 20000 rows affected (2.11 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:42:03.111940816 after sql statement 2015-01-15 22:42:03.122253164 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=156 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.59 sec) Bye 2015-01-15 22:42:03.712609097 after sql statement 2015-01-15 22:42:03.746258386 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.71 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:42:07.474978233 after sql statement 2015-01-15 22:42:07.481500310 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=157 -------------- Query OK, 20000 rows affected (1.63 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.85 sec) Bye 2015-01-15 22:42:10.995152149 after sql statement 2015-01-15 22:42:11.002735509 before sql statment -------------- update test211_2 set c2=c1 where batch=157 -------------- Query OK, 20000 rows affected (1.53 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:42:12.550912793 after sql statement 2015-01-15 22:42:12.560732933 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=157 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.60 sec) Bye 2015-01-15 22:42:13.163582995 after sql statement 2015-01-15 22:42:13.166191432 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224213_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:42:13 (5756) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224213_Job_62704.xml 2015-01-15 22:42:13 (5756) INFO : Job file loaded, run time for this step : 0.310703 seconds 2015-01-15 22:42:13 (5756) INFO : PreProcessing check starts 2015-01-15 22:42:13 (5756) INFO : PreProcessing check completed 2015-01-15 22:42:13 (5756) INFO : preProcess completed, run time for this step : 0.0467641 seconds 2015-01-15 22:42:13 (5756) INFO : No of Read Threads Spawned = 1 2015-01-15 22:42:13 (5756) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:42:13 (5756) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:42:13 (5756) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:42:14 (5756) INFO : Bulk load completed, total run time : 1.38652 seconds 2015-01-15 22:42:14.751088677 after import 2015-01-15 22:42:14.758726517 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=158 -------------- Query OK, 20000 rows affected (1.08 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.41 sec) Bye 2015-01-15 22:42:16.262849155 after sql statement 2015-01-15 22:42:16.269312009 before sql statment -------------- update test211_2 set c2=c1 where batch=158 -------------- Query OK, 20000 rows affected (3.11 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:42:19.397860990 after sql statement 2015-01-15 22:42:19.437899841 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=158 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.61 sec) Bye 2015-01-15 22:42:20.064577767 after sql statement 2015-01-15 22:42:20.117562226 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.43 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:42:23.554888330 after sql statement 2015-01-15 22:42:23.559305367 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=159 -------------- Query OK, 20000 rows affected (3.44 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.14 sec) Bye 2015-01-15 22:42:28.160425084 after sql statement 2015-01-15 22:42:28.171835148 before sql statment -------------- update test211_2 set c2=c1 where batch=159 -------------- Query OK, 20000 rows affected (1.22 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:42:29.404756385 after sql statement 2015-01-15 22:42:29.409365416 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=159 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.97 sec) Bye 2015-01-15 22:42:30.392481585 after sql statement 2015-01-15 22:42:30.399047528 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224230_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:42:31 (19269) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224230_Job_62704.xml 2015-01-15 22:42:31 (19269) INFO : Job file loaded, run time for this step : 0.409701 seconds 2015-01-15 22:42:31 (19269) INFO : PreProcessing check starts 2015-01-15 22:42:31 (19269) INFO : PreProcessing check completed 2015-01-15 22:42:31 (19269) INFO : preProcess completed, run time for this step : 0.102209 seconds 2015-01-15 22:42:31 (19269) INFO : No of Read Threads Spawned = 1 2015-01-15 22:42:31 (19269) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:42:31 (19269) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:42:31 (19269) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:42:32 (19269) INFO : Bulk load completed, total run time : 1.53878 seconds 2015-01-15 22:42:32.158435092 after import 2015-01-15 22:42:32.166331207 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=160 -------------- Query OK, 20000 rows affected (1.10 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.70 sec) Bye 2015-01-15 22:42:33.995832104 after sql statement 2015-01-15 22:42:34.001722881 before sql statment -------------- update test211_2 set c2=c1 where batch=160 -------------- Query OK, 20000 rows affected (1.52 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:42:35.537078576 after sql statement 2015-01-15 22:42:35.541336419 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=160 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.17 sec) Bye 2015-01-15 22:42:35.722004418 after sql statement 2015-01-15 22:42:35.745571465 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.59 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:42:39.337636145 after sql statement 2015-01-15 22:42:39.354543562 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=161 -------------- Query OK, 20000 rows affected (2.13 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.39 sec) Bye 2015-01-15 22:42:41.880867774 after sql statement 2015-01-15 22:42:41.886571377 before sql statment -------------- update test211_2 set c2=c1 where batch=161 -------------- Query OK, 20000 rows affected (1.48 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:42:43.383961214 after sql statement 2015-01-15 22:42:43.388646071 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=161 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.20 sec) Bye 2015-01-15 22:42:43.593480574 after sql statement 2015-01-15 22:42:43.596027753 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224243_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:42:44 (29861) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224243_Job_62704.xml 2015-01-15 22:42:44 (29861) INFO : Job file loaded, run time for this step : 0.321511 seconds 2015-01-15 22:42:44 (29861) INFO : PreProcessing check starts 2015-01-15 22:42:44 (29861) INFO : PreProcessing check completed 2015-01-15 22:42:44 (29861) INFO : preProcess completed, run time for this step : 0.034725 seconds 2015-01-15 22:42:44 (29861) INFO : No of Read Threads Spawned = 1 2015-01-15 22:42:44 (29861) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:42:44 (29861) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:42:44 (29861) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:42:45 (29861) INFO : Bulk load completed, total run time : 1.55219 seconds 2015-01-15 22:42:45.312216092 after import 2015-01-15 22:42:45.337140051 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=162 -------------- Query OK, 20000 rows affected (2.02 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.69 sec) Bye 2015-01-15 22:42:48.061823117 after sql statement 2015-01-15 22:42:48.090337840 before sql statment -------------- update test211_2 set c2=c1 where batch=162 -------------- Query OK, 20000 rows affected (2.09 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:42:50.205122689 after sql statement 2015-01-15 22:42:50.244111536 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=162 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.37 sec) Bye 2015-01-15 22:42:50.652966337 after sql statement 2015-01-15 22:42:50.671098456 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (5.22 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:42:55.912066658 after sql statement 2015-01-15 22:42:55.931107194 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=163 -------------- Query OK, 20000 rows affected (1.65 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.26 sec) Bye 2015-01-15 22:42:57.852832320 after sql statement 2015-01-15 22:42:57.865700817 before sql statment -------------- update test211_2 set c2=c1 where batch=163 -------------- Query OK, 20000 rows affected (5.17 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:43:03.044116950 after sql statement 2015-01-15 22:43:03.059005632 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=163 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.49 sec) Bye 2015-01-15 22:43:03.553974483 after sql statement 2015-01-15 22:43:03.569057432 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224306_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:43:06 (42746) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224306_Job_62704.xml 2015-01-15 22:43:06 (42746) INFO : Job file loaded, run time for this step : 1.09076 seconds 2015-01-15 22:43:06 (42746) INFO : PreProcessing check starts 2015-01-15 22:43:06 (42746) INFO : PreProcessing check completed 2015-01-15 22:43:06 (42746) INFO : preProcess completed, run time for this step : 0.118858 seconds 2015-01-15 22:43:06 (42746) INFO : No of Read Threads Spawned = 1 2015-01-15 22:43:06 (42746) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:43:06 (42746) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:43:06 (42746) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:43:07 (42746) INFO : Bulk load completed, total run time : 2.24006 seconds 2015-01-15 22:43:07.635882882 after import 2015-01-15 22:43:07.641598107 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=164 -------------- Query OK, 20000 rows affected (2.86 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.49 sec) Bye 2015-01-15 22:43:10.996682534 after sql statement 2015-01-15 22:43:11.003634858 before sql statment -------------- update test211_2 set c2=c1 where batch=164 -------------- Query OK, 20000 rows affected (1.90 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:43:12.908666952 after sql statement 2015-01-15 22:43:12.953155435 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=164 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.38 sec) Bye 2015-01-15 22:43:13.341022188 after sql statement 2015-01-15 22:43:13.370108686 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.50 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:43:16.879293677 after sql statement 2015-01-15 22:43:16.891652507 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=165 -------------- Query OK, 20000 rows affected (2.71 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.45 sec) Bye 2015-01-15 22:43:20.083729356 after sql statement 2015-01-15 22:43:20.093280244 before sql statment -------------- update test211_2 set c2=c1 where batch=165 -------------- Query OK, 20000 rows affected (3.39 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:43:23.502475754 after sql statement 2015-01-15 22:43:23.513965479 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=165 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.53 sec) Bye 2015-01-15 22:43:24.043765558 after sql statement 2015-01-15 22:43:24.045883751 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224324_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:43:24 (57183) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224324_Job_62704.xml 2015-01-15 22:43:24 (57183) INFO : Job file loaded, run time for this step : 0.343825 seconds 2015-01-15 22:43:24 (57183) INFO : PreProcessing check starts 2015-01-15 22:43:24 (57183) INFO : PreProcessing check completed 2015-01-15 22:43:24 (57183) INFO : preProcess completed, run time for this step : 0.0388129 seconds 2015-01-15 22:43:24 (57183) INFO : No of Read Threads Spawned = 1 2015-01-15 22:43:24 (57183) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:43:24 (57183) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:43:24 (57183) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:43:25 (57183) INFO : Bulk load completed, total run time : 1.40639 seconds 2015-01-15 22:43:25.598850715 after import 2015-01-15 22:43:25.604558870 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=166 -------------- Query OK, 20000 rows affected (1.52 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.45 sec) Bye 2015-01-15 22:43:27.583071102 after sql statement 2015-01-15 22:43:27.591450614 before sql statment -------------- update test211_2 set c2=c1 where batch=166 -------------- Query OK, 20000 rows affected (2.21 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:43:29.808936678 after sql statement 2015-01-15 22:43:29.815046973 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=166 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.46 sec) Bye 2015-01-15 22:43:31.293551533 after sql statement 2015-01-15 22:43:31.334382522 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.79 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:43:35.131627291 after sql statement 2015-01-15 22:43:35.135958861 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=167 -------------- Query OK, 20000 rows affected (2.23 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.15 sec) Bye 2015-01-15 22:43:38.533757030 after sql statement 2015-01-15 22:43:38.552697382 before sql statment -------------- update test211_2 set c2=c1 where batch=167 -------------- Query OK, 20000 rows affected (1.18 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:43:39.743662234 after sql statement 2015-01-15 22:43:39.756448203 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=167 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.53 sec) Bye 2015-01-15 22:43:40.367530729 after sql statement 2015-01-15 22:43:40.369300227 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224340_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:43:40 (4967) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224340_Job_62704.xml 2015-01-15 22:43:40 (4967) INFO : Job file loaded, run time for this step : 0.316678 seconds 2015-01-15 22:43:40 (4967) INFO : PreProcessing check starts 2015-01-15 22:43:40 (4967) INFO : PreProcessing check completed 2015-01-15 22:43:40 (4967) INFO : preProcess completed, run time for this step : 0.0374188 seconds 2015-01-15 22:43:40 (4967) INFO : No of Read Threads Spawned = 1 2015-01-15 22:43:40 (4967) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:43:40 (4967) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:43:40 (4967) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:43:41 (4967) INFO : Bulk load completed, total run time : 1.37805 seconds 2015-01-15 22:43:41.887682480 after import 2015-01-15 22:43:41.894809028 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=168 -------------- Query OK, 20000 rows affected (2.01 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.26 sec) Bye 2015-01-15 22:43:44.168877719 after sql statement 2015-01-15 22:43:44.179727231 before sql statment -------------- update test211_2 set c2=c1 where batch=168 -------------- Query OK, 20000 rows affected (1.91 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:43:46.100106234 after sql statement 2015-01-15 22:43:46.105106614 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=168 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.19 sec) Bye 2015-01-15 22:43:46.305601169 after sql statement 2015-01-15 22:43:46.331156996 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.40 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:43:49.742104362 after sql statement 2015-01-15 22:43:49.748578349 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=169 -------------- Query OK, 20000 rows affected (1.17 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.08 sec) Bye 2015-01-15 22:43:52.003254477 after sql statement 2015-01-15 22:43:52.010516159 before sql statment -------------- update test211_2 set c2=c1 where batch=169 -------------- Query OK, 20000 rows affected (2.49 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:43:54.507067665 after sql statement 2015-01-15 22:43:54.517155977 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=169 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.03 sec) Bye 2015-01-15 22:43:55.567222861 after sql statement 2015-01-15 22:43:55.569933492 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224356_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:43:56 (17164) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224356_Job_62704.xml 2015-01-15 22:43:56 (17164) INFO : Job file loaded, run time for this step : 0.380377 seconds 2015-01-15 22:43:56 (17164) INFO : PreProcessing check starts 2015-01-15 22:43:56 (17164) INFO : PreProcessing check completed 2015-01-15 22:43:56 (17164) INFO : preProcess completed, run time for this step : 0.0354011 seconds 2015-01-15 22:43:56 (17164) INFO : No of Read Threads Spawned = 1 2015-01-15 22:43:56 (17164) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:43:56 (17164) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:43:56 (17164) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:43:57 (17164) INFO : Bulk load completed, total run time : 1.46163 seconds 2015-01-15 22:43:57.232215065 after import 2015-01-15 22:43:57.238706414 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=170 -------------- Query OK, 20000 rows affected (2.46 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.66 sec) Bye 2015-01-15 22:44:00.370193687 after sql statement 2015-01-15 22:44:00.379293646 before sql statment -------------- update test211_2 set c2=c1 where batch=170 -------------- Query OK, 20000 rows affected (1.30 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:44:01.694062696 after sql statement 2015-01-15 22:44:01.699312307 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=170 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.35 sec) Bye 2015-01-15 22:44:02.057462544 after sql statement 2015-01-15 22:44:02.094340705 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.50 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:44:05.603785091 after sql statement 2015-01-15 22:44:05.608113541 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=171 -------------- Query OK, 20000 rows affected (2.60 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.03 sec) Bye 2015-01-15 22:44:09.245862135 after sql statement 2015-01-15 22:44:09.258294453 before sql statment -------------- update test211_2 set c2=c1 where batch=171 -------------- Query OK, 20000 rows affected (1.21 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:44:10.532688645 after sql statement 2015-01-15 22:44:10.536715284 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=171 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (2.03 sec) Bye 2015-01-15 22:44:12.574544688 after sql statement 2015-01-15 22:44:12.581912532 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224413_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:44:13 (30169) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224413_Job_62704.xml 2015-01-15 22:44:13 (30169) INFO : Job file loaded, run time for this step : 0.281268 seconds 2015-01-15 22:44:13 (30169) INFO : PreProcessing check starts 2015-01-15 22:44:13 (30169) INFO : PreProcessing check completed 2015-01-15 22:44:13 (30169) INFO : preProcess completed, run time for this step : 0.0272629 seconds 2015-01-15 22:44:13 (30169) INFO : No of Read Threads Spawned = 1 2015-01-15 22:44:13 (30169) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:44:13 (30169) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:44:13 (30169) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:44:14 (30169) INFO : Bulk load completed, total run time : 1.33346 seconds 2015-01-15 22:44:14.853559067 after import 2015-01-15 22:44:14.868030123 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=172 -------------- Query OK, 20000 rows affected (2.33 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.92 sec) Bye 2015-01-15 22:44:18.128347709 after sql statement 2015-01-15 22:44:18.135778036 before sql statment -------------- update test211_2 set c2=c1 where batch=172 -------------- Query OK, 20000 rows affected (1.02 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:44:19.179144936 after sql statement 2015-01-15 22:44:19.183925108 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=172 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.66 sec) Bye 2015-01-15 22:44:19.864980481 after sql statement 2015-01-15 22:44:19.906548022 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.50 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:44:23.428180639 after sql statement 2015-01-15 22:44:23.433917311 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=173 -------------- Query OK, 20000 rows affected (1.76 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.57 sec) Bye 2015-01-15 22:44:25.766291902 after sql statement 2015-01-15 22:44:25.778288927 before sql statment -------------- update test211_2 set c2=c1 where batch=173 -------------- Query OK, 20000 rows affected (1.92 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:44:27.704724694 after sql statement 2015-01-15 22:44:27.727377596 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=173 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.47 sec) Bye 2015-01-15 22:44:29.211416056 after sql statement 2015-01-15 22:44:29.271827172 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224429_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:44:29 (43626) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224429_Job_62704.xml 2015-01-15 22:44:29 (43626) INFO : Job file loaded, run time for this step : 0.328028 seconds 2015-01-15 22:44:29 (43626) INFO : PreProcessing check starts 2015-01-15 22:44:29 (43626) INFO : PreProcessing check completed 2015-01-15 22:44:29 (43626) INFO : preProcess completed, run time for this step : 0.0675709 seconds 2015-01-15 22:44:29 (43626) INFO : No of Read Threads Spawned = 1 2015-01-15 22:44:29 (43626) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:44:29 (43626) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:44:30 (43626) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:44:30 (43626) INFO : Bulk load completed, total run time : 1.42104 seconds 2015-01-15 22:44:30.929062037 after import 2015-01-15 22:44:30.939828543 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=174 -------------- Query OK, 20000 rows affected (2.97 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.54 sec) Bye 2015-01-15 22:44:34.461647720 after sql statement 2015-01-15 22:44:34.476664606 before sql statment -------------- update test211_2 set c2=c1 where batch=174 -------------- Query OK, 20000 rows affected (1.03 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:44:35.518118967 after sql statement 2015-01-15 22:44:35.527609141 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=174 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.55 sec) Bye 2015-01-15 22:44:36.084260148 after sql statement 2015-01-15 22:44:36.101537543 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.84 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:44:39.946553808 after sql statement 2015-01-15 22:44:39.952890397 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=175 -------------- Query OK, 20000 rows affected (2.09 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.26 sec) Bye 2015-01-15 22:44:42.324289378 after sql statement 2015-01-15 22:44:42.334105062 before sql statment -------------- update test211_2 set c2=c1 where batch=175 -------------- Query OK, 20000 rows affected (2.37 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:44:44.714333458 after sql statement 2015-01-15 22:44:44.736241006 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=175 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.51 sec) Bye 2015-01-15 22:44:45.287886982 after sql statement 2015-01-15 22:44:45.293914494 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224445_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:44:46 (55416) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224445_Job_62704.xml 2015-01-15 22:44:46 (55416) INFO : Job file loaded, run time for this step : 0.600368 seconds 2015-01-15 22:44:46 (55416) INFO : PreProcessing check starts 2015-01-15 22:44:46 (55416) INFO : PreProcessing check completed 2015-01-15 22:44:46 (55416) INFO : preProcess completed, run time for this step : 0.032727 seconds 2015-01-15 22:44:46 (55416) INFO : No of Read Threads Spawned = 1 2015-01-15 22:44:46 (55416) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:44:46 (55416) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:44:46 (55416) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:44:47 (55416) INFO : Bulk load completed, total run time : 1.65844 seconds 2015-01-15 22:44:47.134273441 after import 2015-01-15 22:44:47.142293693 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=176 -------------- Query OK, 20000 rows affected (2.40 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.57 sec) Bye 2015-01-15 22:44:50.124928765 after sql statement 2015-01-15 22:44:50.130521259 before sql statment -------------- update test211_2 set c2=c1 where batch=176 -------------- Query OK, 20000 rows affected (2.73 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:44:52.880080235 after sql statement 2015-01-15 22:44:52.890243837 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=176 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.31 sec) Bye 2015-01-15 22:44:54.226252562 after sql statement 2015-01-15 22:44:54.317306020 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.81 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:44:58.144502346 after sql statement 2015-01-15 22:44:58.160801296 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=177 -------------- Query OK, 20000 rows affected (2.43 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.85 sec) Bye 2015-01-15 22:45:01.441040233 after sql statement 2015-01-15 22:45:01.445317808 before sql statment -------------- update test211_2 set c2=c1 where batch=177 -------------- Query OK, 20000 rows affected (2.08 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:45:03.536342550 after sql statement 2015-01-15 22:45:03.553489944 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=177 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.08 sec) Bye 2015-01-15 22:45:04.659994747 after sql statement 2015-01-15 22:45:04.662261438 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224505_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:45:05 (3748) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224505_Job_62704.xml 2015-01-15 22:45:05 (3748) INFO : Job file loaded, run time for this step : 0.300582 seconds 2015-01-15 22:45:05 (3748) INFO : PreProcessing check starts 2015-01-15 22:45:05 (3748) INFO : PreProcessing check completed 2015-01-15 22:45:05 (3748) INFO : preProcess completed, run time for this step : 0.027245 seconds 2015-01-15 22:45:05 (3748) INFO : No of Read Threads Spawned = 1 2015-01-15 22:45:05 (3748) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:45:05 (3748) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:45:05 (3748) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:45:06 (3748) INFO : Bulk load completed, total run time : 1.36525 seconds 2015-01-15 22:45:06.202976386 after import 2015-01-15 22:45:06.214836702 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=178 -------------- Query OK, 20000 rows affected (3.38 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.04 sec) Bye 2015-01-15 22:45:10.657813052 after sql statement 2015-01-15 22:45:10.670052963 before sql statment -------------- update test211_2 set c2=c1 where batch=178 -------------- Query OK, 20000 rows affected (2.27 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:45:12.954253832 after sql statement 2015-01-15 22:45:12.959268089 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=178 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.31 sec) Bye 2015-01-15 22:45:13.278380084 after sql statement 2015-01-15 22:45:13.309039382 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.93 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:45:17.246266342 after sql statement 2015-01-15 22:45:17.252651757 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=179 -------------- Query OK, 20000 rows affected (2.58 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.97 sec) Bye 2015-01-15 22:45:20.808047125 after sql statement 2015-01-15 22:45:20.815799401 before sql statment -------------- update test211_2 set c2=c1 where batch=179 -------------- Query OK, 20000 rows affected (1.01 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:45:21.835321307 after sql statement 2015-01-15 22:45:21.841188903 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=179 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.18 sec) Bye 2015-01-15 22:45:22.031656140 after sql statement 2015-01-15 22:45:22.034607207 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224522_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:45:22 (16943) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224522_Job_62704.xml 2015-01-15 22:45:22 (16943) INFO : Job file loaded, run time for this step : 0.558092 seconds 2015-01-15 22:45:22 (16943) INFO : PreProcessing check starts 2015-01-15 22:45:22 (16943) INFO : PreProcessing check completed 2015-01-15 22:45:22 (16943) INFO : preProcess completed, run time for this step : 0.0270548 seconds 2015-01-15 22:45:22 (16943) INFO : No of Read Threads Spawned = 1 2015-01-15 22:45:22 (16943) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:45:22 (16943) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:45:22 (16943) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:45:23 (16943) INFO : Bulk load completed, total run time : 1.61846 seconds 2015-01-15 22:45:23.827540933 after import 2015-01-15 22:45:23.834618063 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=180 -------------- Query OK, 20000 rows affected (1.54 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.45 sec) Bye 2015-01-15 22:45:25.838416578 after sql statement 2015-01-15 22:45:25.869933622 before sql statment -------------- update test211_2 set c2=c1 where batch=180 -------------- Query OK, 20000 rows affected (2.26 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:45:28.152488435 after sql statement 2015-01-15 22:45:28.157513356 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=180 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.84 sec) Bye 2015-01-15 22:45:29.012960223 after sql statement 2015-01-15 22:45:29.053479706 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (4.55 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:45:33.606919087 after sql statement 2015-01-15 22:45:33.620544600 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=181 -------------- Query OK, 20000 rows affected (1.82 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.43 sec) Bye 2015-01-15 22:45:35.891858999 after sql statement 2015-01-15 22:45:35.900046082 before sql statment -------------- update test211_2 set c2=c1 where batch=181 -------------- Query OK, 20000 rows affected (5.51 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:45:41.433621605 after sql statement 2015-01-15 22:45:41.444029453 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=181 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.18 sec) Bye 2015-01-15 22:45:41.627432721 after sql statement 2015-01-15 22:45:41.629644779 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224542_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:45:42 (31208) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224542_Job_62704.xml 2015-01-15 22:45:42 (31208) INFO : Job file loaded, run time for this step : 0.300288 seconds 2015-01-15 22:45:42 (31208) INFO : PreProcessing check starts 2015-01-15 22:45:42 (31208) INFO : PreProcessing check completed 2015-01-15 22:45:42 (31208) INFO : preProcess completed, run time for this step : 0.0589299 seconds 2015-01-15 22:45:42 (31208) INFO : No of Read Threads Spawned = 1 2015-01-15 22:45:42 (31208) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:45:42 (31208) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:45:42 (31208) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:45:43 (31208) INFO : Bulk load completed, total run time : 1.39479 seconds 2015-01-15 22:45:43.973709751 after import 2015-01-15 22:45:43.982021505 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=182 -------------- Query OK, 20000 rows affected (1.79 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.29 sec) Bye 2015-01-15 22:45:46.093388027 after sql statement 2015-01-15 22:45:46.117398409 before sql statment -------------- update test211_2 set c2=c1 where batch=182 -------------- Query OK, 20000 rows affected (2.20 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:45:48.339926105 after sql statement 2015-01-15 22:45:48.345988548 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=182 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.03 sec) Bye 2015-01-15 22:45:49.389085740 after sql statement 2015-01-15 22:45:49.405911453 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.69 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:45:53.101740145 after sql statement 2015-01-15 22:45:53.106344922 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=183 -------------- Query OK, 20000 rows affected (0.97 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.73 sec) Bye 2015-01-15 22:45:54.823973541 after sql statement 2015-01-15 22:45:54.829735752 before sql statment -------------- update test211_2 set c2=c1 where batch=183 -------------- Query OK, 20000 rows affected (2.03 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:45:56.868436922 after sql statement 2015-01-15 22:45:56.877986179 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=183 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.39 sec) Bye 2015-01-15 22:45:58.268600933 after sql statement 2015-01-15 22:45:58.277944724 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224559_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:45:59 (44398) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224559_Job_62704.xml 2015-01-15 22:45:59 (44398) INFO : Job file loaded, run time for this step : 0.410513 seconds 2015-01-15 22:45:59 (44398) INFO : PreProcessing check starts 2015-01-15 22:45:59 (44398) INFO : PreProcessing check completed 2015-01-15 22:45:59 (44398) INFO : preProcess completed, run time for this step : 0.088378 seconds 2015-01-15 22:45:59 (44398) INFO : No of Read Threads Spawned = 1 2015-01-15 22:45:59 (44398) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:45:59 (44398) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:46:00 (44398) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:46:01 (44398) INFO : Bulk load completed, total run time : 1.65151 seconds 2015-01-15 22:46:01.030212169 after import 2015-01-15 22:46:01.042032284 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=184 -------------- Query OK, 20000 rows affected (2.67 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.70 sec) Bye 2015-01-15 22:46:04.455723964 after sql statement 2015-01-15 22:46:04.459987380 before sql statment -------------- update test211_2 set c2=c1 where batch=184 -------------- Query OK, 20000 rows affected (1.72 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:46:06.180925749 after sql statement 2015-01-15 22:46:06.186559747 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=184 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.45 sec) Bye 2015-01-15 22:46:06.639922888 after sql statement 2015-01-15 22:46:06.660550195 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.76 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:46:10.433628056 after sql statement 2015-01-15 22:46:10.446964502 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=185 -------------- Query OK, 20000 rows affected (2.67 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.37 sec) Bye 2015-01-15 22:46:13.534215057 after sql statement 2015-01-15 22:46:13.558582645 before sql statment -------------- update test211_2 set c2=c1 where batch=185 -------------- Query OK, 20000 rows affected (3.35 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:46:16.936705486 after sql statement 2015-01-15 22:46:16.946805194 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=185 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.50 sec) Bye 2015-01-15 22:46:18.455592391 after sql statement 2015-01-15 22:46:18.458276732 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224618_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:46:18 (58395) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224618_Job_62704.xml 2015-01-15 22:46:18 (58395) INFO : Job file loaded, run time for this step : 0.314656 seconds 2015-01-15 22:46:18 (58395) INFO : PreProcessing check starts 2015-01-15 22:46:18 (58395) INFO : PreProcessing check completed 2015-01-15 22:46:18 (58395) INFO : preProcess completed, run time for this step : 0.0359628 seconds 2015-01-15 22:46:18 (58395) INFO : No of Read Threads Spawned = 1 2015-01-15 22:46:18 (58395) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:46:18 (58395) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:46:19 (58395) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:46:20 (58395) INFO : Bulk load completed, total run time : 1.85319 seconds 2015-01-15 22:46:20.475018332 after import 2015-01-15 22:46:20.480177061 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=186 -------------- Query OK, 20000 rows affected (1.01 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.44 sec) Bye 2015-01-15 22:46:21.942223842 after sql statement 2015-01-15 22:46:21.953679148 before sql statment -------------- update test211_2 set c2=c1 where batch=186 -------------- Query OK, 20000 rows affected (1.22 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:46:23.189544533 after sql statement 2015-01-15 22:46:23.194558542 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=186 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.22 sec) Bye 2015-01-15 22:46:23.426233697 after sql statement 2015-01-15 22:46:23.452609360 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (5.68 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:46:29.140029621 after sql statement 2015-01-15 22:46:29.149611115 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=187 -------------- Query OK, 20000 rows affected (2.39 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.44 sec) Bye 2015-01-15 22:46:31.997758177 after sql statement 2015-01-15 22:46:32.005141514 before sql statment -------------- update test211_2 set c2=c1 where batch=187 -------------- Query OK, 20000 rows affected (2.40 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:46:34.412793124 after sql statement 2015-01-15 22:46:34.422625946 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=187 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.31 sec) Bye 2015-01-15 22:46:34.735511232 after sql statement 2015-01-15 22:46:34.738124451 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224635_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:46:35 (5232) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224635_Job_62704.xml 2015-01-15 22:46:35 (5232) INFO : Job file loaded, run time for this step : 0.303415 seconds 2015-01-15 22:46:35 (5232) INFO : PreProcessing check starts 2015-01-15 22:46:35 (5232) INFO : PreProcessing check completed 2015-01-15 22:46:35 (5232) INFO : preProcess completed, run time for this step : 0.047034 seconds 2015-01-15 22:46:35 (5232) INFO : No of Read Threads Spawned = 1 2015-01-15 22:46:35 (5232) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:46:35 (5232) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:46:35 (5232) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:46:36 (5232) INFO : Bulk load completed, total run time : 1.38479 seconds 2015-01-15 22:46:36.326896879 after import 2015-01-15 22:46:36.343070007 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=188 -------------- Query OK, 20000 rows affected (1.93 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.28 sec) Bye 2015-01-15 22:46:38.564968968 after sql statement 2015-01-15 22:46:38.575901931 before sql statment -------------- update test211_2 set c2=c1 where batch=188 -------------- Query OK, 20000 rows affected (2.88 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:46:41.458072965 after sql statement 2015-01-15 22:46:41.464736263 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=188 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.57 sec) Bye 2015-01-15 22:46:42.047510263 after sql statement 2015-01-15 22:46:42.070826421 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.61 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:46:45.690716629 after sql statement 2015-01-15 22:46:45.696031826 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.01 sec) -------------- delete from test211_2 where batch=189 -------------- Query OK, 20000 rows affected (2.85 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.00 sec) Bye 2015-01-15 22:46:49.563468957 after sql statement 2015-01-15 22:46:49.574072794 before sql statment -------------- update test211_2 set c2=c1 where batch=189 -------------- Query OK, 20000 rows affected (1.70 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:46:51.281307928 after sql statement 2015-01-15 22:46:51.287182985 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=189 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.95 sec) Bye 2015-01-15 22:46:52.249496495 after sql statement 2015-01-15 22:46:52.253823151 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224652_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:46:52 (18472) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224652_Job_62704.xml 2015-01-15 22:46:52 (18472) INFO : Job file loaded, run time for this step : 0.403432 seconds 2015-01-15 22:46:52 (18472) INFO : PreProcessing check starts 2015-01-15 22:46:52 (18472) INFO : PreProcessing check completed 2015-01-15 22:46:52 (18472) INFO : preProcess completed, run time for this step : 0.0390201 seconds 2015-01-15 22:46:52 (18472) INFO : No of Read Threads Spawned = 1 2015-01-15 22:46:52 (18472) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:46:52 (18472) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:46:52 (18472) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:46:53 (18472) INFO : Bulk load completed, total run time : 1.46445 seconds 2015-01-15 22:46:53.874251840 after import 2015-01-15 22:46:53.888750684 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=190 -------------- Query OK, 20000 rows affected (1.87 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.20 sec) Bye 2015-01-15 22:46:55.970606761 after sql statement 2015-01-15 22:46:55.974833645 before sql statment -------------- update test211_2 set c2=c1 where batch=190 -------------- Query OK, 20000 rows affected (3.43 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:46:59.414255858 after sql statement 2015-01-15 22:46:59.430767128 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=190 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.57 sec) Bye 2015-01-15 22:47:00.011507690 after sql statement 2015-01-15 22:47:00.056397981 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (5.46 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:47:05.521601333 after sql statement 2015-01-15 22:47:05.528244708 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=191 -------------- Query OK, 20000 rows affected (2.29 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.86 sec) Bye 2015-01-15 22:47:08.693558037 after sql statement 2015-01-15 22:47:08.706568176 before sql statment -------------- update test211_2 set c2=c1 where batch=191 -------------- Query OK, 20000 rows affected (2.20 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:47:10.919955916 after sql statement 2015-01-15 22:47:10.926153079 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=191 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.62 sec) Bye 2015-01-15 22:47:11.552733717 after sql statement 2015-01-15 22:47:11.557159144 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224712_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:47:12 (32595) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224712_Job_62704.xml 2015-01-15 22:47:12 (32595) INFO : Job file loaded, run time for this step : 0.404264 seconds 2015-01-15 22:47:12 (32595) INFO : PreProcessing check starts 2015-01-15 22:47:12 (32595) INFO : PreProcessing check completed 2015-01-15 22:47:12 (32595) INFO : preProcess completed, run time for this step : 0.0933092 seconds 2015-01-15 22:47:12 (32595) INFO : No of Read Threads Spawned = 1 2015-01-15 22:47:12 (32595) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:47:12 (32595) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:47:13 (32595) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:47:13 (32595) INFO : Bulk load completed, total run time : 1.52289 seconds 2015-01-15 22:47:13.764687776 after import 2015-01-15 22:47:13.778895331 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=192 -------------- Query OK, 20000 rows affected (2.56 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.58 sec) Bye 2015-01-15 22:47:16.937422361 after sql statement 2015-01-15 22:47:16.950390648 before sql statment -------------- update test211_2 set c2=c1 where batch=192 -------------- Query OK, 20000 rows affected (1.84 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:47:18.802782416 after sql statement 2015-01-15 22:47:18.806949797 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=192 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.96 sec) Bye 2015-01-15 22:47:19.789158794 after sql statement 2015-01-15 22:47:19.821960085 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.67 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:47:23.505045747 after sql statement 2015-01-15 22:47:23.527377724 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=193 -------------- Query OK, 20000 rows affected (1.36 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.37 sec) Bye 2015-01-15 22:47:25.262438319 after sql statement 2015-01-15 22:47:25.277788405 before sql statment -------------- update test211_2 set c2=c1 where batch=193 -------------- Query OK, 20000 rows affected (3.20 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:47:28.497712746 after sql statement 2015-01-15 22:47:28.507720812 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=193 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.53 sec) Bye 2015-01-15 22:47:30.046745176 after sql statement 2015-01-15 22:47:30.051104191 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224730_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:47:30 (46870) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224730_Job_62704.xml 2015-01-15 22:47:30 (46870) INFO : Job file loaded, run time for this step : 0.352624 seconds 2015-01-15 22:47:30 (46870) INFO : PreProcessing check starts 2015-01-15 22:47:30 (46870) INFO : PreProcessing check completed 2015-01-15 22:47:30 (46870) INFO : preProcess completed, run time for this step : 0.252454 seconds 2015-01-15 22:47:30 (46870) INFO : No of Read Threads Spawned = 1 2015-01-15 22:47:30 (46870) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:47:30 (46870) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:47:31 (46870) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:47:31 (46870) INFO : Bulk load completed, total run time : 1.63235 seconds 2015-01-15 22:47:31.864049665 after import 2015-01-15 22:47:31.868619558 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=194 -------------- Query OK, 20000 rows affected (1.31 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.86 sec) Bye 2015-01-15 22:47:34.050028892 after sql statement 2015-01-15 22:47:34.057572114 before sql statment -------------- update test211_2 set c2=c1 where batch=194 -------------- Query OK, 20000 rows affected (2.23 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:47:36.300388172 after sql statement 2015-01-15 22:47:36.306391616 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=194 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.24 sec) Bye 2015-01-15 22:47:36.573761024 after sql statement 2015-01-15 22:47:36.592793191 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.64 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:47:40.238904183 after sql statement 2015-01-15 22:47:40.246020746 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=195 -------------- Query OK, 20000 rows affected (1.87 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.06 sec) Bye 2015-01-15 22:47:43.187256773 after sql statement 2015-01-15 22:47:43.191194363 before sql statment -------------- update test211_2 set c2=c1 where batch=195 -------------- Query OK, 20000 rows affected (2.41 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:47:45.612405861 after sql statement 2015-01-15 22:47:45.623261176 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=195 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.43 sec) Bye 2015-01-15 22:47:47.055613236 after sql statement 2015-01-15 22:47:47.067030917 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224747_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:47:47 (59735) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224747_Job_62704.xml 2015-01-15 22:47:47 (59735) INFO : Job file loaded, run time for this step : 0.321107 seconds 2015-01-15 22:47:47 (59735) INFO : PreProcessing check starts 2015-01-15 22:47:47 (59735) INFO : PreProcessing check completed 2015-01-15 22:47:47 (59735) INFO : preProcess completed, run time for this step : 0.0764921 seconds 2015-01-15 22:47:47 (59735) INFO : No of Read Threads Spawned = 1 2015-01-15 22:47:47 (59735) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:47:47 (59735) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:47:48 (59735) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:47:48 (59735) INFO : Bulk load completed, total run time : 1.41499 seconds 2015-01-15 22:47:48.743287467 after import 2015-01-15 22:47:48.748294777 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=196 -------------- Query OK, 20000 rows affected (1.58 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.25 sec) Bye 2015-01-15 22:47:51.591249008 after sql statement 2015-01-15 22:47:51.600006026 before sql statment -------------- update test211_2 set c2=c1 where batch=196 -------------- Query OK, 20000 rows affected (2.46 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:47:54.068937459 after sql statement 2015-01-15 22:47:54.075025973 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=196 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.20 sec) Bye 2015-01-15 22:47:54.282749230 after sql statement 2015-01-15 22:47:54.303741627 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.49 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:47:57.824009497 after sql statement 2015-01-15 22:47:57.830573610 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=197 -------------- Query OK, 20000 rows affected (2.64 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.52 sec) Bye 2015-01-15 22:48:00.997519611 after sql statement 2015-01-15 22:48:01.007750827 before sql statment -------------- update test211_2 set c2=c1 where batch=197 -------------- Query OK, 20000 rows affected (0.94 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:48:01.952691863 after sql statement 2015-01-15 22:48:01.957813147 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=197 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.17 sec) Bye 2015-01-15 22:48:02.128326770 after sql statement 2015-01-15 22:48:02.141041028 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224803_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:48:03 (5550) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224803_Job_62704.xml 2015-01-15 22:48:03 (5550) INFO : Job file loaded, run time for this step : 0.353338 seconds 2015-01-15 22:48:03 (5550) INFO : PreProcessing check starts 2015-01-15 22:48:03 (5550) INFO : PreProcessing check completed 2015-01-15 22:48:03 (5550) INFO : preProcess completed, run time for this step : 0.0757411 seconds 2015-01-15 22:48:03 (5550) INFO : No of Read Threads Spawned = 1 2015-01-15 22:48:03 (5550) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:48:03 (5550) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:48:03 (5550) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:48:04 (5550) INFO : Bulk load completed, total run time : 1.51453 seconds 2015-01-15 22:48:04.767276100 after import 2015-01-15 22:48:04.771953495 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=198 -------------- Query OK, 20000 rows affected (2.89 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.50 sec) Bye 2015-01-15 22:48:08.178586947 after sql statement 2015-01-15 22:48:08.204175431 before sql statment -------------- update test211_2 set c2=c1 where batch=198 -------------- Query OK, 20000 rows affected (1.74 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:48:09.948223084 after sql statement 2015-01-15 22:48:09.957726524 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=198 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.55 sec) Bye 2015-01-15 22:48:11.525971624 after sql statement 2015-01-15 22:48:11.555004686 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.85 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:48:15.414497848 after sql statement 2015-01-15 22:48:15.431401577 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=199 -------------- Query OK, 20000 rows affected (2.50 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.99 sec) Bye 2015-01-15 22:48:18.919866838 after sql statement 2015-01-15 22:48:18.929559793 before sql statment -------------- update test211_2 set c2=c1 where batch=199 -------------- Query OK, 20000 rows affected (2.94 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:48:21.871774175 after sql statement 2015-01-15 22:48:21.884122888 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=199 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.45 sec) Bye 2015-01-15 22:48:22.340752977 after sql statement 2015-01-15 22:48:22.368122507 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224822_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:48:22 (20694) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224822_Job_62704.xml 2015-01-15 22:48:22 (20694) INFO : Job file loaded, run time for this step : 0.370163 seconds 2015-01-15 22:48:22 (20694) INFO : PreProcessing check starts 2015-01-15 22:48:22 (20694) INFO : PreProcessing check completed 2015-01-15 22:48:22 (20694) INFO : preProcess completed, run time for this step : 0.062026 seconds 2015-01-15 22:48:22 (20694) INFO : No of Read Threads Spawned = 1 2015-01-15 22:48:22 (20694) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:48:22 (20694) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:48:23 (20694) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:48:23 (20694) INFO : Bulk load completed, total run time : 1.45438 seconds 2015-01-15 22:48:23.991798808 after import 2015-01-15 22:48:24.004287280 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=200 -------------- Query OK, 20000 rows affected (1.84 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.72 sec) Bye 2015-01-15 22:48:26.581675712 after sql statement 2015-01-15 22:48:26.590017519 before sql statment -------------- update test211_2 set c2=c1 where batch=200 -------------- Query OK, 20000 rows affected (1.65 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:48:28.253872878 after sql statement 2015-01-15 22:48:28.259139316 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=200 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.27 sec) Bye 2015-01-15 22:48:28.568968695 after sql statement 2015-01-15 22:48:28.586671369 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (4.09 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:48:32.693316775 after sql statement 2015-01-15 22:48:32.699984177 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=201 -------------- Query OK, 20000 rows affected (1.76 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.66 sec) Bye 2015-01-15 22:48:35.128765565 after sql statement 2015-01-15 22:48:35.146008637 before sql statment -------------- update test211_2 set c2=c1 where batch=201 -------------- Query OK, 20000 rows affected (1.27 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:48:36.436490299 after sql statement 2015-01-15 22:48:36.443448632 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=201 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.39 sec) Bye 2015-01-15 22:48:36.834938589 after sql statement 2015-01-15 22:48:36.841840104 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224837_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:48:37 (32291) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224837_Job_62704.xml 2015-01-15 22:48:37 (32291) INFO : Job file loaded, run time for this step : 0.636232 seconds 2015-01-15 22:48:37 (32291) INFO : PreProcessing check starts 2015-01-15 22:48:37 (32291) INFO : PreProcessing check completed 2015-01-15 22:48:37 (32291) INFO : preProcess completed, run time for this step : 0.082185 seconds 2015-01-15 22:48:37 (32291) INFO : No of Read Threads Spawned = 1 2015-01-15 22:48:37 (32291) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:48:37 (32291) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:48:37 (32291) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:48:38 (32291) INFO : Bulk load completed, total run time : 1.74366 seconds 2015-01-15 22:48:38.752914776 after import 2015-01-15 22:48:38.762132068 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=202 -------------- Query OK, 20000 rows affected (2.83 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.76 sec) Bye 2015-01-15 22:48:42.396059544 after sql statement 2015-01-15 22:48:42.403309157 before sql statment -------------- update test211_2 set c2=c1 where batch=202 -------------- Query OK, 20000 rows affected (0.75 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:48:43.152467477 after sql statement 2015-01-15 22:48:43.156415706 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=202 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.19 sec) Bye 2015-01-15 22:48:43.353698680 after sql statement 2015-01-15 22:48:43.372871578 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.63 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:48:47.019177124 after sql statement 2015-01-15 22:48:47.024981537 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=203 -------------- Query OK, 20000 rows affected (2.76 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.24 sec) Bye 2015-01-15 22:48:50.029585160 after sql statement 2015-01-15 22:48:50.079102538 before sql statment -------------- update test211_2 set c2=c1 where batch=203 -------------- Query OK, 20000 rows affected (1.42 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:48:51.530859259 after sql statement 2015-01-15 22:48:51.537850831 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=203 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.46 sec) Bye 2015-01-15 22:48:52.012013961 after sql statement 2015-01-15 22:48:52.013908682 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224852_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:48:52 (44177) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224852_Job_62704.xml 2015-01-15 22:48:52 (44177) INFO : Job file loaded, run time for this step : 0.391198 seconds 2015-01-15 22:48:52 (44177) INFO : PreProcessing check starts 2015-01-15 22:48:52 (44177) INFO : PreProcessing check completed 2015-01-15 22:48:52 (44177) INFO : preProcess completed, run time for this step : 0.0624621 seconds 2015-01-15 22:48:52 (44177) INFO : No of Read Threads Spawned = 1 2015-01-15 22:48:52 (44177) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:48:52 (44177) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:48:52 (44177) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:48:54 (44177) INFO : Bulk load completed, total run time : 1.9479 seconds 2015-01-15 22:48:54.404494295 after import 2015-01-15 22:48:54.425102213 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=204 -------------- Query OK, 20000 rows affected (1.40 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.70 sec) Bye 2015-01-15 22:48:56.542730158 after sql statement 2015-01-15 22:48:56.547821276 before sql statment -------------- update test211_2 set c2=c1 where batch=204 -------------- Query OK, 20000 rows affected (1.53 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:48:58.098026777 after sql statement 2015-01-15 22:48:58.101969230 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=204 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.66 sec) Bye 2015-01-15 22:48:59.772200783 after sql statement 2015-01-15 22:48:59.810507831 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.70 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:49:03.515460338 after sql statement 2015-01-15 22:49:03.531928003 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=205 -------------- Query OK, 20000 rows affected (2.17 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.43 sec) Bye 2015-01-15 22:49:06.165458784 after sql statement 2015-01-15 22:49:06.171668684 before sql statment -------------- update test211_2 set c2=c1 where batch=205 -------------- Query OK, 20000 rows affected (1.05 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:49:07.235662509 after sql statement 2015-01-15 22:49:07.244313873 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=205 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.66 sec) Bye 2015-01-15 22:49:08.924040908 after sql statement 2015-01-15 22:49:08.925981238 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224910_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:49:10 (56624) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224910_Job_62704.xml 2015-01-15 22:49:10 (56624) INFO : Job file loaded, run time for this step : 0.223519 seconds 2015-01-15 22:49:10 (56624) INFO : PreProcessing check starts 2015-01-15 22:49:10 (56624) INFO : PreProcessing check completed 2015-01-15 22:49:10 (56624) INFO : preProcess completed, run time for this step : 0.0329132 seconds 2015-01-15 22:49:10 (56624) INFO : No of Read Threads Spawned = 1 2015-01-15 22:49:10 (56624) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:49:10 (56624) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:49:10 (56624) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:49:11 (56624) INFO : Bulk load completed, total run time : 1.28499 seconds 2015-01-15 22:49:11.965716951 after import 2015-01-15 22:49:11.991028299 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=206 -------------- Query OK, 20000 rows affected (1.02 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.65 sec) Bye 2015-01-15 22:49:13.676651576 after sql statement 2015-01-15 22:49:13.683515371 before sql statment -------------- update test211_2 set c2=c1 where batch=206 -------------- Query OK, 20000 rows affected (1.51 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:49:15.204043121 after sql statement 2015-01-15 22:49:15.213242443 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=206 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.37 sec) Bye 2015-01-15 22:49:15.593961515 after sql statement 2015-01-15 22:49:15.622443505 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.82 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:49:19.451177272 after sql statement 2015-01-15 22:49:19.456136297 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=207 -------------- Query OK, 20000 rows affected (1.47 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.11 sec) Bye 2015-01-15 22:49:22.042329989 after sql statement 2015-01-15 22:49:22.056009820 before sql statment -------------- update test211_2 set c2=c1 where batch=207 -------------- Query OK, 20000 rows affected (1.60 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:49:23.666293542 after sql statement 2015-01-15 22:49:23.671253681 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=207 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.17 sec) Bye 2015-01-15 22:49:23.858922902 after sql statement 2015-01-15 22:49:23.869782767 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224924_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:49:24 (2414) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224924_Job_62704.xml 2015-01-15 22:49:24 (2414) INFO : Job file loaded, run time for this step : 0.896658 seconds 2015-01-15 22:49:24 (2414) INFO : PreProcessing check starts 2015-01-15 22:49:25 (2414) INFO : PreProcessing check completed 2015-01-15 22:49:25 (2414) INFO : preProcess completed, run time for this step : 0.099005 seconds 2015-01-15 22:49:25 (2414) INFO : No of Read Threads Spawned = 1 2015-01-15 22:49:25 (2414) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:49:25 (2414) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:49:25 (2414) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:49:26 (2414) INFO : Bulk load completed, total run time : 2.03358 seconds 2015-01-15 22:49:26.099955389 after import 2015-01-15 22:49:26.105427663 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=208 -------------- Query OK, 20000 rows affected (2.05 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.35 sec) Bye 2015-01-15 22:49:29.518358593 after sql statement 2015-01-15 22:49:29.543862552 before sql statment -------------- update test211_2 set c2=c1 where batch=208 -------------- Query OK, 20000 rows affected (3.26 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:49:32.815478285 after sql statement 2015-01-15 22:49:32.821234031 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=208 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.27 sec) Bye 2015-01-15 22:49:34.093679998 after sql statement 2015-01-15 22:49:34.113867591 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.97 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:49:38.106528363 after sql statement 2015-01-15 22:49:38.112855916 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=209 -------------- Query OK, 20000 rows affected (3.41 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.48 sec) Bye 2015-01-15 22:49:42.012480540 after sql statement 2015-01-15 22:49:42.019604819 before sql statment -------------- update test211_2 set c2=c1 where batch=209 -------------- Query OK, 20000 rows affected (4.34 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:49:46.375037908 after sql statement 2015-01-15 22:49:46.384796490 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=209 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.26 sec) Bye 2015-01-15 22:49:46.656789478 after sql statement 2015-01-15 22:49:46.663241994 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224947_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:49:47 (17220) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T224947_Job_62704.xml 2015-01-15 22:49:47 (17220) INFO : Job file loaded, run time for this step : 0.267728 seconds 2015-01-15 22:49:47 (17220) INFO : PreProcessing check starts 2015-01-15 22:49:47 (17220) INFO : PreProcessing check completed 2015-01-15 22:49:47 (17220) INFO : preProcess completed, run time for this step : 0.0581191 seconds 2015-01-15 22:49:47 (17220) INFO : No of Read Threads Spawned = 1 2015-01-15 22:49:47 (17220) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:49:47 (17220) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:49:47 (17220) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:49:48 (17220) INFO : Bulk load completed, total run time : 1.34441 seconds 2015-01-15 22:49:48.145888270 after import 2015-01-15 22:49:48.159013081 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=210 -------------- Query OK, 20000 rows affected (1.65 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.45 sec) Bye 2015-01-15 22:49:50.264175953 after sql statement 2015-01-15 22:49:50.268832569 before sql statment -------------- update test211_2 set c2=c1 where batch=210 -------------- Query OK, 20000 rows affected (1.43 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:49:51.709610109 after sql statement 2015-01-15 22:49:51.719118468 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=210 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.29 sec) Bye 2015-01-15 22:49:52.017876439 after sql statement 2015-01-15 22:49:52.056415926 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.59 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:49:55.662498991 after sql statement 2015-01-15 22:49:55.668668344 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=211 -------------- Query OK, 20000 rows affected (1.74 sec) -------------- rollback -------------- Query OK, 0 rows affected (2.07 sec) Bye 2015-01-15 22:49:59.490932057 after sql statement 2015-01-15 22:49:59.524484461 before sql statment -------------- update test211_2 set c2=c1 where batch=211 -------------- Query OK, 20000 rows affected (2.45 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:50:01.978892826 after sql statement 2015-01-15 22:50:01.986911025 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=211 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.58 sec) Bye 2015-01-15 22:50:02.586763653 after sql statement 2015-01-15 22:50:02.606242552 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T225003_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:50:03 (28850) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T225003_Job_62704.xml 2015-01-15 22:50:03 (28850) INFO : Job file loaded, run time for this step : 0.307981 seconds 2015-01-15 22:50:03 (28850) INFO : PreProcessing check starts 2015-01-15 22:50:03 (28850) INFO : PreProcessing check completed 2015-01-15 22:50:03 (28850) INFO : preProcess completed, run time for this step : 0.0687189 seconds 2015-01-15 22:50:03 (28850) INFO : No of Read Threads Spawned = 1 2015-01-15 22:50:03 (28850) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:50:03 (28850) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:50:03 (28850) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:50:04 (28850) INFO : Bulk load completed, total run time : 1.50321 seconds 2015-01-15 22:50:04.277729319 after import 2015-01-15 22:50:04.286127192 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=212 -------------- Query OK, 20000 rows affected (2.15 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.48 sec) Bye 2015-01-15 22:50:06.937404739 after sql statement 2015-01-15 22:50:06.942268328 before sql statment -------------- update test211_2 set c2=c1 where batch=212 -------------- Query OK, 20000 rows affected (2.44 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:50:09.388482569 after sql statement 2015-01-15 22:50:09.394668282 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=212 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.57 sec) Bye 2015-01-15 22:50:09.972778299 after sql statement 2015-01-15 22:50:10.001859931 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.73 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:50:13.748266025 after sql statement 2015-01-15 22:50:13.756059215 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=213 -------------- Query OK, 20000 rows affected (3.07 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.48 sec) Bye 2015-01-15 22:50:17.309389873 after sql statement 2015-01-15 22:50:17.319350414 before sql statment -------------- update test211_2 set c2=c1 where batch=213 -------------- Query OK, 20000 rows affected (2.18 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:50:19.499081211 after sql statement 2015-01-15 22:50:19.517857102 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=213 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.10 sec) Bye 2015-01-15 22:50:20.636214944 after sql statement 2015-01-15 22:50:20.643175570 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T225021_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:50:21 (41620) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T225021_Job_62704.xml 2015-01-15 22:50:21 (41620) INFO : Job file loaded, run time for this step : 0.542302 seconds 2015-01-15 22:50:21 (41620) INFO : PreProcessing check starts 2015-01-15 22:50:21 (41620) INFO : PreProcessing check completed 2015-01-15 22:50:21 (41620) INFO : preProcess completed, run time for this step : 0.047267 seconds 2015-01-15 22:50:21 (41620) INFO : No of Read Threads Spawned = 1 2015-01-15 22:50:21 (41620) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:50:21 (41620) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:50:21 (41620) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:50:22 (41620) INFO : Bulk load completed, total run time : 1.6061 seconds 2015-01-15 22:50:22.781497109 after import 2015-01-15 22:50:22.787302669 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=214 -------------- Query OK, 20000 rows affected (3.43 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.53 sec) Bye 2015-01-15 22:50:26.750815520 after sql statement 2015-01-15 22:50:26.765519748 before sql statment -------------- update test211_2 set c2=c1 where batch=214 -------------- Query OK, 20000 rows affected (2.22 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:50:28.988061788 after sql statement 2015-01-15 22:50:29.006629943 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=214 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.98 sec) Bye 2015-01-15 22:50:30.015831597 after sql statement 2015-01-15 22:50:30.072703783 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.91 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:50:33.996710522 after sql statement 2015-01-15 22:50:34.004499087 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=215 -------------- Query OK, 20000 rows affected (3.25 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.70 sec) Bye 2015-01-15 22:50:37.967549309 after sql statement 2015-01-15 22:50:37.972044162 before sql statment -------------- update test211_2 set c2=c1 where batch=215 -------------- Query OK, 20000 rows affected (1.55 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:50:39.532206049 after sql statement 2015-01-15 22:50:39.544233609 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=215 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.16 sec) Bye 2015-01-15 22:50:39.714488848 after sql statement 2015-01-15 22:50:39.716634977 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T225041_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:50:41 (55271) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T225041_Job_62704.xml 2015-01-15 22:50:41 (55271) INFO : Job file loaded, run time for this step : 1.18611 seconds 2015-01-15 22:50:41 (55271) INFO : PreProcessing check starts 2015-01-15 22:50:41 (55271) INFO : PreProcessing check completed 2015-01-15 22:50:41 (55271) INFO : preProcess completed, run time for this step : 0.0346191 seconds 2015-01-15 22:50:41 (55271) INFO : No of Read Threads Spawned = 1 2015-01-15 22:50:41 (55271) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:50:41 (55271) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:50:41 (55271) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:50:42 (55271) INFO : Bulk load completed, total run time : 2.26766 seconds 2015-01-15 22:50:42.141027431 after import 2015-01-15 22:50:42.147822380 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=216 -------------- Query OK, 20000 rows affected (2.52 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.49 sec) Bye 2015-01-15 22:50:45.169127355 after sql statement 2015-01-15 22:50:45.176726294 before sql statment -------------- update test211_2 set c2=c1 where batch=216 -------------- Query OK, 20000 rows affected (3.14 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:50:48.330425815 after sql statement 2015-01-15 22:50:48.337221778 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=216 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.06 sec) Bye 2015-01-15 22:50:49.403727788 after sql statement 2015-01-15 22:50:49.433691006 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (6.02 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:50:55.460251653 after sql statement 2015-01-15 22:50:55.471055481 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=217 -------------- Query OK, 20000 rows affected (2.56 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.11 sec) Bye 2015-01-15 22:50:59.169040956 after sql statement 2015-01-15 22:50:59.181217065 before sql statment -------------- update test211_2 set c2=c1 where batch=217 -------------- Query OK, 20000 rows affected (1.81 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:51:01.027669987 after sql statement 2015-01-15 22:51:01.061271922 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=217 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (1.38 sec) Bye 2015-01-15 22:51:02.444154151 after sql statement 2015-01-15 22:51:02.447587617 before import Locale is : C Using table OID 62704 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T225102_Job_62704.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62704.log 2015-01-15 22:51:03 (4873) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62704_D20150115_T225102_Job_62704.xml 2015-01-15 22:51:03 (4873) INFO : Job file loaded, run time for this step : 0.522585 seconds 2015-01-15 22:51:03 (4873) INFO : PreProcessing check starts 2015-01-15 22:51:03 (4873) INFO : PreProcessing check completed 2015-01-15 22:51:03 (4873) INFO : preProcess completed, run time for this step : 0.0241659 seconds 2015-01-15 22:51:03 (4873) INFO : No of Read Threads Spawned = 1 2015-01-15 22:51:03 (4873) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:51:03 (4873) INFO : Reading input from STDIN to import into table dmlc.test211_2... 2015-01-15 22:51:03 (4873) INFO : For table dmlc.test211_2: 20000 rows processed and 20000 rows inserted. 2015-01-15 22:51:04 (4873) INFO : Bulk load completed, total run time : 1.59511 seconds 2015-01-15 22:51:04.229063443 after import 2015-01-15 22:51:04.235056569 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=218 -------------- Query OK, 20000 rows affected (2.75 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.54 sec) Bye 2015-01-15 22:51:07.535932562 after sql statement 2015-01-15 22:51:07.543669816 before sql statment -------------- update test211_2 set c2=c1 where batch=218 -------------- Query OK, 20000 rows affected (3.64 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:51:11.215764196 after sql statement 2015-01-15 22:51:11.226691615 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=218 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.30 sec) Bye 2015-01-15 22:51:11.555509440 after sql statement 2015-01-15 22:51:11.579289978 before sql statment -------------- load data infile '/tmp/test211_2.tbl' into table test211_2 fields terminated by '|' -------------- Query OK, 20000 rows affected (3.57 sec) Records: 20000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:51:15.161842054 after sql statement 2015-01-15 22:51:15.209560459 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_2 where batch=219 -------------- Query OK, 20000 rows affected (2.07 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.44 sec) Bye 2015-01-15 22:51:17.731678861 after sql statement 2015-01-15 22:51:17.737011192 before sql statment -------------- update test211_2 set c2=c1 where batch=219 -------------- Query OK, 20000 rows affected (3.91 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:51:21.648221396 after sql statement 2015-01-15 22:51:21.671852356 before sql statment -------------- select count(*), if(count(*)=20000, 'good', 'bad') result from test211_2 where batch=219 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 20000 | good | +----------+--------+ 1 row in set (0.51 sec) Bye 2015-01-15 22:51:22.200981657 after sql statement Thu Jan 15 22:51:22 CST 2015 - All done.