Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-3566

cpimport fails on PM2 with S3 storage backend

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 1.4.0
    • 1.4.1
    • cpimport
    • None
    • ColumnStore 1.4.0-1 - 1UM 2PM deployment on SkySQL dev

    Description

      I tried to ingest the bookstore sample data into a 1UM 2PM ColumnStore 1.4.0-1 cluster using GKE object storage as backend.

      I used the script from [1] on the UM module to download the files and run cpimport in mode 1.

      PM1 was able to ingest data without problems, but the import from PM2 failed. Therefore, I cancelled cpimport on UM1 through Strg+C. This triggered a rollback, which also failed.

      script output on UM1:

      [root@cs-test-mdb-cs-um-module-0 ~]# ./02_load_bookstore_data.sh
      Getting the bookstore sandbox archive ...
        % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                       Dload  Upload   Total   Spent    Left  Speed
      100  291M  100  291M    0     0  24.9M      0  0:00:11  0:00:11 --:--:-- 27.7M
      Extracting bookstore files ...
      Creating tables ...
      Loading bookstore data ...
      2019-10-17 17:28:21 (3723) INFO : Reading input from STDIN to import into table bookstore.Addresses...
      2019-10-17 17:28:21 (3723) INFO : Running distributed import (mode 1) on all PMs...
      2019-10-17 17:28:29 (3723) INFO : For table bookstore.Addresses: 2666749 rows processed and 2666749 rows inserted.
      2019-10-17 17:28:29 (3723) INFO : Bulk load completed, total run time : 8.20941 seconds
      2019-10-17 17:28:30 (3784) INFO : Reading input from STDIN to import into table bookstore.Books...
      2019-10-17 17:28:30 (3784) INFO : Running distributed import (mode 1) on all PMs...
      2019-10-17 17:28:33 (3784) INFO : For table bookstore.Books: 5001 rows processed and 5001 rows inserted.
      2019-10-17 17:28:33 (3784) INFO : Bulk load completed, total run time : 2.42146 seconds
      2019-10-17 17:28:33 (3825) INFO : Reading input from STDIN to import into table bookstore.Cards...
      2019-10-17 17:28:33 (3825) INFO : Running distributed import (mode 1) on all PMs...
      2019-10-17 17:28:42 (3825) INFO : For table bookstore.Cards: 1604661 rows processed and 1604661 rows inserted.
      2019-10-17 17:28:42 (3825) INFO : Bulk load completed, total run time : 8.72799 seconds
      2019-10-17 17:28:43 (3886) INFO : Reading input from STDIN to import into table bookstore.Customers...
      2019-10-17 17:28:43 (3886) INFO : Running distributed import (mode 1) on all PMs...
      2019-10-17 17:28:51 (3886) INFO : For table bookstore.Customers: 2005397 rows processed and 2005397 rows inserted.
      2019-10-17 17:28:51 (3886) INFO : Bulk load completed, total run time : 8.76933 seconds
      2019-10-17 17:28:52 (3947) INFO : Reading input from STDIN to import into table bookstore.Emails...
      2019-10-17 17:28:52 (3947) INFO : Running distributed import (mode 1) on all PMs...
      2019-10-17 17:29:00 (3947) INFO : For table bookstore.Emails: 2566571 rows processed and 2566571 rows inserted.
      2019-10-17 17:29:00 (3947) INFO : Bulk load completed, total run time : 8.33168 seconds
      2019-10-17 17:29:01 (3988) INFO : Reading input from STDIN to import into table bookstore.LoyaltyPoints...
      2019-10-17 17:29:01 (3988) INFO : Running distributed import (mode 1) on all PMs...
      2019-10-17 17:29:09 (3988) INFO : For table bookstore.LoyaltyPoints: 923008 rows processed and 923008 rows inserted.
      2019-10-17 17:29:09 (3988) INFO : Bulk load completed, total run time : 7.71616 seconds
      2019-10-17 17:29:09 (4049) INFO : Reading input from STDIN to import into table bookstore.MaritalStatuses...
      2019-10-17 17:29:09 (4049) INFO : Running distributed import (mode 1) on all PMs...
      2019-10-17 17:29:10 (4049) INFO : For table bookstore.MaritalStatuses: 5 rows processed and 5 rows inserted.
      2019-10-17 17:29:10 (4049) INFO : Bulk load completed, total run time : 1.00317 seconds
      2019-10-17 17:29:11 (4070) INFO : Reading input from STDIN to import into table bookstore.Phones...
      2019-10-17 17:29:11 (4070) INFO : Running distributed import (mode 1) on all PMs...
      2019-10-17 17:29:19 (4070) INFO : For table bookstore.Phones: 2427033 rows processed and 2427033 rows inserted.
      2019-10-17 17:29:19 (4070) INFO : Bulk load completed, total run time : 8.532 seconds
      2019-10-17 17:29:20 (4131) INFO : Reading input from STDIN to import into table bookstore.TransactionTypes...
      2019-10-17 17:29:20 (4131) INFO : Running distributed import (mode 1) on all PMs...
      2019-10-17 17:29:21 (4131) INFO : For table bookstore.TransactionTypes: 3 rows processed and 3 rows inserted.
      2019-10-17 17:29:21 (4131) INFO : Bulk load completed, total run time : 1.02842 seconds
      2019-10-17 17:29:21 (4152) INFO : Reading input from STDIN to import into table bookstore.Transactions...
      2019-10-17 17:29:21 (4152) INFO : Running distributed import (mode 1) on all PMs...
      2019-10-17 17:29:25 (4152) ERR  : Received a Cpimport Failure from PM2
      2019-10-17 17:29:25 (4152) INFO : Please verify error log files in PM2
      2019-10-17 17:29:25 (4152) INFO : Canceling outstanding cpimports
      2019-10-17 17:29:25 (4152) ERR  : PM2 : Bulkload Parse (thread 1) Failed for Table bookstore.Transactions during parsing.  Terminating this job.
      2019-10-17 17:29:25 (4152) ERR  : PM2 : Bulkload Parse (thread 2) Failed for Table bookstore.Transactions during parsing.  Terminating this job.
      2019-10-17 17:29:25 (4152) ERR  : PM2 : Bulkload Parse (thread 0) Failed for Table bookstore.Transactions during parsing.  Terminating this job.
      ^C2019-10-17 17:31:35 (4152) INFO : Received signal to terminate the process.
      2019-10-17 17:31:35 (4152) INFO : Handling signal ......
      2019-10-17 17:31:35 (4152) INFO : Canceling outstanding cpimports
      2019-10-17 17:31:39 (4152) INFO : Rolling back ..........
      2019-10-17 17:35:39 (4152) INFO : Rollback Failed; Leaving Tablelock ...
      

      error.log of PM2:

      [root@cs-test-mdb-cs-pm-module-1 columnstore]# cat err.log
      Oct 17 17:23:21 cs-test-mdb-cs-pm-module-1 configcpp[256]: 21.587572 |0|0|0| E 12 SocketPool::getSocket() failed to connect; got 'Connection refused'
      Oct 17 17:23:22 cs-test-mdb-cs-pm-module-1 configcpp[256]: 22.587803 |0|0|0| E 12 SocketPool::getSocket() failed to connect; got 'Connection refused'
      Oct 17 17:29:22 cs-test-mdb-cs-pm-module-1 cpimport.bin[1022]: 22.596895 |0|0|0| E 34 CAL0087: BulkLoad Error: Error adding initial dbroot2 extent to column file OID-3049; dbroot-2; partition-0; segment-1;  Error writing to a database file.
      Oct 17 17:29:22 cs-test-mdb-cs-pm-module-1 cpimport.bin[1022]: 22.598632 |0|0|0| E 34 CAL0087: BulkLoad Error: Bulkload Parse (thread 1) Failed for Table bookstore.Transactions during parsing.  Terminating this job.
      Oct 17 17:29:23 cs-test-mdb-cs-pm-module-1 cpimport.bin[1022]: 23.186756 |0|0|0| E 34 CAL0087: BulkLoad Error: Column file does not exist for OID-3050; DBRoot-2; partition-0; segment-1
      Oct 17 17:29:23 cs-test-mdb-cs-pm-module-1 cpimport.bin[1022]: 23.187014 |0|0|0| E 34 CAL0087: BulkLoad Error: Bulkload Parse (thread 2) Failed for Table bookstore.Transactions during parsing.  Terminating this job.
      Oct 17 17:29:24 cs-test-mdb-cs-pm-module-1 cpimport.bin[1022]: 24.850636 |0|0|0| E 34 CAL0087: BulkLoad Error: Error reading/positioning column file for OID-3048; DBRoot-2; partition-0; segment-1; filename-/usr/local/mariadb/columnstore/data2/000.dir/000.dir/011.dir/232.dir/000.dir/FILE001.cdf;
      Oct 17 17:29:24 cs-test-mdb-cs-pm-module-1 cpimport.bin[1022]: 24.850888 |0|0|0| E 34 CAL0087: BulkLoad Error: Bulkload Parse (thread 0) Failed for Table bookstore.Transactions during parsing.  Terminating this job.
      Oct 17 17:29:24 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 24.870440 |0|0|0| E 32 CAL0000: pushing data : PIPE error .........Broken pipe
      Oct 17 17:29:25 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 25.760470 |0|0|0| E 32 CAL0000: 7538 : cpimport exit on failure (signal -1)
      

      warning.log on PM2:

      [root@cs-test-mdb-cs-pm-module-1 columnstore]# cat warning.log
      Oct 17 17:23:21 cs-test-mdb-cs-pm-module-1 configcpp[256]: 21.587572 |0|0|0| E 12 SocketPool::getSocket() failed to connect; got 'Connection refused'
      Oct 17 17:23:22 cs-test-mdb-cs-pm-module-1 configcpp[256]: 22.587803 |0|0|0| E 12 SocketPool::getSocket() failed to connect; got 'Connection refused'
      Oct 17 17:23:23 cs-test-mdb-cs-pm-module-1 ServerMonitor[400]: 23.836496 |0|0|0| W 09 CAL0000: Total Swap space is set to 0
      Oct 17 17:29:22 cs-test-mdb-cs-pm-module-1 cpimport.bin[1022]: 22.596895 |0|0|0| E 34 CAL0087: BulkLoad Error: Error adding initial dbroot2 extent to column file OID-3049; dbroot-2; partition-0; segment-1;  Error writing to a database file.
      Oct 17 17:29:22 cs-test-mdb-cs-pm-module-1 cpimport.bin[1022]: 22.598632 |0|0|0| E 34 CAL0087: BulkLoad Error: Bulkload Parse (thread 1) Failed for Table bookstore.Transactions during parsing.  Terminating this job.
      Oct 17 17:29:23 cs-test-mdb-cs-pm-module-1 cpimport.bin[1022]: 23.186756 |0|0|0| E 34 CAL0087: BulkLoad Error: Column file does not exist for OID-3050; DBRoot-2; partition-0; segment-1
      Oct 17 17:29:23 cs-test-mdb-cs-pm-module-1 cpimport.bin[1022]: 23.187014 |0|0|0| E 34 CAL0087: BulkLoad Error: Bulkload Parse (thread 2) Failed for Table bookstore.Transactions during parsing.  Terminating this job.
      Oct 17 17:29:24 cs-test-mdb-cs-pm-module-1 cpimport.bin[1022]: 24.850636 |0|0|0| E 34 CAL0087: BulkLoad Error: Error reading/positioning column file for OID-3048; DBRoot-2; partition-0; segment-1; filename-/usr/local/mariadb/columnstore/data2/000.dir/000.dir/011.dir/232.dir/000.dir/FILE001.cdf;
      Oct 17 17:29:24 cs-test-mdb-cs-pm-module-1 cpimport.bin[1022]: 24.850888 |0|0|0| E 34 CAL0087: BulkLoad Error: Bulkload Parse (thread 0) Failed for Table bookstore.Transactions during parsing.  Terminating this job.
      Oct 17 17:29:24 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 24.870440 |0|0|0| E 32 CAL0000: pushing data : PIPE error .........Broken pipe
      Oct 17 17:29:25 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 25.760470 |0|0|0| E 32 CAL0000: 7538 : cpimport exit on failure (signal -1)
      

      info.log on PM2:

      [root@cs-test-mdb-cs-pm-module-1 columnstore]# cat info.log
      Oct 17 17:22:28 cs-test-mdb-cs-pm-module-1 ProcessMonitor[62]: 28.492709 |0|0|0| I 18 CAL0000: MSG RECEIVED: Update Calpont Config file
      Oct 17 17:22:28 cs-test-mdb-cs-pm-module-1 ProcessMonitor[62]: 28.493259 |0|0|0| I 18 CAL0000: UPDATECONFIGFILE: Completed
      Oct 17 17:22:29 cs-test-mdb-cs-pm-module-1 ProcessMonitor[62]: 29.495317 |0|0|0| I 18 CAL0000: MSG RECEIVED: Update Calpont Config file
      Oct 17 17:22:29 cs-test-mdb-cs-pm-module-1 ProcessMonitor[62]: 29.495640 |0|0|0| I 18 CAL0000: UPDATECONFIGFILE: Completed
      Oct 17 17:22:32 cs-test-mdb-cs-pm-module-1 ProcessMonitor[62]: 32.500664 |0|0|0| I 18 CAL0000: MSG RECEIVED: Update Calpont Config file
      Oct 17 17:22:32 cs-test-mdb-cs-pm-module-1 ProcessMonitor[62]: 32.501013 |0|0|0| I 18 CAL0000: UPDATECONFIGFILE: Completed
      Oct 17 17:22:33 cs-test-mdb-cs-pm-module-1 ProcessMonitor[62]: 33.503046 |0|0|0| I 18 CAL0000: MSG RECEIVED: Update Calpont Config file
      Oct 17 17:22:33 cs-test-mdb-cs-pm-module-1 ProcessMonitor[62]: 33.503387 |0|0|0| I 18 CAL0000: UPDATECONFIGFILE: Completed
      Oct 17 17:22:34 cs-test-mdb-cs-pm-module-1 ProcessMonitor[62]: 34.504481 |0|0|0| I 18 CAL0000: MSG RECEIVED: Configure Module
      Oct 17 17:22:34 cs-test-mdb-cs-pm-module-1 ProcessMonitor[62]: 34.507692 |0|0|0| I 18 CAL0000: CONFIGURE: ACK back to ProcMgr, return status = 0
      Oct 17 17:22:36 cs-test-mdb-cs-pm-module-1 oamcpp[239]: 36.148378 |0|0|0| I 08 CAL0104: Syslog Setup Test MariaDB Columnstore Log Test: 18856
      Oct 17 17:22:44 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 44.200323 |0|0|0| I 18 CAL0000:
      Oct 17 17:22:44 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 44.201335 |0|0|0| I 18 CAL0000: **********Process Monitor Started**********
      Oct 17 17:22:44 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 44.266848 |0|0|0| I 18 CAL0000: MSG RECEIVED: Update Calpont Config file
      Oct 17 17:22:44 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 44.267276 |0|0|0| I 18 CAL0000: UPDATECONFIGFILE: Completed
      Oct 17 17:22:45 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 45.269543 |0|0|0| I 18 CAL0000: MSG RECEIVED: Update Calpont Config file
      Oct 17 17:22:45 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 45.269889 |0|0|0| I 18 CAL0000: UPDATECONFIGFILE: Completed
      Oct 17 17:23:06 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 06.065605 |0|0|0| I 18 CAL0000:
      Oct 17 17:23:07 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 07.010530 |0|0|0| I 18 CAL0000: MSG RECEIVED: Get Calpont Software Info
      Oct 17 17:23:07 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 07.010651 |0|0|0| I 18 CAL0000: GETSOFTWAREINFO: ACK back to ProcMgr with 1.4.01
      Oct 17 17:23:08 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 08.037793 |0|0|0| I 18 CAL0000: MSG RECEIVED: Get Calpont Software Info
      Oct 17 17:23:08 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 08.037981 |0|0|0| I 18 CAL0000: GETSOFTWAREINFO: ACK back to ProcMgr with 1.4.01
      Oct 17 17:23:08 cs-test-mdb-cs-pm-module-1 ProcessManager[333]: 08.232619 |0|0|0| I 17 CAL0000:
      Oct 17 17:23:08 cs-test-mdb-cs-pm-module-1 ProcessManager[333]: 08.232675 |0|0|0| I 17 CAL0000: **********Process Manager Started**********
      Oct 17 17:23:08 cs-test-mdb-cs-pm-module-1 ProcessManager[333]: 08.235232 |0|0|0| I 17 CAL0000: Running Standby
      Oct 17 17:23:09 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 09.325287 |0|0|0| I 18 CAL0000: MSG RECEIVED: Update Calpont Config file
      Oct 17 17:23:09 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 09.325586 |0|0|0| I 18 CAL0000: UPDATECONFIGFILE: Completed
      Oct 17 17:23:14 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 14.360622 |0|0|0| I 18 CAL0000: MSG RECEIVED: Update Calpont Config file
      Oct 17 17:23:14 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 14.361063 |0|0|0| I 18 CAL0000: UPDATECONFIGFILE: Completed
      Oct 17 17:23:19 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 19.381477 |0|0|0| I 18 CAL0000: MSG RECEIVED: Start All process request...
      Oct 17 17:23:21 cs-test-mdb-cs-pm-module-1 configcpp[256]: 21.587572 |0|0|0| E 12 SocketPool::getSocket() failed to connect; got 'Connection refused'
      Oct 17 17:23:22 cs-test-mdb-cs-pm-module-1 configcpp[256]: 22.587803 |0|0|0| E 12 SocketPool::getSocket() failed to connect; got 'Connection refused'
      Oct 17 17:23:23 cs-test-mdb-cs-pm-module-1 StorageManager[384]: StorageManager started.
      Oct 17 17:23:23 cs-test-mdb-cs-pm-module-1 StorageManager[384]: SessionManager waiting for sockets.
      Oct 17 17:23:23 cs-test-mdb-cs-pm-module-1 ServerMonitor[400]: 23.836496 |0|0|0| W 09 CAL0000: Total Swap space is set to 0
      Oct 17 17:23:23 cs-test-mdb-cs-pm-module-1 ServerMonitor[400]: 23.848815 |0|0|0| I 09 CAL0000: processInitComplete Successfully Called
      Oct 17 17:23:29 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 29.681369 |0|0|0| I 18 CAL0000: STARTALL: ACK back to ProcMgr, return status = 0
      Oct 17 17:23:44 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 44.476182 |0|0|0| I 18 CAL0000: MSG RECEIVED: Update Calpont Config file
      Oct 17 17:23:44 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 44.476489 |0|0|0| I 18 CAL0000: UPDATECONFIGFILE: Completed
      Oct 17 17:23:46 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 46.229558 |0|0|0| I 18 CAL0000: MSG RECEIVED: Update Calpont Config file
      Oct 17 17:23:46 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 46.229901 |0|0|0| I 18 CAL0000: UPDATECONFIGFILE: Completed
      Oct 17 17:28:21 cs-test-mdb-cs-pm-module-1 cpimport.bin[690]: 21.536746 |0|0|0| I 34 CAL0086: Initiating BulkLoad: -s , -E ' -R /tmp/columnstore_tmp_files/BrmRpt09171728213723.rpt -m 1 -P um1-3723 -T SYSTEM -u5ae97e3f-fbb9-42d9-a7c8-f817e88e3620 bookstore Addresses
      Oct 17 17:28:21 cs-test-mdb-cs-pm-module-1 cpimport.bin[690]: 21.634644 |0|0|0| I 34 CAL0081: Start BulkLoad: JobId-3042; db-bookstore
      Oct 17 17:28:27 cs-test-mdb-cs-pm-module-1 cpimport.bin[690]: 27.602032 |0|0|0| I 34 CAL0083: BulkLoad: JobId-3042; finished loading table bookstore.Addresses; 1336749 rows inserted
      Oct 17 17:28:27 cs-test-mdb-cs-pm-module-1 writeengine[690]: 27.602101 |0|0|0| I 19 CAL0008: Bulkload |Job: /usr/local/mariadb/columnstore/data/bulk/tmpjob/3042_D20191017_T172821_S609926_Job_3042.xml |For table bookstore.Addresses: 1336749 rows processed and 1336749 rows inserted.
      Oct 17 17:28:27 cs-test-mdb-cs-pm-module-1 cpimport.bin[690]: 27.609687 |0|0|0| I 34 CAL0082: End BulkLoad: JobId-3042; status-SUCCESS
      Oct 17 17:28:27 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 27.620712 |0|0|0| I 32 CAL0000: 5220 : cpimport exit on success
      Oct 17 17:28:30 cs-test-mdb-cs-pm-module-1 cpimport.bin[765]: 30.761087 |0|0|0| I 34 CAL0086: Initiating BulkLoad: -s , -E ' -R /tmp/columnstore_tmp_files/BrmRpt09171728303784.rpt -m 1 -P um1-3784 -T SYSTEM -ufa171d5b-32af-4550-9300-fae5ff46ef6f bookstore Books
      Oct 17 17:28:30 cs-test-mdb-cs-pm-module-1 cpimport.bin[765]: 30.863695 |0|0|0| I 34 CAL0081: Start BulkLoad: JobId-3002; db-bookstore
      Oct 17 17:28:33 cs-test-mdb-cs-pm-module-1 cpimport.bin[765]: 33.026278 |0|0|0| I 34 CAL0083: BulkLoad: JobId-3002; finished loading table bookstore.Books; 5001 rows inserted
      Oct 17 17:28:33 cs-test-mdb-cs-pm-module-1 writeengine[765]: 33.026340 |0|0|0| I 19 CAL0008: Bulkload |Job: /usr/local/mariadb/columnstore/data/bulk/tmpjob/3002_D20191017_T172830_S837185_Job_3002.xml |For table bookstore.Books: 5001 rows processed and 5001 rows inserted.
      Oct 17 17:28:33 cs-test-mdb-cs-pm-module-1 cpimport.bin[765]: 33.031578 |0|0|0| I 34 CAL0082: End BulkLoad: JobId-3002; status-SUCCESS
      Oct 17 17:28:33 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 33.041415 |0|0|0| I 32 CAL0000: 9950 : cpimport exit on success
      Oct 17 17:28:34 cs-test-mdb-cs-pm-module-1 cpimport.bin[797]: 34.007301 |0|0|0| I 34 CAL0086: Initiating BulkLoad: -s , -E ' -R /tmp/columnstore_tmp_files/BrmRpt09171728333825.rpt -m 1 -P um1-3825 -T SYSTEM -ue4f6e3d7-6524-46d4-b799-fd7dbb84f7e6 bookstore Cards
      Oct 17 17:28:34 cs-test-mdb-cs-pm-module-1 cpimport.bin[797]: 34.556061 |0|0|0| I 34 CAL0081: Start BulkLoad: JobId-3020; db-bookstore
      Oct 17 17:28:40 cs-test-mdb-cs-pm-module-1 cpimport.bin[797]: 40.652291 |0|0|0| I 34 CAL0083: BulkLoad: JobId-3020; finished loading table bookstore.Cards; 800000 rows inserted
      Oct 17 17:28:40 cs-test-mdb-cs-pm-module-1 writeengine[797]: 40.652345 |0|0|0| I 19 CAL0008: Bulkload |Job: /usr/local/mariadb/columnstore/data/bulk/tmpjob/3020_D20191017_T172834_S444181_Job_3020.xml |For table bookstore.Cards: 800000 rows processed and 800000 rows inserted.
      Oct 17 17:28:40 cs-test-mdb-cs-pm-module-1 cpimport.bin[797]: 40.660936 |0|0|0| I 34 CAL0082: End BulkLoad: JobId-3020; status-SUCCESS
      Oct 17 17:28:40 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 40.670329 |0|0|0| I 32 CAL0000: 2109 : cpimport exit on success
      Oct 17 17:28:43 cs-test-mdb-cs-pm-module-1 cpimport.bin[830]: 43.245617 |0|0|0| I 34 CAL0086: Initiating BulkLoad: -s , -E ' -R /tmp/columnstore_tmp_files/BrmRpt09171728433886.rpt -m 1 -P um1-3886 -T SYSTEM -u3f32951b-7061-47e4-8ee5-b17ed5209158 bookstore Customers
      Oct 17 17:28:43 cs-test-mdb-cs-pm-module-1 cpimport.bin[830]: 43.896192 |0|0|0| I 34 CAL0081: Start BulkLoad: JobId-3063; db-bookstore
      Oct 17 17:28:51 cs-test-mdb-cs-pm-module-1 cpimport.bin[830]: 51.834566 |0|0|0| I 34 CAL0083: BulkLoad: JobId-3063; finished loading table bookstore.Customers; 1000000 rows inserted
      Oct 17 17:28:51 cs-test-mdb-cs-pm-module-1 writeengine[830]: 51.834630 |0|0|0| I 19 CAL0008: Bulkload |Job: /usr/local/mariadb/columnstore/data/bulk/tmpjob/3063_D20191017_T172843_S804110_Job_3063.xml |For table bookstore.Customers: 1000000 rows processed and 1000000 rows inserted.
      Oct 17 17:28:51 cs-test-mdb-cs-pm-module-1 cpimport.bin[830]: 51.844635 |0|0|0| I 34 CAL0082: End BulkLoad: JobId-3063; status-SUCCESS
      Oct 17 17:28:51 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 51.856195 |0|0|0| I 32 CAL0000: 1913 : cpimport exit on success
      Oct 17 17:28:52 cs-test-mdb-cs-pm-module-1 cpimport.bin[865]: 52.501215 |0|0|0| I 34 CAL0086: Initiating BulkLoad: -s , -E ' -R /tmp/columnstore_tmp_files/BrmRpt09171728523947.rpt -m 1 -P um1-3947 -T SYSTEM -uc06ef374-6e48-4308-80aa-2669e9351e04 bookstore Emails
      Oct 17 17:28:52 cs-test-mdb-cs-pm-module-1 cpimport.bin[865]: 52.597319 |0|0|0| I 34 CAL0081: Start BulkLoad: JobId-3032; db-bookstore
      Oct 17 17:29:00 cs-test-mdb-cs-pm-module-1 cpimport.bin[865]: 00.663039 |0|0|0| I 34 CAL0083: BulkLoad: JobId-3032; finished loading table bookstore.Emails; 1286571 rows inserted
      Oct 17 17:29:00 cs-test-mdb-cs-pm-module-1 writeengine[865]: 00.663098 |0|0|0| I 19 CAL0008: Bulkload |Job: /usr/local/mariadb/columnstore/data/bulk/tmpjob/3032_D20191017_T172852_S575465_Job_3032.xml |For table bookstore.Emails: 1286571 rows processed and 1286571 rows inserted.
      Oct 17 17:29:00 cs-test-mdb-cs-pm-module-1 cpimport.bin[865]: 00.673986 |0|0|0| I 34 CAL0082: End BulkLoad: JobId-3032; status-SUCCESS
      Oct 17 17:29:00 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 00.685369 |0|0|0| I 32 CAL0000: 4615 : cpimport exit on success
      Oct 17 17:29:01 cs-test-mdb-cs-pm-module-1 cpimport.bin[898]: 01.733190 |0|0|0| I 34 CAL0086: Initiating BulkLoad: -s , -E ' -R /tmp/columnstore_tmp_files/BrmRpt09171729013988.rpt -m 1 -P um1-3988 -T SYSTEM -ud0bfffed-0bc4-4344-b9a6-20163313033d bookstore LoyaltyPoints
      Oct 17 17:29:01 cs-test-mdb-cs-pm-module-1 cpimport.bin[898]: 01.835854 |0|0|0| I 34 CAL0081: Start BulkLoad: JobId-3057; db-bookstore
      Oct 17 17:29:07 cs-test-mdb-cs-pm-module-1 cpimport.bin[898]: 07.011166 |0|0|0| I 34 CAL0083: BulkLoad: JobId-3057; finished loading table bookstore.LoyaltyPoints; 463008 rows inserted
      Oct 17 17:29:07 cs-test-mdb-cs-pm-module-1 writeengine[898]: 07.011237 |0|0|0| I 19 CAL0008: Bulkload |Job: /usr/local/mariadb/columnstore/data/bulk/tmpjob/3057_D20191017_T172901_S811801_Job_3057.xml |For table bookstore.LoyaltyPoints: 463008 rows processed and 463008 rows inserted.
      Oct 17 17:29:07 cs-test-mdb-cs-pm-module-1 cpimport.bin[898]: 07.019764 |0|0|0| I 34 CAL0082: End BulkLoad: JobId-3057; status-SUCCESS
      Oct 17 17:29:07 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 07.030214 |0|0|0| I 32 CAL0000: 7885 : cpimport exit on success
      Oct 17 17:29:09 cs-test-mdb-cs-pm-module-1 cpimport.bin[929]: 09.957726 |0|0|0| I 34 CAL0086: Initiating BulkLoad: -s , -E ' -R /tmp/columnstore_tmp_files/BrmRpt09171729094049.rpt -m 1 -P um1-4049 -T SYSTEM -u9f8a3aca-2da2-4311-a857-7ca94b215c4d bookstore MaritalStatuses
      Oct 17 17:29:10 cs-test-mdb-cs-pm-module-1 cpimport.bin[929]: 10.045412 |0|0|0| I 34 CAL0081: Start BulkLoad: JobId-3016; db-bookstore
      Oct 17 17:29:10 cs-test-mdb-cs-pm-module-1 cpimport.bin[929]: 10.801778 |0|0|0| I 34 CAL0083: BulkLoad: JobId-3016; finished loading table bookstore.MaritalStatuses; 5 rows inserted
      Oct 17 17:29:10 cs-test-mdb-cs-pm-module-1 writeengine[929]: 10.801844 |0|0|0| I 19 CAL0008: Bulkload |Job: /usr/local/mariadb/columnstore/data/bulk/tmpjob/3016_D20191017_T172910_S025190_Job_3016.xml |For table bookstore.MaritalStatuses: 5 rows processed and 5 rows inserted.
      Oct 17 17:29:10 cs-test-mdb-cs-pm-module-1 cpimport.bin[929]: 10.806666 |0|0|0| I 34 CAL0082: End BulkLoad: JobId-3016; status-SUCCESS
      Oct 17 17:29:10 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 10.815939 |0|0|0| I 32 CAL0000: 1719 : cpimport exit on success
      Oct 17 17:29:11 cs-test-mdb-cs-pm-module-1 cpimport.bin[959]: 11.178450 |0|0|0| I 34 CAL0086: Initiating BulkLoad: -s , -E ' -R /tmp/columnstore_tmp_files/BrmRpt09171729114070.rpt -m 1 -P um1-4070 -T SYSTEM -u7eb96092-6629-435c-b7cd-8cb21b28e98d bookstore Phones
      Oct 17 17:29:11 cs-test-mdb-cs-pm-module-1 cpimport.bin[959]: 11.279745 |0|0|0| I 34 CAL0081: Start BulkLoad: JobId-3037; db-bookstore
      Oct 17 17:29:19 cs-test-mdb-cs-pm-module-1 cpimport.bin[959]: 19.548205 |0|0|0| I 34 CAL0083: BulkLoad: JobId-3037; finished loading table bookstore.Phones; 1210000 rows inserted
      Oct 17 17:29:19 cs-test-mdb-cs-pm-module-1 writeengine[959]: 19.548260 |0|0|0| I 19 CAL0008: Bulkload |Job: /usr/local/mariadb/columnstore/data/bulk/tmpjob/3037_D20191017_T172911_S255531_Job_3037.xml |For table bookstore.Phones: 1210000 rows processed and 1210000 rows inserted.
      Oct 17 17:29:19 cs-test-mdb-cs-pm-module-1 cpimport.bin[959]: 19.559037 |0|0|0| I 34 CAL0082: End BulkLoad: JobId-3037; status-SUCCESS
      Oct 17 17:29:19 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 19.570630 |0|0|0| I 32 CAL0000: 8532 : cpimport exit on success
      Oct 17 17:29:20 cs-test-mdb-cs-pm-module-1 cpimport.bin[992]: 20.440145 |0|0|0| I 34 CAL0086: Initiating BulkLoad: -s , -E ' -R /tmp/columnstore_tmp_files/BrmRpt09171729204131.rpt -m 1 -P um1-4131 -T SYSTEM -ue0e56f34-37ee-4dbe-b63e-6c81f1267c8d bookstore TransactionTypes
      Oct 17 17:29:20 cs-test-mdb-cs-pm-module-1 cpimport.bin[992]: 20.528861 |0|0|0| I 34 CAL0081: Start BulkLoad: JobId-3012; db-bookstore
      Oct 17 17:29:20 cs-test-mdb-cs-pm-module-1 cpimport.bin[992]: 20.692809 |0|0|0| I 34 CAL0083: BulkLoad: JobId-3012; finished loading table bookstore.TransactionTypes; 0 rows inserted
      Oct 17 17:29:20 cs-test-mdb-cs-pm-module-1 cpimport.bin[992]: 20.695806 |0|0|0| I 34 CAL0082: End BulkLoad: JobId-3012; status-SUCCESS
      Oct 17 17:29:20 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 20.705550 |0|0|0| I 32 CAL0000: 6384 : cpimport exit on success
      Oct 17 17:29:21 cs-test-mdb-cs-pm-module-1 cpimport.bin[1022]: 21.689556 |0|0|0| I 34 CAL0086: Initiating BulkLoad: -s , -E ' -R /tmp/columnstore_tmp_files/BrmRpt09171729214152.rpt -m 1 -P um1-4152 -T SYSTEM -u32ffdee5-35a2-4513-b384-8a017b46e79a bookstore Transactions
      Oct 17 17:29:21 cs-test-mdb-cs-pm-module-1 cpimport.bin[1022]: 21.795096 |0|0|0| I 34 CAL0081: Start BulkLoad: JobId-3047; db-bookstore
      Oct 17 17:29:22 cs-test-mdb-cs-pm-module-1 cpimport.bin[1022]: 22.596895 |0|0|0| E 34 CAL0087: BulkLoad Error: Error adding initial dbroot2 extent to column file OID-3049; dbroot-2; partition-0; segment-1;  Error writing to a database file.
      Oct 17 17:29:22 cs-test-mdb-cs-pm-module-1 cpimport.bin[1022]: 22.598632 |0|0|0| E 34 CAL0087: BulkLoad Error: Bulkload Parse (thread 1) Failed for Table bookstore.Transactions during parsing.  Terminating this job.
      Oct 17 17:29:23 cs-test-mdb-cs-pm-module-1 cpimport.bin[1022]: 23.186756 |0|0|0| E 34 CAL0087: BulkLoad Error: Column file does not exist for OID-3050; DBRoot-2; partition-0; segment-1
      Oct 17 17:29:23 cs-test-mdb-cs-pm-module-1 cpimport.bin[1022]: 23.187014 |0|0|0| E 34 CAL0087: BulkLoad Error: Bulkload Parse (thread 2) Failed for Table bookstore.Transactions during parsing.  Terminating this job.
      Oct 17 17:29:24 cs-test-mdb-cs-pm-module-1 cpimport.bin[1022]: 24.850636 |0|0|0| E 34 CAL0087: BulkLoad Error: Error reading/positioning column file for OID-3048; DBRoot-2; partition-0; segment-1; filename-/usr/local/mariadb/columnstore/data2/000.dir/000.dir/011.dir/232.dir/000.dir/FILE001.cdf;
      Oct 17 17:29:24 cs-test-mdb-cs-pm-module-1 cpimport.bin[1022]: 24.850888 |0|0|0| E 34 CAL0087: BulkLoad Error: Bulkload Parse (thread 0) Failed for Table bookstore.Transactions during parsing.  Terminating this job.
      Oct 17 17:29:24 cs-test-mdb-cs-pm-module-1 cpimport.bin[1022]: 24.851288 |0|0|0| I 34 CAL0082: End BulkLoad: JobId-3047; status-FAILED
      Oct 17 17:29:24 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 24.870440 |0|0|0| E 32 CAL0000: pushing data : PIPE error .........Broken pipe
      Oct 17 17:29:25 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 25.760470 |0|0|0| E 32 CAL0000: 7538 : cpimport exit on failure (signal -1)
      

      debug.log on PM2:

      [root@cs-test-mdb-cs-pm-module-1 columnstore]# cat debug.log
      Oct 17 17:22:07 cs-test-mdb-cs-pm-module-1 ProcessMonitor[62]: 07.756180 |0|0|0| D 18 CAL0000: Waiting for ProcMgr to start up
      Oct 17 17:22:18 cs-test-mdb-cs-pm-module-1 ProcessMonitor[62]: 18.757608 |0|0|0| D 18 CAL0000: Waiting for ProcMgr to start up
      Oct 17 17:22:28 cs-test-mdb-cs-pm-module-1 ProcessMonitor[62]: 28.492709 |0|0|0| I 18 CAL0000: MSG RECEIVED: Update Calpont Config file
      Oct 17 17:22:28 cs-test-mdb-cs-pm-module-1 ProcessMonitor[62]: 28.493259 |0|0|0| I 18 CAL0000: UPDATECONFIGFILE: Completed
      Oct 17 17:22:29 cs-test-mdb-cs-pm-module-1 ProcessMonitor[62]: 29.495317 |0|0|0| I 18 CAL0000: MSG RECEIVED: Update Calpont Config file
      Oct 17 17:22:29 cs-test-mdb-cs-pm-module-1 ProcessMonitor[62]: 29.495640 |0|0|0| I 18 CAL0000: UPDATECONFIGFILE: Completed
      Oct 17 17:22:29 cs-test-mdb-cs-pm-module-1 ProcessMonitor[62]: 29.759343 |0|0|0| D 18 CAL0000: Waiting for ProcMgr to start up
      Oct 17 17:22:32 cs-test-mdb-cs-pm-module-1 ProcessMonitor[62]: 32.500664 |0|0|0| I 18 CAL0000: MSG RECEIVED: Update Calpont Config file
      Oct 17 17:22:32 cs-test-mdb-cs-pm-module-1 ProcessMonitor[62]: 32.501013 |0|0|0| I 18 CAL0000: UPDATECONFIGFILE: Completed
      Oct 17 17:22:33 cs-test-mdb-cs-pm-module-1 ProcessMonitor[62]: 33.503046 |0|0|0| I 18 CAL0000: MSG RECEIVED: Update Calpont Config file
      Oct 17 17:22:33 cs-test-mdb-cs-pm-module-1 ProcessMonitor[62]: 33.503387 |0|0|0| I 18 CAL0000: UPDATECONFIGFILE: Completed
      Oct 17 17:22:34 cs-test-mdb-cs-pm-module-1 ProcessMonitor[62]: 34.504481 |0|0|0| I 18 CAL0000: MSG RECEIVED: Configure Module
      Oct 17 17:22:34 cs-test-mdb-cs-pm-module-1 ProcessMonitor[62]: 34.507692 |0|0|0| I 18 CAL0000: CONFIGURE: ACK back to ProcMgr, return status = 0
      Oct 17 17:22:35 cs-test-mdb-cs-pm-module-1 oamcpp[62]: 35.761055 |0|0|0| D 08 CAL0000: getMySQLPassword: checking: /root/.my.cnf
      Oct 17 17:22:35 cs-test-mdb-cs-pm-module-1 oamcpp[62]: 35.761185 |0|0|0| D 08 CAL0000: getMySQLPassword: doesn't exist: /root/.my.cnf
      Oct 17 17:22:35 cs-test-mdb-cs-pm-module-1 ProcessMonitor[62]: 35.761264 |0|0|0| D 18 CAL0000: run module_installer.sh
      Oct 17 17:22:35 cs-test-mdb-cs-pm-module-1 ProcessMonitor[62]: 35.761299 |0|0|0| D 18 CAL0000: /usr/local/mariadb/columnstore/bin/module_installer.sh  --installdir=/usr/local/mariadb/columnstore --module=pm  > /tmp/columnstore_tmp_files/module_installer.log 2>&1
      Oct 17 17:22:36 cs-test-mdb-cs-pm-module-1 oamcpp[239]: 36.148378 |0|0|0| I 08 CAL0104: Syslog Setup Test MariaDB Columnstore Log Test: 18856
      Oct 17 17:22:39 cs-test-mdb-cs-pm-module-1 ProcessMonitor[62]: 39.158168 |0|0|0| D 18 CAL0000: restarting for a initial setup
      Oct 17 17:22:44 cs-test-mdb-cs-pm-module-1 IDBFile[256]: 44.190212 |0|0|0| D 35 CAL0002: IDBFactory::installPlugin: installed filesystem plugin /usr/local/mariadb/columnstore/lib/libcloudio.so
      Oct 17 17:22:44 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 44.200323 |0|0|0| I 18 CAL0000:
      Oct 17 17:22:44 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 44.201335 |0|0|0| I 18 CAL0000: **********Process Monitor Started**********
      Oct 17 17:22:44 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 44.201984 |0|0|0| D 18 CAL0000:
      Oct 17 17:22:44 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 44.202672 |0|0|0| D 18 CAL0000: **********Process Monitor Started**********
      Oct 17 17:22:44 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 44.208469 |0|0|0| D 18 CAL0000: Message Thread started ..
      Oct 17 17:22:44 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 44.209576 |0|0|0| D 18 CAL0000: Cloud setting = unassigned
      Oct 17 17:22:44 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 44.210070 |0|0|0| D 18 CAL0000: PORTS: pm2_ProcessMonitor/8800
      Oct 17 17:22:44 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 44.213081 |0|0|0| D 18 CAL0000: ProcMon: Starting as NON-ACTIVE Parent
      Oct 17 17:22:44 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 44.213674 |0|0|0| D 18 CAL0000: createDataDirs called
      Oct 17 17:22:44 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 44.266848 |0|0|0| I 18 CAL0000: MSG RECEIVED: Update Calpont Config file
      Oct 17 17:22:44 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 44.267276 |0|0|0| I 18 CAL0000: UPDATECONFIGFILE: Completed
      Oct 17 17:22:44 cs-test-mdb-cs-pm-module-1 journal: ProcessMonitor[256]44.266638 |0|0|0| D 18 CAL0000: Successfull return from distributeConfigFile
      Oct 17 17:22:45 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 45.269543 |0|0|0| I 18 CAL0000: MSG RECEIVED: Update Calpont Config file
      Oct 17 17:22:45 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 45.269889 |0|0|0| I 18 CAL0000: UPDATECONFIGFILE: Completed
      Oct 17 17:22:45 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 45.270352 |0|0|0| D 18 CAL0000: Successfull return from distributeProcessFile
      Oct 17 17:22:45 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 45.275156 |0|0|0| D 18 CAL0000: checkDataMount called
      Oct 17 17:22:45 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 45.281260 |0|0|0| D 18 CAL0000: WAITING FOR mainResumeFlag to be set
      Oct 17 17:22:45 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 45.282382 |0|0|0| D 18 CAL0000: statusControlThread Thread started ..
      Oct 17 17:22:46 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 46.281455 |0|0|0| D 18 CAL0000: WAITING FOR mainResumeFlag to be set
      Oct 17 17:22:47 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 47.281730 |0|0|0| D 18 CAL0000: WAITING FOR mainResumeFlag to be set
      Oct 17 17:22:48 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 48.281985 |0|0|0| D 18 CAL0000: WAITING FOR mainResumeFlag to be set
      Oct 17 17:22:49 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 49.282264 |0|0|0| D 18 CAL0000: WAITING FOR mainResumeFlag to be set
      Oct 17 17:22:50 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 50.282494 |0|0|0| D 18 CAL0000: WAITING FOR mainResumeFlag to be set
      Oct 17 17:22:51 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 51.282733 |0|0|0| D 18 CAL0000: WAITING FOR mainResumeFlag to be set
      Oct 17 17:22:52 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 52.282965 |0|0|0| D 18 CAL0000: WAITING FOR mainResumeFlag to be set
      Oct 17 17:22:53 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 53.283164 |0|0|0| D 18 CAL0000: WAITING FOR mainResumeFlag to be set
      Oct 17 17:22:54 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 54.283367 |0|0|0| D 18 CAL0000: WAITING FOR mainResumeFlag to be set
      Oct 17 17:22:55 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 55.119277 |0|0|0| D 18 CAL0000: Process Status shared Memory allocated and Initialized
      Oct 17 17:22:55 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 55.138644 |0|0|0| D 18 CAL0000: System/Module Status shared Memory allociated and Initialized
      Oct 17 17:22:55 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 55.139522 |0|0|0| D 18 CAL0000: NIC Status shared Memory allociated and Initialized
      Oct 17 17:22:55 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 55.140568 |0|0|0| D 18 CAL0000: Ext Device Status shared Memory allociated and Initialized
      Oct 17 17:22:55 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 55.142664 |0|0|0| D 18 CAL0000: Dbroot Status shared Memory allociated and Initialized
      Oct 17 17:22:55 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 55.151308 |0|0|0| D 18 CAL0000: statusControlThread Thread reading ProcStatusControlStandby port
      Oct 17 17:22:55 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 55.288043 |0|0|0| D 18 CAL0000: StatusUpdate of Process ProcessMonitor State = 1 PID = 256
      Oct 17 17:23:05 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 05.032449 |0|0|0| D 18 CAL0000: SYSTEM STATUS = 9
      Oct 17 17:23:05 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 05.032793 |0|0|0| D 18 CAL0000: checkSpecialProcessState on : ProcessManager
      Oct 17 17:23:05 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 05.032895 |0|0|0| D 18 CAL0000: StatusUpdate of Process ProcessManager State = 6 PID = 0
      Oct 17 17:23:05 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 05.035439 |0|0|0| D 18 CAL0000: checkSpecialProcessState status return : 6
      Oct 17 17:23:05 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 05.035546 |0|0|0| D 18 CAL0000: STOPPING Process: ProcessManager
      Oct 17 17:23:05 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 05.035542 |0|0|0| D 18 CAL0000: Send CLEAR Alarm ID 21 on device ProcessManager
      Oct 17 17:23:05 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 05.035823 |0|0|0| D 18 CAL0000: StatusUpdate of Process ProcessManager State = 1 PID = 0
      Oct 17 17:23:05 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 05.041360 |0|0|0| D 18 CAL0000: Send CLEAR Alarm ID 13 on device ProcessManager
      Oct 17 17:23:05 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 05.044960 |0|0|0| D 18 CAL0000: Pkill Process just to make sure: ProcMgr\*
      Oct 17 17:23:05 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 05.045149 |0|0|0| D 18 CAL0000: STARTING Process: ProcessManager
      Oct 17 17:23:05 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 05.045182 |0|0|0| D 18 CAL0000: Process location: /usr/local/mariadb/columnstore/bin/ProcMgr
      Oct 17 17:23:05 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 05.050375 |0|0|0| D 18 CAL0000: Pkill Process just to make sure: ProcMgr\*
      Oct 17 17:23:05 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 05.050481 |0|0|0| D 18 CAL0000: StatusUpdate of Process ProcessManager State = 6 PID = 0
      Oct 17 17:23:06 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 06.045023 |0|0|0| D 18 CAL0000: Send CLEAR Alarm ID 25 on device ProcessManager
      Oct 17 17:23:06 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 06.061705 |0|0|0| D 18 CAL0000: StatusUpdate of Process ProcessManager State = 21 PID = 333
      Oct 17 17:23:06 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 06.065184 |0|0|0| D 18 CAL0000: ProcessManager PID is 333
      Oct 17 17:23:06 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 06.065605 |0|0|0| I 18 CAL0000:
      Oct 17 17:23:06 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 06.067002 |0|0|0| D 18 CAL0000: Child Process Monitoring Thread started ..
      Oct 17 17:23:06 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 06.069265 |0|0|0| D 18 CAL0000: processInitComplete Successfully Called
      Oct 17 17:23:07 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 07.010530 |0|0|0| I 18 CAL0000: MSG RECEIVED: Get Calpont Software Info
      Oct 17 17:23:07 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 07.010651 |0|0|0| I 18 CAL0000: GETSOFTWAREINFO: ACK back to ProcMgr with 1.4.01
      Oct 17 17:23:07 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 07.048335 |0|0|0| D 18 CAL0000: Send SET Alarm ID 13 on device ProcessManager
      Oct 17 17:23:08 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 08.037793 |0|0|0| I 18 CAL0000: MSG RECEIVED: Get Calpont Software Info
      Oct 17 17:23:08 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 08.037981 |0|0|0| I 18 CAL0000: GETSOFTWAREINFO: ACK back to ProcMgr with 1.4.01
      Oct 17 17:23:08 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 08.050979 |0|0|0| D 18 CAL0000: Send CLEAR Alarm ID 25 on device ProcessManager
      Oct 17 17:23:08 cs-test-mdb-cs-pm-module-1 IDBFile[333]: 08.226875 |0|0|0| D 35 CAL0002: IDBFactory::installPlugin: installed filesystem plugin /usr/local/mariadb/columnstore/lib/libcloudio.so
      Oct 17 17:23:08 cs-test-mdb-cs-pm-module-1 ProcessManager[333]: 08.232619 |0|0|0| I 17 CAL0000:
      Oct 17 17:23:08 cs-test-mdb-cs-pm-module-1 ProcessManager[333]: 08.232675 |0|0|0| I 17 CAL0000: **********Process Manager Started**********
      Oct 17 17:23:08 cs-test-mdb-cs-pm-module-1 ProcessManager[333]: 08.234172 |0|0|0| D 17 CAL0000: Main: DBRootStorageType = storagemanager
      Oct 17 17:23:08 cs-test-mdb-cs-pm-module-1 ProcessManager[333]: 08.235232 |0|0|0| I 17 CAL0000: Running Standby
      Oct 17 17:23:08 cs-test-mdb-cs-pm-module-1 ProcessManager[333]: 08.235285 |0|0|0| D 17 CAL0000: Running Standby
      Oct 17 17:23:08 cs-test-mdb-cs-pm-module-1 ProcessManager[333]: 08.236582 |0|0|0| D 17 CAL0000: Main Ethernet Port =
      Oct 17 17:23:08 cs-test-mdb-cs-pm-module-1 ProcessManager[333]: 08.242070 |0|0|0| D 17 CAL0000: processInitComplete Successfully Called
      Oct 17 17:23:08 cs-test-mdb-cs-pm-module-1 ProcessManager[333]: 08.242540 |0|0|0| D 17 CAL0000: OAMParentModuleChange Function Started
      Oct 17 17:23:09 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 09.060760 |0|0|0| D 18 CAL0000: Send CLEAR Alarm ID 27 on device DBRM
      Oct 17 17:23:09 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 09.064551 |0|0|0| D 18 CAL0000: Send CLEAR Alarm ID 13 on device ProcessManager
      Oct 17 17:23:09 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 09.069000 |0|0|0| D 18 CAL0000: Send CLEAR Alarm ID 25 on device ProcessManager
      Oct 17 17:23:09 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 09.072384 |0|0|0| D 18 CAL0000: Send CLEAR Alarm ID 21 on device ProcessManager
      Oct 17 17:23:09 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 09.325287 |0|0|0| I 18 CAL0000: MSG RECEIVED: Update Calpont Config file
      Oct 17 17:23:09 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 09.325586 |0|0|0| I 18 CAL0000: UPDATECONFIGFILE: Completed
      Oct 17 17:23:14 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 14.360622 |0|0|0| I 18 CAL0000: MSG RECEIVED: Update Calpont Config file
      Oct 17 17:23:14 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 14.361063 |0|0|0| I 18 CAL0000: UPDATECONFIGFILE: Completed
      Oct 17 17:23:19 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 19.381477 |0|0|0| I 18 CAL0000: MSG RECEIVED: Start All process request...
      Oct 17 17:23:19 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 19.382279 |0|0|0| D 18 CAL0000: createDataDirs called
      Oct 17 17:23:19 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 19.404383 |0|0|0| D 18 CAL0000: checkDataMount called
      Oct 17 17:23:19 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 19.421261 |0|0|0| D 18 CAL0000: checkSpecialProcessState status return : 2
      Oct 17 17:23:19 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 19.421434 |0|0|0| D 18 CAL0000: STARTING Process: StorageManager
      Oct 17 17:23:19 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 19.421480 |0|0|0| D 18 CAL0000: Process location: /usr/local/mariadb/columnstore/bin/StorageManager
      Oct 17 17:23:19 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 19.423796 |0|0|0| D 18 CAL0000: Send CLEAR Alarm ID 27 on device DBRM
      Oct 17 17:23:19 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 19.427788 |0|0|0| D 18 CAL0000: Pkill Process just to make sure: StorageManager\*
      Oct 17 17:23:19 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 19.427983 |0|0|0| D 18 CAL0000: StatusUpdate of Process StorageManager State = 2 PID = 0
      Oct 17 17:23:20 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 20.441065 |0|0|0| D 18 CAL0000: StatusUpdate of Process StorageManager State = 21 PID = 384
      Oct 17 17:23:20 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 20.444267 |0|0|0| D 18 CAL0000: StorageManager PID is 384
      Oct 17 17:23:20 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 20.445705 |0|0|0| D 18 CAL0000: Send CLEAR Alarm ID 21 on device StorageManager
      Oct 17 17:23:20 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 20.452536 |0|0|0| D 18 CAL0000: Send CLEAR Alarm ID 25 on device StorageManager
      Oct 17 17:23:20 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 20.453568 |0|0|0| D 18 CAL0000: checkSpecialProcessState on : DBRMControllerNode
      Oct 17 17:23:20 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 20.454407 |0|0|0| D 18 CAL0000: StatusUpdate of Process DBRMControllerNode State = 10 PID = 0
      Oct 17 17:23:20 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 20.457865 |0|0|0| D 18 CAL0000: checkSpecialProcessState status return : 10
      Oct 17 17:23:20 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 20.459838 |0|0|0| D 18 CAL0000: Send CLEAR Alarm ID 13 on device StorageManager
      Oct 17 17:23:20 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 20.464736 |0|0|0| D 18 CAL0000: checkSpecialProcessState status return : 2
      Oct 17 17:23:20 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 20.465549 |0|0|0| D 18 CAL0000: STARTING Process: ServerMonitor
      Oct 17 17:23:20 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 20.465596 |0|0|0| D 18 CAL0000: Process location: /usr/local/mariadb/columnstore/bin/ServerMonitor
      Oct 17 17:23:20 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 20.470802 |0|0|0| D 18 CAL0000: Send CLEAR Alarm ID 13 on device DBRMControllerNode
      Oct 17 17:23:20 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 20.481415 |0|0|0| D 18 CAL0000: Send CLEAR Alarm ID 25 on device DBRMControllerNode
      Oct 17 17:23:20 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 20.484752 |0|0|0| D 18 CAL0000: Pkill Process just to make sure: ServerMonitor\*
      Oct 17 17:23:20 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 20.485686 |0|0|0| D 18 CAL0000: StatusUpdate of Process ServerMonitor State = 2 PID = 0
      Oct 17 17:23:20 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 20.486704 |0|0|0| D 18 CAL0000: Send CLEAR Alarm ID 21 on device DBRMControllerNode
      Oct 17 17:23:20 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 20.490498 |0|0|0| D 18 CAL0000: Send CLEAR Alarm ID 27 on device DBRM
      Oct 17 17:23:21 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 21.502982 |0|0|0| D 18 CAL0000: StatusUpdate of Process ServerMonitor State = 21 PID = 400
      Oct 17 17:23:21 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 21.507700 |0|0|0| D 18 CAL0000: ServerMonitor PID is 400
      Oct 17 17:23:21 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 21.514981 |0|0|0| D 18 CAL0000: checkSpecialProcessState status return : 2
      Oct 17 17:23:21 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 21.515810 |0|0|0| D 18 CAL0000: STARTING Process: DBRMWorkerNode
      Oct 17 17:23:21 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 21.515856 |0|0|0| D 18 CAL0000: Process location: /usr/local/mariadb/columnstore/bin/workernode
      Oct 17 17:23:21 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 21.518573 |0|0|0| D 18 CAL0000: Send CLEAR Alarm ID 25 on device ServerMonitor
      Oct 17 17:23:21 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 21.530000 |0|0|0| D 18 CAL0000: Send CLEAR Alarm ID 13 on device ServerMonitor
      Oct 17 17:23:21 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 21.535702 |0|0|0| D 18 CAL0000: getLocalDBRMID Worker Node ID = 3
      Oct 17 17:23:21 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 21.538001 |0|0|0| D 18 CAL0000: Send CLEAR Alarm ID 21 on device ServerMonitor
      Oct 17 17:23:21 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 21.556980 |0|0|0| D 18 CAL0000: getDBRMdata called
      Oct 17 17:23:21 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 21.585481 |0|0|0| D 18 CAL0000: initial
      Oct 17 17:23:21 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 21.585596 |0|0|0| D 18 CAL0000: initial system, no dbrm files to send
      Oct 17 17:23:21 cs-test-mdb-cs-pm-module-1 configcpp[256]: 21.587572 |0|0|0| E 12 SocketPool::getSocket() failed to connect; got 'Connection refused'
      Oct 17 17:23:21 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 21.594350 |0|0|0| D 18 CAL0000: Send CLEAR Alarm ID 27 on device DBRM
      Oct 17 17:23:22 cs-test-mdb-cs-pm-module-1 configcpp[256]: 22.587803 |0|0|0| E 12 SocketPool::getSocket() failed to connect; got 'Connection refused'
      Oct 17 17:23:22 cs-test-mdb-cs-pm-module-1 StorageManager[384]: Using the config file found at /etc/columnstore/storagemanager.cnf
      Oct 17 17:23:23 cs-test-mdb-cs-pm-module-1 StorageManager[384]: S3Storage: S3 connectivity & permissions are OK
      Oct 17 17:23:23 cs-test-mdb-cs-pm-module-1 StorageManager[384]: StorageManager started.
      Oct 17 17:23:23 cs-test-mdb-cs-pm-module-1 StorageManager[384]: SessionManager waiting for sockets.
      Oct 17 17:23:23 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 23.589065 |0|0|0| D 18 CAL0000: No DBRM files exist, must be a initial startup
      Oct 17 17:23:23 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 23.590879 |0|0|0| D 18 CAL0000: Send CLEAR Alarm ID 27 on device DBRM
      Oct 17 17:23:23 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 23.595302 |0|0|0| D 18 CAL0000: Pkill Process just to make sure: workernode\*
      Oct 17 17:23:23 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 23.595450 |0|0|0| D 18 CAL0000: StatusUpdate of Process DBRMWorkerNode State = 2 PID = 0
      Oct 17 17:23:23 cs-test-mdb-cs-pm-module-1 IDBFile[400]: 23.833645 |0|0|0| D 35 CAL0002: IDBFactory::installPlugin: installed filesystem plugin /usr/local/mariadb/columnstore/lib/libcloudio.so
      Oct 17 17:23:23 cs-test-mdb-cs-pm-module-1 ServerMonitor[400]: 23.836496 |0|0|0| W 09 CAL0000: Total Swap space is set to 0
      Oct 17 17:23:23 cs-test-mdb-cs-pm-module-1 ServerMonitor[400]: 23.848815 |0|0|0| I 09 CAL0000: processInitComplete Successfully Called
      Oct 17 17:23:24 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 24.606795 |0|0|0| D 18 CAL0000: StatusUpdate of Process DBRMWorkerNode State = 21 PID = 428
      Oct 17 17:23:24 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 24.610158 |0|0|0| D 18 CAL0000: DBRMWorkerNode PID is 428
      Oct 17 17:23:24 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 24.611820 |0|0|0| D 18 CAL0000: Send CLEAR Alarm ID 25 on device DBRMWorkerNode
      Oct 17 17:23:24 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 24.616533 |0|0|0| D 18 CAL0000: Send CLEAR Alarm ID 13 on device DBRMWorkerNode
      Oct 17 17:23:24 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 24.624361 |0|0|0| D 18 CAL0000: Send CLEAR Alarm ID 21 on device DBRMWorkerNode
      Oct 17 17:23:26 cs-test-mdb-cs-pm-module-1 IDBFile[428]: 26.755694 |0|0|0| D 35 CAL0002: IDBFactory::installPlugin: installed filesystem plugin /usr/local/mariadb/columnstore/lib/libcloudio.so
      Oct 17 17:23:27 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 27.617002 |0|0|0| D 18 CAL0000: checkSpecialProcessState status return : 2
      Oct 17 17:23:27 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 27.617758 |0|0|0| D 18 CAL0000: STARTING Process: PrimProc
      Oct 17 17:23:27 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 27.618184 |0|0|0| D 18 CAL0000: Process location: /usr/local/mariadb/columnstore/bin/PrimProc
      Oct 17 17:23:27 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 27.619609 |0|0|0| D 18 CAL0000: Send CLEAR Alarm ID 27 on device DBRM
      Oct 17 17:23:27 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 27.626376 |0|0|0| D 18 CAL0000: Pkill Process just to make sure: PrimProc\*
      Oct 17 17:23:27 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 27.626885 |0|0|0| D 18 CAL0000: StatusUpdate of Process PrimProc State = 2 PID = 0
      Oct 17 17:23:28 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 28.638696 |0|0|0| D 18 CAL0000: StatusUpdate of Process PrimProc State = 21 PID = 451
      Oct 17 17:23:28 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 28.643517 |0|0|0| D 18 CAL0000: PrimProc PID is 451
      Oct 17 17:23:28 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 28.645962 |0|0|0| D 18 CAL0000: Send CLEAR Alarm ID 25 on device PrimProc
      Oct 17 17:23:28 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 28.651337 |0|0|0| D 18 CAL0000: checkSpecialProcessState status return : 2
      Oct 17 17:23:28 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 28.651510 |0|0|0| D 18 CAL0000: STARTING Process: WriteEngineServer
      Oct 17 17:23:28 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 28.651581 |0|0|0| D 18 CAL0000: Process location: /usr/local/mariadb/columnstore/bin/WriteEngineServer
      Oct 17 17:23:28 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 28.655695 |0|0|0| D 18 CAL0000: Send CLEAR Alarm ID 13 on device PrimProc
      Oct 17 17:23:28 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 28.659956 |0|0|0| D 18 CAL0000: Pkill Process just to make sure: WriteEngineServ\*
      Oct 17 17:23:28 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 28.660091 |0|0|0| D 18 CAL0000: Send CLEAR Alarm ID 21 on device PrimProc
      Oct 17 17:23:28 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 28.660974 |0|0|0| D 18 CAL0000: StatusUpdate of Process WriteEngineServer State = 2 PID = 0
      Oct 17 17:23:28 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 28.664764 |0|0|0| D 18 CAL0000: Send CLEAR Alarm ID 27 on device DBRM
      Oct 17 17:23:29 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 29.676521 |0|0|0| D 18 CAL0000: StatusUpdate of Process WriteEngineServer State = 21 PID = 464
      Oct 17 17:23:29 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 29.680367 |0|0|0| D 18 CAL0000: WriteEngineServer PID is 464
      Oct 17 17:23:29 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 29.681369 |0|0|0| I 18 CAL0000: STARTALL: ACK back to ProcMgr, return status = 0
      Oct 17 17:23:29 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 29.685368 |0|0|0| D 18 CAL0000: Send CLEAR Alarm ID 25 on device WriteEngineServer
      Oct 17 17:23:29 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 29.694040 |0|0|0| D 18 CAL0000: Send CLEAR Alarm ID 13 on device WriteEngineServer
      Oct 17 17:23:29 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 29.698385 |0|0|0| D 18 CAL0000: Send CLEAR Alarm ID 21 on device WriteEngineServer
      Oct 17 17:23:30 cs-test-mdb-cs-pm-module-1 IDBFile[451]: 30.931275 |0|0|0| D 35 CAL0002: IDBFactory::installPlugin: installed filesystem plugin /usr/local/mariadb/columnstore/lib/libcloudio.so
      Oct 17 17:23:31 cs-test-mdb-cs-pm-module-1 IDBFile[464]: 31.960105 |0|0|0| D 35 CAL0002: IDBFactory::installPlugin: installed filesystem plugin /usr/local/mariadb/columnstore/lib/libcloudio.so
      Oct 17 17:23:44 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 44.476182 |0|0|0| I 18 CAL0000: MSG RECEIVED: Update Calpont Config file
      Oct 17 17:23:44 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 44.476489 |0|0|0| I 18 CAL0000: UPDATECONFIGFILE: Completed
      Oct 17 17:23:46 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 46.229558 |0|0|0| I 18 CAL0000: MSG RECEIVED: Update Calpont Config file
      Oct 17 17:23:46 cs-test-mdb-cs-pm-module-1 ProcessMonitor[256]: 46.229901 |0|0|0| I 18 CAL0000: UPDATECONFIGFILE: Completed
      Oct 17 17:23:47 cs-test-mdb-cs-pm-module-1 StorageManager[384]: Ownership: taking ownership of data2
      Oct 17 17:28:21 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 21.476803 |0|0|0| D 32 CAL0000: 5220 : onReceiveMode() Setting fMode = 1
      Oct 17 17:28:21 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 21.477103 |0|0|0| D 32 CAL0000: 5220 : onReceiveMode() DbRoot Count = 1
      Oct 17 17:28:21 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 21.477302 |0|0|0| D 32 CAL0000: 5220 : CMD LINE ARGS came in /usr/local/mariadb/columnstore/bin/cpimport.bin -s , -E ' -R /tmp/columnstore_tmp_files/BrmRpt09171728213723.rpt -m 1 -P um1-3723 -T SYSTEM -u5ae97e3f-fbb9-42d9-a7c8-f817e88e3620 bookstore Addresses
      Oct 17 17:28:21 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 21.477379 |0|0|0| D 32 CAL0000: 5220 : Brm Rpt Filename Arrived /tmp/columnstore_tmp_files/BrmRpt09171728213723.rpt
      Oct 17 17:28:21 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 21.477622 |0|0|0| D 32 CAL0000: 5220 : Start Cpimport command reached!!
      Oct 17 17:28:21 cs-test-mdb-cs-pm-module-1 cpimport.bin[690]: 21.536746 |0|0|0| I 34 CAL0086: Initiating BulkLoad: -s , -E ' -R /tmp/columnstore_tmp_files/BrmRpt09171728213723.rpt -m 1 -P um1-3723 -T SYSTEM -u5ae97e3f-fbb9-42d9-a7c8-f817e88e3620 bookstore Addresses
      Oct 17 17:28:21 cs-test-mdb-cs-pm-module-1 IDBFile[690]: 21.540261 |0|0|0| D 35 CAL0002: IDBFactory::installPlugin: installed filesystem plugin /usr/local/mariadb/columnstore/lib/libcloudio.so
      Oct 17 17:28:21 cs-test-mdb-cs-pm-module-1 cpimport.bin[690]: 21.634644 |0|0|0| I 34 CAL0081: Start BulkLoad: JobId-3042; db-bookstore
      Oct 17 17:28:25 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 25.416152 |0|0|0| D 32 CAL0000: 5220 : onReceiveEOD : child ID = 690
      Oct 17 17:28:27 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 27.416446 |0|0|0| D 32 CAL0000: 5220 : Message Queue is empty; Stopping CF Thread
      Oct 17 17:28:27 cs-test-mdb-cs-pm-module-1 cpimport.bin[690]: 27.602032 |0|0|0| I 34 CAL0083: BulkLoad: JobId-3042; finished loading table bookstore.Addresses; 1336749 rows inserted
      Oct 17 17:28:27 cs-test-mdb-cs-pm-module-1 writeengine[690]: 27.602101 |0|0|0| I 19 CAL0008: Bulkload |Job: /usr/local/mariadb/columnstore/data/bulk/tmpjob/3042_D20191017_T172821_S609926_Job_3042.xml |For table bookstore.Addresses: 1336749 rows processed and 1336749 rows inserted.
      Oct 17 17:28:27 cs-test-mdb-cs-pm-module-1 cpimport.bin[690]: 27.609687 |0|0|0| I 34 CAL0082: End BulkLoad: JobId-3042; status-SUCCESS
      Oct 17 17:28:27 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 27.620712 |0|0|0| I 32 CAL0000: 5220 : cpimport exit on success
      Oct 17 17:28:27 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 27.620887 |0|0|0| D 32 CAL0000: 5220 : onCpimportSuccess BrmReport Send
      Oct 17 17:28:27 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 27.620985 |0|0|0| D 32 CAL0000: 5220 : onReceiveEOD : child ID = 0
      Oct 17 17:28:27 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 27.621045 |0|0|0| D 32 CAL0000: 5220 : onReceiveEOD : child ID = 0
      Oct 17 17:28:29 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 29.610157 |0|0|0| D 32 CAL0000: 5220 : OnReceiveCleanup arrived
      Oct 17 17:28:30 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 30.709200 |0|0|0| D 32 CAL0000: 9950 : onReceiveMode() Setting fMode = 1
      Oct 17 17:28:30 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 30.709509 |0|0|0| D 32 CAL0000: 9950 : onReceiveMode() DbRoot Count = 1
      Oct 17 17:28:30 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 30.709668 |0|0|0| D 32 CAL0000: 9950 : CMD LINE ARGS came in /usr/local/mariadb/columnstore/bin/cpimport.bin -s , -E ' -R /tmp/columnstore_tmp_files/BrmRpt09171728303784.rpt -m 1 -P um1-3784 -T SYSTEM -ufa171d5b-32af-4550-9300-fae5ff46ef6f bookstore Books
      Oct 17 17:28:30 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 30.709746 |0|0|0| D 32 CAL0000: 9950 : Brm Rpt Filename Arrived /tmp/columnstore_tmp_files/BrmRpt09171728303784.rpt
      Oct 17 17:28:30 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 30.709991 |0|0|0| D 32 CAL0000: 9950 : Start Cpimport command reached!!
      Oct 17 17:28:30 cs-test-mdb-cs-pm-module-1 cpimport.bin[765]: 30.761087 |0|0|0| I 34 CAL0086: Initiating BulkLoad: -s , -E ' -R /tmp/columnstore_tmp_files/BrmRpt09171728303784.rpt -m 1 -P um1-3784 -T SYSTEM -ufa171d5b-32af-4550-9300-fae5ff46ef6f bookstore Books
      Oct 17 17:28:30 cs-test-mdb-cs-pm-module-1 IDBFile[765]: 30.764366 |0|0|0| D 35 CAL0002: IDBFactory::installPlugin: installed filesystem plugin /usr/local/mariadb/columnstore/lib/libcloudio.so
      Oct 17 17:28:30 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 30.775212 |0|0|0| D 32 CAL0000: 9950 : onReceiveEOD : child ID = 765
      Oct 17 17:28:30 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 30.775321 |0|0|0| D 32 CAL0000: 9950 : Message Queue is empty; Stopping CF Thread
      Oct 17 17:28:30 cs-test-mdb-cs-pm-module-1 cpimport.bin[765]: 30.863695 |0|0|0| I 34 CAL0081: Start BulkLoad: JobId-3002; db-bookstore
      Oct 17 17:28:33 cs-test-mdb-cs-pm-module-1 cpimport.bin[765]: 33.026278 |0|0|0| I 34 CAL0083: BulkLoad: JobId-3002; finished loading table bookstore.Books; 5001 rows inserted
      Oct 17 17:28:33 cs-test-mdb-cs-pm-module-1 writeengine[765]: 33.026340 |0|0|0| I 19 CAL0008: Bulkload |Job: /usr/local/mariadb/columnstore/data/bulk/tmpjob/3002_D20191017_T172830_S837185_Job_3002.xml |For table bookstore.Books: 5001 rows processed and 5001 rows inserted.
      Oct 17 17:28:33 cs-test-mdb-cs-pm-module-1 cpimport.bin[765]: 33.031578 |0|0|0| I 34 CAL0082: End BulkLoad: JobId-3002; status-SUCCESS
      Oct 17 17:28:33 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 33.041415 |0|0|0| I 32 CAL0000: 9950 : cpimport exit on success
      Oct 17 17:28:33 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 33.041603 |0|0|0| D 32 CAL0000: 9950 : onCpimportSuccess BrmReport Send
      Oct 17 17:28:33 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 33.041661 |0|0|0| D 32 CAL0000: 9950 : onReceiveEOD : child ID = 0
      Oct 17 17:28:33 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 33.041713 |0|0|0| D 32 CAL0000: 9950 : onReceiveEOD : child ID = 0
      Oct 17 17:28:33 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 33.055945 |0|0|0| D 32 CAL0000: 9950 : OnReceiveCleanup arrived
      Oct 17 17:28:33 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 33.948950 |0|0|0| D 32 CAL0000: 2109 : onReceiveMode() Setting fMode = 1
      Oct 17 17:28:33 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 33.949244 |0|0|0| D 32 CAL0000: 2109 : onReceiveMode() DbRoot Count = 1
      Oct 17 17:28:33 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 33.949435 |0|0|0| D 32 CAL0000: 2109 : CMD LINE ARGS came in /usr/local/mariadb/columnstore/bin/cpimport.bin -s , -E ' -R /tmp/columnstore_tmp_files/BrmRpt09171728333825.rpt -m 1 -P um1-3825 -T SYSTEM -ue4f6e3d7-6524-46d4-b799-fd7dbb84f7e6 bookstore Cards
      Oct 17 17:28:33 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 33.949523 |0|0|0| D 32 CAL0000: 2109 : Brm Rpt Filename Arrived /tmp/columnstore_tmp_files/BrmRpt09171728333825.rpt
      Oct 17 17:28:33 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 33.949798 |0|0|0| D 32 CAL0000: 2109 : Start Cpimport command reached!!
      Oct 17 17:28:34 cs-test-mdb-cs-pm-module-1 cpimport.bin[797]: 34.007301 |0|0|0| I 34 CAL0086: Initiating BulkLoad: -s , -E ' -R /tmp/columnstore_tmp_files/BrmRpt09171728333825.rpt -m 1 -P um1-3825 -T SYSTEM -ue4f6e3d7-6524-46d4-b799-fd7dbb84f7e6 bookstore Cards
      Oct 17 17:28:34 cs-test-mdb-cs-pm-module-1 IDBFile[797]: 34.012269 |0|0|0| D 35 CAL0002: IDBFactory::installPlugin: installed filesystem plugin /usr/local/mariadb/columnstore/lib/libcloudio.so
      Oct 17 17:28:34 cs-test-mdb-cs-pm-module-1 cpimport.bin[797]: 34.556061 |0|0|0| I 34 CAL0081: Start BulkLoad: JobId-3020; db-bookstore
      Oct 17 17:28:36 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 36.353984 |0|0|0| D 32 CAL0000: 2109 : onReceiveEOD : child ID = 797
      Oct 17 17:28:40 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 40.354422 |0|0|0| D 32 CAL0000: 2109 : Message Queue is empty; Stopping CF Thread
      Oct 17 17:28:40 cs-test-mdb-cs-pm-module-1 cpimport.bin[797]: 40.652291 |0|0|0| I 34 CAL0083: BulkLoad: JobId-3020; finished loading table bookstore.Cards; 800000 rows inserted
      Oct 17 17:28:40 cs-test-mdb-cs-pm-module-1 writeengine[797]: 40.652345 |0|0|0| I 19 CAL0008: Bulkload |Job: /usr/local/mariadb/columnstore/data/bulk/tmpjob/3020_D20191017_T172834_S444181_Job_3020.xml |For table bookstore.Cards: 800000 rows processed and 800000 rows inserted.
      Oct 17 17:28:40 cs-test-mdb-cs-pm-module-1 cpimport.bin[797]: 40.660936 |0|0|0| I 34 CAL0082: End BulkLoad: JobId-3020; status-SUCCESS
      Oct 17 17:28:40 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 40.670329 |0|0|0| I 32 CAL0000: 2109 : cpimport exit on success
      Oct 17 17:28:40 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 40.670505 |0|0|0| D 32 CAL0000: 2109 : onCpimportSuccess BrmReport Send
      Oct 17 17:28:40 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 40.670553 |0|0|0| D 32 CAL0000: 2109 : onReceiveEOD : child ID = 0
      Oct 17 17:28:40 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 40.670588 |0|0|0| D 32 CAL0000: 2109 : onReceiveEOD : child ID = 0
      Oct 17 17:28:42 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 42.598043 |0|0|0| D 32 CAL0000: 2109 : OnReceiveCleanup arrived
      Oct 17 17:28:43 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 43.196681 |0|0|0| D 32 CAL0000: 1913 : onReceiveMode() Setting fMode = 1
      Oct 17 17:28:43 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 43.196873 |0|0|0| D 32 CAL0000: 1913 : onReceiveMode() DbRoot Count = 1
      Oct 17 17:28:43 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 43.197904 |0|0|0| D 32 CAL0000: 1913 : CMD LINE ARGS came in /usr/local/mariadb/columnstore/bin/cpimport.bin -s , -E ' -R /tmp/columnstore_tmp_files/BrmRpt09171728433886.rpt -m 1 -P um1-3886 -T SYSTEM -u3f32951b-7061-47e4-8ee5-b17ed5209158 bookstore Customers
      Oct 17 17:28:43 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 43.198007 |0|0|0| D 32 CAL0000: 1913 : Brm Rpt Filename Arrived /tmp/columnstore_tmp_files/BrmRpt09171728433886.rpt
      Oct 17 17:28:43 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 43.198703 |0|0|0| D 32 CAL0000: 1913 : Start Cpimport command reached!!
      Oct 17 17:28:43 cs-test-mdb-cs-pm-module-1 cpimport.bin[830]: 43.245617 |0|0|0| I 34 CAL0086: Initiating BulkLoad: -s , -E ' -R /tmp/columnstore_tmp_files/BrmRpt09171728433886.rpt -m 1 -P um1-3886 -T SYSTEM -u3f32951b-7061-47e4-8ee5-b17ed5209158 bookstore Customers
      Oct 17 17:28:43 cs-test-mdb-cs-pm-module-1 IDBFile[830]: 43.248970 |0|0|0| D 35 CAL0002: IDBFactory::installPlugin: installed filesystem plugin /usr/local/mariadb/columnstore/lib/libcloudio.so
      Oct 17 17:28:43 cs-test-mdb-cs-pm-module-1 cpimport.bin[830]: 43.896192 |0|0|0| I 34 CAL0081: Start BulkLoad: JobId-3063; db-bookstore
      Oct 17 17:28:45 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 45.596976 |0|0|0| D 32 CAL0000: 1913 : onReceiveEOD : child ID = 830
      Oct 17 17:28:51 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 51.597466 |0|0|0| D 32 CAL0000: 1913 : Message Queue is empty; Stopping CF Thread
      Oct 17 17:28:51 cs-test-mdb-cs-pm-module-1 cpimport.bin[830]: 51.834566 |0|0|0| I 34 CAL0083: BulkLoad: JobId-3063; finished loading table bookstore.Customers; 1000000 rows inserted
      Oct 17 17:28:51 cs-test-mdb-cs-pm-module-1 writeengine[830]: 51.834630 |0|0|0| I 19 CAL0008: Bulkload |Job: /usr/local/mariadb/columnstore/data/bulk/tmpjob/3063_D20191017_T172843_S804110_Job_3063.xml |For table bookstore.Customers: 1000000 rows processed and 1000000 rows inserted.
      Oct 17 17:28:51 cs-test-mdb-cs-pm-module-1 cpimport.bin[830]: 51.844635 |0|0|0| I 34 CAL0082: End BulkLoad: JobId-3063; status-SUCCESS
      Oct 17 17:28:51 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 51.856195 |0|0|0| I 32 CAL0000: 1913 : cpimport exit on success
      Oct 17 17:28:51 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 51.856405 |0|0|0| D 32 CAL0000: 1913 : onCpimportSuccess BrmReport Send
      Oct 17 17:28:51 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 51.856455 |0|0|0| D 32 CAL0000: 1913 : onReceiveEOD : child ID = 0
      Oct 17 17:28:51 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 51.856526 |0|0|0| D 32 CAL0000: 1913 : onReceiveEOD : child ID = 0
      Oct 17 17:28:51 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 51.886268 |0|0|0| D 32 CAL0000: 1913 : OnReceiveCleanup arrived
      Oct 17 17:28:52 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 52.449407 |0|0|0| D 32 CAL0000: 4615 : onReceiveMode() Setting fMode = 1
      Oct 17 17:28:52 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 52.449629 |0|0|0| D 32 CAL0000: 4615 : onReceiveMode() DbRoot Count = 1
      Oct 17 17:28:52 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 52.449736 |0|0|0| D 32 CAL0000: 4615 : CMD LINE ARGS came in /usr/local/mariadb/columnstore/bin/cpimport.bin -s , -E ' -R /tmp/columnstore_tmp_files/BrmRpt09171728523947.rpt -m 1 -P um1-3947 -T SYSTEM -uc06ef374-6e48-4308-80aa-2669e9351e04 bookstore Emails
      Oct 17 17:28:52 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 52.449788 |0|0|0| D 32 CAL0000: 4615 : Brm Rpt Filename Arrived /tmp/columnstore_tmp_files/BrmRpt09171728523947.rpt
      Oct 17 17:28:52 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 52.451445 |0|0|0| D 32 CAL0000: 4615 : Start Cpimport command reached!!
      Oct 17 17:28:52 cs-test-mdb-cs-pm-module-1 cpimport.bin[865]: 52.501215 |0|0|0| I 34 CAL0086: Initiating BulkLoad: -s , -E ' -R /tmp/columnstore_tmp_files/BrmRpt09171728523947.rpt -m 1 -P um1-3947 -T SYSTEM -uc06ef374-6e48-4308-80aa-2669e9351e04 bookstore Emails
      Oct 17 17:28:52 cs-test-mdb-cs-pm-module-1 IDBFile[865]: 52.505069 |0|0|0| D 35 CAL0002: IDBFactory::installPlugin: installed filesystem plugin /usr/local/mariadb/columnstore/lib/libcloudio.so
      Oct 17 17:28:52 cs-test-mdb-cs-pm-module-1 cpimport.bin[865]: 52.597319 |0|0|0| I 34 CAL0081: Start BulkLoad: JobId-3032; db-bookstore
      Oct 17 17:28:54 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 54.499807 |0|0|0| D 32 CAL0000: 4615 : onReceiveEOD : child ID = 865
      Oct 17 17:29:00 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 00.501158 |0|0|0| D 32 CAL0000: 4615 : Message Queue is empty; Stopping CF Thread
      Oct 17 17:29:00 cs-test-mdb-cs-pm-module-1 cpimport.bin[865]: 00.663039 |0|0|0| I 34 CAL0083: BulkLoad: JobId-3032; finished loading table bookstore.Emails; 1286571 rows inserted
      Oct 17 17:29:00 cs-test-mdb-cs-pm-module-1 writeengine[865]: 00.663098 |0|0|0| I 19 CAL0008: Bulkload |Job: /usr/local/mariadb/columnstore/data/bulk/tmpjob/3032_D20191017_T172852_S575465_Job_3032.xml |For table bookstore.Emails: 1286571 rows processed and 1286571 rows inserted.
      Oct 17 17:29:00 cs-test-mdb-cs-pm-module-1 cpimport.bin[865]: 00.673986 |0|0|0| I 34 CAL0082: End BulkLoad: JobId-3032; status-SUCCESS
      Oct 17 17:29:00 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 00.685369 |0|0|0| I 32 CAL0000: 4615 : cpimport exit on success
      Oct 17 17:29:00 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 00.685521 |0|0|0| D 32 CAL0000: 4615 : onCpimportSuccess BrmReport Send
      Oct 17 17:29:00 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 00.685562 |0|0|0| D 32 CAL0000: 4615 : onReceiveEOD : child ID = 0
      Oct 17 17:29:00 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 00.685599 |0|0|0| D 32 CAL0000: 4615 : onReceiveEOD : child ID = 0
      Oct 17 17:29:00 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 00.697388 |0|0|0| D 32 CAL0000: 4615 : OnReceiveCleanup arrived
      Oct 17 17:29:01 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 01.679439 |0|0|0| D 32 CAL0000: 7885 : onReceiveMode() Setting fMode = 1
      Oct 17 17:29:01 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 01.679774 |0|0|0| D 32 CAL0000: 7885 : onReceiveMode() DbRoot Count = 1
      Oct 17 17:29:01 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 01.680004 |0|0|0| D 32 CAL0000: 7885 : CMD LINE ARGS came in /usr/local/mariadb/columnstore/bin/cpimport.bin -s , -E ' -R /tmp/columnstore_tmp_files/BrmRpt09171729013988.rpt -m 1 -P um1-3988 -T SYSTEM -ud0bfffed-0bc4-4344-b9a6-20163313033d bookstore LoyaltyPoints
      Oct 17 17:29:01 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 01.680109 |0|0|0| D 32 CAL0000: 7885 : Brm Rpt Filename Arrived /tmp/columnstore_tmp_files/BrmRpt09171729013988.rpt
      Oct 17 17:29:01 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 01.680346 |0|0|0| D 32 CAL0000: 7885 : Start Cpimport command reached!!
      Oct 17 17:29:01 cs-test-mdb-cs-pm-module-1 cpimport.bin[898]: 01.733190 |0|0|0| I 34 CAL0086: Initiating BulkLoad: -s , -E ' -R /tmp/columnstore_tmp_files/BrmRpt09171729013988.rpt -m 1 -P um1-3988 -T SYSTEM -ud0bfffed-0bc4-4344-b9a6-20163313033d bookstore LoyaltyPoints
      Oct 17 17:29:01 cs-test-mdb-cs-pm-module-1 IDBFile[898]: 01.736945 |0|0|0| D 35 CAL0002: IDBFactory::installPlugin: installed filesystem plugin /usr/local/mariadb/columnstore/lib/libcloudio.so
      Oct 17 17:29:01 cs-test-mdb-cs-pm-module-1 cpimport.bin[898]: 01.835854 |0|0|0| I 34 CAL0081: Start BulkLoad: JobId-3057; db-bookstore
      Oct 17 17:29:02 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 02.824590 |0|0|0| D 32 CAL0000: 7885 : onReceiveEOD : child ID = 898
      Oct 17 17:29:06 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 06.829130 |0|0|0| D 32 CAL0000: 7885 : Message Queue is empty; Stopping CF Thread
      Oct 17 17:29:07 cs-test-mdb-cs-pm-module-1 cpimport.bin[898]: 07.011166 |0|0|0| I 34 CAL0083: BulkLoad: JobId-3057; finished loading table bookstore.LoyaltyPoints; 463008 rows inserted
      Oct 17 17:29:07 cs-test-mdb-cs-pm-module-1 writeengine[898]: 07.011237 |0|0|0| I 19 CAL0008: Bulkload |Job: /usr/local/mariadb/columnstore/data/bulk/tmpjob/3057_D20191017_T172901_S811801_Job_3057.xml |For table bookstore.LoyaltyPoints: 463008 rows processed and 463008 rows inserted.
      Oct 17 17:29:07 cs-test-mdb-cs-pm-module-1 cpimport.bin[898]: 07.019764 |0|0|0| I 34 CAL0082: End BulkLoad: JobId-3057; status-SUCCESS
      Oct 17 17:29:07 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 07.030214 |0|0|0| I 32 CAL0000: 7885 : cpimport exit on success
      Oct 17 17:29:07 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 07.030379 |0|0|0| D 32 CAL0000: 7885 : onCpimportSuccess BrmReport Send
      Oct 17 17:29:07 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 07.030430 |0|0|0| D 32 CAL0000: 7885 : onReceiveEOD : child ID = 0
      Oct 17 17:29:07 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 07.030476 |0|0|0| D 32 CAL0000: 7885 : onReceiveEOD : child ID = 0
      Oct 17 17:29:09 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 09.316534 |0|0|0| D 32 CAL0000: 7885 : OnReceiveCleanup arrived
      Oct 17 17:29:09 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 09.898141 |0|0|0| D 32 CAL0000: 1719 : onReceiveMode() Setting fMode = 1
      Oct 17 17:29:09 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 09.898424 |0|0|0| D 32 CAL0000: 1719 : onReceiveMode() DbRoot Count = 1
      Oct 17 17:29:09 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 09.898618 |0|0|0| D 32 CAL0000: 1719 : CMD LINE ARGS came in /usr/local/mariadb/columnstore/bin/cpimport.bin -s , -E ' -R /tmp/columnstore_tmp_files/BrmRpt09171729094049.rpt -m 1 -P um1-4049 -T SYSTEM -u9f8a3aca-2da2-4311-a857-7ca94b215c4d bookstore MaritalStatuses
      Oct 17 17:29:09 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 09.898695 |0|0|0| D 32 CAL0000: 1719 : Brm Rpt Filename Arrived /tmp/columnstore_tmp_files/BrmRpt09171729094049.rpt
      Oct 17 17:29:09 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 09.898951 |0|0|0| D 32 CAL0000: 1719 : Start Cpimport command reached!!
      Oct 17 17:29:09 cs-test-mdb-cs-pm-module-1 cpimport.bin[929]: 09.957726 |0|0|0| I 34 CAL0086: Initiating BulkLoad: -s , -E ' -R /tmp/columnstore_tmp_files/BrmRpt09171729094049.rpt -m 1 -P um1-4049 -T SYSTEM -u9f8a3aca-2da2-4311-a857-7ca94b215c4d bookstore MaritalStatuses
      Oct 17 17:29:09 cs-test-mdb-cs-pm-module-1 IDBFile[929]: 09.961115 |0|0|0| D 35 CAL0002: IDBFactory::installPlugin: installed filesystem plugin /usr/local/mariadb/columnstore/lib/libcloudio.so
      Oct 17 17:29:09 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 09.961218 |0|0|0| D 32 CAL0000: 1719 : onReceiveEOD : child ID = 929
      Oct 17 17:29:09 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 09.961296 |0|0|0| D 32 CAL0000: 1719 : Message Queue is empty; Stopping CF Thread
      Oct 17 17:29:10 cs-test-mdb-cs-pm-module-1 cpimport.bin[929]: 10.045412 |0|0|0| I 34 CAL0081: Start BulkLoad: JobId-3016; db-bookstore
      Oct 17 17:29:10 cs-test-mdb-cs-pm-module-1 cpimport.bin[929]: 10.801778 |0|0|0| I 34 CAL0083: BulkLoad: JobId-3016; finished loading table bookstore.MaritalStatuses; 5 rows inserted
      Oct 17 17:29:10 cs-test-mdb-cs-pm-module-1 writeengine[929]: 10.801844 |0|0|0| I 19 CAL0008: Bulkload |Job: /usr/local/mariadb/columnstore/data/bulk/tmpjob/3016_D20191017_T172910_S025190_Job_3016.xml |For table bookstore.MaritalStatuses: 5 rows processed and 5 rows inserted.
      Oct 17 17:29:10 cs-test-mdb-cs-pm-module-1 cpimport.bin[929]: 10.806666 |0|0|0| I 34 CAL0082: End BulkLoad: JobId-3016; status-SUCCESS
      Oct 17 17:29:10 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 10.815939 |0|0|0| I 32 CAL0000: 1719 : cpimport exit on success
      Oct 17 17:29:10 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 10.816162 |0|0|0| D 32 CAL0000: 1719 : onCpimportSuccess BrmReport Send
      Oct 17 17:29:10 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 10.816233 |0|0|0| D 32 CAL0000: 1719 : onReceiveEOD : child ID = 0
      Oct 17 17:29:10 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 10.816290 |0|0|0| D 32 CAL0000: 1719 : onReceiveEOD : child ID = 0
      Oct 17 17:29:10 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 10.827876 |0|0|0| D 32 CAL0000: 1719 : OnReceiveCleanup arrived
      Oct 17 17:29:11 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 11.127389 |0|0|0| D 32 CAL0000: 8532 : onReceiveMode() Setting fMode = 1
      Oct 17 17:29:11 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 11.127642 |0|0|0| D 32 CAL0000: 8532 : onReceiveMode() DbRoot Count = 1
      Oct 17 17:29:11 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 11.127987 |0|0|0| D 32 CAL0000: 8532 : CMD LINE ARGS came in /usr/local/mariadb/columnstore/bin/cpimport.bin -s , -E ' -R /tmp/columnstore_tmp_files/BrmRpt09171729114070.rpt -m 1 -P um1-4070 -T SYSTEM -u7eb96092-6629-435c-b7cd-8cb21b28e98d bookstore Phones
      Oct 17 17:29:11 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 11.128074 |0|0|0| D 32 CAL0000: 8532 : Brm Rpt Filename Arrived /tmp/columnstore_tmp_files/BrmRpt09171729114070.rpt
      Oct 17 17:29:11 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 11.128314 |0|0|0| D 32 CAL0000: 8532 : Start Cpimport command reached!!
      Oct 17 17:29:11 cs-test-mdb-cs-pm-module-1 cpimport.bin[959]: 11.178450 |0|0|0| I 34 CAL0086: Initiating BulkLoad: -s , -E ' -R /tmp/columnstore_tmp_files/BrmRpt09171729114070.rpt -m 1 -P um1-4070 -T SYSTEM -u7eb96092-6629-435c-b7cd-8cb21b28e98d bookstore Phones
      Oct 17 17:29:11 cs-test-mdb-cs-pm-module-1 IDBFile[959]: 11.182163 |0|0|0| D 35 CAL0002: IDBFactory::installPlugin: installed filesystem plugin /usr/local/mariadb/columnstore/lib/libcloudio.so
      Oct 17 17:29:11 cs-test-mdb-cs-pm-module-1 cpimport.bin[959]: 11.279745 |0|0|0| I 34 CAL0081: Start BulkLoad: JobId-3037; db-bookstore
      Oct 17 17:29:13 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 13.066451 |0|0|0| D 32 CAL0000: 8532 : onReceiveEOD : child ID = 959
      Oct 17 17:29:17 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 17.066839 |0|0|0| D 32 CAL0000: 8532 : Message Queue is empty; Stopping CF Thread
      Oct 17 17:29:19 cs-test-mdb-cs-pm-module-1 cpimport.bin[959]: 19.548205 |0|0|0| I 34 CAL0083: BulkLoad: JobId-3037; finished loading table bookstore.Phones; 1210000 rows inserted
      Oct 17 17:29:19 cs-test-mdb-cs-pm-module-1 writeengine[959]: 19.548260 |0|0|0| I 19 CAL0008: Bulkload |Job: /usr/local/mariadb/columnstore/data/bulk/tmpjob/3037_D20191017_T172911_S255531_Job_3037.xml |For table bookstore.Phones: 1210000 rows processed and 1210000 rows inserted.
      Oct 17 17:29:19 cs-test-mdb-cs-pm-module-1 cpimport.bin[959]: 19.559037 |0|0|0| I 34 CAL0082: End BulkLoad: JobId-3037; status-SUCCESS
      Oct 17 17:29:19 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 19.570630 |0|0|0| I 32 CAL0000: 8532 : cpimport exit on success
      Oct 17 17:29:19 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 19.570781 |0|0|0| D 32 CAL0000: 8532 : onCpimportSuccess BrmReport Send
      Oct 17 17:29:19 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 19.570884 |0|0|0| D 32 CAL0000: 8532 : onReceiveEOD : child ID = 0
      Oct 17 17:29:19 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 19.570967 |0|0|0| D 32 CAL0000: 8532 : onReceiveEOD : child ID = 0
      Oct 17 17:29:19 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 19.583758 |0|0|0| D 32 CAL0000: 8532 : OnReceiveCleanup arrived
      Oct 17 17:29:20 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 20.386437 |0|0|0| D 32 CAL0000: 6384 : onReceiveMode() Setting fMode = 1
      Oct 17 17:29:20 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 20.386746 |0|0|0| D 32 CAL0000: 6384 : onReceiveMode() DbRoot Count = 1
      Oct 17 17:29:20 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 20.386973 |0|0|0| D 32 CAL0000: 6384 : CMD LINE ARGS came in /usr/local/mariadb/columnstore/bin/cpimport.bin -s , -E ' -R /tmp/columnstore_tmp_files/BrmRpt09171729204131.rpt -m 1 -P um1-4131 -T SYSTEM -ue0e56f34-37ee-4dbe-b63e-6c81f1267c8d bookstore TransactionTypes
      Oct 17 17:29:20 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 20.387070 |0|0|0| D 32 CAL0000: 6384 : Brm Rpt Filename Arrived /tmp/columnstore_tmp_files/BrmRpt09171729204131.rpt
      Oct 17 17:29:20 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 20.388463 |0|0|0| D 32 CAL0000: 6384 : Start Cpimport command reached!!
      Oct 17 17:29:20 cs-test-mdb-cs-pm-module-1 cpimport.bin[992]: 20.440145 |0|0|0| I 34 CAL0086: Initiating BulkLoad: -s , -E ' -R /tmp/columnstore_tmp_files/BrmRpt09171729204131.rpt -m 1 -P um1-4131 -T SYSTEM -ue0e56f34-37ee-4dbe-b63e-6c81f1267c8d bookstore TransactionTypes
      Oct 17 17:29:20 cs-test-mdb-cs-pm-module-1 IDBFile[992]: 20.443364 |0|0|0| D 35 CAL0002: IDBFactory::installPlugin: installed filesystem plugin /usr/local/mariadb/columnstore/lib/libcloudio.so
      Oct 17 17:29:20 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 20.450411 |0|0|0| D 32 CAL0000: 6384 : onReceiveEOD : child ID = 992
      Oct 17 17:29:20 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 20.450535 |0|0|0| D 32 CAL0000: 6384 : Message Queue is empty; Stopping CF Thread
      Oct 17 17:29:20 cs-test-mdb-cs-pm-module-1 cpimport.bin[992]: 20.528861 |0|0|0| I 34 CAL0081: Start BulkLoad: JobId-3012; db-bookstore
      Oct 17 17:29:20 cs-test-mdb-cs-pm-module-1 cpimport.bin[992]: 20.692809 |0|0|0| I 34 CAL0083: BulkLoad: JobId-3012; finished loading table bookstore.TransactionTypes; 0 rows inserted
      Oct 17 17:29:20 cs-test-mdb-cs-pm-module-1 cpimport.bin[992]: 20.695806 |0|0|0| I 34 CAL0082: End BulkLoad: JobId-3012; status-SUCCESS
      Oct 17 17:29:20 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 20.705550 |0|0|0| I 32 CAL0000: 6384 : cpimport exit on success
      Oct 17 17:29:20 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 20.705833 |0|0|0| D 32 CAL0000: 6384 : onCpimportSuccess BrmReport Send
      Oct 17 17:29:20 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 20.705895 |0|0|0| D 32 CAL0000: 6384 : onReceiveEOD : child ID = 0
      Oct 17 17:29:20 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 20.705974 |0|0|0| D 32 CAL0000: 6384 : onReceiveEOD : child ID = 0
      Oct 17 17:29:21 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 21.340465 |0|0|0| D 32 CAL0000: 6384 : OnReceiveCleanup arrived
      Oct 17 17:29:21 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 21.636377 |0|0|0| D 32 CAL0000: 7538 : onReceiveMode() Setting fMode = 1
      Oct 17 17:29:21 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 21.636653 |0|0|0| D 32 CAL0000: 7538 : onReceiveMode() DbRoot Count = 1
      Oct 17 17:29:21 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 21.636826 |0|0|0| D 32 CAL0000: 7538 : CMD LINE ARGS came in /usr/local/mariadb/columnstore/bin/cpimport.bin -s , -E ' -R /tmp/columnstore_tmp_files/BrmRpt09171729214152.rpt -m 1 -P um1-4152 -T SYSTEM -u32ffdee5-35a2-4513-b384-8a017b46e79a bookstore Transactions
      Oct 17 17:29:21 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 21.636904 |0|0|0| D 32 CAL0000: 7538 : Brm Rpt Filename Arrived /tmp/columnstore_tmp_files/BrmRpt09171729214152.rpt
      Oct 17 17:29:21 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 21.637166 |0|0|0| D 32 CAL0000: 7538 : Start Cpimport command reached!!
      Oct 17 17:29:21 cs-test-mdb-cs-pm-module-1 cpimport.bin[1022]: 21.689556 |0|0|0| I 34 CAL0086: Initiating BulkLoad: -s , -E ' -R /tmp/columnstore_tmp_files/BrmRpt09171729214152.rpt -m 1 -P um1-4152 -T SYSTEM -u32ffdee5-35a2-4513-b384-8a017b46e79a bookstore Transactions
      Oct 17 17:29:21 cs-test-mdb-cs-pm-module-1 IDBFile[1022]: 21.692725 |0|0|0| D 35 CAL0002: IDBFactory::installPlugin: installed filesystem plugin /usr/local/mariadb/columnstore/lib/libcloudio.so
      Oct 17 17:29:21 cs-test-mdb-cs-pm-module-1 cpimport.bin[1022]: 21.795096 |0|0|0| I 34 CAL0081: Start BulkLoad: JobId-3047; db-bookstore
      Oct 17 17:29:22 cs-test-mdb-cs-pm-module-1 StorageManager[384]: Sync::flushObject(): data2/71f8ea79-b827-4af5-939f-4bcbed3f40cf_0_8192_data2~000.dir~000.dir~011.dir~185.dir~000.dir~FILE000.cdf does not exist in cloud storage, and there is no job for it.  Uploading it now.
      Oct 17 17:29:22 cs-test-mdb-cs-pm-module-1 StorageManager[384]: synchronize(): no metadata found for data2/000.dir/000.dir/011.dir/185.dir/000.dir/FILE000.cdf.  It must have been deleted.
      Oct 17 17:29:22 cs-test-mdb-cs-pm-module-1 StorageManager[384]: WriteTask: caught 'boost::filesystem::file_size: No such file or directory: "/root/storagemanager/cache/data2/71f8ea79-b827-4af5-939f-4bcbed3f40cf_0_8192_data2~000.dir~000.dir~011.dir~185.dir~000.dir~FILE000.cdf"'
      Oct 17 17:29:22 cs-test-mdb-cs-pm-module-1 cpimport.bin[1022]: 22.596895 |0|0|0| E 34 CAL0087: BulkLoad Error: Error adding initial dbroot2 extent to column file OID-3049; dbroot-2; partition-0; segment-1;  Error writing to a database file.
      Oct 17 17:29:22 cs-test-mdb-cs-pm-module-1 cpimport.bin[1022]: 22.598632 |0|0|0| E 34 CAL0087: BulkLoad Error: Bulkload Parse (thread 1) Failed for Table bookstore.Transactions during parsing.  Terminating this job.
      Oct 17 17:29:23 cs-test-mdb-cs-pm-module-1 cpimport.bin[1022]: 23.186756 |0|0|0| E 34 CAL0087: BulkLoad Error: Column file does not exist for OID-3050; DBRoot-2; partition-0; segment-1
      Oct 17 17:29:23 cs-test-mdb-cs-pm-module-1 cpimport.bin[1022]: 23.187014 |0|0|0| E 34 CAL0087: BulkLoad Error: Bulkload Parse (thread 2) Failed for Table bookstore.Transactions during parsing.  Terminating this job.
      Oct 17 17:29:24 cs-test-mdb-cs-pm-module-1 cpimport.bin[1022]: 24.850636 |0|0|0| E 34 CAL0087: BulkLoad Error: Error reading/positioning column file for OID-3048; DBRoot-2; partition-0; segment-1; filename-/usr/local/mariadb/columnstore/data2/000.dir/000.dir/011.dir/232.dir/000.dir/FILE001.cdf;
      Oct 17 17:29:24 cs-test-mdb-cs-pm-module-1 cpimport.bin[1022]: 24.850888 |0|0|0| E 34 CAL0087: BulkLoad Error: Bulkload Parse (thread 0) Failed for Table bookstore.Transactions during parsing.  Terminating this job.
      Oct 17 17:29:24 cs-test-mdb-cs-pm-module-1 cpimport.bin[1022]: 24.851288 |0|0|0| I 34 CAL0082: End BulkLoad: JobId-3047; status-FAILED
      Oct 17 17:29:24 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 24.870440 |0|0|0| E 32 CAL0000: pushing data : PIPE error .........Broken pipe
      Oct 17 17:29:25 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 25.660073 |0|0|0| D 32 CAL0000: 7538 : onReceiveEOD : child ID = 1022
      Oct 17 17:29:25 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 25.660219 |0|0|0| D 32 CAL0000: 7538 : Message Queue is empty; Stopping CF Thread
      Oct 17 17:29:25 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 25.760470 |0|0|0| E 32 CAL0000: 7538 : cpimport exit on failure (signal -1)
      Oct 17 17:29:25 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 25.760786 |0|0|0| D 32 CAL0000: 7538 : onCpimportFailure BrmReport Send
      Oct 17 17:29:25 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 25.760845 |0|0|0| D 32 CAL0000: 7538 : onReceiveEOD : child ID = 0
      Oct 17 17:29:25 cs-test-mdb-cs-pm-module-1 writeengineserver[464]: 25.760894 |0|0|0| D 32 CAL0000: 7538 : onReceiveEOD : child ID = 0
      

      [1] https://github.com/mariadb-corporation/mariadb-enterprise-columnstore-docker/blob/master/test/mariadb-sandbox/sandbox-data/02_load_bookstore_data.sh

      Attachments

        Issue Links

          Activity

            People

              ben.thompson Ben Thompson (Inactive)
              jens.rowekamp Jens Röwekamp (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.