-
Notifications
You must be signed in to change notification settings - Fork 720
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
replication mode: available_stores
is wrongly calculated
#7221
Labels
affects-6.5
affects-7.1
affects-7.5
report/customer
Customers have encountered this bug.
severity/major
type/bug
The issue is confirmed as a bug.
Comments
disksing
added a commit
to oh-my-tidb/pd
that referenced
this issue
Oct 18, 2023
disksing
added a commit
to oh-my-tidb/pd
that referenced
this issue
Oct 18, 2023
fix tikv#7221 Signed-off-by: disksing <i@disksing.com>
ti-chi-bot bot
pushed a commit
that referenced
this issue
Oct 18, 2023
close #7221 Signed-off-by: disksing <i@disksing.com>
ti-chi-bot
pushed a commit
to ti-chi-bot/pd
that referenced
this issue
Oct 18, 2023
fix tikv#7221 Signed-off-by: disksing <i@disksing.com>
disksing
added a commit
to oh-my-tidb/pd
that referenced
this issue
Oct 30, 2023
ti-chi-bot
pushed a commit
to ti-chi-bot/pd
that referenced
this issue
Nov 8, 2023
fix tikv#7221 Signed-off-by: disksing <i@disksing.com>
18 tasks
16 tasks
ti-chi-bot
pushed a commit
to ti-chi-bot/pd
that referenced
this issue
Feb 1, 2024
close tikv#7221 Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
disksing
added a commit
to oh-my-tidb/pd
that referenced
this issue
Feb 1, 2024
ti-chi-bot bot
pushed a commit
that referenced
this issue
Feb 18, 2024
close #7221 improve state replication and failover process for dr-autosync Signed-off-by: disksing <i@disksing.com> Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io> Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io> Co-authored-by: disksing <i@disksing.com>
/found customer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-6.5
affects-7.1
affects-7.5
report/customer
Customers have encountered this bug.
severity/major
type/bug
The issue is confirmed as a bug.
Bug Report
What did you do?
when some stores are configured to be used to schedule learners, they should be contained in
available stores
list.What did you expect to see?
available stores
list contains stores that only have raft learners.What did you see instead?
available stores
list does not contain stores that only have raft learners.What version of PD are you using (
pd-server -V
)?master/v6.5.5
The text was updated successfully, but these errors were encountered: