Skip to content
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

store/tikv: support fallback from async commit (take 2) #21531

Merged
merged 29 commits into from
Dec 10, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
2543b3c
implement new resolver
sticnarf Dec 3, 2020
b3899e8
update proto
sticnarf Dec 4, 2020
1ff0410
disable async commit when 1pc fallback
sticnarf Dec 4, 2020
a289c9c
update kvproto
sticnarf Dec 7, 2020
2af8f9d
fix compile
sticnarf Dec 7, 2020
006fb08
add resolve lock tests
sticnarf Dec 7, 2020
6f86958
update kvproto
sticnarf Dec 7, 2020
5bf99bb
rename
sticnarf Dec 7, 2020
bd19a29
Merge branch 'master' into fallback-v2
sticnarf Dec 7, 2020
2be7b1c
more unit test
sticnarf Dec 7, 2020
4c62c04
Merge branch 'master' into fallback-v2
sticnarf Dec 7, 2020
6891747
fix unit test
sticnarf Dec 8, 2020
3cdb7ad
Merge branch 'fallback-v2' of https://github.com/sticnarf/tidb into f…
sticnarf Dec 8, 2020
e0dcc6e
Merge remote-tracking branch 'upstream/master' into fallback-v2
sticnarf Dec 8, 2020
80bd05d
update unistore to fix test
sticnarf Dec 8, 2020
b569fff
update kvproto
sticnarf Dec 8, 2020
54663b9
Merge remote-tracking branch 'upstream/master' into fallback-v2
sticnarf Dec 8, 2020
bee7dfd
Merge remote-tracking branch 'upstream/master' into fallback-v2
sticnarf Dec 8, 2020
df070a5
support commit with schema change
sticnarf Dec 8, 2020
cacb8c6
update unistore
sticnarf Dec 8, 2020
df070f3
Merge remote-tracking branch 'upstream/master' into fallback-v2
sticnarf Dec 9, 2020
caf5fe3
resolve comments
sticnarf Dec 9, 2020
9ad68e1
Merge remote-tracking branch 'upstream/master' into fallback-v2
sticnarf Dec 9, 2020
7ed4751
return error when minCommitTs is not zero during 1pc fallback
sticnarf Dec 9, 2020
1cdf3e8
Merge branch 'master' into fallback-v2
ti-srebot Dec 9, 2020
6ae246e
make lock test more stable
sticnarf Dec 10, 2020
00bc888
Merge remote-tracking branch 'upstream/master' into fallback-v2
sticnarf Dec 10, 2020
f9ce470
Merge branch 'fallback-v2' of https://github.com/sticnarf/tidb into f…
sticnarf Dec 10, 2020
b3b1acd
Merge branch 'master' into fallback-v2
ti-srebot Dec 10, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update unistore to fix test
Signed-off-by: Yilin Chen <sticnarf@gmail.com>
  • Loading branch information
sticnarf committed Dec 8, 2020
commit 80bd05d99ad8b8bd673e77c38da995051936aa3f
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ require (
)

replace (
github.com/ngaut/unistore => github.com/sticnarf/unistore v0.0.0-20201207084729-7cb7deba10e6
github.com/ngaut/unistore => github.com/sticnarf/unistore v0.0.0-20201208032526-a859048e36eb
github.com/pingcap/kvproto => github.com/sticnarf/kvproto v0.0.0-20201207083920-0f4b5eba03a9
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -821,8 +821,8 @@ github.com/spf13/viper v1.4.0/go.mod h1:PTJ7Z/lr49W6bUbkmS1V3by4uWynFiR9p7+dSq/y
github.com/steveyen/gtreap v0.1.0/go.mod h1:kl/5J7XbrOmlIbYIXdRHDDE5QxHqpk0cmkT7Z4dM9/Y=
github.com/sticnarf/kvproto v0.0.0-20201207083920-0f4b5eba03a9 h1:564n6YEcPpyzIV0V+sriAi8wcGFtuOaKFL3/L+rpvkw=
github.com/sticnarf/kvproto v0.0.0-20201207083920-0f4b5eba03a9/go.mod h1:IOdRDPLyda8GX2hE/jO7gqaCV/PNFh8BZQCQZXfIOqI=
github.com/sticnarf/unistore v0.0.0-20201207084729-7cb7deba10e6 h1:CLqpepWj6yueEIpEJV8Y9EHuuTO80BPC7zwRo+fwiO0=
github.com/sticnarf/unistore v0.0.0-20201207084729-7cb7deba10e6/go.mod h1:INaogn3OAu9DwRqdB9HUcds5ENOIYKsGQzmwroEpzxM=
github.com/sticnarf/unistore v0.0.0-20201208032526-a859048e36eb h1:s8CY2LbmNUs/8glnX2ltmnnheOmu+J5hhIkYte2UQFo=
github.com/sticnarf/unistore v0.0.0-20201208032526-a859048e36eb/go.mod h1:INaogn3OAu9DwRqdB9HUcds5ENOIYKsGQzmwroEpzxM=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE=
Expand Down