-
Notifications
You must be signed in to change notification settings - Fork 412
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
[FLASH-659] Make Region Mapped To Only One Table #318
Conversation
/run-integration-tests |
I've moved RegionReadStatus into RegionException, PTAL @zanmato1984 |
/run-integration-tests |
dirty_it++; | ||
} | ||
else | ||
dirty_it = dirty_regions.erase(dirty_it); |
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.
I don't buy this deletion unless you insist.
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.
LGTM
/run-integration-tests |
…cap#318) Signed-off-by: Calvin Neo <calvinneo1995@gmail.com>
…cap#318) Signed-off-by: Calvin Neo <calvinneo1995@gmail.com>
…cap#318) Signed-off-by: Calvin Neo <calvinneo1995@gmail.com>
Remove
MaxSystemTableID
.Move
RegionReadStatus
fromRegionTable
toRegionException
.Optimize
applySnapshot
: extend range of region in RegionTable first, then try flush region data into ch first to avoid persisting huge snapshot.Refactor
RegionTable
and make region only mapped to one table.Optimize for raft cmd
CompactLog
.