Vettabase / mariadb-columnstore-docker

GNU General Public License v3.0
3 stars 0 forks source link

dbrmctl doesn't work #10

Open federico-razzoli opened 5 months ago

federico-razzoli commented 5 months ago
bash-5.1$ dbrmctl status
DBRM::send_recv caught: InetStreamSocket::connect: connect() error: Connection refused to: InetStreamSocket: sd: 3 inet: 127.0.0.1 port: 8616
DBRM::send_recv caught: InetStreamSocket::connect: connect() error: Connection refused to: InetStreamSocket: sd: 3 inet: 127.0.0.1 port: 8616
Failure: an unspecific communication error.

Also, when I tried to create a table I got this:

ERROR 1815 (HY000): Internal error: Cannot execute the statement. DBRM is read only!
rcbensley commented 4 months ago

As of the new container init, the dbrmctl command can connect.

rcbensley@smokingman:~$ docker exec -it mcs bash root@e814e91decd4:/# dbrmctl --help Usage: dbrmctl [-vh] status | halt | resume | readonly | readwrite | reload root@e814e91decd4:/# dbrmctl status OK. root@e814e91decd4:/# dbrmctl readwrite OK.

But switching to and from readonly/readwrite causes issues and locks. Not yet tested with external S3 or mounted NFS volume.