Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MemSQL Partition has no master instance

Tags:

singlestore

Running queries on a MemSQL tables returns the following error:

Error Code: 1777. Partition db_name:0 has no master instance.

I understand MemSQL Enterprise avoids this error appearing in the first place; however, I tried dropping the table, truncating data, and restarting the cluster several times, yet I still get the same error. Any ideas how to fix this error?

like image 780
Mauro Pirrone Avatar asked Apr 08 '26 03:04

Mauro Pirrone


1 Answers

Does "SHOW LEAVES" show all leaf nodes as online? In redundancy 1 you need all leaves online to run queries. Run REMOVE LEAF if you want to permanently remove an offline leaf from the cluster.

like image 59
Adam Prout Avatar answered Apr 20 '26 14:04

Adam Prout