Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zone number limit on creating a space on a group does not work #2672

Closed
randomJoe211 opened this issue Mar 18, 2021 · 1 comment
Closed

Zone number limit on creating a space on a group does not work #2672

randomJoe211 opened this issue Mar 18, 2021 · 1 comment
Assignees
Labels
type/bug Type: something is unexpected
Milestone

Comments

@randomJoe211
Copy link
Contributor

To create a space on a group, the zone number of the group should not be less than the space replica number.

Group group_1 has only one zone:
image

So I should not be able to create a space that has more than 1 replicas on group_1, but I created a 3-replica space:
image

@CPWstatic CPWstatic transferred this issue from vesoft-inc/nebula-graph Aug 28, 2021
@CPWstatic CPWstatic added the type/bug Type: something is unexpected label Aug 28, 2021
@CPWstatic CPWstatic added this to the v2.6.0 milestone Aug 30, 2021
@darionyaphet
Copy link
Contributor

(root@nebula) [(none)]> CREATE SPACE test_2(partition_num=1, replica_factor=2, vid_type=int64) ON g_1
[ERROR (-1005)]: Invalid parm!

Thu, 16 Sep 2021 20:14:07 CST

have fixed and close it

yixinglu added a commit to yixinglu/nebula that referenced this issue Sep 14, 2023
* Support variable when seek by id in match clause

* Fix tck

Co-authored-by: Yee <2520865+yixinglu@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

3 participants