[FLASH-659] Make Region Mapped To Only One Table#318
Merged
solotzg merged 12 commits intopingcap:masterfrom Nov 13, 2019
solotzg:FLASH-659
Merged
[FLASH-659] Make Region Mapped To Only One Table#318solotzg merged 12 commits intopingcap:masterfrom solotzg:FLASH-659
solotzg merged 12 commits intopingcap:masterfrom
solotzg:FLASH-659
Conversation
Contributor
Author
|
/run-integration-tests |
Contributor
Author
|
I've moved RegionReadStatus into RegionException, PTAL @zanmato1984 |
Contributor
Author
|
/run-integration-tests |
zanmato1984
reviewed
Nov 13, 2019
zanmato1984
reviewed
Nov 13, 2019
zanmato1984
reviewed
Nov 13, 2019
zanmato1984
reviewed
Nov 13, 2019
zanmato1984
reviewed
Nov 13, 2019
zanmato1984
reviewed
Nov 13, 2019
| dirty_it++; | ||
| } | ||
| else | ||
| dirty_it = dirty_regions.erase(dirty_it); |
Contributor
There was a problem hiding this comment.
I don't buy this deletion unless you insist.
Contributor
Author
|
/run-integration-tests |
12 tasks
CalvinNeo
added a commit
to CalvinNeo/tiflash
that referenced
this pull request
Nov 20, 2024
…cap#318) Signed-off-by: Calvin Neo <calvinneo1995@gmail.com>
ti-chi-bot
pushed a commit
to ti-chi-bot/tiflash
that referenced
this pull request
Nov 20, 2024
…cap#318) Signed-off-by: Calvin Neo <calvinneo1995@gmail.com>
JaySon-Huang
pushed a commit
to JaySon-Huang/tiflash
that referenced
this pull request
Dec 3, 2024
…cap#318) Signed-off-by: Calvin Neo <calvinneo1995@gmail.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Remove
MaxSystemTableID.Move
RegionReadStatusfromRegionTabletoRegionException.Optimize
applySnapshot: extend range of region in RegionTable first, then try flush region data into ch first to avoid persisting huge snapshot.Refactor
RegionTableand make region only mapped to one table.Optimize for raft cmd
CompactLog.