-
Notifications
You must be signed in to change notification settings - Fork 118
[to #555] enable api v2 #575
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
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
1c97d49
api-v2: enable api-v2
iosmanthus 0d485f2
Merge branch 'master' of github.com:tikv/client-java into api-v2
iosmanthus f45d583
attach api version to context and fix lock resolver api version
iosmanthus 8ff27f2
./dev/javafmt
iosmanthus 7bb666b
fix api v2 config test
iosmanthus 790ffd2
add topb test
iosmanthus c5e502e
fix ingest interface for rawkv
iosmanthus 8a11a88
fix ingest interface for rawkv
iosmanthus ec2d127
Merge branch 'master' of github.com:tikv/client-java into api-v2
iosmanthus 9b0363c
Merge branch 'master' of github.com:tikv/client-java into api-v2
iosmanthus f9f4cfe
add api version test
iosmanthus e5ff7e0
add license header for new files
iosmanthus 3e63dc4
fix ApiVersionTest for older version of TiKV
iosmanthus e44dee7
Merge branch 'api-v2' of github.com:iosmanthus/client-java; branch 'm…
iosmanthus 04fa138
fix kvproto wrong commit
iosmanthus 66d07c4
wip: add mock test for error handler for EpochNotMatch region error i…
iosmanthus 153ec6f
Merge branch 'master' of github.com:tikv/client-java into api-v2
iosmanthus 6771d13
add mock test for EpochNotMatch in API v2
iosmanthus b7c54f8
fix license header
iosmanthus 72eb371
add some comments for epoch not match mock test
iosmanthus 8443588
git fire!: add tests for scanRegions
iosmanthus 62879c6
add tests for scanRegions
iosmanthus edbb9f5
add mock test for ApiV2 PD client
iosmanthus 8b22d77
revert src/main/java/org/tikv/common/operation/iterator/RawScanIterat…
iosmanthus 34a81a0
refactor: introduce RequestKeyCodec to reduce if
iosmanthus a72a6cf
./dev/javafmt
iosmanthus de87cbb
remove codec in TiConfiguration
iosmanthus 6d43080
remove decodeRegion in PDClient
iosmanthus ef71788
remove extra ;
iosmanthus d252888
Merge branch 'api-v2' of github.com:iosmanthus/client-java into api-v2
iosmanthus fec799c
add batch encode method for RequestKeyCodec
iosmanthus 0a64f84
print stack trace for unstable tests
iosmanthus cedc40d
fix wrong base class for PDClientV2MockTest
iosmanthus afd5858
wip: add tests for RequestKeyCodec
iosmanthus 7c02154
./dev/javafmt
iosmanthus 0e0bd46
complete RequestKeyCodecTest
iosmanthus 1db88aa
remove if in scanRegions
iosmanthus 629d4fa
change Pair type to org.tikv.common.util.Pair
iosmanthus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.