[MCOL-288] test001 vtabledmlcol2col.sql fails Created: 2016-09-12  Updated: 2016-09-12  Resolved: 2016-09-12

Status: Closed
Project: MariaDB ColumnStore
Component/s: ExeMgr
Affects Version/s: 1.0.3
Fix Version/s: 1.0.2

Type: Bug Priority: Major
Reporter: Andrew Hutchings (Inactive) Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: None

Issue Links:
Duplicate
duplicates MCOL-260 update two tables with a subquery fails Closed

 Description   

Found whilst testing the 1.0.3 RPMs

The following query near the end of the test fails:

update orders, customer set c_comment = o_clerk, c_acctbal=c_acctbal+o_totalprice where c_custkey = o_orderkey and o_orderkey in (select l_orderkey from lineitem where l_orderkey < 100 order by l_orderkey, l_linenumber);

MariaDB returns the err:

ERROR 1815 (HY000) at line 128: Internal error: IDB-2004: Cannot connect to ExeMgr.

The debug log shows:

Sep 12 19:32:32 centos6-1 messagequeue[19332]: 32.496409 |0|0|0| W 31 CAL0071: InetStreamSocket::read: timeout during readToMagic: socket read error: Success; InetStreamSocket: sd: 11 inet: 127.0.0.1 port: 42708; Will retry.



 Comments   
Comment by Dipti Joshi (Inactive) [ 2016-09-12 ]

Duplicate of MCOL-260

Generated at Thu Feb 08 02:19:55 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.