Skip to content

handle watermark in backfill #8375

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

Closed
Tracked by #6042
yuhao-su opened this issue Mar 6, 2023 · 1 comment
Closed
Tracked by #6042

handle watermark in backfill #8375

yuhao-su opened this issue Mar 6, 2023 · 1 comment
Assignees
Milestone

Comments

@yuhao-su
Copy link
Contributor

yuhao-su commented Mar 6, 2023

          A random thought, if a watermark column exists as the first column in the pk, can we emit the watermark when backfill? Even maybe we can do some optimization for backfill with that watermark?

Originally posted by @st1page in #7790 (comment)

@github-actions github-actions bot added this to the release-0.1.18 milestone Mar 6, 2023
@yuhao-su yuhao-su mentioned this issue Mar 6, 2023
22 tasks
@TennyZhuang TennyZhuang assigned yuhao-su and chenzl25 and unassigned yuhao-su Mar 20, 2023
@chenzl25
Copy link
Contributor

I found that it is almost impossible to emit a watermark even when the first column of the backfill executor is a watermark column because the value of the watermark column keeps increasing, so the backfill existing data will usually have a value lower than the upstream watermark. That is to say, no watermark should be sent downstream while performing backfill.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants