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
We don't support scaling backfill jobs at the moment. So when we scale backfill jobs running under background ddl, they will trigger an assertion panic as mentioned by #19138.
This is prerequisite of serverless backfill and for improved ux of background_ddl, so we should support it.
The text was updated successfully, but these errors were encountered:
This is a little surprising, since I thought it's already supported.
I thought we disallow foreground job to be scaled, but allow background ddls to be scaled.
This is a little surprising, since I thought it's already supported. I thought we disallow foreground job to be scaled, but allow background ddls to be scaled.
Unfortunately not. That should be supported, but at that point in time, several logic needs to be changed in the etcd backend and the sql backend, and background_ddl wasn't too high priority. So it's deferred to now.
Priority is increased since the logic will possibly be used for serverless backfill as well.
We don't support scaling backfill jobs at the moment. So when we scale backfill jobs running under background ddl, they will trigger an assertion panic as mentioned by #19138.
This is prerequisite of serverless backfill and for improved ux of background_ddl, so we should support it.
The text was updated successfully, but these errors were encountered: