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

[Feature] auto create new tag for flink checkpoint #1942

Closed
2 of 4 tasks
MonsterChenzhuo opened this issue Sep 5, 2023 · 0 comments · Fixed by #2188
Closed
2 of 4 tasks

[Feature] auto create new tag for flink checkpoint #1942

MonsterChenzhuo opened this issue Sep 5, 2023 · 0 comments · Fixed by #2188
Labels
enhancement New feature or request

Comments

@MonsterChenzhuo
Copy link
Contributor

MonsterChenzhuo commented Sep 5, 2023

Search before asking

  • I searched in the issues and found nothing similar.

Motivation

企业微信截图_724b619c-2161-4831-9f96-b75fcfe3bfbb Paimon's auto-tag didn't get created yesterday. Could it be that it won't trigger if there are no data changes? Is it triggered on write? 企业微信截图_3eecf419-c8e8-4a96-8bd3-2b121c467111 As expected, it's triggered on write. I manually inserted a few rows of data, and the tags were generated.

This can't be used in a batch processing scenario because batch processing requires an accurate trigger signal. When no data is written into the stream table, the auto-generation of tags is interrupted. Therefore, we need a mechanism for generating tags based on checkpoints. This mechanism should take into account settings for parameters like 'tag.automatic-creation', 'tag.creation-period', 'tag.creation-delay', and 'tag.num-retained-max'.

Solution

No response

Anything else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant