This repository was archived by the owner on Jun 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 58
split: add app_partition_split request and unit test #111
Closed
Closed
Changes from 30 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
6397172
add meta_state_service_utils
9cb664a
update meta_state_service_utils
0ad4801
add app_partition_split_request
a3bfa4c
add meta_split_service
6fdde59
implement app_partition_split
92ce507
update meta_split_service
08f6857
Merge branch 'meta' of https://github.com/neverchanje/rdsn into split
7296e8a
refactor meta_state_service_utils
fe20a74
implement meta_state_service_utils
101ffaa
test meta_state_service_utils
06b1404
split: implement app_partition_split
2e8a2e1
meta: fix concurrent bug in meta storage
61a306e
add replica split
d27813a
Merge branch 'meta' of https://github.com/neverchanje/rdsn into split
0a3f0df
Merge branch 'master' of https://github.com/xiaomi/rdsn into split
1b0ce1f
Merge branch 'master' of https://github.com/xiaomi/rdsn into split
b398199
update replica split
59b47e7
fix replica split
1a0bbaf
fix replica split
1582e54
add
7b0d00e
Merge branch 'master' of https://github.com/xiaomi/rdsn into split
7a2c015
Merge branch 'master' of https://github.com/xiaomi/rdsn into split
77c28c0
revert
190486e
remove split function in replica which will lead to build failed
hycdong fc3fa51
Merge branch master
hycdong 3faea70
meta: update client send split request and meta server handle split r…
hycdong f40b92e
test: add unit test for meta app_partition_split
hycdong 41d85a6
Merge branch 'v1.9'
hycdong 54b73cc
add and remove some comments
hycdong 3b06d95
change std::make_unique to dsn::make_unique
hycdong 8a62162
update code format
hycdong 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
codeformat