-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
storage: backport the stale read enhancement and bug fix to release 6.5 #43481
Labels
affects-6.5
severity/major
sig/transaction
SIG:Transaction
type/bug
The issue is confirmed as a bug.
type/enhancement
The issue or PR belongs to an enhancement.
Comments
cfzjywxk
added
type/enhancement
The issue or PR belongs to an enhancement.
affects-6.5
type/bug
The issue is confirmed as a bug.
severity/major
labels
Apr 28, 2023
ti-chi-bot
bot
added
may-affects-5.1
This bug maybe affects 5.1.x versions.
may-affects-5.2
This bug maybe affects 5.2.x versions.
may-affects-5.3
This bug maybe affects 5.3.x versions.
may-affects-5.4
This bug maybe affects 5.4.x versions.
may-affects-6.1
may-affects-7.1
labels
Apr 28, 2023
cfzjywxk
removed
may-affects-5.1
This bug maybe affects 5.1.x versions.
may-affects-5.2
This bug maybe affects 5.2.x versions.
may-affects-5.3
This bug maybe affects 5.3.x versions.
may-affects-5.4
This bug maybe affects 5.4.x versions.
may-affects-6.1
may-affects-7.1
labels
Apr 28, 2023
This was referenced May 29, 2023
12 tasks
I re-edit the description and group the same PRs in the same place. |
12 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-6.5
severity/major
sig/transaction
SIG:Transaction
type/bug
The issue is confirmed as a bug.
type/enhancement
The issue or PR belongs to an enhancement.
Enhancement
The tidb repo
store/copr: fix missting Request.TxnScope
planner: recalculate as-of ts of staleread when plan is cached
grafana: add traffic metrics for staleread traffic
store/copr: disable stale read when meeting lock for cop
sessiontxn/staleread: more accurate stale ts
The client-go repo
avoid dataIsNotReady error while retrying stale read on the leader
Remove stale-read flag after resolving lock
add metrics for stale-read traffic
batch_client: auto re-connect idle connection when wait connection ready
reload region cache when store is resolved from invalid status
*: refine non-global stale-read request retry logic
*: fix stale read ops metric
handle
mismatch peer id
region errormismatch peer id
region error tikv/client-go#888mismatch peer id
region error tikv/client-go#885 & Match error message correctly tikv/client-go#887mismatch peer id
region error tikv/client-go#935fix unexpected slow query during GC running after stop 1 tikv-server
Resume the max retry check for stale read processing
fallback to follower when leader is busy
add more log for diagnose
add region cache state test & fix some issues of replica selector
use context logger as much as possible
The tikv repo
The text was updated successfully, but these errors were encountered: