yugabyte/yugabyte-db
在 GitHub 查看[YSQL] Correct error message on creating a materialised view with tablespaces having insufficient tablet servers
Open
#11,133 创建于 2022年1月19日
area/ysqlgood first issuekind/bugpriority/medium
仓库指标
- Star
- (8,229 star)
- PR 合并指标
- (平均合并 17天 21小时) (30 天内合并 92 个 PR)
描述
Jira Link: DB-1187
Description
Correct error message on creating materialized view with tablespaces having insufficient tablet servers.
Correct the word table in the error message
Invalid table definition and Error creating table
one=# create materialized view mv9 tablespace us_east_1a_zone_tablespace as select * from users; ERROR: Invalid argument: Invalid table definition: Error creating table one.mv9 on the master: Not enough tablet servers in aws:us-east-1:us-east-1a. Need at least 3 but only have 0.