-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Make placement rule in sql compatible with tiflash #37171
Labels
affects-6.1
This bug affects the 6.1.x(LTS) versions.
type/enhancement
The issue or PR belongs to an enhancement.
Comments
2 tasks
ti-chi-bot
pushed a commit
that referenced
this issue
Aug 19, 2022
7 tasks
12 tasks
ti-chi-bot
pushed a commit
to pingcap/tiflash
that referenced
this issue
Sep 2, 2022
…Flash replica' (#5746) close #5768, ref pingcap/tidb#37171
This was referenced Oct 14, 2022
ti-chi-bot
added a commit
that referenced
this issue
Oct 14, 2022
lcwangchao
pushed a commit
to lcwangchao/tidb
that referenced
this issue
Oct 14, 2022
lcwangchao
pushed a commit
to lcwangchao/tidb
that referenced
this issue
Oct 14, 2022
…e in one table (pingcap#37252) (pingcap#38477) close pingcap#37171
ti-chi-bot
pushed a commit
that referenced
this issue
Oct 14, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-6.1
This bug affects the 6.1.x(LTS) versions.
type/enhancement
The issue or PR belongs to an enhancement.
Enhancement
Currently, the placement rule group of tiflash is 0 that can be override by rules generated by "placement in SQL", so it is why we forbid set a table's placement policy and tiflash replica at the same time.
We can make the tiflash's group index higher to fix the above problem.
The text was updated successfully, but these errors were encountered: