-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[BugFix] Support force cancel refresh materialized view & optimize some task run strategies (backport #46131) #47586
Conversation
Cherry-pick of 02fb889 has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
@mergify[bot]: Backport conflict, please reslove the conflict and resubmit the pr |
Quality Gate passedIssues Measures |
Why I'm doing:
What I'm doing:
Config. enable_mv_refresh_sync_refresh_mergeable
to support merge sync refresh mv task;Config. max_mv_task_run_meta_message_values_length
to limit the mv task run extra message's size;ENABLE_INSERT_STRICT
andENABLE_PROFILE
configurage in mv refresh.filterRows
to long since be's type isint64_t
and it may be overflow .Fixes #issue
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check:
This is an automatic backport of pull request #46131 done by [Mergify](https://mergify.com). ## Why I'm doing: - Little bugs in mv refreshing.
What I'm doing:
Config. enable_mv_refresh_sync_refresh_mergeable
to support merge sync refresh mv task;Config. max_mv_task_run_meta_message_values_length
to limit the mv task run extra message's size;ENABLE_INSERT_STRICT
andENABLE_PROFILE
configurage in mv refresh.filterRows
to long since be's type isint64_t
and it may be overflow .Fixes #issue
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist: