You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Previously we tend to enable high frequency non-checkpoint barrier without barrier read to solve OOM issue, however we found that simply increasing the barrier latency cannot solve some cases.(see #12715) We need to implement spill anytime(at least chunk level spill).
Is your feature request related to a problem? Please describe.
Previously we tend to enable high frequency non-checkpoint barrier without barrier read to solve OOM issue, however we found that simply increasing the barrier latency cannot solve some cases.(see #12715) We need to implement spill anytime(at least chunk level spill).
related OOM issues:
I have open a PR for this, and will do more tests to see whether it works.
The text was updated successfully, but these errors were encountered: