2015-01-15 22:19:17.691814310 before sql statment -------------- drop table if exists test211_7 -------------- Query OK, 0 rows affected (2.08 sec) -------------- create table test211_7(batch int, c1 int, c2 int)engine=infinidb -------------- Query OK, 0 rows affected (1.75 sec) Bye 2015-01-15 22:19:21.529135273 after sql statement 2015-01-15 22:19:21.531422990 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T221921_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:19:22 (23365) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T221921_Job_62668.xml 2015-01-15 22:19:22 (23365) INFO : Job file loaded, run time for this step : 0.347012 seconds 2015-01-15 22:19:22 (23365) INFO : PreProcessing check starts 2015-01-15 22:19:22 (23365) INFO : PreProcessing check completed 2015-01-15 22:19:22 (23365) INFO : preProcess completed, run time for this step : 0.013742 seconds 2015-01-15 22:19:22 (23365) INFO : No of Read Threads Spawned = 1 2015-01-15 22:19:22 (23365) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:19:22 (23365) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:19:22 (23365) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:19:23 (23365) INFO : Bulk load completed, total run time : 1.37396 seconds 2015-01-15 22:19:23.041390342 after import 2015-01-15 22:19:23.050732664 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=1 -------------- Query OK, 70000 rows affected (4.59 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.61 sec) Bye 2015-01-15 22:19:29.261601477 after sql statement 2015-01-15 22:19:29.268074132 before sql statment -------------- update test211_7 set c2=c1 where batch=1 -------------- Query OK, 70000 rows affected (2.03 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:19:31.305944687 after sql statement 2015-01-15 22:19:31.310582012 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=1 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.11 sec) Bye 2015-01-15 22:19:31.436451647 after sql statement 2015-01-15 22:19:31.512349977 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.46 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:19:34.984985451 after sql statement 2015-01-15 22:19:34.994789291 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=2 -------------- Query OK, 70000 rows affected (1.44 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.86 sec) Bye 2015-01-15 22:19:37.305432380 after sql statement 2015-01-15 22:19:37.309661691 before sql statment -------------- update test211_7 set c2=c1 where batch=2 -------------- Query OK, 70000 rows affected (1.16 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:19:38.482065457 after sql statement 2015-01-15 22:19:38.495482612 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=2 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.36 sec) Bye 2015-01-15 22:19:38.877992289 after sql statement 2015-01-15 22:19:38.882163087 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T221939_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:19:39 (37972) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T221939_Job_62668.xml 2015-01-15 22:19:39 (37972) INFO : Job file loaded, run time for this step : 0.383637 seconds 2015-01-15 22:19:39 (37972) INFO : PreProcessing check starts 2015-01-15 22:19:39 (37972) INFO : PreProcessing check completed 2015-01-15 22:19:39 (37972) INFO : preProcess completed, run time for this step : 0.0274119 seconds 2015-01-15 22:19:39 (37972) INFO : No of Read Threads Spawned = 1 2015-01-15 22:19:39 (37972) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:19:39 (37972) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:19:39 (37972) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:19:40 (37972) INFO : Bulk load completed, total run time : 1.43041 seconds 2015-01-15 22:19:40.558299728 after import 2015-01-15 22:19:40.564139802 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=3 -------------- Query OK, 70000 rows affected (1.15 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.88 sec) Bye 2015-01-15 22:19:42.601175235 after sql statement 2015-01-15 22:19:42.612247347 before sql statment -------------- update test211_7 set c2=c1 where batch=3 -------------- Query OK, 70000 rows affected (4.84 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:19:47.463327958 after sql statement 2015-01-15 22:19:47.469215453 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=3 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.73 sec) Bye 2015-01-15 22:19:48.223515271 after sql statement 2015-01-15 22:19:48.327750180 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (4.04 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:19:52.666423522 after sql statement 2015-01-15 22:19:52.674847884 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=4 -------------- Query OK, 70000 rows affected (2.55 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.06 sec) Bye 2015-01-15 22:19:56.293351819 after sql statement 2015-01-15 22:19:56.307765713 before sql statment -------------- update test211_7 set c2=c1 where batch=4 -------------- Query OK, 70000 rows affected (3.15 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:19:59.468917519 after sql statement 2015-01-15 22:19:59.475739952 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=4 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.24 sec) Bye 2015-01-15 22:19:59.725749135 after sql statement 2015-01-15 22:19:59.735960163 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222000_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:20:00 (52300) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222000_Job_62668.xml 2015-01-15 22:20:00 (52300) INFO : Job file loaded, run time for this step : 0.927853 seconds 2015-01-15 22:20:00 (52300) INFO : PreProcessing check starts 2015-01-15 22:20:00 (52300) INFO : PreProcessing check completed 2015-01-15 22:20:00 (52300) INFO : preProcess completed, run time for this step : 0.0401418 seconds 2015-01-15 22:20:00 (52300) INFO : No of Read Threads Spawned = 1 2015-01-15 22:20:00 (52300) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:20:00 (52300) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:20:01 (52300) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:20:01 (52300) INFO : Bulk load completed, total run time : 1.98173 seconds 2015-01-15 22:20:01.877062363 after import 2015-01-15 22:20:01.880515042 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=5 -------------- Query OK, 70000 rows affected (1.96 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.22 sec) Bye 2015-01-15 22:20:04.066429839 after sql statement 2015-01-15 22:20:04.071231429 before sql statment -------------- update test211_7 set c2=c1 where batch=5 -------------- Query OK, 70000 rows affected (2.92 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:20:06.999915824 after sql statement 2015-01-15 22:20:07.007072088 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=5 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.64 sec) Bye 2015-01-15 22:20:07.661153630 after sql statement 2015-01-15 22:20:07.738976444 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.73 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:20:11.479231333 after sql statement 2015-01-15 22:20:11.486396005 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=6 -------------- Query OK, 70000 rows affected (2.71 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.92 sec) Bye 2015-01-15 22:20:15.129957079 after sql statement 2015-01-15 22:20:15.156402148 before sql statment -------------- update test211_7 set c2=c1 where batch=6 -------------- Query OK, 70000 rows affected (2.37 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:20:17.542170759 after sql statement 2015-01-15 22:20:17.550270540 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=6 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.13 sec) Bye 2015-01-15 22:20:17.686273962 after sql statement 2015-01-15 22:20:17.689720780 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222019_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:20:19 (762) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222019_Job_62668.xml 2015-01-15 22:20:19 (762) INFO : Job file loaded, run time for this step : 0.825808 seconds 2015-01-15 22:20:19 (762) INFO : PreProcessing check starts 2015-01-15 22:20:19 (762) INFO : PreProcessing check completed 2015-01-15 22:20:19 (762) INFO : preProcess completed, run time for this step : 0.052933 seconds 2015-01-15 22:20:19 (762) INFO : No of Read Threads Spawned = 1 2015-01-15 22:20:19 (762) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:20:19 (762) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:20:19 (762) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:20:20 (762) INFO : Bulk load completed, total run time : 1.91632 seconds 2015-01-15 22:20:20.751381228 after import 2015-01-15 22:20:20.767334277 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=7 -------------- Query OK, 70000 rows affected (1.99 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.87 sec) Bye 2015-01-15 22:20:23.643877576 after sql statement 2015-01-15 22:20:23.649624383 before sql statment -------------- update test211_7 set c2=c1 where batch=7 -------------- Query OK, 70000 rows affected (1.44 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:20:25.103357282 after sql statement 2015-01-15 22:20:25.109557811 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=7 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.84 sec) Bye 2015-01-15 22:20:25.963783562 after sql statement 2015-01-15 22:20:26.018539841 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (6.78 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:20:32.814080069 after sql statement 2015-01-15 22:20:32.823090418 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=8 -------------- Query OK, 70000 rows affected (2.71 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.59 sec) Bye 2015-01-15 22:20:36.133725088 after sql statement 2015-01-15 22:20:36.139300074 before sql statment -------------- update test211_7 set c2=c1 where batch=8 -------------- Query OK, 70000 rows affected (2.58 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:20:38.731293877 after sql statement 2015-01-15 22:20:38.735709239 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=8 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.38 sec) Bye 2015-01-15 22:20:39.133440071 after sql statement 2015-01-15 22:20:39.136824604 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222040_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:20:40 (16794) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222040_Job_62668.xml 2015-01-15 22:20:40 (16794) INFO : Job file loaded, run time for this step : 0.333282 seconds 2015-01-15 22:20:40 (16794) INFO : PreProcessing check starts 2015-01-15 22:20:40 (16794) INFO : PreProcessing check completed 2015-01-15 22:20:40 (16794) INFO : preProcess completed, run time for this step : 0.055825 seconds 2015-01-15 22:20:40 (16794) INFO : No of Read Threads Spawned = 1 2015-01-15 22:20:40 (16794) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:20:40 (16794) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:20:40 (16794) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:20:41 (16794) INFO : Bulk load completed, total run time : 1.455 seconds 2015-01-15 22:20:41.639625829 after import 2015-01-15 22:20:41.650711092 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=9 -------------- Query OK, 70000 rows affected (2.76 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.79 sec) Bye 2015-01-15 22:20:45.210888471 after sql statement 2015-01-15 22:20:45.219290713 before sql statment -------------- update test211_7 set c2=c1 where batch=9 -------------- Query OK, 70000 rows affected (1.62 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:20:46.857425778 after sql statement 2015-01-15 22:20:46.861603545 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=9 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.24 sec) Bye 2015-01-15 22:20:47.110165378 after sql statement 2015-01-15 22:20:47.173661707 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.81 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:20:51.005545239 after sql statement 2015-01-15 22:20:51.015635192 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=10 -------------- Query OK, 70000 rows affected (3.44 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.62 sec) Bye 2015-01-15 22:20:55.085807356 after sql statement 2015-01-15 22:20:55.092073694 before sql statment -------------- update test211_7 set c2=c1 where batch=10 -------------- Query OK, 70000 rows affected (2.96 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:20:58.054755004 after sql statement 2015-01-15 22:20:58.062108295 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=10 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.81 sec) Bye 2015-01-15 22:20:58.885453440 after sql statement 2015-01-15 22:20:58.894145824 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222059_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:20:59 (32456) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222059_Job_62668.xml 2015-01-15 22:20:59 (32456) INFO : Job file loaded, run time for this step : 0.374927 seconds 2015-01-15 22:20:59 (32456) INFO : PreProcessing check starts 2015-01-15 22:20:59 (32456) INFO : PreProcessing check completed 2015-01-15 22:20:59 (32456) INFO : preProcess completed, run time for this step : 0.036274 seconds 2015-01-15 22:20:59 (32456) INFO : No of Read Threads Spawned = 1 2015-01-15 22:20:59 (32456) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:20:59 (32456) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:20:59 (32456) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:21:00 (32456) INFO : Bulk load completed, total run time : 1.42495 seconds 2015-01-15 22:21:00.533030337 after import 2015-01-15 22:21:00.540459942 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.01 sec) -------------- delete from test211_7 where batch=11 -------------- Query OK, 70000 rows affected (3.39 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.66 sec) Bye 2015-01-15 22:21:04.613655867 after sql statement 2015-01-15 22:21:04.618186383 before sql statment -------------- update test211_7 set c2=c1 where batch=11 -------------- Query OK, 70000 rows affected (3.21 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:21:07.836554783 after sql statement 2015-01-15 22:21:07.845720893 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=11 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.57 sec) Bye 2015-01-15 22:21:08.431418040 after sql statement 2015-01-15 22:21:08.491644598 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (4.56 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:21:13.065894533 after sql statement 2015-01-15 22:21:13.085015965 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=12 -------------- Query OK, 70000 rows affected (2.41 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.02 sec) Bye 2015-01-15 22:21:16.540755169 after sql statement 2015-01-15 22:21:16.552295295 before sql statment -------------- update test211_7 set c2=c1 where batch=12 -------------- Query OK, 70000 rows affected (1.62 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:21:18.193176819 after sql statement 2015-01-15 22:21:18.201087195 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=12 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.45 sec) Bye 2015-01-15 22:21:18.672869592 after sql statement 2015-01-15 22:21:18.676303122 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222119_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:21:19 (48231) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222119_Job_62668.xml 2015-01-15 22:21:19 (48231) INFO : Job file loaded, run time for this step : 0.263758 seconds 2015-01-15 22:21:19 (48231) INFO : PreProcessing check starts 2015-01-15 22:21:19 (48231) INFO : PreProcessing check completed 2015-01-15 22:21:19 (48231) INFO : preProcess completed, run time for this step : 0.0255768 seconds 2015-01-15 22:21:19 (48231) INFO : No of Read Threads Spawned = 1 2015-01-15 22:21:19 (48231) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:21:19 (48231) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:21:19 (48231) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:21:20 (48231) INFO : Bulk load completed, total run time : 1.29567 seconds 2015-01-15 22:21:20.121417154 after import 2015-01-15 22:21:20.127104283 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=13 -------------- Query OK, 70000 rows affected (1.89 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.71 sec) Bye 2015-01-15 22:21:22.741470427 after sql statement 2015-01-15 22:21:22.751973571 before sql statment -------------- update test211_7 set c2=c1 where batch=13 -------------- Query OK, 70000 rows affected (1.98 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:21:24.738273355 after sql statement 2015-01-15 22:21:24.754994419 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=13 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.63 sec) Bye 2015-01-15 22:21:25.385556067 after sql statement 2015-01-15 22:21:25.464077501 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (4.57 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:21:30.067384373 after sql statement 2015-01-15 22:21:30.080223430 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=14 -------------- Query OK, 70000 rows affected (3.30 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.18 sec) Bye 2015-01-15 22:21:34.583756513 after sql statement 2015-01-15 22:21:34.597894364 before sql statment -------------- update test211_7 set c2=c1 where batch=14 -------------- Query OK, 70000 rows affected (2.83 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:21:37.433908236 after sql statement 2015-01-15 22:21:37.443229589 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=14 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.30 sec) Bye 2015-01-15 22:21:37.750357515 after sql statement 2015-01-15 22:21:37.752885109 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222138_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:21:38 (64273) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222138_Job_62668.xml 2015-01-15 22:21:38 (64273) INFO : Job file loaded, run time for this step : 0.319624 seconds 2015-01-15 22:21:38 (64273) INFO : PreProcessing check starts 2015-01-15 22:21:38 (64273) INFO : PreProcessing check completed 2015-01-15 22:21:38 (64273) INFO : preProcess completed, run time for this step : 0.077703 seconds 2015-01-15 22:21:38 (64273) INFO : No of Read Threads Spawned = 1 2015-01-15 22:21:38 (64273) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:21:38 (64273) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:21:38 (64273) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:21:39 (64273) INFO : Bulk load completed, total run time : 1.43426 seconds 2015-01-15 22:21:39.355704521 after import 2015-01-15 22:21:39.360570540 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=15 -------------- Query OK, 70000 rows affected (3.05 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.47 sec) Bye 2015-01-15 22:21:43.895720842 after sql statement 2015-01-15 22:21:43.912869026 before sql statment -------------- update test211_7 set c2=c1 where batch=15 -------------- Query OK, 70000 rows affected (2.90 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:21:46.824016268 after sql statement 2015-01-15 22:21:46.833701695 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=15 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.14 sec) Bye 2015-01-15 22:21:46.988248966 after sql statement 2015-01-15 22:21:47.031710830 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.42 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:21:50.452505237 after sql statement 2015-01-15 22:21:50.456249165 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.01 sec) -------------- delete from test211_7 where batch=16 -------------- Query OK, 70000 rows affected (2.54 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.77 sec) Bye 2015-01-15 22:21:54.780833671 after sql statement 2015-01-15 22:21:54.791897984 before sql statment -------------- update test211_7 set c2=c1 where batch=16 -------------- Query OK, 70000 rows affected (2.58 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:21:57.414321078 after sql statement 2015-01-15 22:21:57.420849784 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=16 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.49 sec) Bye 2015-01-15 22:21:57.930044823 after sql statement 2015-01-15 22:21:57.961088735 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222158_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:21:58 (17151) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222158_Job_62668.xml 2015-01-15 22:21:58 (17151) INFO : Job file loaded, run time for this step : 0.384557 seconds 2015-01-15 22:21:58 (17151) INFO : PreProcessing check starts 2015-01-15 22:21:58 (17151) INFO : PreProcessing check completed 2015-01-15 22:21:58 (17151) INFO : preProcess completed, run time for this step : 0.056133 seconds 2015-01-15 22:21:58 (17151) INFO : No of Read Threads Spawned = 1 2015-01-15 22:21:58 (17151) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:21:58 (17151) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:21:59 (17151) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:21:59 (17151) INFO : Bulk load completed, total run time : 1.46534 seconds 2015-01-15 22:21:59.666560748 after import 2015-01-15 22:21:59.672786335 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=17 -------------- Query OK, 70000 rows affected (2.04 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.52 sec) Bye 2015-01-15 22:22:02.247362909 after sql statement 2015-01-15 22:22:02.254198895 before sql statment -------------- update test211_7 set c2=c1 where batch=17 -------------- Query OK, 70000 rows affected (2.36 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:22:04.645313882 after sql statement 2015-01-15 22:22:04.657252718 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=17 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.25 sec) Bye 2015-01-15 22:22:04.934840914 after sql statement 2015-01-15 22:22:05.084437733 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (4.17 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:22:09.270446134 after sql statement 2015-01-15 22:22:09.275178009 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=18 -------------- Query OK, 70000 rows affected (2.75 sec) -------------- rollback -------------- Query OK, 0 rows affected (2.09 sec) Bye 2015-01-15 22:22:14.141948847 after sql statement 2015-01-15 22:22:14.158411512 before sql statment -------------- update test211_7 set c2=c1 where batch=18 -------------- Query OK, 70000 rows affected (3.97 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:22:18.143131896 after sql statement 2015-01-15 22:22:18.153755291 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=18 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.31 sec) Bye 2015-01-15 22:22:18.476417122 after sql statement 2015-01-15 22:22:18.483011530 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222218_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:22:19 (33578) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222218_Job_62668.xml 2015-01-15 22:22:19 (33578) INFO : Job file loaded, run time for this step : 0.412032 seconds 2015-01-15 22:22:19 (33578) INFO : PreProcessing check starts 2015-01-15 22:22:19 (33578) INFO : PreProcessing check completed 2015-01-15 22:22:19 (33578) INFO : preProcess completed, run time for this step : 0.064163 seconds 2015-01-15 22:22:19 (33578) INFO : No of Read Threads Spawned = 1 2015-01-15 22:22:19 (33578) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:22:19 (33578) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:22:19 (33578) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:22:20 (33578) INFO : Bulk load completed, total run time : 1.52986 seconds 2015-01-15 22:22:20.203728112 after import 2015-01-15 22:22:20.215137145 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=19 -------------- Query OK, 70000 rows affected (1.44 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.67 sec) Bye 2015-01-15 22:22:22.339152328 after sql statement 2015-01-15 22:22:22.345377758 before sql statment -------------- update test211_7 set c2=c1 where batch=19 -------------- Query OK, 70000 rows affected (2.28 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:22:24.647180308 after sql statement 2015-01-15 22:22:24.654263219 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=19 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.62 sec) Bye 2015-01-15 22:22:26.285124711 after sql statement 2015-01-15 22:22:26.345771335 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (4.30 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:22:30.654757756 after sql statement 2015-01-15 22:22:30.673980043 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=20 -------------- Query OK, 70000 rows affected (1.30 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.34 sec) Bye 2015-01-15 22:22:33.316814897 after sql statement 2015-01-15 22:22:33.322510583 before sql statment -------------- update test211_7 set c2=c1 where batch=20 -------------- Query OK, 70000 rows affected (4.22 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:22:37.556292185 after sql statement 2015-01-15 22:22:37.575346663 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=20 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.20 sec) Bye 2015-01-15 22:22:37.789746087 after sql statement 2015-01-15 22:22:37.792031671 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222239_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:22:39 (47229) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222239_Job_62668.xml 2015-01-15 22:22:39 (47229) INFO : Job file loaded, run time for this step : 0.364302 seconds 2015-01-15 22:22:39 (47229) INFO : PreProcessing check starts 2015-01-15 22:22:39 (47229) INFO : PreProcessing check completed 2015-01-15 22:22:39 (47229) INFO : preProcess completed, run time for this step : 0.040823 seconds 2015-01-15 22:22:39 (47229) INFO : No of Read Threads Spawned = 1 2015-01-15 22:22:39 (47229) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:22:39 (47229) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:22:39 (47229) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:22:40 (47229) INFO : Bulk load completed, total run time : 1.42081 seconds 2015-01-15 22:22:40.198498800 after import 2015-01-15 22:22:40.211703757 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=21 -------------- Query OK, 70000 rows affected (2.33 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.47 sec) Bye 2015-01-15 22:22:43.044891518 after sql statement 2015-01-15 22:22:43.049142165 before sql statment -------------- update test211_7 set c2=c1 where batch=21 -------------- Query OK, 70000 rows affected (1.79 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:22:44.852451129 after sql statement 2015-01-15 22:22:44.871962704 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=21 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.19 sec) Bye 2015-01-15 22:22:45.066296391 after sql statement 2015-01-15 22:22:45.130368638 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.45 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:22:48.599861885 after sql statement 2015-01-15 22:22:48.604230777 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=22 -------------- Query OK, 70000 rows affected (2.95 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.21 sec) Bye 2015-01-15 22:22:52.791358229 after sql statement 2015-01-15 22:22:52.819031113 before sql statment -------------- update test211_7 set c2=c1 where batch=22 -------------- Query OK, 70000 rows affected (2.31 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:22:55.136761355 after sql statement 2015-01-15 22:22:55.142273411 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=22 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.19 sec) Bye 2015-01-15 22:22:55.344420097 after sql statement 2015-01-15 22:22:55.347571091 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222256_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:22:56 (63050) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222256_Job_62668.xml 2015-01-15 22:22:56 (63050) INFO : Job file loaded, run time for this step : 0.364581 seconds 2015-01-15 22:22:56 (63050) INFO : PreProcessing check starts 2015-01-15 22:22:56 (63050) INFO : PreProcessing check completed 2015-01-15 22:22:56 (63050) INFO : preProcess completed, run time for this step : 0.062659 seconds 2015-01-15 22:22:56 (63050) INFO : No of Read Threads Spawned = 1 2015-01-15 22:22:56 (63050) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:22:56 (63050) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:22:56 (63050) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:22:57 (63050) INFO : Bulk load completed, total run time : 1.45274 seconds 2015-01-15 22:22:57.343646902 after import 2015-01-15 22:22:57.359639146 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=23 -------------- Query OK, 70000 rows affected (2.67 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.28 sec) Bye 2015-01-15 22:23:01.338790374 after sql statement 2015-01-15 22:23:01.344909749 before sql statment -------------- update test211_7 set c2=c1 where batch=23 -------------- Query OK, 70000 rows affected (1.72 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:23:03.084730136 after sql statement 2015-01-15 22:23:03.091540104 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=23 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.55 sec) Bye 2015-01-15 22:23:03.660801744 after sql statement 2015-01-15 22:23:03.740525222 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (4.07 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:23:07.834425331 after sql statement 2015-01-15 22:23:07.863823795 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=24 -------------- Query OK, 70000 rows affected (4.45 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.67 sec) Bye 2015-01-15 22:23:12.999879855 after sql statement 2015-01-15 22:23:13.013282263 before sql statment -------------- update test211_7 set c2=c1 where batch=24 -------------- Query OK, 70000 rows affected (1.66 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:23:14.692741210 after sql statement 2015-01-15 22:23:14.699113984 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=24 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.16 sec) Bye 2015-01-15 22:23:14.861048432 after sql statement 2015-01-15 22:23:14.863581268 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222315_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:23:15 (14891) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222315_Job_62668.xml 2015-01-15 22:23:15 (14891) INFO : Job file loaded, run time for this step : 0.255505 seconds 2015-01-15 22:23:15 (14891) INFO : PreProcessing check starts 2015-01-15 22:23:15 (14891) INFO : PreProcessing check completed 2015-01-15 22:23:15 (14891) INFO : preProcess completed, run time for this step : 0.0494452 seconds 2015-01-15 22:23:15 (14891) INFO : No of Read Threads Spawned = 1 2015-01-15 22:23:15 (14891) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:23:15 (14891) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:23:15 (14891) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:23:16 (14891) INFO : Bulk load completed, total run time : 1.3244 seconds 2015-01-15 22:23:16.339703894 after import 2015-01-15 22:23:16.344553338 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=25 -------------- Query OK, 70000 rows affected (2.03 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.87 sec) Bye 2015-01-15 22:23:19.267872753 after sql statement 2015-01-15 22:23:19.281299892 before sql statment -------------- update test211_7 set c2=c1 where batch=25 -------------- Query OK, 70000 rows affected (2.05 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:23:21.367485143 after sql statement 2015-01-15 22:23:21.384144129 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=25 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.45 sec) Bye 2015-01-15 22:23:21.841964743 after sql statement 2015-01-15 22:23:21.923317937 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (4.56 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:23:26.501858554 after sql statement 2015-01-15 22:23:26.509794181 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=26 -------------- Query OK, 70000 rows affected (2.59 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.66 sec) Bye 2015-01-15 22:23:29.771542261 after sql statement 2015-01-15 22:23:29.783091785 before sql statment -------------- update test211_7 set c2=c1 where batch=26 -------------- Query OK, 70000 rows affected (1.91 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:23:31.697208291 after sql statement 2015-01-15 22:23:31.705845894 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=26 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.51 sec) Bye 2015-01-15 22:23:32.254260120 after sql statement 2015-01-15 22:23:32.256975260 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222332_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:23:32 (29506) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222332_Job_62668.xml 2015-01-15 22:23:32 (29506) INFO : Job file loaded, run time for this step : 0.40876 seconds 2015-01-15 22:23:32 (29506) INFO : PreProcessing check starts 2015-01-15 22:23:32 (29506) INFO : PreProcessing check completed 2015-01-15 22:23:32 (29506) INFO : preProcess completed, run time for this step : 0.0387039 seconds 2015-01-15 22:23:32 (29506) INFO : No of Read Threads Spawned = 1 2015-01-15 22:23:32 (29506) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:23:32 (29506) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:23:33 (29506) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:23:33 (29506) INFO : Bulk load completed, total run time : 1.4717 seconds 2015-01-15 22:23:33.886503128 after import 2015-01-15 22:23:33.899164874 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=27 -------------- Query OK, 70000 rows affected (3.42 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.69 sec) Bye 2015-01-15 22:23:38.032609488 after sql statement 2015-01-15 22:23:38.036689540 before sql statment -------------- update test211_7 set c2=c1 where batch=27 -------------- Query OK, 70000 rows affected (3.34 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:23:41.385585680 after sql statement 2015-01-15 22:23:41.388981254 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=27 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.26 sec) Bye 2015-01-15 22:23:41.659140313 after sql statement 2015-01-15 22:23:41.733433316 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (4.87 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:23:46.624805051 after sql statement 2015-01-15 22:23:46.631101311 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=28 -------------- Query OK, 70000 rows affected (2.75 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.75 sec) Bye 2015-01-15 22:23:51.142955168 after sql statement 2015-01-15 22:23:51.152233559 before sql statment -------------- update test211_7 set c2=c1 where batch=28 -------------- Query OK, 70000 rows affected (3.18 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:23:54.342583397 after sql statement 2015-01-15 22:23:54.347688915 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=28 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.05 sec) Bye 2015-01-15 22:23:55.397662833 after sql statement 2015-01-15 22:23:55.399855683 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222355_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:23:56 (47735) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222355_Job_62668.xml 2015-01-15 22:23:56 (47735) INFO : Job file loaded, run time for this step : 0.466277 seconds 2015-01-15 22:23:56 (47735) INFO : PreProcessing check starts 2015-01-15 22:23:56 (47735) INFO : PreProcessing check completed 2015-01-15 22:23:56 (47735) INFO : preProcess completed, run time for this step : 0.126851 seconds 2015-01-15 22:23:56 (47735) INFO : No of Read Threads Spawned = 1 2015-01-15 22:23:56 (47735) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:23:56 (47735) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:23:56 (47735) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:23:57 (47735) INFO : Bulk load completed, total run time : 1.63218 seconds 2015-01-15 22:23:57.216362577 after import 2015-01-15 22:23:57.221730285 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=29 -------------- Query OK, 70000 rows affected (2.19 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.73 sec) Bye 2015-01-15 22:24:00.156143911 after sql statement 2015-01-15 22:24:00.180196032 before sql statment -------------- update test211_7 set c2=c1 where batch=29 -------------- Query OK, 70000 rows affected (2.92 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:24:03.113507228 after sql statement 2015-01-15 22:24:03.117370220 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=29 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.10 sec) Bye 2015-01-15 22:24:03.217630837 after sql statement 2015-01-15 22:24:03.260761553 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.66 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:24:06.929942820 after sql statement 2015-01-15 22:24:06.937235738 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=30 -------------- Query OK, 70000 rows affected (4.33 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.45 sec) Bye 2015-01-15 22:24:12.720627573 after sql statement 2015-01-15 22:24:12.726775427 before sql statment -------------- update test211_7 set c2=c1 where batch=30 -------------- Query OK, 70000 rows affected (2.09 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:24:14.835901609 after sql statement 2015-01-15 22:24:14.849320042 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=30 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.31 sec) Bye 2015-01-15 22:24:15.177180241 after sql statement 2015-01-15 22:24:15.179483565 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222416_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:24:16 (62711) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222416_Job_62668.xml 2015-01-15 22:24:16 (62711) INFO : Job file loaded, run time for this step : 0.494494 seconds 2015-01-15 22:24:16 (62711) INFO : PreProcessing check starts 2015-01-15 22:24:16 (62711) INFO : PreProcessing check completed 2015-01-15 22:24:16 (62711) INFO : preProcess completed, run time for this step : 0.0461321 seconds 2015-01-15 22:24:16 (62711) INFO : No of Read Threads Spawned = 1 2015-01-15 22:24:16 (62711) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:24:16 (62711) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:24:16 (62711) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:24:17 (62711) INFO : Bulk load completed, total run time : 1.55097 seconds 2015-01-15 22:24:17.584682377 after import 2015-01-15 22:24:17.595553143 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=31 -------------- Query OK, 70000 rows affected (1.93 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.24 sec) Bye 2015-01-15 22:24:20.782036850 after sql statement 2015-01-15 22:24:20.807143148 before sql statment -------------- update test211_7 set c2=c1 where batch=31 -------------- Query OK, 70000 rows affected (2.00 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:24:22.818572374 after sql statement 2015-01-15 22:24:22.827356628 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=31 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.75 sec) Bye 2015-01-15 22:24:23.586551171 after sql statement 2015-01-15 22:24:23.741454397 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (4.16 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:24:27.913268276 after sql statement 2015-01-15 22:24:27.917687712 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=32 -------------- Query OK, 70000 rows affected (2.01 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.70 sec) Bye 2015-01-15 22:24:30.634779406 after sql statement 2015-01-15 22:24:30.639405896 before sql statment -------------- update test211_7 set c2=c1 where batch=32 -------------- Query OK, 70000 rows affected (2.84 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:24:33.484159068 after sql statement 2015-01-15 22:24:33.489468109 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=32 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.56 sec) Bye 2015-01-15 22:24:34.057255796 after sql statement 2015-01-15 22:24:34.060424123 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222434_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:24:34 (12519) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222434_Job_62668.xml 2015-01-15 22:24:34 (12519) INFO : Job file loaded, run time for this step : 0.286509 seconds 2015-01-15 22:24:34 (12519) INFO : PreProcessing check starts 2015-01-15 22:24:34 (12519) INFO : PreProcessing check completed 2015-01-15 22:24:34 (12519) INFO : preProcess completed, run time for this step : 0.061903 seconds 2015-01-15 22:24:34 (12519) INFO : No of Read Threads Spawned = 1 2015-01-15 22:24:34 (12519) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:24:34 (12519) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:24:34 (12519) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:24:35 (12519) INFO : Bulk load completed, total run time : 1.37986 seconds 2015-01-15 22:24:35.632909706 after import 2015-01-15 22:24:35.638451605 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=33 -------------- Query OK, 70000 rows affected (3.24 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.97 sec) Bye 2015-01-15 22:24:39.855817974 after sql statement 2015-01-15 22:24:39.866836952 before sql statment -------------- update test211_7 set c2=c1 where batch=33 -------------- Query OK, 70000 rows affected (2.03 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:24:41.920750971 after sql statement 2015-01-15 22:24:41.930293727 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=33 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.28 sec) Bye 2015-01-15 22:24:43.227081279 after sql statement 2015-01-15 22:24:43.276588405 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (5.00 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:24:48.304032238 after sql statement 2015-01-15 22:24:48.308229416 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=34 -------------- Query OK, 70000 rows affected (4.06 sec) -------------- rollback -------------- Query OK, 0 rows affected (2.66 sec) Bye 2015-01-15 22:24:55.037700920 after sql statement 2015-01-15 22:24:55.044669091 before sql statment -------------- update test211_7 set c2=c1 where batch=34 -------------- Query OK, 70000 rows affected (3.98 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:24:59.045395688 after sql statement 2015-01-15 22:24:59.051783375 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=34 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.31 sec) Bye 2015-01-15 22:24:59.373794119 after sql statement 2015-01-15 22:24:59.376961293 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222500_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:25:00 (30144) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222500_Job_62668.xml 2015-01-15 22:25:00 (30144) INFO : Job file loaded, run time for this step : 0.411397 seconds 2015-01-15 22:25:00 (30144) INFO : PreProcessing check starts 2015-01-15 22:25:00 (30144) INFO : PreProcessing check completed 2015-01-15 22:25:00 (30144) INFO : preProcess completed, run time for this step : 0.056191 seconds 2015-01-15 22:25:00 (30144) INFO : No of Read Threads Spawned = 1 2015-01-15 22:25:00 (30144) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:25:00 (30144) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:25:00 (30144) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:25:01 (30144) INFO : Bulk load completed, total run time : 1.51163 seconds 2015-01-15 22:25:01.207222948 after import 2015-01-15 22:25:01.215096075 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=35 -------------- Query OK, 70000 rows affected (2.43 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.62 sec) Bye 2015-01-15 22:25:04.284151414 after sql statement 2015-01-15 22:25:04.289631796 before sql statment -------------- update test211_7 set c2=c1 where batch=35 -------------- Query OK, 70000 rows affected (1.15 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:25:05.443066036 after sql statement 2015-01-15 22:25:05.452410052 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=35 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.45 sec) Bye 2015-01-15 22:25:05.922031762 after sql statement 2015-01-15 22:25:05.991851704 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.66 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:25:09.678217716 after sql statement 2015-01-15 22:25:09.683702778 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=36 -------------- Query OK, 70000 rows affected (3.68 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.06 sec) Bye 2015-01-15 22:25:14.428039959 after sql statement 2015-01-15 22:25:14.436039192 before sql statment -------------- update test211_7 set c2=c1 where batch=36 -------------- Query OK, 70000 rows affected (2.48 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:25:16.926313499 after sql statement 2015-01-15 22:25:16.934017626 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=36 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.83 sec) Bye 2015-01-15 22:25:17.774116679 after sql statement 2015-01-15 22:25:17.784483317 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222518_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:25:18 (44350) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222518_Job_62668.xml 2015-01-15 22:25:18 (44350) INFO : Job file loaded, run time for this step : 0.422064 seconds 2015-01-15 22:25:18 (44350) INFO : PreProcessing check starts 2015-01-15 22:25:18 (44350) INFO : PreProcessing check completed 2015-01-15 22:25:18 (44350) INFO : preProcess completed, run time for this step : 0.056288 seconds 2015-01-15 22:25:18 (44350) INFO : No of Read Threads Spawned = 1 2015-01-15 22:25:18 (44350) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:25:18 (44350) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:25:18 (44350) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:25:19 (44350) INFO : Bulk load completed, total run time : 1.49802 seconds 2015-01-15 22:25:19.494910952 after import 2015-01-15 22:25:19.518367883 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.01 sec) -------------- delete from test211_7 where batch=37 -------------- Query OK, 70000 rows affected (3.21 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.58 sec) Bye 2015-01-15 22:25:23.326611071 after sql statement 2015-01-15 22:25:23.331581235 before sql statment -------------- update test211_7 set c2=c1 where batch=37 -------------- Query OK, 70000 rows affected (1.75 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:25:25.090586850 after sql statement 2015-01-15 22:25:25.097263666 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=37 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.15 sec) Bye 2015-01-15 22:25:25.256452637 after sql statement 2015-01-15 22:25:25.325386717 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.52 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:25:28.860176788 after sql statement 2015-01-15 22:25:28.863991418 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=38 -------------- Query OK, 70000 rows affected (2.43 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.28 sec) Bye 2015-01-15 22:25:31.587383754 after sql statement 2015-01-15 22:25:31.590965573 before sql statment -------------- update test211_7 set c2=c1 where batch=38 -------------- Query OK, 70000 rows affected (3.01 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:25:34.603639350 after sql statement 2015-01-15 22:25:34.611462060 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=38 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.29 sec) Bye 2015-01-15 22:25:34.912885633 after sql statement 2015-01-15 22:25:34.917160773 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222535_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:25:35 (58434) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222535_Job_62668.xml 2015-01-15 22:25:35 (58434) INFO : Job file loaded, run time for this step : 0.305467 seconds 2015-01-15 22:25:35 (58434) INFO : PreProcessing check starts 2015-01-15 22:25:35 (58434) INFO : PreProcessing check completed 2015-01-15 22:25:35 (58434) INFO : preProcess completed, run time for this step : 0.172054 seconds 2015-01-15 22:25:35 (58434) INFO : No of Read Threads Spawned = 1 2015-01-15 22:25:35 (58434) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:25:35 (58434) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:25:35 (58434) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:25:36 (58434) INFO : Bulk load completed, total run time : 1.52377 seconds 2015-01-15 22:25:36.616868229 after import 2015-01-15 22:25:36.622782653 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=39 -------------- Query OK, 70000 rows affected (1.67 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.89 sec) Bye 2015-01-15 22:25:40.203468837 after sql statement 2015-01-15 22:25:40.207607162 before sql statment -------------- update test211_7 set c2=c1 where batch=39 -------------- Query OK, 70000 rows affected (2.62 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:25:42.843563600 after sql statement 2015-01-15 22:25:42.852607842 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=39 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.19 sec) Bye 2015-01-15 22:25:44.060877638 after sql statement 2015-01-15 22:25:44.117385905 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.96 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:25:48.088949471 after sql statement 2015-01-15 22:25:48.093449758 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=40 -------------- Query OK, 70000 rows affected (2.68 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.15 sec) Bye 2015-01-15 22:25:51.971929529 after sql statement 2015-01-15 22:25:51.978889268 before sql statment -------------- update test211_7 set c2=c1 where batch=40 -------------- Query OK, 70000 rows affected (2.42 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:25:54.409569437 after sql statement 2015-01-15 22:25:54.415296952 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=40 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.55 sec) Bye 2015-01-15 22:25:54.970480681 after sql statement 2015-01-15 22:25:54.991981176 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222555_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:25:55 (9914) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222555_Job_62668.xml 2015-01-15 22:25:55 (9914) INFO : Job file loaded, run time for this step : 0.31402 seconds 2015-01-15 22:25:55 (9914) INFO : PreProcessing check starts 2015-01-15 22:25:55 (9914) INFO : PreProcessing check completed 2015-01-15 22:25:55 (9914) INFO : preProcess completed, run time for this step : 0.0392981 seconds 2015-01-15 22:25:55 (9914) INFO : No of Read Threads Spawned = 1 2015-01-15 22:25:55 (9914) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:25:55 (9914) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:25:55 (9914) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:25:56 (9914) INFO : Bulk load completed, total run time : 1.37707 seconds 2015-01-15 22:25:56.545450868 after import 2015-01-15 22:25:56.559229338 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=41 -------------- Query OK, 70000 rows affected (2.81 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.87 sec) Bye 2015-01-15 22:26:00.251758773 after sql statement 2015-01-15 22:26:00.274906662 before sql statment -------------- update test211_7 set c2=c1 where batch=41 -------------- Query OK, 70000 rows affected (2.59 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:26:02.922724850 after sql statement 2015-01-15 22:26:02.929547323 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=41 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.18 sec) Bye 2015-01-15 22:26:03.119192449 after sql statement 2015-01-15 22:26:03.172869341 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (4.94 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:26:08.132979308 after sql statement 2015-01-15 22:26:08.137095633 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=42 -------------- Query OK, 70000 rows affected (2.36 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.54 sec) Bye 2015-01-15 22:26:11.042697747 after sql statement 2015-01-15 22:26:11.048800177 before sql statment -------------- update test211_7 set c2=c1 where batch=42 -------------- Query OK, 70000 rows affected (2.98 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:26:14.041218658 after sql statement 2015-01-15 22:26:14.045959274 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=42 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.50 sec) Bye 2015-01-15 22:26:15.566997635 after sql statement 2015-01-15 22:26:15.572273017 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222616_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:26:16 (27185) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222616_Job_62668.xml 2015-01-15 22:26:16 (27185) INFO : Job file loaded, run time for this step : 0.351883 seconds 2015-01-15 22:26:16 (27185) INFO : PreProcessing check starts 2015-01-15 22:26:16 (27185) INFO : PreProcessing check completed 2015-01-15 22:26:16 (27185) INFO : preProcess completed, run time for this step : 0.0549421 seconds 2015-01-15 22:26:16 (27185) INFO : No of Read Threads Spawned = 1 2015-01-15 22:26:16 (27185) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:26:16 (27185) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:26:16 (27185) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:26:17 (27185) INFO : Bulk load completed, total run time : 1.43752 seconds 2015-01-15 22:26:17.224200577 after import 2015-01-15 22:26:17.228928496 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=43 -------------- Query OK, 70000 rows affected (1.32 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.60 sec) Bye 2015-01-15 22:26:19.169669161 after sql statement 2015-01-15 22:26:19.177748532 before sql statment -------------- update test211_7 set c2=c1 where batch=43 -------------- Query OK, 70000 rows affected (3.15 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:26:22.348020122 after sql statement 2015-01-15 22:26:22.353279882 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=43 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.26 sec) Bye 2015-01-15 22:26:22.629127329 after sql statement 2015-01-15 22:26:22.684023733 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.63 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:26:26.320971716 after sql statement 2015-01-15 22:26:26.347153086 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=44 -------------- Query OK, 70000 rows affected (2.80 sec) -------------- rollback -------------- Query OK, 0 rows affected (2.44 sec) Bye 2015-01-15 22:26:31.598546307 after sql statement 2015-01-15 22:26:31.605242214 before sql statment -------------- update test211_7 set c2=c1 where batch=44 -------------- Query OK, 70000 rows affected (1.66 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:26:33.275561672 after sql statement 2015-01-15 22:26:33.290116759 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=44 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.70 sec) Bye 2015-01-15 22:26:33.990370614 after sql statement 2015-01-15 22:26:33.993203708 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222635_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:26:35 (41050) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222635_Job_62668.xml 2015-01-15 22:26:35 (41050) INFO : Job file loaded, run time for this step : 1.11362 seconds 2015-01-15 22:26:35 (41050) INFO : PreProcessing check starts 2015-01-15 22:26:35 (41050) INFO : PreProcessing check completed 2015-01-15 22:26:35 (41050) INFO : preProcess completed, run time for this step : 0.0267191 seconds 2015-01-15 22:26:35 (41050) INFO : No of Read Threads Spawned = 1 2015-01-15 22:26:35 (41050) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:26:35 (41050) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:26:35 (41050) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:26:36 (41050) INFO : Bulk load completed, total run time : 2.20834 seconds 2015-01-15 22:26:36.590403708 after import 2015-01-15 22:26:36.602896531 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=45 -------------- Query OK, 70000 rows affected (3.49 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.88 sec) Bye 2015-01-15 22:26:41.004933549 after sql statement 2015-01-15 22:26:41.013139401 before sql statment -------------- update test211_7 set c2=c1 where batch=45 -------------- Query OK, 70000 rows affected (2.43 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:26:43.458770399 after sql statement 2015-01-15 22:26:43.471336135 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=45 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.60 sec) Bye 2015-01-15 22:26:44.101306778 after sql statement 2015-01-15 22:26:44.155266846 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (5.47 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:26:49.644675918 after sql statement 2015-01-15 22:26:49.651393343 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=46 -------------- Query OK, 70000 rows affected (1.63 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.91 sec) Bye 2015-01-15 22:26:52.184839826 after sql statement 2015-01-15 22:26:52.203104125 before sql statment -------------- update test211_7 set c2=c1 where batch=46 -------------- Query OK, 70000 rows affected (2.37 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:26:54.592144018 after sql statement 2015-01-15 22:26:54.598387028 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=46 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.67 sec) Bye 2015-01-15 22:26:55.273832060 after sql statement 2015-01-15 22:26:55.279716340 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222655_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:26:55 (57117) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222655_Job_62668.xml 2015-01-15 22:26:55 (57117) INFO : Job file loaded, run time for this step : 0.29399 seconds 2015-01-15 22:26:55 (57117) INFO : PreProcessing check starts 2015-01-15 22:26:55 (57117) INFO : PreProcessing check completed 2015-01-15 22:26:55 (57117) INFO : preProcess completed, run time for this step : 0.0191178 seconds 2015-01-15 22:26:55 (57117) INFO : No of Read Threads Spawned = 1 2015-01-15 22:26:55 (57117) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:26:55 (57117) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:26:55 (57117) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:26:56 (57117) INFO : Bulk load completed, total run time : 1.32609 seconds 2015-01-15 22:26:56.765882832 after import 2015-01-15 22:26:56.775056524 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=47 -------------- Query OK, 70000 rows affected (2.93 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.67 sec) Bye 2015-01-15 22:27:00.375055333 after sql statement 2015-01-15 22:27:00.380364700 before sql statment -------------- update test211_7 set c2=c1 where batch=47 -------------- Query OK, 70000 rows affected (1.71 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:27:02.097238828 after sql statement 2015-01-15 22:27:02.101816277 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=47 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.30 sec) Bye 2015-01-15 22:27:02.413112096 after sql statement 2015-01-15 22:27:02.463633341 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (5.14 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:27:07.613236699 after sql statement 2015-01-15 22:27:07.619243938 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=48 -------------- Query OK, 70000 rows affected (3.71 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.12 sec) Bye 2015-01-15 22:27:12.457856846 after sql statement 2015-01-15 22:27:12.461776671 before sql statment -------------- update test211_7 set c2=c1 where batch=48 -------------- Query OK, 70000 rows affected (1.05 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:27:13.523682557 after sql statement 2015-01-15 22:27:13.527963951 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=48 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.18 sec) Bye 2015-01-15 22:27:13.718752224 after sql statement 2015-01-15 22:27:13.720977896 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222714_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:27:14 (6679) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222714_Job_62668.xml 2015-01-15 22:27:14 (6679) INFO : Job file loaded, run time for this step : 0.343531 seconds 2015-01-15 22:27:14 (6679) INFO : PreProcessing check starts 2015-01-15 22:27:14 (6679) INFO : PreProcessing check completed 2015-01-15 22:27:14 (6679) INFO : preProcess completed, run time for this step : 0.0594728 seconds 2015-01-15 22:27:14 (6679) INFO : No of Read Threads Spawned = 1 2015-01-15 22:27:14 (6679) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:27:14 (6679) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:27:14 (6679) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:27:15 (6679) INFO : Bulk load completed, total run time : 1.47292 seconds 2015-01-15 22:27:15.599570719 after import 2015-01-15 22:27:15.616217724 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=49 -------------- Query OK, 70000 rows affected (2.02 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.38 sec) Bye 2015-01-15 22:27:18.019442105 after sql statement 2015-01-15 22:27:18.024301389 before sql statment -------------- update test211_7 set c2=c1 where batch=49 -------------- Query OK, 70000 rows affected (2.03 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:27:20.061306873 after sql statement 2015-01-15 22:27:20.065903489 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=49 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.12 sec) Bye 2015-01-15 22:27:21.194998200 after sql statement 2015-01-15 22:27:21.268018198 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.63 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:27:24.900745387 after sql statement 2015-01-15 22:27:24.904920905 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=50 -------------- Query OK, 70000 rows affected (5.12 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.01 sec) Bye 2015-01-15 22:27:31.045785369 after sql statement 2015-01-15 22:27:31.055866218 before sql statment -------------- update test211_7 set c2=c1 where batch=50 -------------- Query OK, 70000 rows affected (2.32 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:27:33.386066536 after sql statement 2015-01-15 22:27:33.392549414 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=50 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.87 sec) Bye 2015-01-15 22:27:34.260068132 after sql statement 2015-01-15 22:27:34.263117132 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222734_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:27:34 (21969) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222734_Job_62668.xml 2015-01-15 22:27:34 (21969) INFO : Job file loaded, run time for this step : 0.324184 seconds 2015-01-15 22:27:34 (21969) INFO : PreProcessing check starts 2015-01-15 22:27:34 (21969) INFO : PreProcessing check completed 2015-01-15 22:27:34 (21969) INFO : preProcess completed, run time for this step : 0.0479591 seconds 2015-01-15 22:27:34 (21969) INFO : No of Read Threads Spawned = 1 2015-01-15 22:27:34 (21969) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:27:34 (21969) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:27:35 (21969) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:27:35 (21969) INFO : Bulk load completed, total run time : 1.3944 seconds 2015-01-15 22:27:35.863655286 after import 2015-01-15 22:27:35.869471093 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=51 -------------- Query OK, 70000 rows affected (1.91 sec) -------------- rollback -------------- Query OK, 0 rows affected (2.34 sec) Bye 2015-01-15 22:27:40.124716501 after sql statement 2015-01-15 22:27:40.136406155 before sql statment -------------- update test211_7 set c2=c1 where batch=51 -------------- Query OK, 70000 rows affected (1.78 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:27:41.932291489 after sql statement 2015-01-15 22:27:41.940588161 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=51 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.75 sec) Bye 2015-01-15 22:27:42.704856694 after sql statement 2015-01-15 22:27:42.747242345 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (4.51 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:27:47.266576953 after sql statement 2015-01-15 22:27:47.271696131 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=52 -------------- Query OK, 70000 rows affected (3.96 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.61 sec) Bye 2015-01-15 22:27:52.850669701 after sql statement 2015-01-15 22:27:52.855581432 before sql statment -------------- update test211_7 set c2=c1 where batch=52 -------------- Query OK, 70000 rows affected (2.75 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:27:55.619085296 after sql statement 2015-01-15 22:27:55.624748082 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=52 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.19 sec) Bye 2015-01-15 22:27:55.813863925 after sql statement 2015-01-15 22:27:55.821034662 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222756_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:27:56 (37086) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222756_Job_62668.xml 2015-01-15 22:27:56 (37086) INFO : Job file loaded, run time for this step : 0.329933 seconds 2015-01-15 22:27:56 (37086) INFO : PreProcessing check starts 2015-01-15 22:27:56 (37086) INFO : PreProcessing check completed 2015-01-15 22:27:56 (37086) INFO : preProcess completed, run time for this step : 0.0460892 seconds 2015-01-15 22:27:56 (37086) INFO : No of Read Threads Spawned = 1 2015-01-15 22:27:56 (37086) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:27:56 (37086) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:27:56 (37086) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:27:57 (37086) INFO : Bulk load completed, total run time : 1.42375 seconds 2015-01-15 22:27:57.421334724 after import 2015-01-15 22:27:57.429651364 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=53 -------------- Query OK, 70000 rows affected (2.01 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.88 sec) Bye 2015-01-15 22:28:00.331383897 after sql statement 2015-01-15 22:28:00.340273590 before sql statment -------------- update test211_7 set c2=c1 where batch=53 -------------- Query OK, 70000 rows affected (2.56 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:28:02.920058770 after sql statement 2015-01-15 22:28:02.928745040 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=53 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.40 sec) Bye 2015-01-15 22:28:03.340187957 after sql statement 2015-01-15 22:28:03.427750608 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (5.24 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:28:08.690380036 after sql statement 2015-01-15 22:28:08.711366435 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=54 -------------- Query OK, 70000 rows affected (2.14 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.82 sec) Bye 2015-01-15 22:28:11.689657864 after sql statement 2015-01-15 22:28:11.696200587 before sql statment -------------- update test211_7 set c2=c1 where batch=54 -------------- Query OK, 70000 rows affected (2.02 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:28:13.733375354 after sql statement 2015-01-15 22:28:13.737820838 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=54 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.36 sec) Bye 2015-01-15 22:28:14.115303541 after sql statement 2015-01-15 22:28:14.119810757 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222814_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:28:14 (52805) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222814_Job_62668.xml 2015-01-15 22:28:14 (52805) INFO : Job file loaded, run time for this step : 0.375181 seconds 2015-01-15 22:28:14 (52805) INFO : PreProcessing check starts 2015-01-15 22:28:14 (52805) INFO : PreProcessing check completed 2015-01-15 22:28:14 (52805) INFO : preProcess completed, run time for this step : 0.03932 seconds 2015-01-15 22:28:14 (52805) INFO : No of Read Threads Spawned = 1 2015-01-15 22:28:14 (52805) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:28:14 (52805) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:28:15 (52805) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:28:15 (52805) INFO : Bulk load completed, total run time : 1.48123 seconds 2015-01-15 22:28:15.875388298 after import 2015-01-15 22:28:15.910607118 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=55 -------------- Query OK, 70000 rows affected (2.47 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.92 sec) Bye 2015-01-15 22:28:20.355132129 after sql statement 2015-01-15 22:28:20.373398954 before sql statment -------------- update test211_7 set c2=c1 where batch=55 -------------- Query OK, 70000 rows affected (2.32 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:28:22.701420428 after sql statement 2015-01-15 22:28:22.707973672 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=55 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.23 sec) Bye 2015-01-15 22:28:22.938659853 after sql statement 2015-01-15 22:28:22.982120681 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (6.60 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:28:29.596396039 after sql statement 2015-01-15 22:28:29.601782919 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=56 -------------- Query OK, 70000 rows affected (3.31 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.20 sec) Bye 2015-01-15 22:28:34.124251398 after sql statement 2015-01-15 22:28:34.148473602 before sql statment -------------- update test211_7 set c2=c1 where batch=56 -------------- Query OK, 70000 rows affected (1.83 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:28:35.992136380 after sql statement 2015-01-15 22:28:36.000273025 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=56 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.43 sec) Bye 2015-01-15 22:28:36.466385063 after sql statement 2015-01-15 22:28:36.469363992 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222837_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:28:37 (6384) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222837_Job_62668.xml 2015-01-15 22:28:37 (6384) INFO : Job file loaded, run time for this step : 0.302287 seconds 2015-01-15 22:28:37 (6384) INFO : PreProcessing check starts 2015-01-15 22:28:37 (6384) INFO : PreProcessing check completed 2015-01-15 22:28:37 (6384) INFO : preProcess completed, run time for this step : 0.0632939 seconds 2015-01-15 22:28:37 (6384) INFO : No of Read Threads Spawned = 1 2015-01-15 22:28:37 (6384) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:28:37 (6384) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:28:37 (6384) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:28:38 (6384) INFO : Bulk load completed, total run time : 1.41104 seconds 2015-01-15 22:28:38.407806043 after import 2015-01-15 22:28:38.431493243 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=57 -------------- Query OK, 70000 rows affected (3.29 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.25 sec) Bye 2015-01-15 22:28:43.017185602 after sql statement 2015-01-15 22:28:43.024980971 before sql statment -------------- update test211_7 set c2=c1 where batch=57 -------------- Query OK, 70000 rows affected (2.11 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:28:45.143370775 after sql statement 2015-01-15 22:28:45.148485932 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=57 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.14 sec) Bye 2015-01-15 22:28:45.296136618 after sql statement 2015-01-15 22:28:45.394677955 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (5.68 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:28:51.082963430 after sql statement 2015-01-15 22:28:51.091425760 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=58 -------------- Query OK, 70000 rows affected (3.37 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.08 sec) Bye 2015-01-15 22:28:55.560932626 after sql statement 2015-01-15 22:28:55.565170788 before sql statment -------------- update test211_7 set c2=c1 where batch=58 -------------- Query OK, 70000 rows affected (1.55 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:28:57.131395131 after sql statement 2015-01-15 22:28:57.137074141 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=58 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.37 sec) Bye 2015-01-15 22:28:57.520324593 after sql statement 2015-01-15 22:28:57.523429318 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222858_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:28:58 (23878) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222858_Job_62668.xml 2015-01-15 22:28:58 (23878) INFO : Job file loaded, run time for this step : 0.651666 seconds 2015-01-15 22:28:58 (23878) INFO : PreProcessing check starts 2015-01-15 22:28:59 (23878) INFO : PreProcessing check completed 2015-01-15 22:28:59 (23878) INFO : preProcess completed, run time for this step : 0.132762 seconds 2015-01-15 22:28:59 (23878) INFO : No of Read Threads Spawned = 1 2015-01-15 22:28:59 (23878) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:28:59 (23878) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:28:59 (23878) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:29:00 (23878) INFO : Bulk load completed, total run time : 1.84531 seconds 2015-01-15 22:29:00.165968954 after import 2015-01-15 22:29:00.172422299 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=59 -------------- Query OK, 70000 rows affected (2.97 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.92 sec) Bye 2015-01-15 22:29:04.080907262 after sql statement 2015-01-15 22:29:04.090349547 before sql statment -------------- update test211_7 set c2=c1 where batch=59 -------------- Query OK, 70000 rows affected (4.46 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:29:08.555406912 after sql statement 2015-01-15 22:29:08.563037304 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=59 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.14 sec) Bye 2015-01-15 22:29:08.707814295 after sql statement 2015-01-15 22:29:08.771413823 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.50 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:29:12.277007153 after sql statement 2015-01-15 22:29:12.287636949 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=60 -------------- Query OK, 70000 rows affected (1.20 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.18 sec) Bye 2015-01-15 22:29:13.676162013 after sql statement 2015-01-15 22:29:13.681263215 before sql statment -------------- update test211_7 set c2=c1 where batch=60 -------------- Query OK, 70000 rows affected (2.18 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:29:15.870452567 after sql statement 2015-01-15 22:29:15.876932632 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=60 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (2.15 sec) Bye 2015-01-15 22:29:18.049694246 after sql statement 2015-01-15 22:29:18.056211929 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222918_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:29:18 (39638) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222918_Job_62668.xml 2015-01-15 22:29:18 (39638) INFO : Job file loaded, run time for this step : 0.300402 seconds 2015-01-15 22:29:18 (39638) INFO : PreProcessing check starts 2015-01-15 22:29:18 (39638) INFO : PreProcessing check completed 2015-01-15 22:29:18 (39638) INFO : preProcess completed, run time for this step : 0.038728 seconds 2015-01-15 22:29:18 (39638) INFO : No of Read Threads Spawned = 1 2015-01-15 22:29:18 (39638) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:29:18 (39638) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:29:18 (39638) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:29:19 (39638) INFO : Bulk load completed, total run time : 1.40115 seconds 2015-01-15 22:29:19.649304169 after import 2015-01-15 22:29:19.659652037 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=61 -------------- Query OK, 70000 rows affected (1.93 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.77 sec) Bye 2015-01-15 22:29:23.379976888 after sql statement 2015-01-15 22:29:23.385382061 before sql statment -------------- update test211_7 set c2=c1 where batch=61 -------------- Query OK, 70000 rows affected (2.38 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:29:25.772302872 after sql statement 2015-01-15 22:29:25.798005330 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=61 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.50 sec) Bye 2015-01-15 22:29:26.306657048 after sql statement 2015-01-15 22:29:26.364175558 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (5.87 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:29:32.254117128 after sql statement 2015-01-15 22:29:32.272447840 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=62 -------------- Query OK, 70000 rows affected (2.51 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.81 sec) Bye 2015-01-15 22:29:35.599668740 after sql statement 2015-01-15 22:29:35.607192211 before sql statment -------------- update test211_7 set c2=c1 where batch=62 -------------- Query OK, 70000 rows affected (2.20 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:29:37.810655601 after sql statement 2015-01-15 22:29:37.815538149 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=62 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.14 sec) Bye 2015-01-15 22:29:37.962716275 after sql statement 2015-01-15 22:29:37.965385421 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222938_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:29:38 (55435) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222938_Job_62668.xml 2015-01-15 22:29:38 (55435) INFO : Job file loaded, run time for this step : 0.288804 seconds 2015-01-15 22:29:38 (55435) INFO : PreProcessing check starts 2015-01-15 22:29:38 (55435) INFO : PreProcessing check completed 2015-01-15 22:29:38 (55435) INFO : preProcess completed, run time for this step : 0.0711148 seconds 2015-01-15 22:29:38 (55435) INFO : No of Read Threads Spawned = 1 2015-01-15 22:29:38 (55435) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:29:38 (55435) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:29:38 (55435) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:29:39 (55435) INFO : Bulk load completed, total run time : 1.41004 seconds 2015-01-15 22:29:39.544933837 after import 2015-01-15 22:29:39.556455843 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=63 -------------- Query OK, 70000 rows affected (1.88 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.40 sec) Bye 2015-01-15 22:29:41.853145409 after sql statement 2015-01-15 22:29:41.857213456 before sql statment -------------- update test211_7 set c2=c1 where batch=63 -------------- Query OK, 70000 rows affected (2.72 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:29:44.586167999 after sql statement 2015-01-15 22:29:44.590866543 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=63 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.89 sec) Bye 2015-01-15 22:29:45.532301701 after sql statement 2015-01-15 22:29:45.646499649 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.67 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:29:49.340202820 after sql statement 2015-01-15 22:29:49.353856358 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=64 -------------- Query OK, 70000 rows affected (1.84 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.02 sec) Bye 2015-01-15 22:29:52.233739137 after sql statement 2015-01-15 22:29:52.240301509 before sql statment -------------- update test211_7 set c2=c1 where batch=64 -------------- Query OK, 70000 rows affected (2.02 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:29:54.267384262 after sql statement 2015-01-15 22:29:54.281902916 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=64 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.43 sec) Bye 2015-01-15 22:29:55.744417708 after sql statement 2015-01-15 22:29:55.749283161 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222956_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:29:56 (4731) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T222956_Job_62668.xml 2015-01-15 22:29:56 (4731) INFO : Job file loaded, run time for this step : 0.529436 seconds 2015-01-15 22:29:56 (4731) INFO : PreProcessing check starts 2015-01-15 22:29:56 (4731) INFO : PreProcessing check completed 2015-01-15 22:29:56 (4731) INFO : preProcess completed, run time for this step : 0.0803971 seconds 2015-01-15 22:29:56 (4731) INFO : No of Read Threads Spawned = 1 2015-01-15 22:29:56 (4731) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:29:56 (4731) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:29:56 (4731) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:29:57 (4731) INFO : Bulk load completed, total run time : 1.62203 seconds 2015-01-15 22:29:57.565746832 after import 2015-01-15 22:29:57.581893663 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.01 sec) -------------- delete from test211_7 where batch=65 -------------- Query OK, 70000 rows affected (4.46 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.00 sec) Bye 2015-01-15 22:30:03.053251212 after sql statement 2015-01-15 22:30:03.060288571 before sql statment -------------- update test211_7 set c2=c1 where batch=65 -------------- Query OK, 70000 rows affected (3.47 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:30:06.538919406 after sql statement 2015-01-15 22:30:06.559242358 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=65 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.67 sec) Bye 2015-01-15 22:30:08.239208504 after sql statement 2015-01-15 22:30:08.305833008 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (5.29 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:30:13.634079515 after sql statement 2015-01-15 22:30:13.657672602 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=66 -------------- Query OK, 70000 rows affected (3.36 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.71 sec) Bye 2015-01-15 22:30:17.746174254 after sql statement 2015-01-15 22:30:17.751956513 before sql statment -------------- update test211_7 set c2=c1 where batch=66 -------------- Query OK, 70000 rows affected (3.29 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:30:21.054211598 after sql statement 2015-01-15 22:30:21.061242698 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=66 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.28 sec) Bye 2015-01-15 22:30:21.353803319 after sql statement 2015-01-15 22:30:21.358108913 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223022_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:30:22 (23004) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223022_Job_62668.xml 2015-01-15 22:30:22 (23004) INFO : Job file loaded, run time for this step : 0.327249 seconds 2015-01-15 22:30:22 (23004) INFO : PreProcessing check starts 2015-01-15 22:30:22 (23004) INFO : PreProcessing check completed 2015-01-15 22:30:22 (23004) INFO : preProcess completed, run time for this step : 0.043442 seconds 2015-01-15 22:30:22 (23004) INFO : No of Read Threads Spawned = 1 2015-01-15 22:30:22 (23004) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:30:22 (23004) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:30:22 (23004) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:30:23 (23004) INFO : Bulk load completed, total run time : 1.3964 seconds 2015-01-15 22:30:23.202012434 after import 2015-01-15 22:30:23.207334717 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=67 -------------- Query OK, 70000 rows affected (2.96 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.50 sec) Bye 2015-01-15 22:30:26.679629750 after sql statement 2015-01-15 22:30:26.690197709 before sql statment -------------- update test211_7 set c2=c1 where batch=67 -------------- Query OK, 70000 rows affected (3.79 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:30:30.494088885 after sql statement 2015-01-15 22:30:30.510254581 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=67 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.38 sec) Bye 2015-01-15 22:30:30.902718969 after sql statement 2015-01-15 22:30:30.979997869 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.57 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:30:34.562820005 after sql statement 2015-01-15 22:30:34.575213940 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=68 -------------- Query OK, 70000 rows affected (2.74 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.37 sec) Bye 2015-01-15 22:30:37.690744198 after sql statement 2015-01-15 22:30:37.695937666 before sql statment -------------- update test211_7 set c2=c1 where batch=68 -------------- Query OK, 70000 rows affected (3.47 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:30:41.197594193 after sql statement 2015-01-15 22:30:41.202429626 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=68 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.75 sec) Bye 2015-01-15 22:30:41.970130246 after sql statement 2015-01-15 22:30:41.974505384 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223042_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:30:42 (38839) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223042_Job_62668.xml 2015-01-15 22:30:42 (38839) INFO : Job file loaded, run time for this step : 0.342427 seconds 2015-01-15 22:30:42 (38839) INFO : PreProcessing check starts 2015-01-15 22:30:42 (38839) INFO : PreProcessing check completed 2015-01-15 22:30:42 (38839) INFO : preProcess completed, run time for this step : 0.204663 seconds 2015-01-15 22:30:42 (38839) INFO : No of Read Threads Spawned = 1 2015-01-15 22:30:42 (38839) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:30:42 (38839) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:30:43 (38839) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:30:43 (38839) INFO : Bulk load completed, total run time : 1.58264 seconds 2015-01-15 22:30:43.728165201 after import 2015-01-15 22:30:43.736053897 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=69 -------------- Query OK, 70000 rows affected (3.32 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.84 sec) Bye 2015-01-15 22:30:47.907547377 after sql statement 2015-01-15 22:30:47.912646817 before sql statment -------------- update test211_7 set c2=c1 where batch=69 -------------- Query OK, 70000 rows affected (1.54 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:30:49.471926871 after sql statement 2015-01-15 22:30:49.478399748 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=69 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.54 sec) Bye 2015-01-15 22:30:50.034169579 after sql statement 2015-01-15 22:30:50.099886151 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.57 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:30:53.681242893 after sql statement 2015-01-15 22:30:53.694799028 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=70 -------------- Query OK, 70000 rows affected (2.86 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.20 sec) Bye 2015-01-15 22:30:56.766189146 after sql statement 2015-01-15 22:30:56.775099045 before sql statment -------------- update test211_7 set c2=c1 where batch=70 -------------- Query OK, 70000 rows affected (1.94 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:30:58.724664646 after sql statement 2015-01-15 22:30:58.768233306 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=70 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.84 sec) Bye 2015-01-15 22:31:00.614319587 after sql statement 2015-01-15 22:31:00.616707210 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223101_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:31:01 (53401) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223101_Job_62668.xml 2015-01-15 22:31:01 (53401) INFO : Job file loaded, run time for this step : 0.312002 seconds 2015-01-15 22:31:01 (53401) INFO : PreProcessing check starts 2015-01-15 22:31:01 (53401) INFO : PreProcessing check completed 2015-01-15 22:31:01 (53401) INFO : preProcess completed, run time for this step : 0.302229 seconds 2015-01-15 22:31:01 (53401) INFO : No of Read Threads Spawned = 1 2015-01-15 22:31:01 (53401) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:31:01 (53401) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:31:01 (53401) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:31:02 (53401) INFO : Bulk load completed, total run time : 1.72571 seconds 2015-01-15 22:31:02.504015030 after import 2015-01-15 22:31:02.537647961 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=71 -------------- Query OK, 70000 rows affected (4.31 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.37 sec) Bye 2015-01-15 22:31:08.230553083 after sql statement 2015-01-15 22:31:08.241416052 before sql statment -------------- update test211_7 set c2=c1 where batch=71 -------------- Query OK, 70000 rows affected (2.57 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:31:10.821245180 after sql statement 2015-01-15 22:31:10.825223822 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=71 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.70 sec) Bye 2015-01-15 22:31:11.532272967 after sql statement 2015-01-15 22:31:11.583703159 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (5.20 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:31:16.802843497 after sql statement 2015-01-15 22:31:16.824034683 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=72 -------------- Query OK, 70000 rows affected (3.47 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.04 sec) Bye 2015-01-15 22:31:21.389754938 after sql statement 2015-01-15 22:31:21.394578787 before sql statment -------------- update test211_7 set c2=c1 where batch=72 -------------- Query OK, 70000 rows affected (2.98 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:31:24.396239329 after sql statement 2015-01-15 22:31:24.421495428 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=72 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.03 sec) Bye 2015-01-15 22:31:25.459280416 after sql statement 2015-01-15 22:31:25.478839246 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223126_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:31:26 (6826) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223126_Job_62668.xml 2015-01-15 22:31:26 (6826) INFO : Job file loaded, run time for this step : 0.289605 seconds 2015-01-15 22:31:26 (6826) INFO : PreProcessing check starts 2015-01-15 22:31:26 (6826) INFO : PreProcessing check completed 2015-01-15 22:31:26 (6826) INFO : preProcess completed, run time for this step : 0.106525 seconds 2015-01-15 22:31:26 (6826) INFO : No of Read Threads Spawned = 1 2015-01-15 22:31:26 (6826) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:31:26 (6826) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:31:26 (6826) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:31:27 (6826) INFO : Bulk load completed, total run time : 1.45229 seconds 2015-01-15 22:31:27.335276321 after import 2015-01-15 22:31:27.363856909 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=73 -------------- Query OK, 70000 rows affected (2.29 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.62 sec) Bye 2015-01-15 22:31:30.282613303 after sql statement 2015-01-15 22:31:30.289581823 before sql statment -------------- update test211_7 set c2=c1 where batch=73 -------------- Query OK, 70000 rows affected (2.77 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:31:33.072152482 after sql statement 2015-01-15 22:31:33.078200028 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=73 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.63 sec) Bye 2015-01-15 22:31:33.722783072 after sql statement 2015-01-15 22:31:33.780169019 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (4.28 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:31:38.073098958 after sql statement 2015-01-15 22:31:38.086756633 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=74 -------------- Query OK, 70000 rows affected (2.81 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.03 sec) Bye 2015-01-15 22:31:41.934947702 after sql statement 2015-01-15 22:31:41.942669157 before sql statment -------------- update test211_7 set c2=c1 where batch=74 -------------- Query OK, 70000 rows affected (2.52 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:31:44.467723926 after sql statement 2015-01-15 22:31:44.474301201 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=74 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.28 sec) Bye 2015-01-15 22:31:44.763603519 after sql statement 2015-01-15 22:31:44.768544739 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223145_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:31:45 (20739) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223145_Job_62668.xml 2015-01-15 22:31:45 (20739) INFO : Job file loaded, run time for this step : 0.37212 seconds 2015-01-15 22:31:45 (20739) INFO : PreProcessing check starts 2015-01-15 22:31:45 (20739) INFO : PreProcessing check completed 2015-01-15 22:31:45 (20739) INFO : preProcess completed, run time for this step : 0.037961 seconds 2015-01-15 22:31:45 (20739) INFO : No of Read Threads Spawned = 1 2015-01-15 22:31:45 (20739) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:31:45 (20739) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:31:45 (20739) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:31:46 (20739) INFO : Bulk load completed, total run time : 1.43901 seconds 2015-01-15 22:31:46.399703426 after import 2015-01-15 22:31:46.408223682 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=75 -------------- Query OK, 70000 rows affected (3.34 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.57 sec) Bye 2015-01-15 22:31:51.335232356 after sql statement 2015-01-15 22:31:51.342322438 before sql statment -------------- update test211_7 set c2=c1 where batch=75 -------------- Query OK, 70000 rows affected (3.06 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:31:54.418866038 after sql statement 2015-01-15 22:31:54.434568072 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=75 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.19 sec) Bye 2015-01-15 22:31:55.640119413 after sql statement 2015-01-15 22:31:55.683233970 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (4.77 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:32:00.464665334 after sql statement 2015-01-15 22:32:00.505002986 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=76 -------------- Query OK, 70000 rows affected (3.93 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.76 sec) Bye 2015-01-15 22:32:05.206795925 after sql statement 2015-01-15 22:32:05.211124556 before sql statment -------------- update test211_7 set c2=c1 where batch=76 -------------- Query OK, 70000 rows affected (2.39 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:32:07.606827276 after sql statement 2015-01-15 22:32:07.614123916 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=76 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.27 sec) Bye 2015-01-15 22:32:08.914605394 after sql statement 2015-01-15 22:32:08.919378071 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223209_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:32:09 (38350) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223209_Job_62668.xml 2015-01-15 22:32:09 (38350) INFO : Job file loaded, run time for this step : 0.284403 seconds 2015-01-15 22:32:09 (38350) INFO : PreProcessing check starts 2015-01-15 22:32:09 (38350) INFO : PreProcessing check completed 2015-01-15 22:32:09 (38350) INFO : preProcess completed, run time for this step : 0.055773 seconds 2015-01-15 22:32:09 (38350) INFO : No of Read Threads Spawned = 1 2015-01-15 22:32:09 (38350) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:32:09 (38350) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:32:09 (38350) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:32:10 (38350) INFO : Bulk load completed, total run time : 1.39593 seconds 2015-01-15 22:32:10.474326466 after import 2015-01-15 22:32:10.483407346 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=77 -------------- Query OK, 70000 rows affected (2.60 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.65 sec) Bye 2015-01-15 22:32:13.761530925 after sql statement 2015-01-15 22:32:13.782946548 before sql statment -------------- update test211_7 set c2=c1 where batch=77 -------------- Query OK, 70000 rows affected (2.63 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:32:16.433884326 after sql statement 2015-01-15 22:32:16.442709662 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=77 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.22 sec) Bye 2015-01-15 22:32:16.669291543 after sql statement 2015-01-15 22:32:16.747955947 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (4.87 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:32:21.642836225 after sql statement 2015-01-15 22:32:21.652365492 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=78 -------------- Query OK, 70000 rows affected (3.83 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.97 sec) Bye 2015-01-15 22:32:26.461010182 after sql statement 2015-01-15 22:32:26.468622270 before sql statment -------------- update test211_7 set c2=c1 where batch=78 -------------- Query OK, 70000 rows affected (2.74 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:32:29.221556215 after sql statement 2015-01-15 22:32:29.224874051 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=78 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.32 sec) Bye 2015-01-15 22:32:30.561597979 after sql statement 2015-01-15 22:32:30.568756345 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223231_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:32:31 (55183) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223231_Job_62668.xml 2015-01-15 22:32:31 (55183) INFO : Job file loaded, run time for this step : 0.298144 seconds 2015-01-15 22:32:31 (55183) INFO : PreProcessing check starts 2015-01-15 22:32:31 (55183) INFO : PreProcessing check completed 2015-01-15 22:32:31 (55183) INFO : preProcess completed, run time for this step : 0.0442321 seconds 2015-01-15 22:32:31 (55183) INFO : No of Read Threads Spawned = 1 2015-01-15 22:32:31 (55183) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:32:31 (55183) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:32:31 (55183) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:32:32 (55183) INFO : Bulk load completed, total run time : 1.36993 seconds 2015-01-15 22:32:32.191735929 after import 2015-01-15 22:32:32.202934834 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=79 -------------- Query OK, 70000 rows affected (3.94 sec) -------------- rollback -------------- Query OK, 0 rows affected (2.46 sec) Bye 2015-01-15 22:32:38.634476551 after sql statement 2015-01-15 22:32:38.661466621 before sql statment -------------- update test211_7 set c2=c1 where batch=79 -------------- Query OK, 70000 rows affected (2.33 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:32:41.010748473 after sql statement 2015-01-15 22:32:41.017980959 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=79 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.30 sec) Bye 2015-01-15 22:32:41.320542596 after sql statement 2015-01-15 22:32:41.372787163 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.75 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:32:45.132621937 after sql statement 2015-01-15 22:32:45.142059499 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=80 -------------- Query OK, 70000 rows affected (3.06 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.04 sec) Bye 2015-01-15 22:32:49.257754135 after sql statement 2015-01-15 22:32:49.282806630 before sql statment -------------- update test211_7 set c2=c1 where batch=80 -------------- Query OK, 70000 rows affected (3.00 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:32:52.325019549 after sql statement 2015-01-15 22:32:52.331466011 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=80 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.52 sec) Bye 2015-01-15 22:32:52.866042687 after sql statement 2015-01-15 22:32:52.868716822 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223253_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:32:53 (6621) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223253_Job_62668.xml 2015-01-15 22:32:53 (6621) INFO : Job file loaded, run time for this step : 0.311715 seconds 2015-01-15 22:32:53 (6621) INFO : PreProcessing check starts 2015-01-15 22:32:54 (6621) INFO : PreProcessing check completed 2015-01-15 22:32:54 (6621) INFO : preProcess completed, run time for this step : 0.0404739 seconds 2015-01-15 22:32:54 (6621) INFO : No of Read Threads Spawned = 1 2015-01-15 22:32:54 (6621) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:32:54 (6621) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:32:54 (6621) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:32:55 (6621) INFO : Bulk load completed, total run time : 1.37559 seconds 2015-01-15 22:32:55.053998217 after import 2015-01-15 22:32:55.066544236 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=81 -------------- Query OK, 70000 rows affected (3.08 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.83 sec) Bye 2015-01-15 22:32:58.984318893 after sql statement 2015-01-15 22:32:58.994058286 before sql statment -------------- update test211_7 set c2=c1 where batch=81 -------------- Query OK, 70000 rows affected (3.38 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:33:02.381216080 after sql statement 2015-01-15 22:33:02.385421995 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=81 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.83 sec) Bye 2015-01-15 22:33:03.210509877 after sql statement 2015-01-15 22:33:03.257560937 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (4.77 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:33:08.033448281 after sql statement 2015-01-15 22:33:08.037987971 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=82 -------------- Query OK, 70000 rows affected (2.38 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.92 sec) Bye 2015-01-15 22:33:11.349287704 after sql statement 2015-01-15 22:33:11.353915009 before sql statment -------------- update test211_7 set c2=c1 where batch=82 -------------- Query OK, 70000 rows affected (1.73 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:33:13.094460379 after sql statement 2015-01-15 22:33:13.106254934 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=82 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.63 sec) Bye 2015-01-15 22:33:13.741638954 after sql statement 2015-01-15 22:33:13.746680355 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223314_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:33:14 (23356) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223314_Job_62668.xml 2015-01-15 22:33:14 (23356) INFO : Job file loaded, run time for this step : 0.447915 seconds 2015-01-15 22:33:14 (23356) INFO : PreProcessing check starts 2015-01-15 22:33:14 (23356) INFO : PreProcessing check completed 2015-01-15 22:33:14 (23356) INFO : preProcess completed, run time for this step : 0.031671 seconds 2015-01-15 22:33:14 (23356) INFO : No of Read Threads Spawned = 1 2015-01-15 22:33:14 (23356) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:33:14 (23356) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:33:14 (23356) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:33:15 (23356) INFO : Bulk load completed, total run time : 1.50105 seconds 2015-01-15 22:33:15.449216936 after import 2015-01-15 22:33:15.455841337 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=83 -------------- Query OK, 70000 rows affected (2.17 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.47 sec) Bye 2015-01-15 22:33:19.110640805 after sql statement 2015-01-15 22:33:19.114034455 before sql statment -------------- update test211_7 set c2=c1 where batch=83 -------------- Query OK, 70000 rows affected (1.88 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:33:20.997758644 after sql statement 2015-01-15 22:33:21.003635993 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=83 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.36 sec) Bye 2015-01-15 22:33:21.376808106 after sql statement 2015-01-15 22:33:21.442312273 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.55 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:33:25.011871953 after sql statement 2015-01-15 22:33:25.039376964 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=84 -------------- Query OK, 70000 rows affected (3.13 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.93 sec) Bye 2015-01-15 22:33:29.116028682 after sql statement 2015-01-15 22:33:29.128677282 before sql statment -------------- update test211_7 set c2=c1 where batch=84 -------------- Query OK, 70000 rows affected (3.81 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:33:32.949592743 after sql statement 2015-01-15 22:33:32.957288620 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=84 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.69 sec) Bye 2015-01-15 22:33:33.657488178 after sql statement 2015-01-15 22:33:33.660135605 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223334_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:33:34 (37959) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223334_Job_62668.xml 2015-01-15 22:33:34 (37959) INFO : Job file loaded, run time for this step : 0.335808 seconds 2015-01-15 22:33:34 (37959) INFO : PreProcessing check starts 2015-01-15 22:33:34 (37959) INFO : PreProcessing check completed 2015-01-15 22:33:34 (37959) INFO : preProcess completed, run time for this step : 0.073945 seconds 2015-01-15 22:33:34 (37959) INFO : No of Read Threads Spawned = 1 2015-01-15 22:33:34 (37959) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:33:34 (37959) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:33:34 (37959) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:33:35 (37959) INFO : Bulk load completed, total run time : 1.43437 seconds 2015-01-15 22:33:35.521883420 after import 2015-01-15 22:33:35.534651056 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=85 -------------- Query OK, 70000 rows affected (4.57 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.62 sec) Bye 2015-01-15 22:33:41.751231922 after sql statement 2015-01-15 22:33:41.756309859 before sql statment -------------- update test211_7 set c2=c1 where batch=85 -------------- Query OK, 70000 rows affected (5.28 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:33:47.061762100 after sql statement 2015-01-15 22:33:47.069786434 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=85 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.87 sec) Bye 2015-01-15 22:33:47.967736971 after sql statement 2015-01-15 22:33:48.048909119 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (5.86 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:33:53.917594238 after sql statement 2015-01-15 22:33:53.971938173 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=86 -------------- Query OK, 70000 rows affected (4.04 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.86 sec) Bye 2015-01-15 22:33:59.885090280 after sql statement 2015-01-15 22:33:59.905545361 before sql statment -------------- update test211_7 set c2=c1 where batch=86 -------------- Query OK, 70000 rows affected (4.28 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:34:04.196298449 after sql statement 2015-01-15 22:34:04.208359573 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=86 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.51 sec) Bye 2015-01-15 22:34:05.731287430 after sql statement 2015-01-15 22:34:05.743232403 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223406_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:34:06 (56216) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223406_Job_62668.xml 2015-01-15 22:34:06 (56216) INFO : Job file loaded, run time for this step : 0.353435 seconds 2015-01-15 22:34:06 (56216) INFO : PreProcessing check starts 2015-01-15 22:34:06 (56216) INFO : PreProcessing check completed 2015-01-15 22:34:06 (56216) INFO : preProcess completed, run time for this step : 0.101872 seconds 2015-01-15 22:34:06 (56216) INFO : No of Read Threads Spawned = 1 2015-01-15 22:34:06 (56216) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:34:06 (56216) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:34:06 (56216) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:34:07 (56216) INFO : Bulk load completed, total run time : 1.57756 seconds 2015-01-15 22:34:07.580399862 after import 2015-01-15 22:34:07.585634497 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=87 -------------- Query OK, 70000 rows affected (2.33 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.33 sec) Bye 2015-01-15 22:34:10.263105100 after sql statement 2015-01-15 22:34:10.273680348 before sql statment -------------- update test211_7 set c2=c1 where batch=87 -------------- Query OK, 70000 rows affected (4.45 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:34:14.744864420 after sql statement 2015-01-15 22:34:14.753349802 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=87 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.92 sec) Bye 2015-01-15 22:34:15.758760512 after sql statement 2015-01-15 22:34:15.865407229 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.86 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:34:19.743313621 after sql statement 2015-01-15 22:34:19.750273362 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=88 -------------- Query OK, 70000 rows affected (7.07 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.20 sec) Bye 2015-01-15 22:34:28.031560030 after sql statement 2015-01-15 22:34:28.036194029 before sql statment -------------- update test211_7 set c2=c1 where batch=88 -------------- Query OK, 70000 rows affected (4.37 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:34:32.431972339 after sql statement 2015-01-15 22:34:32.436177494 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=88 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.50 sec) Bye 2015-01-15 22:34:32.950067239 after sql statement 2015-01-15 22:34:32.952799944 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223433_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:34:33 (6544) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223433_Job_62668.xml 2015-01-15 22:34:33 (6544) INFO : Job file loaded, run time for this step : 0.494955 seconds 2015-01-15 22:34:33 (6544) INFO : PreProcessing check starts 2015-01-15 22:34:33 (6544) INFO : PreProcessing check completed 2015-01-15 22:34:33 (6544) INFO : preProcess completed, run time for this step : 0.048923 seconds 2015-01-15 22:34:33 (6544) INFO : No of Read Threads Spawned = 1 2015-01-15 22:34:33 (6544) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:34:33 (6544) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:34:34 (6544) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:34:34 (6544) INFO : Bulk load completed, total run time : 1.56871 seconds 2015-01-15 22:34:34.741921059 after import 2015-01-15 22:34:34.771349889 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=89 -------------- Query OK, 70000 rows affected (4.17 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.48 sec) Bye 2015-01-15 22:34:40.468028042 after sql statement 2015-01-15 22:34:40.478653375 before sql statment -------------- update test211_7 set c2=c1 where batch=89 -------------- Query OK, 70000 rows affected (3.11 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:34:43.599266157 after sql statement 2015-01-15 22:34:43.607231263 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=89 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.22 sec) Bye 2015-01-15 22:34:44.845266673 after sql statement 2015-01-15 22:34:44.918717334 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.84 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:34:48.788894465 after sql statement 2015-01-15 22:34:48.839061503 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.01 sec) -------------- delete from test211_7 where batch=90 -------------- Query OK, 70000 rows affected (5.42 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.57 sec) Bye 2015-01-15 22:34:54.861009564 after sql statement 2015-01-15 22:34:54.866530190 before sql statment -------------- update test211_7 set c2=c1 where batch=90 -------------- Query OK, 70000 rows affected (4.85 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:34:59.725859202 after sql statement 2015-01-15 22:34:59.742964456 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=90 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.87 sec) Bye 2015-01-15 22:35:01.651059217 after sql statement 2015-01-15 22:35:01.655798786 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223502_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:35:02 (21532) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223502_Job_62668.xml 2015-01-15 22:35:02 (21532) INFO : Job file loaded, run time for this step : 0.28909 seconds 2015-01-15 22:35:02 (21532) INFO : PreProcessing check starts 2015-01-15 22:35:02 (21532) INFO : PreProcessing check completed 2015-01-15 22:35:02 (21532) INFO : preProcess completed, run time for this step : 0.0316181 seconds 2015-01-15 22:35:02 (21532) INFO : No of Read Threads Spawned = 1 2015-01-15 22:35:02 (21532) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:35:02 (21532) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:35:02 (21532) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:35:03 (21532) INFO : Bulk load completed, total run time : 1.35505 seconds 2015-01-15 22:35:03.760017102 after import 2015-01-15 22:35:03.766221964 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=91 -------------- Query OK, 70000 rows affected (5.37 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.47 sec) Bye 2015-01-15 22:35:09.625640694 after sql statement 2015-01-15 22:35:09.632181156 before sql statment -------------- update test211_7 set c2=c1 where batch=91 -------------- Query OK, 70000 rows affected (4.25 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:35:13.891163189 after sql statement 2015-01-15 22:35:13.905623880 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=91 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.29 sec) Bye 2015-01-15 22:35:14.215032115 after sql statement 2015-01-15 22:35:14.276286378 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (4.95 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:35:19.237291543 after sql statement 2015-01-15 22:35:19.248351822 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=92 -------------- Query OK, 70000 rows affected (3.06 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.51 sec) Bye 2015-01-15 22:35:23.832668679 after sql statement 2015-01-15 22:35:23.875547036 before sql statment -------------- update test211_7 set c2=c1 where batch=92 -------------- Query OK, 70000 rows affected (3.02 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:35:26.926736084 after sql statement 2015-01-15 22:35:26.940706604 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=92 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (2.50 sec) Bye 2015-01-15 22:35:29.449244317 after sql statement 2015-01-15 22:35:29.452658688 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223530_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:35:30 (36611) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223530_Job_62668.xml 2015-01-15 22:35:30 (36611) INFO : Job file loaded, run time for this step : 0.579143 seconds 2015-01-15 22:35:30 (36611) INFO : PreProcessing check starts 2015-01-15 22:35:30 (36611) INFO : PreProcessing check completed 2015-01-15 22:35:30 (36611) INFO : preProcess completed, run time for this step : 0.0722251 seconds 2015-01-15 22:35:30 (36611) INFO : No of Read Threads Spawned = 1 2015-01-15 22:35:30 (36611) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:35:30 (36611) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:35:30 (36611) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:35:31 (36611) INFO : Bulk load completed, total run time : 1.68444 seconds 2015-01-15 22:35:31.291986237 after import 2015-01-15 22:35:31.341644101 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=93 -------------- Query OK, 70000 rows affected (5.76 sec) -------------- rollback -------------- Query OK, 0 rows affected (2.89 sec) Bye 2015-01-15 22:35:40.027015451 after sql statement 2015-01-15 22:35:40.042464763 before sql statment -------------- update test211_7 set c2=c1 where batch=93 -------------- Query OK, 70000 rows affected (3.30 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:35:43.350398951 after sql statement 2015-01-15 22:35:43.361557544 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=93 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.43 sec) Bye 2015-01-15 22:35:43.808635127 after sql statement 2015-01-15 22:35:43.893077660 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.72 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:35:47.617629965 after sql statement 2015-01-15 22:35:47.626766463 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=94 -------------- Query OK, 70000 rows affected (1.70 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.58 sec) Bye 2015-01-15 22:35:49.909100376 after sql statement 2015-01-15 22:35:49.933012266 before sql statment -------------- update test211_7 set c2=c1 where batch=94 -------------- Query OK, 70000 rows affected (2.18 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:35:52.142553891 after sql statement 2015-01-15 22:35:52.151904582 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=94 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.20 sec) Bye 2015-01-15 22:35:52.356602485 after sql statement 2015-01-15 22:35:52.359297350 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223552_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:35:53 (50465) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223552_Job_62668.xml 2015-01-15 22:35:53 (50465) INFO : Job file loaded, run time for this step : 0.402853 seconds 2015-01-15 22:35:53 (50465) INFO : PreProcessing check starts 2015-01-15 22:35:53 (50465) INFO : PreProcessing check completed 2015-01-15 22:35:53 (50465) INFO : preProcess completed, run time for this step : 0.546031 seconds 2015-01-15 22:35:53 (50465) INFO : No of Read Threads Spawned = 1 2015-01-15 22:35:53 (50465) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:35:53 (50465) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:35:53 (50465) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:35:54 (50465) INFO : Bulk load completed, total run time : 1.97501 seconds 2015-01-15 22:35:54.596802222 after import 2015-01-15 22:35:54.618532747 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=95 -------------- Query OK, 70000 rows affected (3.27 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.98 sec) Bye 2015-01-15 22:35:59.859354210 after sql statement 2015-01-15 22:35:59.871387498 before sql statment -------------- update test211_7 set c2=c1 where batch=95 -------------- Query OK, 70000 rows affected (2.27 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:36:02.153161333 after sql statement 2015-01-15 22:36:02.158261788 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=95 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.11 sec) Bye 2015-01-15 22:36:03.290140744 after sql statement 2015-01-15 22:36:03.387786621 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.77 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:36:07.165794411 after sql statement 2015-01-15 22:36:07.173744291 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=96 -------------- Query OK, 70000 rows affected (3.07 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.95 sec) Bye 2015-01-15 22:36:11.200494141 after sql statement 2015-01-15 22:36:11.206284586 before sql statment -------------- update test211_7 set c2=c1 where batch=96 -------------- Query OK, 70000 rows affected (2.22 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:36:13.429946381 after sql statement 2015-01-15 22:36:13.435878308 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=96 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.38 sec) Bye 2015-01-15 22:36:14.826258694 after sql statement 2015-01-15 22:36:14.829441414 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223615_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:36:15 (1817) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223615_Job_62668.xml 2015-01-15 22:36:15 (1817) INFO : Job file loaded, run time for this step : 0.462267 seconds 2015-01-15 22:36:15 (1817) INFO : PreProcessing check starts 2015-01-15 22:36:15 (1817) INFO : PreProcessing check completed 2015-01-15 22:36:15 (1817) INFO : preProcess completed, run time for this step : 0.0406518 seconds 2015-01-15 22:36:15 (1817) INFO : No of Read Threads Spawned = 1 2015-01-15 22:36:15 (1817) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:36:15 (1817) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:36:15 (1817) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:36:16 (1817) INFO : Bulk load completed, total run time : 1.54141 seconds 2015-01-15 22:36:16.528503151 after import 2015-01-15 22:36:16.542136841 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=97 -------------- Query OK, 70000 rows affected (3.90 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.63 sec) Bye 2015-01-15 22:36:21.086122515 after sql statement 2015-01-15 22:36:21.089664616 before sql statment -------------- update test211_7 set c2=c1 where batch=97 -------------- Query OK, 70000 rows affected (2.63 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:36:23.726580141 after sql statement 2015-01-15 22:36:23.739052890 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=97 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.92 sec) Bye 2015-01-15 22:36:24.691006781 after sql statement 2015-01-15 22:36:24.776678093 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (5.98 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:36:30.771759447 after sql statement 2015-01-15 22:36:30.786611461 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=98 -------------- Query OK, 70000 rows affected (4.32 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.71 sec) Bye 2015-01-15 22:36:35.828897965 after sql statement 2015-01-15 22:36:35.835970186 before sql statment -------------- update test211_7 set c2=c1 where batch=98 -------------- Query OK, 70000 rows affected (3.16 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:36:39.008951426 after sql statement 2015-01-15 22:36:39.014400634 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=98 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.34 sec) Bye 2015-01-15 22:36:40.352971577 after sql statement 2015-01-15 22:36:40.359103500 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223640_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:36:40 (20253) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223640_Job_62668.xml 2015-01-15 22:36:40 (20253) INFO : Job file loaded, run time for this step : 0.390735 seconds 2015-01-15 22:36:40 (20253) INFO : PreProcessing check starts 2015-01-15 22:36:40 (20253) INFO : PreProcessing check completed 2015-01-15 22:36:40 (20253) INFO : preProcess completed, run time for this step : 0.0364869 seconds 2015-01-15 22:36:40 (20253) INFO : No of Read Threads Spawned = 1 2015-01-15 22:36:40 (20253) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:36:40 (20253) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:36:41 (20253) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:36:42 (20253) INFO : Bulk load completed, total run time : 1.48497 seconds 2015-01-15 22:36:42.026774451 after import 2015-01-15 22:36:42.033640677 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=99 -------------- Query OK, 70000 rows affected (2.33 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.62 sec) Bye 2015-01-15 22:36:44.999708825 after sql statement 2015-01-15 22:36:45.007010258 before sql statment -------------- update test211_7 set c2=c1 where batch=99 -------------- Query OK, 70000 rows affected (2.14 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:36:47.155368645 after sql statement 2015-01-15 22:36:47.163622859 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=99 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.09 sec) Bye 2015-01-15 22:36:48.269059706 after sql statement 2015-01-15 22:36:48.332421029 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.66 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:36:52.007093465 after sql statement 2015-01-15 22:36:52.040639487 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=100 -------------- Query OK, 70000 rows affected (3.34 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.49 sec) Bye 2015-01-15 22:36:55.883747189 after sql statement 2015-01-15 22:36:55.890556440 before sql statment -------------- update test211_7 set c2=c1 where batch=100 -------------- Query OK, 70000 rows affected (2.54 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:36:58.439979636 after sql statement 2015-01-15 22:36:58.444212637 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=100 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.66 sec) Bye 2015-01-15 22:36:59.105464747 after sql statement 2015-01-15 22:36:59.108770888 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223659_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:36:59 (33995) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223659_Job_62668.xml 2015-01-15 22:36:59 (33995) INFO : Job file loaded, run time for this step : 0.336941 seconds 2015-01-15 22:36:59 (33995) INFO : PreProcessing check starts 2015-01-15 22:36:59 (33995) INFO : PreProcessing check completed 2015-01-15 22:36:59 (33995) INFO : preProcess completed, run time for this step : 0.134317 seconds 2015-01-15 22:36:59 (33995) INFO : No of Read Threads Spawned = 1 2015-01-15 22:36:59 (33995) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:36:59 (33995) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:37:00 (33995) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:37:00 (33995) INFO : Bulk load completed, total run time : 1.49979 seconds 2015-01-15 22:37:00.811756563 after import 2015-01-15 22:37:00.817072957 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=101 -------------- Query OK, 70000 rows affected (1.49 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.03 sec) Bye 2015-01-15 22:37:03.336663774 after sql statement 2015-01-15 22:37:03.345461296 before sql statment -------------- update test211_7 set c2=c1 where batch=101 -------------- Query OK, 70000 rows affected (3.22 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:37:06.573170629 after sql statement 2015-01-15 22:37:06.579512300 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=101 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.34 sec) Bye 2015-01-15 22:37:06.933795310 after sql statement 2015-01-15 22:37:07.008942774 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (5.66 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:37:12.686775166 after sql statement 2015-01-15 22:37:12.696734753 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=102 -------------- Query OK, 70000 rows affected (3.76 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.74 sec) Bye 2015-01-15 22:37:17.209381609 after sql statement 2015-01-15 22:37:17.220930212 before sql statment -------------- update test211_7 set c2=c1 where batch=102 -------------- Query OK, 70000 rows affected (2.66 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:37:19.918563882 after sql statement 2015-01-15 22:37:19.940185183 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=102 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.23 sec) Bye 2015-01-15 22:37:21.181117797 after sql statement 2015-01-15 22:37:21.184262301 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223721_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:37:21 (50751) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223721_Job_62668.xml 2015-01-15 22:37:21 (50751) INFO : Job file loaded, run time for this step : 0.318829 seconds 2015-01-15 22:37:21 (50751) INFO : PreProcessing check starts 2015-01-15 22:37:21 (50751) INFO : PreProcessing check completed 2015-01-15 22:37:21 (50751) INFO : preProcess completed, run time for this step : 0.063061 seconds 2015-01-15 22:37:21 (50751) INFO : No of Read Threads Spawned = 1 2015-01-15 22:37:21 (50751) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:37:21 (50751) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:37:21 (50751) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:37:22 (50751) INFO : Bulk load completed, total run time : 1.44919 seconds 2015-01-15 22:37:22.849351128 after import 2015-01-15 22:37:22.853994076 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=103 -------------- Query OK, 70000 rows affected (1.73 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.85 sec) Bye 2015-01-15 22:37:25.443195714 after sql statement 2015-01-15 22:37:25.453536413 before sql statment -------------- update test211_7 set c2=c1 where batch=103 -------------- Query OK, 70000 rows affected (3.26 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:37:28.721252687 after sql statement 2015-01-15 22:37:28.726819824 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=103 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.80 sec) Bye 2015-01-15 22:37:29.542888209 after sql statement 2015-01-15 22:37:29.592247325 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.68 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:37:33.288938888 after sql statement 2015-01-15 22:37:33.296941948 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=104 -------------- Query OK, 70000 rows affected (2.96 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.58 sec) Bye 2015-01-15 22:37:36.859194261 after sql statement 2015-01-15 22:37:36.870895604 before sql statment -------------- update test211_7 set c2=c1 where batch=104 -------------- Query OK, 70000 rows affected (2.45 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:37:39.328018511 after sql statement 2015-01-15 22:37:39.334331831 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=104 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.70 sec) Bye 2015-01-15 22:37:40.071966901 after sql statement 2015-01-15 22:37:40.075843242 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223742_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:37:42 (470) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223742_Job_62668.xml 2015-01-15 22:37:42 (470) INFO : Job file loaded, run time for this step : 1.41015 seconds 2015-01-15 22:37:42 (470) INFO : PreProcessing check starts 2015-01-15 22:37:42 (470) INFO : PreProcessing check completed 2015-01-15 22:37:42 (470) INFO : preProcess completed, run time for this step : 0.026536 seconds 2015-01-15 22:37:42 (470) INFO : No of Read Threads Spawned = 1 2015-01-15 22:37:42 (470) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:37:42 (470) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:37:43 (470) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:37:43 (470) INFO : Bulk load completed, total run time : 2.45501 seconds 2015-01-15 22:37:43.893733343 after import 2015-01-15 22:37:43.902963864 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=105 -------------- Query OK, 70000 rows affected (1.70 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.19 sec) Bye 2015-01-15 22:37:46.839572465 after sql statement 2015-01-15 22:37:46.850173296 before sql statment -------------- update test211_7 set c2=c1 where batch=105 -------------- Query OK, 70000 rows affected (3.73 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:37:50.596850981 after sql statement 2015-01-15 22:37:50.614208426 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=105 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.16 sec) Bye 2015-01-15 22:37:51.794927993 after sql statement 2015-01-15 22:37:51.852551195 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.94 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:37:55.802819414 after sql statement 2015-01-15 22:37:55.817666387 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=106 -------------- Query OK, 70000 rows affected (4.22 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.89 sec) Bye 2015-01-15 22:38:00.945380711 after sql statement 2015-01-15 22:38:00.951928947 before sql statment -------------- update test211_7 set c2=c1 where batch=106 -------------- Query OK, 70000 rows affected (2.89 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:38:03.851153306 after sql statement 2015-01-15 22:38:03.855866441 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=106 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.26 sec) Bye 2015-01-15 22:38:04.131349050 after sql statement 2015-01-15 22:38:04.134164428 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223804_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:38:04 (15594) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223804_Job_62668.xml 2015-01-15 22:38:04 (15594) INFO : Job file loaded, run time for this step : 0.345585 seconds 2015-01-15 22:38:04 (15594) INFO : PreProcessing check starts 2015-01-15 22:38:04 (15594) INFO : PreProcessing check completed 2015-01-15 22:38:04 (15594) INFO : preProcess completed, run time for this step : 0.029103 seconds 2015-01-15 22:38:04 (15594) INFO : No of Read Threads Spawned = 1 2015-01-15 22:38:04 (15594) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:38:04 (15594) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:38:04 (15594) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:38:05 (15594) INFO : Bulk load completed, total run time : 1.43166 seconds 2015-01-15 22:38:05.728557646 after import 2015-01-15 22:38:05.736584632 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.01 sec) -------------- delete from test211_7 where batch=107 -------------- Query OK, 70000 rows affected (3.52 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.44 sec) Bye 2015-01-15 22:38:09.735931711 after sql statement 2015-01-15 22:38:09.741201351 before sql statment -------------- update test211_7 set c2=c1 where batch=107 -------------- Query OK, 70000 rows affected (3.39 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:38:13.143687384 after sql statement 2015-01-15 22:38:13.150707677 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=107 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.50 sec) Bye 2015-01-15 22:38:14.674509578 after sql statement 2015-01-15 22:38:14.728223888 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.90 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:38:18.649075276 after sql statement 2015-01-15 22:38:18.653882868 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=108 -------------- Query OK, 70000 rows affected (2.25 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.95 sec) Bye 2015-01-15 22:38:21.876116430 after sql statement 2015-01-15 22:38:21.882296965 before sql statment -------------- update test211_7 set c2=c1 where batch=108 -------------- Query OK, 70000 rows affected (1.79 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:38:23.686714191 after sql statement 2015-01-15 22:38:23.721854162 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=108 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.00 sec) Bye 2015-01-15 22:38:24.741778602 after sql statement 2015-01-15 22:38:24.746820263 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223825_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:38:25 (30694) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223825_Job_62668.xml 2015-01-15 22:38:25 (30694) INFO : Job file loaded, run time for this step : 0.54447 seconds 2015-01-15 22:38:25 (30694) INFO : PreProcessing check starts 2015-01-15 22:38:25 (30694) INFO : PreProcessing check completed 2015-01-15 22:38:25 (30694) INFO : preProcess completed, run time for this step : 0.0304141 seconds 2015-01-15 22:38:25 (30694) INFO : No of Read Threads Spawned = 1 2015-01-15 22:38:25 (30694) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:38:25 (30694) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:38:25 (30694) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:38:26 (30694) INFO : Bulk load completed, total run time : 1.60694 seconds 2015-01-15 22:38:26.562469399 after import 2015-01-15 22:38:26.568026902 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=109 -------------- Query OK, 70000 rows affected (3.32 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.37 sec) Bye 2015-01-15 22:38:31.272958264 after sql statement 2015-01-15 22:38:31.302363467 before sql statment -------------- update test211_7 set c2=c1 where batch=109 -------------- Query OK, 70000 rows affected (1.53 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:38:32.855334539 after sql statement 2015-01-15 22:38:32.870245808 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=109 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.55 sec) Bye 2015-01-15 22:38:33.429870822 after sql statement 2015-01-15 22:38:33.483102193 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.62 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:38:37.126018788 after sql statement 2015-01-15 22:38:37.138540897 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=110 -------------- Query OK, 70000 rows affected (2.50 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.58 sec) Bye 2015-01-15 22:38:40.230265266 after sql statement 2015-01-15 22:38:40.235526130 before sql statment -------------- update test211_7 set c2=c1 where batch=110 -------------- Query OK, 70000 rows affected (2.74 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:38:43.000691325 after sql statement 2015-01-15 22:38:43.007600550 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=110 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.82 sec) Bye 2015-01-15 22:38:43.835782802 after sql statement 2015-01-15 22:38:43.846185846 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223844_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:38:44 (45188) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223844_Job_62668.xml 2015-01-15 22:38:44 (45188) INFO : Job file loaded, run time for this step : 0.326359 seconds 2015-01-15 22:38:44 (45188) INFO : PreProcessing check starts 2015-01-15 22:38:44 (45188) INFO : PreProcessing check completed 2015-01-15 22:38:44 (45188) INFO : preProcess completed, run time for this step : 0.0476439 seconds 2015-01-15 22:38:44 (45188) INFO : No of Read Threads Spawned = 1 2015-01-15 22:38:44 (45188) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:38:44 (45188) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:38:44 (45188) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:38:45 (45188) INFO : Bulk load completed, total run time : 1.40816 seconds 2015-01-15 22:38:45.414745164 after import 2015-01-15 22:38:45.427192711 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=111 -------------- Query OK, 70000 rows affected (2.31 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.08 sec) Bye 2015-01-15 22:38:48.850438791 after sql statement 2015-01-15 22:38:48.857922417 before sql statment -------------- update test211_7 set c2=c1 where batch=111 -------------- Query OK, 70000 rows affected (2.75 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:38:51.625043372 after sql statement 2015-01-15 22:38:51.630364771 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=111 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.83 sec) Bye 2015-01-15 22:38:52.471451861 after sql statement 2015-01-15 22:38:52.546520108 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (4.44 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:38:56.998990771 after sql statement 2015-01-15 22:38:57.011206418 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=112 -------------- Query OK, 70000 rows affected (4.00 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.65 sec) Bye 2015-01-15 22:39:01.671794757 after sql statement 2015-01-15 22:39:01.676749142 before sql statment -------------- update test211_7 set c2=c1 where batch=112 -------------- Query OK, 70000 rows affected (2.81 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:39:04.499807673 after sql statement 2015-01-15 22:39:04.522163248 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=112 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.00 sec) Bye 2015-01-15 22:39:05.543619311 after sql statement 2015-01-15 22:39:05.545351702 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223905_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:39:06 (61682) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223905_Job_62668.xml 2015-01-15 22:39:06 (61682) INFO : Job file loaded, run time for this step : 0.303636 seconds 2015-01-15 22:39:06 (61682) INFO : PreProcessing check starts 2015-01-15 22:39:06 (61682) INFO : PreProcessing check completed 2015-01-15 22:39:06 (61682) INFO : preProcess completed, run time for this step : 0.078881 seconds 2015-01-15 22:39:06 (61682) INFO : No of Read Threads Spawned = 1 2015-01-15 22:39:06 (61682) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:39:06 (61682) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:39:06 (61682) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:39:07 (61682) INFO : Bulk load completed, total run time : 1.41553 seconds 2015-01-15 22:39:07.167268829 after import 2015-01-15 22:39:07.182559085 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=113 -------------- Query OK, 70000 rows affected (2.11 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.57 sec) Bye 2015-01-15 22:39:10.881348467 after sql statement 2015-01-15 22:39:10.889809957 before sql statment -------------- update test211_7 set c2=c1 where batch=113 -------------- Query OK, 70000 rows affected (3.41 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:39:14.313976919 after sql statement 2015-01-15 22:39:14.321649655 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=113 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.24 sec) Bye 2015-01-15 22:39:15.594384835 after sql statement 2015-01-15 22:39:15.658164220 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.83 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:39:19.497183809 after sql statement 2015-01-15 22:39:19.503171889 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=114 -------------- Query OK, 70000 rows affected (2.64 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.02 sec) Bye 2015-01-15 22:39:23.180058650 after sql statement 2015-01-15 22:39:23.186797711 before sql statment -------------- update test211_7 set c2=c1 where batch=114 -------------- Query OK, 70000 rows affected (1.57 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:39:24.773735807 after sql statement 2015-01-15 22:39:24.792391228 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=114 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.53 sec) Bye 2015-01-15 22:39:25.335890217 after sql statement 2015-01-15 22:39:25.342078535 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223926_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:39:26 (12958) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223926_Job_62668.xml 2015-01-15 22:39:26 (12958) INFO : Job file loaded, run time for this step : 0.616147 seconds 2015-01-15 22:39:26 (12958) INFO : PreProcessing check starts 2015-01-15 22:39:26 (12958) INFO : PreProcessing check completed 2015-01-15 22:39:26 (12958) INFO : preProcess completed, run time for this step : 0.125405 seconds 2015-01-15 22:39:26 (12958) INFO : No of Read Threads Spawned = 1 2015-01-15 22:39:26 (12958) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:39:26 (12958) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:39:27 (12958) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:39:27 (12958) INFO : Bulk load completed, total run time : 1.79742 seconds 2015-01-15 22:39:27.966241817 after import 2015-01-15 22:39:27.982235955 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=115 -------------- Query OK, 70000 rows affected (3.99 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.15 sec) Bye 2015-01-15 22:39:33.121438956 after sql statement 2015-01-15 22:39:33.138755732 before sql statment -------------- update test211_7 set c2=c1 where batch=115 -------------- Query OK, 70000 rows affected (1.40 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:39:34.564926443 after sql statement 2015-01-15 22:39:34.569068715 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=115 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.31 sec) Bye 2015-01-15 22:39:34.887154402 after sql statement 2015-01-15 22:39:34.937148204 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (6.59 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:39:41.534186406 after sql statement 2015-01-15 22:39:41.542811733 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=116 -------------- Query OK, 70000 rows affected (3.28 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.11 sec) Bye 2015-01-15 22:39:45.931482960 after sql statement 2015-01-15 22:39:45.939462015 before sql statment -------------- update test211_7 set c2=c1 where batch=116 -------------- Query OK, 70000 rows affected (3.25 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:39:49.199249381 after sql statement 2015-01-15 22:39:49.204607259 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=116 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.23 sec) Bye 2015-01-15 22:39:49.443823338 after sql statement 2015-01-15 22:39:49.446337351 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223951_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:39:51 (30423) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T223951_Job_62668.xml 2015-01-15 22:39:51 (30423) INFO : Job file loaded, run time for this step : 0.321563 seconds 2015-01-15 22:39:51 (30423) INFO : PreProcessing check starts 2015-01-15 22:39:51 (30423) INFO : PreProcessing check completed 2015-01-15 22:39:51 (30423) INFO : preProcess completed, run time for this step : 0.0856302 seconds 2015-01-15 22:39:51 (30423) INFO : No of Read Threads Spawned = 1 2015-01-15 22:39:51 (30423) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:39:51 (30423) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:39:51 (30423) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:39:52 (30423) INFO : Bulk load completed, total run time : 1.44435 seconds 2015-01-15 22:39:52.340939690 after import 2015-01-15 22:39:52.346645112 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=117 -------------- Query OK, 70000 rows affected (3.92 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.72 sec) Bye 2015-01-15 22:39:57.007254083 after sql statement 2015-01-15 22:39:57.021693471 before sql statment -------------- update test211_7 set c2=c1 where batch=117 -------------- Query OK, 70000 rows affected (2.84 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:39:59.884716380 after sql statement 2015-01-15 22:39:59.890242540 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=117 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.51 sec) Bye 2015-01-15 22:40:00.419308356 after sql statement 2015-01-15 22:40:00.529565875 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (4.66 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:40:05.197181810 after sql statement 2015-01-15 22:40:05.204707793 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=118 -------------- Query OK, 70000 rows affected (1.81 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.42 sec) Bye 2015-01-15 22:40:07.460791025 after sql statement 2015-01-15 22:40:07.464456563 before sql statment -------------- update test211_7 set c2=c1 where batch=118 -------------- Query OK, 70000 rows affected (2.53 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:40:09.999308462 after sql statement 2015-01-15 22:40:10.033009830 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=118 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.74 sec) Bye 2015-01-15 22:40:10.790319478 after sql statement 2015-01-15 22:40:10.792615835 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224011_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:40:11 (46687) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224011_Job_62668.xml 2015-01-15 22:40:11 (46687) INFO : Job file loaded, run time for this step : 0.246043 seconds 2015-01-15 22:40:11 (46687) INFO : PreProcessing check starts 2015-01-15 22:40:11 (46687) INFO : PreProcessing check completed 2015-01-15 22:40:11 (46687) INFO : preProcess completed, run time for this step : 0.471428 seconds 2015-01-15 22:40:11 (46687) INFO : No of Read Threads Spawned = 1 2015-01-15 22:40:11 (46687) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:40:11 (46687) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:40:11 (46687) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:40:12 (46687) INFO : Bulk load completed, total run time : 1.79918 seconds 2015-01-15 22:40:12.776093527 after import 2015-01-15 22:40:12.781147275 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=119 -------------- Query OK, 70000 rows affected (2.75 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.80 sec) Bye 2015-01-15 22:40:16.349657028 after sql statement 2015-01-15 22:40:16.381353775 before sql statment -------------- update test211_7 set c2=c1 where batch=119 -------------- Query OK, 70000 rows affected (1.90 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:40:18.334149638 after sql statement 2015-01-15 22:40:18.344077897 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=119 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.06 sec) Bye 2015-01-15 22:40:19.415007505 after sql statement 2015-01-15 22:40:19.487436547 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.62 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:40:23.121971734 after sql statement 2015-01-15 22:40:23.127496972 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=120 -------------- Query OK, 70000 rows affected (3.44 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.79 sec) Bye 2015-01-15 22:40:27.368401141 after sql statement 2015-01-15 22:40:27.413296533 before sql statment -------------- update test211_7 set c2=c1 where batch=120 -------------- Query OK, 70000 rows affected (3.44 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:40:30.886069885 after sql statement 2015-01-15 22:40:30.891566320 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=120 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.01 sec) Bye 2015-01-15 22:40:31.910434755 after sql statement 2015-01-15 22:40:31.918202211 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224032_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:40:32 (61554) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224032_Job_62668.xml 2015-01-15 22:40:32 (61554) INFO : Job file loaded, run time for this step : 0.397251 seconds 2015-01-15 22:40:32 (61554) INFO : PreProcessing check starts 2015-01-15 22:40:32 (61554) INFO : PreProcessing check completed 2015-01-15 22:40:32 (61554) INFO : preProcess completed, run time for this step : 0.0564802 seconds 2015-01-15 22:40:32 (61554) INFO : No of Read Threads Spawned = 1 2015-01-15 22:40:32 (61554) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:40:32 (61554) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:40:32 (61554) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:40:33 (61554) INFO : Bulk load completed, total run time : 1.47173 seconds 2015-01-15 22:40:33.578457418 after import 2015-01-15 22:40:33.585808306 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=121 -------------- Query OK, 70000 rows affected (1.36 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.20 sec) Bye 2015-01-15 22:40:36.165200694 after sql statement 2015-01-15 22:40:36.172808995 before sql statment -------------- update test211_7 set c2=c1 where batch=121 -------------- Query OK, 70000 rows affected (4.16 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:40:40.344781495 after sql statement 2015-01-15 22:40:40.366592196 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=121 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.52 sec) Bye 2015-01-15 22:40:40.900392396 after sql statement 2015-01-15 22:40:40.966929308 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.89 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:40:44.872357428 after sql statement 2015-01-15 22:40:44.892210379 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.01 sec) -------------- delete from test211_7 where batch=122 -------------- Query OK, 70000 rows affected (2.47 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.61 sec) Bye 2015-01-15 22:40:47.983740820 after sql statement 2015-01-15 22:40:47.993171226 before sql statment -------------- update test211_7 set c2=c1 where batch=122 -------------- Query OK, 70000 rows affected (3.30 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:40:51.297947896 after sql statement 2015-01-15 22:40:51.309941872 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=122 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.20 sec) Bye 2015-01-15 22:40:51.517448041 after sql statement 2015-01-15 22:40:51.520787423 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224052_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:40:52 (10295) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224052_Job_62668.xml 2015-01-15 22:40:52 (10295) INFO : Job file loaded, run time for this step : 1.08301 seconds 2015-01-15 22:40:52 (10295) INFO : PreProcessing check starts 2015-01-15 22:40:52 (10295) INFO : PreProcessing check completed 2015-01-15 22:40:52 (10295) INFO : preProcess completed, run time for this step : 0.0415599 seconds 2015-01-15 22:40:52 (10295) INFO : No of Read Threads Spawned = 1 2015-01-15 22:40:52 (10295) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:40:52 (10295) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:40:53 (10295) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:40:53 (10295) INFO : Bulk load completed, total run time : 2.14829 seconds 2015-01-15 22:40:53.912093273 after import 2015-01-15 22:40:53.916745701 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=123 -------------- Query OK, 70000 rows affected (5.53 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.58 sec) Bye 2015-01-15 22:41:00.038846766 after sql statement 2015-01-15 22:41:00.045842879 before sql statment -------------- update test211_7 set c2=c1 where batch=123 -------------- Query OK, 70000 rows affected (1.99 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:41:02.046674295 after sql statement 2015-01-15 22:41:02.054076088 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=123 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.76 sec) Bye 2015-01-15 22:41:02.818977265 after sql statement 2015-01-15 22:41:02.874720908 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (4.78 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:41:07.663409941 after sql statement 2015-01-15 22:41:07.668230768 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=124 -------------- Query OK, 70000 rows affected (3.34 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.38 sec) Bye 2015-01-15 22:41:12.400175614 after sql statement 2015-01-15 22:41:12.406938212 before sql statment -------------- update test211_7 set c2=c1 where batch=124 -------------- Query OK, 70000 rows affected (2.29 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:41:14.719043366 after sql statement 2015-01-15 22:41:14.723822665 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=124 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.52 sec) Bye 2015-01-15 22:41:15.272344728 after sql statement 2015-01-15 22:41:15.278918012 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224116_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:41:16 (26972) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224116_Job_62668.xml 2015-01-15 22:41:16 (26972) INFO : Job file loaded, run time for this step : 0.501542 seconds 2015-01-15 22:41:16 (26972) INFO : PreProcessing check starts 2015-01-15 22:41:16 (26972) INFO : PreProcessing check completed 2015-01-15 22:41:16 (26972) INFO : preProcess completed, run time for this step : 0.037596 seconds 2015-01-15 22:41:16 (26972) INFO : No of Read Threads Spawned = 1 2015-01-15 22:41:16 (26972) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:41:16 (26972) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:41:16 (26972) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:41:17 (26972) INFO : Bulk load completed, total run time : 1.5575 seconds 2015-01-15 22:41:17.746226011 after import 2015-01-15 22:41:17.752549709 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=125 -------------- Query OK, 70000 rows affected (5.22 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.50 sec) Bye 2015-01-15 22:41:23.483847291 after sql statement 2015-01-15 22:41:23.494388565 before sql statment -------------- update test211_7 set c2=c1 where batch=125 -------------- Query OK, 70000 rows affected (1.81 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:41:25.313627527 after sql statement 2015-01-15 22:41:25.326873941 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=125 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.21 sec) Bye 2015-01-15 22:41:25.542873454 after sql statement 2015-01-15 22:41:25.605619345 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.51 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:41:29.126002505 after sql statement 2015-01-15 22:41:29.130340248 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=126 -------------- Query OK, 70000 rows affected (2.53 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.36 sec) Bye 2015-01-15 22:41:32.050081276 after sql statement 2015-01-15 22:41:32.067184352 before sql statment -------------- update test211_7 set c2=c1 where batch=126 -------------- Query OK, 70000 rows affected (4.27 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:41:36.338014362 after sql statement 2015-01-15 22:41:36.343992705 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=126 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.30 sec) Bye 2015-01-15 22:41:36.664248884 after sql statement 2015-01-15 22:41:36.667048397 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224137_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:41:37 (41916) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224137_Job_62668.xml 2015-01-15 22:41:37 (41916) INFO : Job file loaded, run time for this step : 0.306109 seconds 2015-01-15 22:41:37 (41916) INFO : PreProcessing check starts 2015-01-15 22:41:37 (41916) INFO : PreProcessing check completed 2015-01-15 22:41:37 (41916) INFO : preProcess completed, run time for this step : 0.034385 seconds 2015-01-15 22:41:37 (41916) INFO : No of Read Threads Spawned = 1 2015-01-15 22:41:37 (41916) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:41:37 (41916) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:41:37 (41916) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:41:38 (41916) INFO : Bulk load completed, total run time : 1.45965 seconds 2015-01-15 22:41:38.293584776 after import 2015-01-15 22:41:38.299015054 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=127 -------------- Query OK, 70000 rows affected (1.73 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.50 sec) Bye 2015-01-15 22:41:41.528301041 after sql statement 2015-01-15 22:41:41.538862249 before sql statment -------------- update test211_7 set c2=c1 where batch=127 -------------- Query OK, 70000 rows affected (2.41 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:41:43.958578305 after sql statement 2015-01-15 22:41:43.974141988 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=127 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.09 sec) Bye 2015-01-15 22:41:44.073422082 after sql statement 2015-01-15 22:41:44.134544768 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (4.06 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:41:48.251061921 after sql statement 2015-01-15 22:41:48.360091135 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=128 -------------- Query OK, 70000 rows affected (2.66 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.63 sec) Bye 2015-01-15 22:41:51.681768252 after sql statement 2015-01-15 22:41:51.688434443 before sql statment -------------- update test211_7 set c2=c1 where batch=128 -------------- Query OK, 70000 rows affected (2.21 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:41:53.900554306 after sql statement 2015-01-15 22:41:53.904475725 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=128 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.25 sec) Bye 2015-01-15 22:41:54.162006831 after sql statement 2015-01-15 22:41:54.170715328 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224154_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:41:54 (55240) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224154_Job_62668.xml 2015-01-15 22:41:54 (55240) INFO : Job file loaded, run time for this step : 0.279338 seconds 2015-01-15 22:41:54 (55240) INFO : PreProcessing check starts 2015-01-15 22:41:54 (55240) INFO : PreProcessing check completed 2015-01-15 22:41:54 (55240) INFO : preProcess completed, run time for this step : 0.058717 seconds 2015-01-15 22:41:54 (55240) INFO : No of Read Threads Spawned = 1 2015-01-15 22:41:54 (55240) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:41:54 (55240) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:41:55 (55240) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:41:55 (55240) INFO : Bulk load completed, total run time : 1.36275 seconds 2015-01-15 22:41:55.729680416 after import 2015-01-15 22:41:55.748183147 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=129 -------------- Query OK, 70000 rows affected (3.44 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.99 sec) Bye 2015-01-15 22:42:00.188487266 after sql statement 2015-01-15 22:42:00.193226054 before sql statment -------------- update test211_7 set c2=c1 where batch=129 -------------- Query OK, 70000 rows affected (1.74 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:42:01.942972338 after sql statement 2015-01-15 22:42:01.949622010 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=129 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.05 sec) Bye 2015-01-15 22:42:03.017533349 after sql statement 2015-01-15 22:42:03.087673608 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (4.17 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:42:07.277357987 after sql statement 2015-01-15 22:42:07.294007403 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=130 -------------- Query OK, 70000 rows affected (1.60 sec) -------------- rollback -------------- Query OK, 0 rows affected (2.16 sec) Bye 2015-01-15 22:42:11.066627159 after sql statement 2015-01-15 22:42:11.071406389 before sql statment -------------- update test211_7 set c2=c1 where batch=130 -------------- Query OK, 70000 rows affected (2.77 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:42:13.852893227 after sql statement 2015-01-15 22:42:13.858862430 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=130 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.47 sec) Bye 2015-01-15 22:42:14.333707932 after sql statement 2015-01-15 22:42:14.335996951 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224215_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:42:15 (6550) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224215_Job_62668.xml 2015-01-15 22:42:15 (6550) INFO : Job file loaded, run time for this step : 0.445022 seconds 2015-01-15 22:42:15 (6550) INFO : PreProcessing check starts 2015-01-15 22:42:15 (6550) INFO : PreProcessing check completed 2015-01-15 22:42:15 (6550) INFO : preProcess completed, run time for this step : 0.0979321 seconds 2015-01-15 22:42:15 (6550) INFO : No of Read Threads Spawned = 1 2015-01-15 22:42:15 (6550) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:42:15 (6550) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:42:16 (6550) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:42:16 (6550) INFO : Bulk load completed, total run time : 1.57422 seconds 2015-01-15 22:42:16.817069019 after import 2015-01-15 22:42:16.829934410 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=131 -------------- Query OK, 70000 rows affected (4.50 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.49 sec) Bye 2015-01-15 22:42:21.834913496 after sql statement 2015-01-15 22:42:21.838385813 before sql statment -------------- update test211_7 set c2=c1 where batch=131 -------------- Query OK, 70000 rows affected (1.66 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:42:23.512738762 after sql statement 2015-01-15 22:42:23.518968799 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=131 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.43 sec) Bye 2015-01-15 22:42:23.957535575 after sql statement 2015-01-15 22:42:24.007651667 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (4.58 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:42:28.598787089 after sql statement 2015-01-15 22:42:28.606057616 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=132 -------------- Query OK, 70000 rows affected (3.01 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.60 sec) Bye 2015-01-15 22:42:32.242649736 after sql statement 2015-01-15 22:42:32.257566765 before sql statment -------------- update test211_7 set c2=c1 where batch=132 -------------- Query OK, 70000 rows affected (2.21 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:42:34.481917256 after sql statement 2015-01-15 22:42:34.491808110 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=132 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.56 sec) Bye 2015-01-15 22:42:35.065933026 after sql statement 2015-01-15 22:42:35.074224130 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224236_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:42:36 (23344) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224236_Job_62668.xml 2015-01-15 22:42:36 (23344) INFO : Job file loaded, run time for this step : 0.385602 seconds 2015-01-15 22:42:36 (23344) INFO : PreProcessing check starts 2015-01-15 22:42:36 (23344) INFO : PreProcessing check completed 2015-01-15 22:42:36 (23344) INFO : preProcess completed, run time for this step : 0.026114 seconds 2015-01-15 22:42:36 (23344) INFO : No of Read Threads Spawned = 1 2015-01-15 22:42:36 (23344) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:42:36 (23344) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:42:37 (23344) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:42:38 (23344) INFO : Bulk load completed, total run time : 2.44469 seconds 2015-01-15 22:42:38.558008543 after import 2015-01-15 22:42:38.580452063 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=133 -------------- Query OK, 70000 rows affected (1.90 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.93 sec) Bye 2015-01-15 22:42:41.402956154 after sql statement 2015-01-15 22:42:41.414796289 before sql statment -------------- update test211_7 set c2=c1 where batch=133 -------------- Query OK, 70000 rows affected (2.23 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:42:43.657031357 after sql statement 2015-01-15 22:42:43.669730499 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=133 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.43 sec) Bye 2015-01-15 22:42:44.108100304 after sql statement 2015-01-15 22:42:44.203505018 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.48 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:42:47.692444229 after sql statement 2015-01-15 22:42:47.699010909 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=134 -------------- Query OK, 70000 rows affected (3.74 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.05 sec) Bye 2015-01-15 22:42:52.502805906 after sql statement 2015-01-15 22:42:52.507781221 before sql statment -------------- update test211_7 set c2=c1 where batch=134 -------------- Query OK, 70000 rows affected (3.57 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:42:56.098019568 after sql statement 2015-01-15 22:42:56.118206952 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=134 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.88 sec) Bye 2015-01-15 22:42:57.009294509 after sql statement 2015-01-15 22:42:57.011432760 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224258_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:42:58 (39817) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224258_Job_62668.xml 2015-01-15 22:42:58 (39817) INFO : Job file loaded, run time for this step : 0.414009 seconds 2015-01-15 22:42:58 (39817) INFO : PreProcessing check starts 2015-01-15 22:42:58 (39817) INFO : PreProcessing check completed 2015-01-15 22:42:58 (39817) INFO : preProcess completed, run time for this step : 0.0864 seconds 2015-01-15 22:42:58 (39817) INFO : No of Read Threads Spawned = 1 2015-01-15 22:42:58 (39817) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:42:58 (39817) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:42:58 (39817) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:42:59 (39817) INFO : Bulk load completed, total run time : 1.5729 seconds 2015-01-15 22:42:59.325638214 after import 2015-01-15 22:42:59.334434659 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=135 -------------- Query OK, 70000 rows affected (5.25 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.89 sec) Bye 2015-01-15 22:43:05.488943029 after sql statement 2015-01-15 22:43:05.493721559 before sql statment -------------- update test211_7 set c2=c1 where batch=135 -------------- Query OK, 70000 rows affected (1.21 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:43:06.714455759 after sql statement 2015-01-15 22:43:06.746544595 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=135 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.82 sec) Bye 2015-01-15 22:43:07.581480664 after sql statement 2015-01-15 22:43:08.934524695 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (4.28 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:43:13.248477409 after sql statement 2015-01-15 22:43:13.256441860 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=136 -------------- Query OK, 70000 rows affected (4.02 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.52 sec) Bye 2015-01-15 22:43:18.810931050 after sql statement 2015-01-15 22:43:18.836242350 before sql statment -------------- update test211_7 set c2=c1 where batch=136 -------------- Query OK, 70000 rows affected (3.60 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:43:22.458109403 after sql statement 2015-01-15 22:43:22.481643007 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=136 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.69 sec) Bye 2015-01-15 22:43:23.197810048 after sql statement 2015-01-15 22:43:23.200679051 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224323_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:43:23 (56562) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224323_Job_62668.xml 2015-01-15 22:43:23 (56562) INFO : Job file loaded, run time for this step : 0.293828 seconds 2015-01-15 22:43:23 (56562) INFO : PreProcessing check starts 2015-01-15 22:43:23 (56562) INFO : PreProcessing check completed 2015-01-15 22:43:23 (56562) INFO : preProcess completed, run time for this step : 0.0348022 seconds 2015-01-15 22:43:23 (56562) INFO : No of Read Threads Spawned = 1 2015-01-15 22:43:23 (56562) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:43:23 (56562) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:43:23 (56562) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:43:24 (56562) INFO : Bulk load completed, total run time : 1.3705 seconds 2015-01-15 22:43:24.777200100 after import 2015-01-15 22:43:24.791804738 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=137 -------------- Query OK, 70000 rows affected (1.56 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.86 sec) Bye 2015-01-15 22:43:27.216233161 after sql statement 2015-01-15 22:43:27.220290267 before sql statment -------------- update test211_7 set c2=c1 where batch=137 -------------- Query OK, 70000 rows affected (2.27 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:43:29.495277384 after sql statement 2015-01-15 22:43:29.500867317 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=137 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.02 sec) Bye 2015-01-15 22:43:30.528927989 after sql statement 2015-01-15 22:43:30.574828585 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (4.41 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:43:34.987355406 after sql statement 2015-01-15 22:43:34.993962674 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=138 -------------- Query OK, 70000 rows affected (3.66 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.89 sec) Bye 2015-01-15 22:43:39.550225103 after sql statement 2015-01-15 22:43:39.567643172 before sql statment -------------- update test211_7 set c2=c1 where batch=138 -------------- Query OK, 70000 rows affected (2.24 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:43:41.821534254 after sql statement 2015-01-15 22:43:41.827674691 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=138 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.96 sec) Bye 2015-01-15 22:43:42.787594808 after sql statement 2015-01-15 22:43:42.792207364 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224343_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:43:43 (7060) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224343_Job_62668.xml 2015-01-15 22:43:43 (7060) INFO : Job file loaded, run time for this step : 0.397122 seconds 2015-01-15 22:43:43 (7060) INFO : PreProcessing check starts 2015-01-15 22:43:43 (7060) INFO : PreProcessing check completed 2015-01-15 22:43:43 (7060) INFO : preProcess completed, run time for this step : 0.073555 seconds 2015-01-15 22:43:43 (7060) INFO : No of Read Threads Spawned = 1 2015-01-15 22:43:43 (7060) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:43:43 (7060) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:43:43 (7060) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:43:44 (7060) INFO : Bulk load completed, total run time : 1.50995 seconds 2015-01-15 22:43:44.560241823 after import 2015-01-15 22:43:44.570105039 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=139 -------------- Query OK, 70000 rows affected (1.90 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.48 sec) Bye 2015-01-15 22:43:47.981583007 after sql statement 2015-01-15 22:43:47.985322234 before sql statment -------------- update test211_7 set c2=c1 where batch=139 -------------- Query OK, 70000 rows affected (1.56 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:43:49.551588173 after sql statement 2015-01-15 22:43:49.559006703 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=139 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.14 sec) Bye 2015-01-15 22:43:49.708792304 after sql statement 2015-01-15 22:43:49.771391425 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (4.43 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:43:54.222476923 after sql statement 2015-01-15 22:43:54.232144439 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=140 -------------- Query OK, 70000 rows affected (2.72 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.34 sec) Bye 2015-01-15 22:43:57.307518351 after sql statement 2015-01-15 22:43:57.312151516 before sql statment -------------- update test211_7 set c2=c1 where batch=140 -------------- Query OK, 70000 rows affected (3.08 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:44:00.404704212 after sql statement 2015-01-15 22:44:00.412684324 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=140 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.50 sec) Bye 2015-01-15 22:44:00.921043339 after sql statement 2015-01-15 22:44:00.923626526 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224402_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:44:02 (20982) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224402_Job_62668.xml 2015-01-15 22:44:02 (20982) INFO : Job file loaded, run time for this step : 0.348364 seconds 2015-01-15 22:44:02 (20982) INFO : PreProcessing check starts 2015-01-15 22:44:02 (20982) INFO : PreProcessing check completed 2015-01-15 22:44:02 (20982) INFO : preProcess completed, run time for this step : 0.035964 seconds 2015-01-15 22:44:02 (20982) INFO : No of Read Threads Spawned = 1 2015-01-15 22:44:02 (20982) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:44:02 (20982) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:44:02 (20982) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:44:03 (20982) INFO : Bulk load completed, total run time : 1.41854 seconds 2015-01-15 22:44:03.410364784 after import 2015-01-15 22:44:03.417170965 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=141 -------------- Query OK, 70000 rows affected (2.85 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.50 sec) Bye 2015-01-15 22:44:06.784257462 after sql statement 2015-01-15 22:44:06.789755245 before sql statment -------------- update test211_7 set c2=c1 where batch=141 -------------- Query OK, 70000 rows affected (2.91 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:44:09.708444275 after sql statement 2015-01-15 22:44:09.716747114 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=141 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.85 sec) Bye 2015-01-15 22:44:10.572571185 after sql statement 2015-01-15 22:44:10.646305510 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.81 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:44:14.466291340 after sql statement 2015-01-15 22:44:14.474397507 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=142 -------------- Query OK, 70000 rows affected (2.95 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.54 sec) Bye 2015-01-15 22:44:18.979780259 after sql statement 2015-01-15 22:44:18.986843704 before sql statment -------------- update test211_7 set c2=c1 where batch=142 -------------- Query OK, 70000 rows affected (1.28 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:44:20.282278227 after sql statement 2015-01-15 22:44:20.291901607 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=142 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.12 sec) Bye 2015-01-15 22:44:21.418537479 after sql statement 2015-01-15 22:44:21.421145086 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224421_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:44:21 (37297) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224421_Job_62668.xml 2015-01-15 22:44:21 (37297) INFO : Job file loaded, run time for this step : 0.31874 seconds 2015-01-15 22:44:21 (37297) INFO : PreProcessing check starts 2015-01-15 22:44:21 (37297) INFO : PreProcessing check completed 2015-01-15 22:44:21 (37297) INFO : preProcess completed, run time for this step : 0.0549459 seconds 2015-01-15 22:44:21 (37297) INFO : No of Read Threads Spawned = 1 2015-01-15 22:44:21 (37297) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:44:21 (37297) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:44:22 (37297) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:44:23 (37297) INFO : Bulk load completed, total run time : 1.44945 seconds 2015-01-15 22:44:23.066099366 after import 2015-01-15 22:44:23.072209709 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=143 -------------- Query OK, 70000 rows affected (2.40 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.13 sec) Bye 2015-01-15 22:44:26.620425822 after sql statement 2015-01-15 22:44:26.638540295 before sql statment -------------- update test211_7 set c2=c1 where batch=143 -------------- Query OK, 70000 rows affected (2.34 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:44:28.990462680 after sql statement 2015-01-15 22:44:28.999210457 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=143 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.59 sec) Bye 2015-01-15 22:44:29.602995276 after sql statement 2015-01-15 22:44:29.664217923 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (4.75 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:44:34.430550640 after sql statement 2015-01-15 22:44:34.435708644 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=144 -------------- Query OK, 70000 rows affected (1.22 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.83 sec) Bye 2015-01-15 22:44:36.500906699 after sql statement 2015-01-15 22:44:36.506837984 before sql statment -------------- update test211_7 set c2=c1 where batch=144 -------------- Query OK, 70000 rows affected (3.12 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:44:39.628622876 after sql statement 2015-01-15 22:44:39.642008776 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=144 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.31 sec) Bye 2015-01-15 22:44:39.970904308 after sql statement 2015-01-15 22:44:39.973795518 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224440_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:44:40 (51211) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224440_Job_62668.xml 2015-01-15 22:44:40 (51211) INFO : Job file loaded, run time for this step : 0.396099 seconds 2015-01-15 22:44:40 (51211) INFO : PreProcessing check starts 2015-01-15 22:44:40 (51211) INFO : PreProcessing check completed 2015-01-15 22:44:40 (51211) INFO : preProcess completed, run time for this step : 0.286357 seconds 2015-01-15 22:44:40 (51211) INFO : No of Read Threads Spawned = 1 2015-01-15 22:44:40 (51211) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:44:40 (51211) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:44:41 (51211) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:44:41 (51211) INFO : Bulk load completed, total run time : 1.70107 seconds 2015-01-15 22:44:41.875332863 after import 2015-01-15 22:44:41.883243013 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=145 -------------- Query OK, 70000 rows affected (3.54 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.48 sec) Bye 2015-01-15 22:44:46.911292826 after sql statement 2015-01-15 22:44:46.926402970 before sql statment -------------- update test211_7 set c2=c1 where batch=145 -------------- Query OK, 70000 rows affected (2.70 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:44:49.634164116 after sql statement 2015-01-15 22:44:49.640104213 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=145 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.24 sec) Bye 2015-01-15 22:44:49.894205005 after sql statement 2015-01-15 22:44:49.939829809 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.43 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:44:53.366759727 after sql statement 2015-01-15 22:44:53.382845856 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=146 -------------- Query OK, 70000 rows affected (4.02 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.30 sec) Bye 2015-01-15 22:44:58.725943608 after sql statement 2015-01-15 22:44:58.738340551 before sql statment -------------- update test211_7 set c2=c1 where batch=146 -------------- Query OK, 70000 rows affected (2.16 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:45:00.901152263 after sql statement 2015-01-15 22:45:00.906650428 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=146 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.28 sec) Bye 2015-01-15 22:45:01.188948069 after sql statement 2015-01-15 22:45:01.191094341 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224501_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:45:01 (1102) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224501_Job_62668.xml 2015-01-15 22:45:01 (1102) INFO : Job file loaded, run time for this step : 0.287172 seconds 2015-01-15 22:45:01 (1102) INFO : PreProcessing check starts 2015-01-15 22:45:01 (1102) INFO : PreProcessing check completed 2015-01-15 22:45:01 (1102) INFO : preProcess completed, run time for this step : 0.0712869 seconds 2015-01-15 22:45:01 (1102) INFO : No of Read Threads Spawned = 1 2015-01-15 22:45:01 (1102) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:45:01 (1102) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:45:02 (1102) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:45:02 (1102) INFO : Bulk load completed, total run time : 1.37255 seconds 2015-01-15 22:45:02.887971679 after import 2015-01-15 22:45:02.892175092 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=147 -------------- Query OK, 70000 rows affected (3.63 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.88 sec) Bye 2015-01-15 22:45:07.416100713 after sql statement 2015-01-15 22:45:07.422924175 before sql statment -------------- update test211_7 set c2=c1 where batch=147 -------------- Query OK, 70000 rows affected (4.22 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:45:11.659716707 after sql statement 2015-01-15 22:45:11.668038472 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=147 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.54 sec) Bye 2015-01-15 22:45:12.221402231 after sql statement 2015-01-15 22:45:12.303753910 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (4.63 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:45:16.942239861 after sql statement 2015-01-15 22:45:16.946314506 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=148 -------------- Query OK, 70000 rows affected (2.96 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.43 sec) Bye 2015-01-15 22:45:21.346608202 after sql statement 2015-01-15 22:45:21.355760237 before sql statment -------------- update test211_7 set c2=c1 where batch=148 -------------- Query OK, 70000 rows affected (1.47 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:45:22.841716262 after sql statement 2015-01-15 22:45:22.846867458 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=148 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.40 sec) Bye 2015-01-15 22:45:23.257461432 after sql statement 2015-01-15 22:45:23.259641951 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224523_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:45:23 (18007) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224523_Job_62668.xml 2015-01-15 22:45:23 (18007) INFO : Job file loaded, run time for this step : 0.266506 seconds 2015-01-15 22:45:23 (18007) INFO : PreProcessing check starts 2015-01-15 22:45:23 (18007) INFO : PreProcessing check completed 2015-01-15 22:45:23 (18007) INFO : preProcess completed, run time for this step : 0.0228109 seconds 2015-01-15 22:45:23 (18007) INFO : No of Read Threads Spawned = 1 2015-01-15 22:45:23 (18007) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:45:23 (18007) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:45:23 (18007) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:45:24 (18007) INFO : Bulk load completed, total run time : 1.3445 seconds 2015-01-15 22:45:24.770983013 after import 2015-01-15 22:45:24.796011569 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=149 -------------- Query OK, 70000 rows affected (1.93 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.62 sec) Bye 2015-01-15 22:45:27.355597204 after sql statement 2015-01-15 22:45:27.365958592 before sql statment -------------- update test211_7 set c2=c1 where batch=149 -------------- Query OK, 70000 rows affected (2.39 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:45:29.784398541 after sql statement 2015-01-15 22:45:29.790304605 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=149 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.41 sec) Bye 2015-01-15 22:45:30.211024125 after sql statement 2015-01-15 22:45:30.280502603 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (5.58 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:45:35.874375239 after sql statement 2015-01-15 22:45:35.889988144 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=150 -------------- Query OK, 70000 rows affected (5.50 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.03 sec) Bye 2015-01-15 22:45:42.432309126 after sql statement 2015-01-15 22:45:42.460585156 before sql statment -------------- update test211_7 set c2=c1 where batch=150 -------------- Query OK, 70000 rows affected (2.70 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:45:45.180021204 after sql statement 2015-01-15 22:45:45.189244867 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=150 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.61 sec) Bye 2015-01-15 22:45:45.807975599 after sql statement 2015-01-15 22:45:45.813562651 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224546_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:45:46 (34949) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224546_Job_62668.xml 2015-01-15 22:45:46 (34949) INFO : Job file loaded, run time for this step : 0.384961 seconds 2015-01-15 22:45:46 (34949) INFO : PreProcessing check starts 2015-01-15 22:45:46 (34949) INFO : PreProcessing check completed 2015-01-15 22:45:46 (34949) INFO : preProcess completed, run time for this step : 0.0494111 seconds 2015-01-15 22:45:46 (34949) INFO : No of Read Threads Spawned = 1 2015-01-15 22:45:46 (34949) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:45:46 (34949) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:45:46 (34949) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:45:47 (34949) INFO : Bulk load completed, total run time : 1.4794 seconds 2015-01-15 22:45:47.436476972 after import 2015-01-15 22:45:47.448626481 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=151 -------------- Query OK, 70000 rows affected (4.01 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.63 sec) Bye 2015-01-15 22:45:53.103927613 after sql statement 2015-01-15 22:45:53.116756347 before sql statment -------------- update test211_7 set c2=c1 where batch=151 -------------- Query OK, 70000 rows affected (1.27 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:45:54.387192494 after sql statement 2015-01-15 22:45:54.396576866 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=151 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.24 sec) Bye 2015-01-15 22:45:54.654519771 after sql statement 2015-01-15 22:45:54.706616673 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.73 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:45:58.440581874 after sql statement 2015-01-15 22:45:58.447514462 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=152 -------------- Query OK, 70000 rows affected (3.04 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.42 sec) Bye 2015-01-15 22:46:01.949755011 after sql statement 2015-01-15 22:46:01.977827925 before sql statment -------------- update test211_7 set c2=c1 where batch=152 -------------- Query OK, 70000 rows affected (3.62 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:46:05.618241270 after sql statement 2015-01-15 22:46:05.623940947 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=152 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.22 sec) Bye 2015-01-15 22:46:05.847545491 after sql statement 2015-01-15 22:46:05.852225548 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224606_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:46:06 (50174) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224606_Job_62668.xml 2015-01-15 22:46:06 (50174) INFO : Job file loaded, run time for this step : 0.290979 seconds 2015-01-15 22:46:06 (50174) INFO : PreProcessing check starts 2015-01-15 22:46:06 (50174) INFO : PreProcessing check completed 2015-01-15 22:46:06 (50174) INFO : preProcess completed, run time for this step : 0.0365729 seconds 2015-01-15 22:46:06 (50174) INFO : No of Read Threads Spawned = 1 2015-01-15 22:46:06 (50174) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:46:06 (50174) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:46:06 (50174) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:46:07 (50174) INFO : Bulk load completed, total run time : 1.34837 seconds 2015-01-15 22:46:07.338540968 after import 2015-01-15 22:46:07.345882616 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=153 -------------- Query OK, 70000 rows affected (2.64 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.91 sec) Bye 2015-01-15 22:46:10.906359679 after sql statement 2015-01-15 22:46:10.923288207 before sql statment -------------- update test211_7 set c2=c1 where batch=153 -------------- Query OK, 70000 rows affected (2.83 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:46:13.779017159 after sql statement 2015-01-15 22:46:13.828854003 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=153 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.61 sec) Bye 2015-01-15 22:46:14.466363520 after sql statement 2015-01-15 22:46:14.527691469 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (5.48 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:46:20.015091777 after sql statement 2015-01-15 22:46:20.018465836 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=154 -------------- Query OK, 70000 rows affected (1.76 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.46 sec) Bye 2015-01-15 22:46:23.254528880 after sql statement 2015-01-15 22:46:23.259940023 before sql statment -------------- update test211_7 set c2=c1 where batch=154 -------------- Query OK, 70000 rows affected (3.22 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:46:26.496817589 after sql statement 2015-01-15 22:46:26.504330902 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=154 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.12 sec) Bye 2015-01-15 22:46:27.634810231 after sql statement 2015-01-15 22:46:27.648785169 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224628_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:46:28 (65011) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224628_Job_62668.xml 2015-01-15 22:46:28 (65011) INFO : Job file loaded, run time for this step : 0.342722 seconds 2015-01-15 22:46:28 (65011) INFO : PreProcessing check starts 2015-01-15 22:46:28 (65011) INFO : PreProcessing check completed 2015-01-15 22:46:28 (65011) INFO : preProcess completed, run time for this step : 0.09689 seconds 2015-01-15 22:46:28 (65011) INFO : No of Read Threads Spawned = 1 2015-01-15 22:46:28 (65011) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:46:28 (65011) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:46:28 (65011) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:46:29 (65011) INFO : Bulk load completed, total run time : 1.46529 seconds 2015-01-15 22:46:29.309237816 after import 2015-01-15 22:46:29.321702629 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=155 -------------- Query OK, 70000 rows affected (2.52 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.36 sec) Bye 2015-01-15 22:46:32.221832673 after sql statement 2015-01-15 22:46:32.229881874 before sql statment -------------- update test211_7 set c2=c1 where batch=155 -------------- Query OK, 70000 rows affected (2.55 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:46:34.787213083 after sql statement 2015-01-15 22:46:34.800362731 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=155 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.26 sec) Bye 2015-01-15 22:46:35.070403743 after sql statement 2015-01-15 22:46:35.118506255 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.51 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:46:38.635009064 after sql statement 2015-01-15 22:46:38.639996959 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=156 -------------- Query OK, 70000 rows affected (2.97 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.65 sec) Bye 2015-01-15 22:46:42.274915773 after sql statement 2015-01-15 22:46:42.289130765 before sql statment -------------- update test211_7 set c2=c1 where batch=156 -------------- Query OK, 70000 rows affected (2.22 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:46:44.514667279 after sql statement 2015-01-15 22:46:44.519868847 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=156 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.13 sec) Bye 2015-01-15 22:46:44.656325234 after sql statement 2015-01-15 22:46:44.662582274 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224645_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:46:45 (13219) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224645_Job_62668.xml 2015-01-15 22:46:45 (13219) INFO : Job file loaded, run time for this step : 0.268209 seconds 2015-01-15 22:46:45 (13219) INFO : PreProcessing check starts 2015-01-15 22:46:45 (13219) INFO : PreProcessing check completed 2015-01-15 22:46:45 (13219) INFO : preProcess completed, run time for this step : 0.0855949 seconds 2015-01-15 22:46:45 (13219) INFO : No of Read Threads Spawned = 1 2015-01-15 22:46:45 (13219) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:46:45 (13219) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:46:45 (13219) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:46:47 (13219) INFO : Bulk load completed, total run time : 2.4795 seconds 2015-01-15 22:46:47.527072242 after import 2015-01-15 22:46:47.532066087 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=157 -------------- Query OK, 70000 rows affected (2.55 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.26 sec) Bye 2015-01-15 22:46:51.351602296 after sql statement 2015-01-15 22:46:51.360733109 before sql statment -------------- update test211_7 set c2=c1 where batch=157 -------------- Query OK, 70000 rows affected (2.47 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:46:53.840331561 after sql statement 2015-01-15 22:46:53.849591244 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=157 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.27 sec) Bye 2015-01-15 22:46:54.128976810 after sql statement 2015-01-15 22:46:54.186514500 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.66 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:46:57.847573382 after sql statement 2015-01-15 22:46:57.851841974 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=158 -------------- Query OK, 70000 rows affected (5.17 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.96 sec) Bye 2015-01-15 22:47:03.991727771 after sql statement 2015-01-15 22:47:03.996393722 before sql statment -------------- update test211_7 set c2=c1 where batch=158 -------------- Query OK, 70000 rows affected (1.82 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:47:05.840866788 after sql statement 2015-01-15 22:47:05.850680695 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=158 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.10 sec) Bye 2015-01-15 22:47:06.964506632 after sql statement 2015-01-15 22:47:06.968475867 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224707_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:47:07 (29035) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224707_Job_62668.xml 2015-01-15 22:47:07 (29035) INFO : Job file loaded, run time for this step : 0.404012 seconds 2015-01-15 22:47:07 (29035) INFO : PreProcessing check starts 2015-01-15 22:47:07 (29035) INFO : PreProcessing check completed 2015-01-15 22:47:07 (29035) INFO : preProcess completed, run time for this step : 0.044909 seconds 2015-01-15 22:47:07 (29035) INFO : No of Read Threads Spawned = 1 2015-01-15 22:47:07 (29035) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:47:07 (29035) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:47:07 (29035) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:47:08 (29035) INFO : Bulk load completed, total run time : 1.48003 seconds 2015-01-15 22:47:08.736301582 after import 2015-01-15 22:47:08.743368150 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=159 -------------- Query OK, 70000 rows affected (2.20 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.13 sec) Bye 2015-01-15 22:47:12.093434234 after sql statement 2015-01-15 22:47:12.097564305 before sql statment -------------- update test211_7 set c2=c1 where batch=159 -------------- Query OK, 70000 rows affected (2.47 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:47:14.615011783 after sql statement 2015-01-15 22:47:14.631554427 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=159 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.37 sec) Bye 2015-01-15 22:47:15.015836526 after sql statement 2015-01-15 22:47:15.088412239 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.45 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:47:18.556210750 after sql statement 2015-01-15 22:47:18.561264166 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=160 -------------- Query OK, 70000 rows affected (2.49 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.59 sec) Bye 2015-01-15 22:47:21.653797300 after sql statement 2015-01-15 22:47:21.701423571 before sql statment -------------- update test211_7 set c2=c1 where batch=160 -------------- Query OK, 70000 rows affected (3.15 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:47:24.891328942 after sql statement 2015-01-15 22:47:24.901452918 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=160 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.23 sec) Bye 2015-01-15 22:47:26.139643590 after sql statement 2015-01-15 22:47:26.142274141 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224726_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:47:26 (44025) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224726_Job_62668.xml 2015-01-15 22:47:26 (44025) INFO : Job file loaded, run time for this step : 0.30868 seconds 2015-01-15 22:47:26 (44025) INFO : PreProcessing check starts 2015-01-15 22:47:26 (44025) INFO : PreProcessing check completed 2015-01-15 22:47:26 (44025) INFO : preProcess completed, run time for this step : 0.13616 seconds 2015-01-15 22:47:26 (44025) INFO : No of Read Threads Spawned = 1 2015-01-15 22:47:26 (44025) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:47:26 (44025) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:47:26 (44025) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:47:27 (44025) INFO : Bulk load completed, total run time : 1.49611 seconds 2015-01-15 22:47:27.874164565 after import 2015-01-15 22:47:27.878254366 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=161 -------------- Query OK, 70000 rows affected (2.42 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.83 sec) Bye 2015-01-15 22:47:31.138897720 after sql statement 2015-01-15 22:47:31.180685468 before sql statment -------------- update test211_7 set c2=c1 where batch=161 -------------- Query OK, 70000 rows affected (2.19 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:47:33.388649773 after sql statement 2015-01-15 22:47:33.396308272 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=161 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.32 sec) Bye 2015-01-15 22:47:34.729776117 after sql statement 2015-01-15 22:47:34.815927447 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.59 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:47:38.420594549 after sql statement 2015-01-15 22:47:38.462215704 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=162 -------------- Query OK, 70000 rows affected (3.12 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.59 sec) Bye 2015-01-15 22:47:42.203223526 after sql statement 2015-01-15 22:47:42.206966519 before sql statment -------------- update test211_7 set c2=c1 where batch=162 -------------- Query OK, 70000 rows affected (2.63 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:47:44.847746043 after sql statement 2015-01-15 22:47:44.856834865 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=162 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.27 sec) Bye 2015-01-15 22:47:46.140870664 after sql statement 2015-01-15 22:47:46.143577039 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224746_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:47:46 (58910) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224746_Job_62668.xml 2015-01-15 22:47:46 (58910) INFO : Job file loaded, run time for this step : 0.343491 seconds 2015-01-15 22:47:46 (58910) INFO : PreProcessing check starts 2015-01-15 22:47:46 (58910) INFO : PreProcessing check completed 2015-01-15 22:47:46 (58910) INFO : preProcess completed, run time for this step : 0.0294709 seconds 2015-01-15 22:47:46 (58910) INFO : No of Read Threads Spawned = 1 2015-01-15 22:47:46 (58910) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:47:46 (58910) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:47:46 (58910) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:47:47 (58910) INFO : Bulk load completed, total run time : 1.43078 seconds 2015-01-15 22:47:47.812885325 after import 2015-01-15 22:47:47.848338022 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=163 -------------- Query OK, 70000 rows affected (2.96 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.33 sec) Bye 2015-01-15 22:47:52.153962838 after sql statement 2015-01-15 22:47:52.160802389 before sql statment -------------- update test211_7 set c2=c1 where batch=163 -------------- Query OK, 70000 rows affected (3.49 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:47:55.675976030 after sql statement 2015-01-15 22:47:55.737551692 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=163 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.59 sec) Bye 2015-01-15 22:47:56.351976703 after sql statement 2015-01-15 22:47:56.427438560 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.96 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:48:00.399947295 after sql statement 2015-01-15 22:48:00.408125647 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=164 -------------- Query OK, 70000 rows affected (2.23 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.16 sec) Bye 2015-01-15 22:48:03.815929898 after sql statement 2015-01-15 22:48:03.821557978 before sql statment -------------- update test211_7 set c2=c1 where batch=164 -------------- Query OK, 70000 rows affected (1.57 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:48:05.404281428 after sql statement 2015-01-15 22:48:05.408244210 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=164 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.75 sec) Bye 2015-01-15 22:48:06.176696898 after sql statement 2015-01-15 22:48:06.187293846 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224806_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:48:07 (9334) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224806_Job_62668.xml 2015-01-15 22:48:07 (9334) INFO : Job file loaded, run time for this step : 0.628569 seconds 2015-01-15 22:48:07 (9334) INFO : PreProcessing check starts 2015-01-15 22:48:07 (9334) INFO : PreProcessing check completed 2015-01-15 22:48:07 (9334) INFO : preProcess completed, run time for this step : 0.0740619 seconds 2015-01-15 22:48:07 (9334) INFO : No of Read Threads Spawned = 1 2015-01-15 22:48:07 (9334) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:48:07 (9334) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:48:07 (9334) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:48:08 (9334) INFO : Bulk load completed, total run time : 1.72237 seconds 2015-01-15 22:48:08.117863647 after import 2015-01-15 22:48:08.121543960 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=165 -------------- Query OK, 70000 rows affected (2.16 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.77 sec) Bye 2015-01-15 22:48:11.059393293 after sql statement 2015-01-15 22:48:11.063984268 before sql statment -------------- update test211_7 set c2=c1 where batch=165 -------------- Query OK, 70000 rows affected (4.12 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:48:15.210557787 after sql statement 2015-01-15 22:48:15.220338005 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=165 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.03 sec) Bye 2015-01-15 22:48:16.258746332 after sql statement 2015-01-15 22:48:16.296878906 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (4.22 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:48:20.527797110 after sql statement 2015-01-15 22:48:20.546326231 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=166 -------------- Query OK, 70000 rows affected (3.64 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.45 sec) Bye 2015-01-15 22:48:25.659626902 after sql statement 2015-01-15 22:48:25.673004361 before sql statment -------------- update test211_7 set c2=c1 where batch=166 -------------- Query OK, 70000 rows affected (1.74 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:48:27.428700656 after sql statement 2015-01-15 22:48:27.434357519 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=166 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.27 sec) Bye 2015-01-15 22:48:27.719654025 after sql statement 2015-01-15 22:48:27.721926680 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224829_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:48:29 (24912) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224829_Job_62668.xml 2015-01-15 22:48:29 (24912) INFO : Job file loaded, run time for this step : 1.10782 seconds 2015-01-15 22:48:29 (24912) INFO : PreProcessing check starts 2015-01-15 22:48:29 (24912) INFO : PreProcessing check completed 2015-01-15 22:48:29 (24912) INFO : preProcess completed, run time for this step : 0.043865 seconds 2015-01-15 22:48:29 (24912) INFO : No of Read Threads Spawned = 1 2015-01-15 22:48:29 (24912) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:48:29 (24912) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:48:29 (24912) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:48:30 (24912) INFO : Bulk load completed, total run time : 2.19436 seconds 2015-01-15 22:48:30.445717050 after import 2015-01-15 22:48:30.526504789 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=167 -------------- Query OK, 70000 rows affected (2.55 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.85 sec) Bye 2015-01-15 22:48:33.950766538 after sql statement 2015-01-15 22:48:33.972767685 before sql statment -------------- update test211_7 set c2=c1 where batch=167 -------------- Query OK, 70000 rows affected (2.36 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:48:36.369667561 after sql statement 2015-01-15 22:48:36.377065981 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=167 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.19 sec) Bye 2015-01-15 22:48:36.573900343 after sql statement 2015-01-15 22:48:36.632662138 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.65 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:48:40.292896148 after sql statement 2015-01-15 22:48:40.296683433 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=168 -------------- Query OK, 70000 rows affected (2.34 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.93 sec) Bye 2015-01-15 22:48:44.579968193 after sql statement 2015-01-15 22:48:44.595494535 before sql statment -------------- update test211_7 set c2=c1 where batch=168 -------------- Query OK, 70000 rows affected (3.54 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:48:48.147324184 after sql statement 2015-01-15 22:48:48.158576790 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=168 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.38 sec) Bye 2015-01-15 22:48:49.553089896 after sql statement 2015-01-15 22:48:49.556350506 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224849_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:48:50 (41718) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224849_Job_62668.xml 2015-01-15 22:48:50 (41718) INFO : Job file loaded, run time for this step : 0.359921 seconds 2015-01-15 22:48:50 (41718) INFO : PreProcessing check starts 2015-01-15 22:48:50 (41718) INFO : PreProcessing check completed 2015-01-15 22:48:50 (41718) INFO : preProcess completed, run time for this step : 0.056174 seconds 2015-01-15 22:48:50 (41718) INFO : No of Read Threads Spawned = 1 2015-01-15 22:48:50 (41718) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:48:50 (41718) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:48:50 (41718) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:48:51 (41718) INFO : Bulk load completed, total run time : 1.44529 seconds 2015-01-15 22:48:51.170303498 after import 2015-01-15 22:48:51.184247842 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=169 -------------- Query OK, 70000 rows affected (0.89 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.34 sec) Bye 2015-01-15 22:48:52.419399554 after sql statement 2015-01-15 22:48:52.426599660 before sql statment -------------- update test211_7 set c2=c1 where batch=169 -------------- Query OK, 70000 rows affected (3.33 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:48:55.767770699 after sql statement 2015-01-15 22:48:55.774516309 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=169 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.62 sec) Bye 2015-01-15 22:48:56.417534668 after sql statement 2015-01-15 22:48:56.491121576 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (4.51 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:49:01.035477168 after sql statement 2015-01-15 22:49:01.074906751 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=170 -------------- Query OK, 70000 rows affected (2.09 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.54 sec) Bye 2015-01-15 22:49:03.742246898 after sql statement 2015-01-15 22:49:03.747614683 before sql statment -------------- update test211_7 set c2=c1 where batch=170 -------------- Query OK, 70000 rows affected (2.36 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:49:06.130459664 after sql statement 2015-01-15 22:49:06.135860819 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=170 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.35 sec) Bye 2015-01-15 22:49:06.530843379 after sql statement 2015-01-15 22:49:06.537455506 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224907_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:49:07 (55318) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224907_Job_62668.xml 2015-01-15 22:49:07 (55318) INFO : Job file loaded, run time for this step : 0.263189 seconds 2015-01-15 22:49:07 (55318) INFO : PreProcessing check starts 2015-01-15 22:49:07 (55318) INFO : PreProcessing check completed 2015-01-15 22:49:07 (55318) INFO : preProcess completed, run time for this step : 0.032377 seconds 2015-01-15 22:49:07 (55318) INFO : No of Read Threads Spawned = 1 2015-01-15 22:49:07 (55318) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:49:07 (55318) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:49:07 (55318) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:49:08 (55318) INFO : Bulk load completed, total run time : 1.90829 seconds 2015-01-15 22:49:08.788727419 after import 2015-01-15 22:49:08.796182800 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=171 -------------- Query OK, 70000 rows affected (3.89 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.49 sec) Bye 2015-01-15 22:49:14.185649651 after sql statement 2015-01-15 22:49:14.192186323 before sql statment -------------- update test211_7 set c2=c1 where batch=171 -------------- Query OK, 70000 rows affected (1.46 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:49:15.661870960 after sql statement 2015-01-15 22:49:15.667212072 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=171 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.94 sec) Bye 2015-01-15 22:49:16.612009430 after sql statement 2015-01-15 22:49:16.802345818 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.82 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:49:20.620065528 after sql statement 2015-01-15 22:49:20.626553587 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=172 -------------- Query OK, 70000 rows affected (4.45 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.56 sec) Bye 2015-01-15 22:49:25.641572417 after sql statement 2015-01-15 22:49:25.651165393 before sql statment -------------- update test211_7 set c2=c1 where batch=172 -------------- Query OK, 70000 rows affected (2.58 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:49:28.245486695 after sql statement 2015-01-15 22:49:28.258485260 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=172 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.09 sec) Bye 2015-01-15 22:49:29.377907118 after sql statement 2015-01-15 22:49:29.394849343 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224929_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:49:29 (6188) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224929_Job_62668.xml 2015-01-15 22:49:29 (6188) INFO : Job file loaded, run time for this step : 0.372473 seconds 2015-01-15 22:49:29 (6188) INFO : PreProcessing check starts 2015-01-15 22:49:30 (6188) INFO : PreProcessing check completed 2015-01-15 22:49:30 (6188) INFO : preProcess completed, run time for this step : 0.08937 seconds 2015-01-15 22:49:30 (6188) INFO : No of Read Threads Spawned = 1 2015-01-15 22:49:30 (6188) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:49:30 (6188) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:49:30 (6188) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:49:31 (6188) INFO : Bulk load completed, total run time : 1.48885 seconds 2015-01-15 22:49:31.081699930 after import 2015-01-15 22:49:31.086451223 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=173 -------------- Query OK, 70000 rows affected (5.08 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.25 sec) Bye 2015-01-15 22:49:37.423397313 after sql statement 2015-01-15 22:49:37.433052848 before sql statment -------------- update test211_7 set c2=c1 where batch=173 -------------- Query OK, 70000 rows affected (4.32 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:49:41.762667534 after sql statement 2015-01-15 22:49:41.769541300 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=173 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.80 sec) Bye 2015-01-15 22:49:43.588439327 after sql statement 2015-01-15 22:49:43.646321632 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.99 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:49:47.650987946 after sql statement 2015-01-15 22:49:47.659967058 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=174 -------------- Query OK, 70000 rows affected (1.72 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.17 sec) Bye 2015-01-15 22:49:50.554632822 after sql statement 2015-01-15 22:49:50.562441863 before sql statment -------------- update test211_7 set c2=c1 where batch=174 -------------- Query OK, 70000 rows affected (1.85 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:49:52.432968646 after sql statement 2015-01-15 22:49:52.438927017 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=174 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.94 sec) Bye 2015-01-15 22:49:53.393415672 after sql statement 2015-01-15 22:49:53.397101039 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224953_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:49:53 (22630) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T224953_Job_62668.xml 2015-01-15 22:49:53 (22630) INFO : Job file loaded, run time for this step : 0.275679 seconds 2015-01-15 22:49:53 (22630) INFO : PreProcessing check starts 2015-01-15 22:49:53 (22630) INFO : PreProcessing check completed 2015-01-15 22:49:53 (22630) INFO : preProcess completed, run time for this step : 0.0893071 seconds 2015-01-15 22:49:53 (22630) INFO : No of Read Threads Spawned = 1 2015-01-15 22:49:53 (22630) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:49:53 (22630) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:49:54 (22630) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:49:55 (22630) INFO : Bulk load completed, total run time : 1.39233 seconds 2015-01-15 22:49:55.008836538 after import 2015-01-15 22:49:55.016515551 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=175 -------------- Query OK, 70000 rows affected (3.71 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.21 sec) Bye 2015-01-15 22:49:59.945894454 after sql statement 2015-01-15 22:49:59.955721015 before sql statment -------------- update test211_7 set c2=c1 where batch=175 -------------- Query OK, 70000 rows affected (2.76 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:50:02.734369086 after sql statement 2015-01-15 22:50:02.744218346 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=175 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.03 sec) Bye 2015-01-15 22:50:03.784413872 after sql statement 2015-01-15 22:50:03.838047845 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (4.98 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:50:08.828543100 after sql statement 2015-01-15 22:50:08.832187544 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=176 -------------- Query OK, 70000 rows affected (3.62 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.45 sec) Bye 2015-01-15 22:50:13.916110576 after sql statement 2015-01-15 22:50:13.926357078 before sql statment -------------- update test211_7 set c2=c1 where batch=176 -------------- Query OK, 70000 rows affected (3.18 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:50:17.106990372 after sql statement 2015-01-15 22:50:17.115268070 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=176 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.06 sec) Bye 2015-01-15 22:50:18.196587255 after sql statement 2015-01-15 22:50:18.200836922 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T225018_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:50:18 (39472) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T225018_Job_62668.xml 2015-01-15 22:50:18 (39472) INFO : Job file loaded, run time for this step : 0.282222 seconds 2015-01-15 22:50:18 (39472) INFO : PreProcessing check starts 2015-01-15 22:50:18 (39472) INFO : PreProcessing check completed 2015-01-15 22:50:18 (39472) INFO : preProcess completed, run time for this step : 0.0357678 seconds 2015-01-15 22:50:18 (39472) INFO : No of Read Threads Spawned = 1 2015-01-15 22:50:18 (39472) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:50:18 (39472) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:50:18 (39472) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:50:19 (39472) INFO : Bulk load completed, total run time : 1.34147 seconds 2015-01-15 22:50:19.690559676 after import 2015-01-15 22:50:19.709785324 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=177 -------------- Query OK, 70000 rows affected (4.95 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.71 sec) Bye 2015-01-15 22:50:25.388545309 after sql statement 2015-01-15 22:50:25.394787596 before sql statment -------------- update test211_7 set c2=c1 where batch=177 -------------- Query OK, 70000 rows affected (2.28 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:50:27.685329102 after sql statement 2015-01-15 22:50:27.692833629 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=177 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.26 sec) Bye 2015-01-15 22:50:28.965325084 after sql statement 2015-01-15 22:50:29.047753280 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.90 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:50:32.959395658 after sql statement 2015-01-15 22:50:32.976856349 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=178 -------------- Query OK, 70000 rows affected (1.82 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.88 sec) Bye 2015-01-15 22:50:35.683811933 after sql statement 2015-01-15 22:50:35.707834444 before sql statment -------------- update test211_7 set c2=c1 where batch=178 -------------- Query OK, 70000 rows affected (3.27 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:50:38.995624023 after sql statement 2015-01-15 22:50:39.003082435 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=178 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.29 sec) Bye 2015-01-15 22:50:39.309535234 after sql statement 2015-01-15 22:50:39.311937585 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T225041_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:50:41 (54854) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T225041_Job_62668.xml 2015-01-15 22:50:41 (54854) INFO : Job file loaded, run time for this step : 1.24961 seconds 2015-01-15 22:50:41 (54854) INFO : PreProcessing check starts 2015-01-15 22:50:41 (54854) INFO : PreProcessing check completed 2015-01-15 22:50:41 (54854) INFO : preProcess completed, run time for this step : 0.0442321 seconds 2015-01-15 22:50:41 (54854) INFO : No of Read Threads Spawned = 1 2015-01-15 22:50:41 (54854) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:50:41 (54854) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:50:41 (54854) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:50:42 (54854) INFO : Bulk load completed, total run time : 2.31812 seconds 2015-01-15 22:50:42.205927299 after import 2015-01-15 22:50:42.218976851 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=179 -------------- Query OK, 70000 rows affected (2.99 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.63 sec) Bye 2015-01-15 22:50:45.907837442 after sql statement 2015-01-15 22:50:45.914401914 before sql statment -------------- update test211_7 set c2=c1 where batch=179 -------------- Query OK, 70000 rows affected (3.36 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:50:49.284638832 after sql statement 2015-01-15 22:50:49.293453904 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=179 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.61 sec) Bye 2015-01-15 22:50:49.905866612 after sql statement 2015-01-15 22:50:49.964199939 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (6.52 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:50:56.497888984 after sql statement 2015-01-15 22:50:56.505496998 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=180 -------------- Query OK, 70000 rows affected (3.54 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.50 sec) Bye 2015-01-15 22:51:00.577449472 after sql statement 2015-01-15 22:51:00.582901654 before sql statment -------------- update test211_7 set c2=c1 where batch=180 -------------- Query OK, 70000 rows affected (2.61 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:51:03.198168696 after sql statement 2015-01-15 22:51:03.213470863 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=180 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (1.54 sec) Bye 2015-01-15 22:51:04.769148672 after sql statement 2015-01-15 22:51:04.771423248 before import Locale is : C Using table OID 62668 as the default JOB ID Input file(s) will be read from : STDIN Job description file : /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T225106_Job_62668.xml Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62668.log 2015-01-15 22:51:06 (6579) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62668_D20150115_T225106_Job_62668.xml 2015-01-15 22:51:06 (6579) INFO : Job file loaded, run time for this step : 0.419235 seconds 2015-01-15 22:51:06 (6579) INFO : PreProcessing check starts 2015-01-15 22:51:06 (6579) INFO : PreProcessing check completed 2015-01-15 22:51:06 (6579) INFO : preProcess completed, run time for this step : 0.0610209 seconds 2015-01-15 22:51:06 (6579) INFO : No of Read Threads Spawned = 1 2015-01-15 22:51:06 (6579) INFO : Reading input from STDIN to import into table dmlc.test211_7... 2015-01-15 22:51:06 (6579) INFO : No of Parse Threads Spawned = 3 2015-01-15 22:51:06 (6579) INFO : For table dmlc.test211_7: 70000 rows processed and 70000 rows inserted. 2015-01-15 22:51:07 (6579) INFO : Bulk load completed, total run time : 1.51049 seconds 2015-01-15 22:51:07.394244957 after import 2015-01-15 22:51:07.409451219 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=181 -------------- Query OK, 70000 rows affected (1.62 sec) -------------- rollback -------------- Query OK, 0 rows affected (1.37 sec) Bye 2015-01-15 22:51:10.405064457 after sql statement 2015-01-15 22:51:10.411276046 before sql statment -------------- update test211_7 set c2=c1 where batch=181 -------------- Query OK, 70000 rows affected (2.71 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:51:13.134354195 after sql statement 2015-01-15 22:51:13.138398378 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=181 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.60 sec) Bye 2015-01-15 22:51:13.748732014 after sql statement 2015-01-15 22:51:13.854108596 before sql statment -------------- load data infile '/tmp/test211_7.tbl' into table test211_7 fields terminated by '|' -------------- Query OK, 70000 rows affected (3.85 sec) Records: 70000 Deleted: 0 Skipped: 0 Warnings: 0 Bye 2015-01-15 22:51:17.713485234 after sql statement 2015-01-15 22:51:17.717625427 before sql statment -------------- set autocommit=off -------------- Query OK, 0 rows affected (0.00 sec) -------------- delete from test211_7 where batch=182 -------------- Query OK, 70000 rows affected (4.09 sec) -------------- rollback -------------- Query OK, 0 rows affected (0.80 sec) Bye 2015-01-15 22:51:22.610035901 after sql statement 2015-01-15 22:51:22.614266815 before sql statment -------------- update test211_7 set c2=c1 where batch=182 -------------- Query OK, 70000 rows affected (1.10 sec) Rows matched: 0 Changed: 0 Warnings: 0 Bye 2015-01-15 22:51:23.720111707 after sql statement 2015-01-15 22:51:23.725730732 before sql statment -------------- select count(*), if(count(*)=70000, 'good', 'bad') result from test211_7 where batch=182 -------------- +----------+--------+ | count(*) | result | +----------+--------+ | 70000 | good | +----------+--------+ 1 row in set (0.51 sec) Bye 2015-01-15 22:51:24.252317770 after sql statement Thu Jan 15 22:51:24 CST 2015 - All done.