You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
mysql> CREATE TABLE t1 (a int) FOLLOWERS=4;
ERROR 1105 (HY000): failed to notify PD the placement rules: "[PD:placement:ErrBuildRuleList]build rule list failed, needs at least one leader or voter for range {7480000000000000FF5000000000000000F8, 7480000000000000FF5100000000000000F8}"
2. What did you expect to see? (Required)
This should work. It implies there is a leader, and now 4 followers with no constraints.
inference about the unmentioned constraints, what do you think @xhebox@lcwangchao
I think the thing is that morgo thought it is an sugar option, where primaryRegion is omitted. But in my implementation, it is the non-sugar syntax where every thing needs to be explicit. @morgo
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
This should work. It implies there is a leader, and now 4 followers with no constraints.
3. What did you see instead (Required)
Error
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: