-
Notifications
You must be signed in to change notification settings - Fork 6k
Description
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
- 6.5.3 Backport the stale read optimizations to 6.5 tikv/client-go#818
- 7.1 same as master
- master Remove stale-read flag after resolving lock tikv/client-go#792
-
add metrics for stale-read traffic
- 6.5.3 Backport the stale read optimizations to 6.5 tikv/client-go#818
- 7.1.0 same as master
- master add metrics for stale-read traffic tikv/client-go#776
-
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 error -
fix 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
- add gzip compression for check_leader requests