We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
group_1
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:
The text was updated successfully, but these errors were encountered:
(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
Sorry, something went wrong.
Support variable when seeking by id in match clause (vesoft-inc#2672)
f0dc078
* Support variable when seek by id in match clause * Fix tck Co-authored-by: Yee <2520865+yixinglu@users.noreply.github.com>
darionyaphet
No branches or pull requests
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: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:The text was updated successfully, but these errors were encountered: