'MonetDB remote table "unexpected end of file"

I'm trying to configure a remote table on a second node but receiving "unexpected end of file" every time I try to do a select statement.

Configuration Node one:

can be accessed from anywhere to 0.0.0.0 on /var/local/dbfarm

IP: XXX.XXX.XXX.128 PORT: 50000

MONETDB Version: MonetDB Database Server Toolkit v11.39.17 (Oct2020-SP5)

db: xrouterlab

table: aufXXX ("oid" BIGINT)

Configuration Node two:

IP: XXX.XXX.XXX.126 PORT: 50000

MONETDB Version: MonetDB Database Server Toolkit v11.43.5 (Jan2022)

db: xrouterlab

CREATE REMOTE TABLE aufXXX ( "oid" BIGINT ) on 'mapi:monetdb://XXX.XXX.XXX.128:50000/xrouterlab';

operation successful

sql>select * from aufXXX limit 1;

unexpected end of file

Logs Node 1:

2022-03-16 11:33:32 MSG merovingian[3342]: proxying client XXX.XXX.XXX.126:47446 for database 'xrouterlab' to mapi:monetdb:///var/local/dbfarm/xrouterlab/.mapi.sock?database=xrouterlab

2022-03-16 11:33:32 MSG merovingian[3342]: target connection is on local UNIX domain socket, passing on filedescriptor instead of proxying

Logs Node 2:

2022-03-16 11:33:34 MSG merovingian[1703240]: database 'xrouterlab' (-1) was killed by signal SIGSEGV

Tks in advance for any help.

Diego



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source