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] Streamis application initialization supports online application import and versioning #64

Open
2 tasks done
jefftlin opened this issue Feb 28, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jefftlin
Copy link
Collaborator

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Problem Description

When upgrading the FLINK master JAR package or changing startup parameters, you need to re-import the job. Currently, streamis cannot import the latest application configurations online for flink applications that are already running, so you need to kill the application before the import. For applications that consume a large amount of TPS, consumption accumulation or meltdown will occur during the re-import process of kill application.
In addition, the streamis does not have version management for the application configuration. If the application starts abnormally after the configuration is updated, the application configuration of the previous version cannot be quickly rolled back.

Description

streamis application configuration initialization supports online application import and takes effect after restart.
streamis application configurations and user-defined parameters can be modified online and take effect after restart.

Use case

No response

solutions

No response

Anything else

No response

Are you willing to submit a PR?

  • Yes I am 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
Development

No branches or pull requests

1 participant