Skip to content
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

feat: Add offline scaling support for background ddl with arrangement backfill #20006

Merged
merged 12 commits into from
Feb 5, 2025

Refactor: Use immutable ref for `stream_node` in CatalogController; a…

c139904
Select commit
Loading
Failed to load commit list.
Merged

feat: Add offline scaling support for background ddl with arrangement backfill #20006

Refactor: Use immutable ref for `stream_node` in CatalogController; a…
c139904
Select commit
Loading
Failed to load commit list.
Task list completed / task-list-completed succeeded Jan 27, 2025 in 0s

1 / 1 tasks completed

All tasks have been completed

Details

Required Tasks

Task Status
Due to changes in the stream job fragment after offline scaling, it needs to be retrieved again. Incomplete
Since the scaling occurs before the created event, the FE will receive the scaling mapping first. Incomplete
I have written necessary rustdoc comments. Completed