machine resource is not enough to hold a new unit

在租户jeff_tenat 下无法创建表

create table members_1( first_name varchar(25) not null, last_name varchar(25) not null, user_name varchar(25) not null, email varchar(35), joined date not null ) partition by key(joined) partitions 6;

ERROR 4624 (HY000): machine resource is not enough to hold a new unit

可以先检查下是否有 observer 节点挂掉了

是正常的 没有挂掉


1 个赞