-
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-463]Flush regions into DM as soon as raft commands processed #316
[FLASH-463]Flush regions into DM as soon as raft commands processed #316
Conversation
/rebuild |
/run-integration-tests |
/run-integration-tests |
/run-integration-tests |
/run-integration-tests |
/rebuild |
/run-integration-tests |
Co-Authored-By: JaySon <jayson.hjs@gmail.com>
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.
But mark that maybe we should find a way not to change the behavior for engine TxnMergeTree later with raft.disable_bg_flush
turn on?
@flowbehappy please take a look.
LGTM |
Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com> Co-authored-by: jinhelin <linjinhe33@gmail.com> Co-authored-by: JaySon <tshent@qq.com>
Note that if we set
raft.disable_bg_flush
to true, both storages of TxnMergeTree and DeltaMerge will be affected.