Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.1.5, 1.2
-
None
-
2018-16, 2018-17, 2018-18, 2018-19, 2018-20, 2018-21, 2019-01, 2019-02
Description
The client uses mysql java connector and commits after each insert. The client faced with the situation similar to that described in MCOL-984. Namely he has a table that fails to server any SELECT after the client adds a new 1 byte column. Here is the details of the error:
Error Code: 1815. Internal error: An unexpected condition within the query caused an internal processing error within InfiniDB. Please check the log files for more details. Additional Information: error in BatchPrimitiveProces
from debug.log
Aug 23 11:00:09 punmltdbprd03 PrimProc[63979]: 09.725458 |0|0|0| C 28 CAL0000: /data/buildbot/bb-worker/centos7/mariadb-columnstore-engine/primitives/primproc/columncommand.cpp error on projectResultRG for oid 17970 lbid 52208704: input rids 4193, output rids 0
It occures that MCOL-984 PR fixes issue for bulk insert but doesn't handle single insertion case.