-
Notifications
You must be signed in to change notification settings - Fork 222
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
merge master into cse region client #939
merge master into cse region client #939
Commits on Jun 30, 2023
-
client-go: add some key range info to error when PD returned no region (
tikv#862) Signed-off-by: Chao Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c764d7b - Browse repository at this point
Copy the full SHA c764d7bView commit details
Commits on Jul 3, 2023
-
*: refine non-global stale-read request retry logic (tikv#863)
Signed-off-by: crazycs520 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fbec023 - Browse repository at this point
Copy the full SHA fbec023View commit details
Commits on Jul 4, 2023
-
Fix the issue that primary pessimistic lock may be left not cleared a…
…fter GC (tikv#866) * Fix the issue that primary pessimistic lock may be left not cleared after GC Signed-off-by: MyonKeminta <[email protected]> * Fix mysteriously shown up thing that makes compilation failed Signed-off-by: MyonKeminta <[email protected]> * Fix test effectiveness (forgot to set txn2 to pessimistic txn); add more strict checks Signed-off-by: MyonKeminta <[email protected]> * Address comments Signed-off-by: MyonKeminta <[email protected]> --------- Signed-off-by: MyonKeminta <[email protected]> Co-authored-by: MyonKeminta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0cf773 - Browse repository at this point
Copy the full SHA c0cf773View commit details
Commits on Jul 7, 2023
-
add explicit request source type to label the external request like l…
…ightning/br (tikv#868) Signed-off-by: nolouch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 178f6fa - Browse repository at this point
Copy the full SHA 178f6faView commit details
Commits on Jul 10, 2023
-
use '%d' instead of '%q' for some int values in error message (tikv#875)
Signed-off-by: Chao Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32eb2b0 - Browse repository at this point
Copy the full SHA 32eb2b0View commit details -
format key in error message in method
scanRegions
(tikv#876)Signed-off-by: Chao Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e3e38b - Browse repository at this point
Copy the full SHA 5e3e38bView commit details
Commits on Jul 11, 2023
-
make cop request timeout a config paramter (tikv#865)
* update Signed-off-by: Spade A <[email protected]> * update Signed-off-by: Spade A <[email protected]> * update Signed-off-by: Spade A <[email protected]> * update Signed-off-by: Spade A <[email protected]> --------- Signed-off-by: Spade A <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e540aa3 - Browse repository at this point
Copy the full SHA e540aa3View commit details
Commits on Jul 13, 2023
-
region_cache: support check pending tiflash peer (tikv#821)
Signed-off-by: guo-shaoge <[email protected]> Co-authored-by: disksing <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 51633ad - Browse repository at this point
Copy the full SHA 51633adView commit details
Commits on Jul 14, 2023
-
*: add
SnapshotIterReverse
and makeiterReverse
supports `lowerBo……und` (tikv#883) Signed-off-by: Jason Mo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f11935 - Browse repository at this point
Copy the full SHA 2f11935View commit details -
*: fix stale read ops metric (tikv#878) (tikv#889)
Signed-off-by: crazycs520 <[email protected]> Co-authored-by: disksing <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ec212d - Browse repository at this point
Copy the full SHA 4ec212dView commit details -
Signed-off-by: weedge <[email protected]> Co-authored-by: disksing <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 51aab26 - Browse repository at this point
Copy the full SHA 51aab26View commit details -
reload region cache when store is resolved from invalid status (tikv#843
) Signed-off-by: you06 <[email protected]> Co-authored-by: disksing <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85fc8f3 - Browse repository at this point
Copy the full SHA 85fc8f3View commit details
Commits on Jul 24, 2023
-
ci: update setup-go action (tikv#904)
Signed-off-by: disksing <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b093b4 - Browse repository at this point
Copy the full SHA 1b093b4View commit details
Commits on Jul 26, 2023
-
fix unexpected slow query during GC running after stop 1 tikv-server (t…
…ikv#899) (tikv#909) * fix unexpected slow query during GC running after stop 1 tikv-server Signed-off-by: crazycs520 <[email protected]> * fix test Signed-off-by: crazycs520 <[email protected]> --------- Signed-off-by: crazycs520 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d880eca - Browse repository at this point
Copy the full SHA d880ecaView commit details -
resource_manager: ignore ru metrics for background request (tikv#872)
Signed-off-by: husharp <[email protected]> Co-authored-by: disksing <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76d6d93 - Browse repository at this point
Copy the full SHA 76d6d93View commit details
Commits on Jul 28, 2023
-
add more log for diagnose (tikv#915)
* add more log for diagnose Signed-off-by: crazycs520 <[email protected]> * fix Signed-off-by: crazycs520 <[email protected]> * add more log for diagnose Signed-off-by: crazycs520 <[email protected]> * add more log Signed-off-by: crazycs520 <[email protected]> * address comment Signed-off-by: crazycs520 <[email protected]> --------- Signed-off-by: crazycs520 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f94221 - Browse repository at this point
Copy the full SHA 9f94221View commit details
Commits on Jul 31, 2023
-
use context logger as much as possible (tikv#908)
* use context logger as much as possible Signed-off-by: crazycs520 <[email protected]> * refine Signed-off-by: crazycs520 <[email protected]> --------- Signed-off-by: crazycs520 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 719e645 - Browse repository at this point
Copy the full SHA 719e645View commit details
Commits on Aug 7, 2023
-
Resume max retry time check for stale read retry with leader option(t…
…ikv#903) (tikv#911) * Resume max retry time check for stale read retry with leader option Signed-off-by: cfzjywxk <[email protected]> * add cancel Signed-off-by: cfzjywxk <[email protected]> --------- Signed-off-by: cfzjywxk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a47e1c2 - Browse repository at this point
Copy the full SHA a47e1c2View commit details
Commits on Aug 8, 2023
-
request_source: remove default label (tikv#890)
* request_source: remove default label Signed-off-by: nolouch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a0d916d - Browse repository at this point
Copy the full SHA a0d916dView commit details
Commits on Aug 9, 2023
-
add a function to set request source task type (tikv#925)
* add a function to set request source task type Signed-off-by: glorv <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 300545a - Browse repository at this point
Copy the full SHA 300545aView commit details
Commits on Aug 10, 2023
-
ci: update go version (tikv#936)
* ci: update go version Signed-off-by: crazycs520 <[email protected]> * fix test Signed-off-by: crazycs520 <[email protected]> --------- Signed-off-by: crazycs520 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27f2ad0 - Browse repository at this point
Copy the full SHA 27f2ad0View commit details
Commits on Aug 11, 2023
-
use tidb_kv_read_timeout as first kv request timeout (tikv#919)
* support tidb_kv_read_timeout as first round kv request timeout Signed-off-by: crazycs520 <[email protected]> * fix ci Signed-off-by: crazycs520 <[email protected]> * fix ci Signed-off-by: crazycs520 <[email protected]> * fix ci Signed-off-by: crazycs520 <[email protected]> * fix ci Signed-off-by: crazycs520 <[email protected]> * fix ci Signed-off-by: crazycs520 <[email protected]> * update comment Signed-off-by: crazycs520 <[email protected]> * refine test Signed-off-by: crazycs520 <[email protected]> --------- Signed-off-by: crazycs520 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a21440 - Browse repository at this point
Copy the full SHA 8a21440View commit details -
[pick] resource_control: bypass some internal urgent request (tikv#938)
* resource_control: bypass some internal urgent request (tikv#884) Signed-off-by: nolouch <[email protected]> * resourcecontrol: fix nil pointer (tikv#900) Signed-off-by: nolouch <[email protected]> --------- Signed-off-by: nolouch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45894d9 - Browse repository at this point
Copy the full SHA 45894d9View commit details -
Merge branch 'master' of github.com:tikv/client-go into merge-master-…
…into-cse-region-client-v0 Signed-off-by: iosmanthus <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45c218e - Browse repository at this point
Copy the full SHA 45c218eView commit details