Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.0.11, 1.1.0
-
2017-18, 2017-19, 2017-20, 2017-21, 2018-04, 2018-05, 2018-06, 2018-07, 2018-08
Description
Build tested: 1.1.0-1 beta
Started with a 1um2pm gluster stack, added two more modules, started system, then create lineitem table, then run cpimport of a 10g lineitem file.
[root@localhost bin]# ./cpimport mytest lineitem /data/qa/source/dbt3/10g/lineitem.tbl
2017-09-13 15:08:45 (10100) INFO : Running distributed import (mode 1) on all PMs...
2017-09-13 15:08:52 (10100) ERR : Received a Cpimport Failure from PM4
2017-09-13 15:08:52 (10100) INFO : Please verify error log files in PM4
2017-09-13 15:08:52 (10100) INFO : Canceling outstanding cpimports
2017-09-13 15:08:52 (10100) ERR : PM4 : Bulkload Parse (thread 1) Failed for Table mytest.lineitem during parsing. Terminating this job.
2017-09-13 15:08:52 (10100) ERR : PM4 : Bulkload Parse (thread 0) Failed for Table mytest.lineitem during parsing. Terminating this job.
2017-09-13 15:08:52 (10100) ERR : PM4 : Bulkload Parse (thread 2) Failed for Table mytest.lineitem during parsing. Terminating this job.
2017-09-13 15:08:52 (10100) ERR : Received a Cpimport Failure from PM3
2017-09-13 15:08:52 (10100) INFO : Please verify error log files in PM3
2017-09-13 15:08:52 (10100) INFO : Canceling outstanding cpimports
2017-09-13 15:08:52 (10100) ERR : PM3 : Bulkload Parse (thread 1) Failed for Table mytest.lineitem during parsing. Terminating this job.
2017-09-13 15:08:52 (10100) ERR : PM3 : Bulkload Parse (thread 2) Failed for Table mytest.lineitem during parsing. Terminating this job.
2017-09-13 15:08:52 (10100) ERR : PM3 : Bulkload Parse (thread 0) Failed for Table mytest.lineitem during parsing. Terminating this job.
2017-09-13 15:08:59 (10100) INFO : Table mytest.lineitem: (OID-3017) was NOT successfully loaded.
2017-09-13 15:08:59 (10100) INFO : Bulk load completed, total run time : 13.9637 seconds
cpimport failed on the newly added PM3 and PM4.
According to the err.log on pm3, it could not find the extend map entries for some OIDs (I forgot to save the log file).
I did a shutdown system and started it again, cpimport was successful.
Additional info:
After creating the lineitem table, I check the extent map. The initial extent, which is the only extent, was on dbroot3. This is because I created couple other tables for my default initial test. I mentioned this, just in case other people could not reproduce the issue.