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

Streamis application initialization supports online application import and versioning #67

Open
wants to merge 821 commits into
base: dev-0.2.5
Choose a base branch
from

Conversation

jefftlin
Copy link
Collaborator

@jefftlin jefftlin commented Mar 1, 2023

What is the purpose of the change

#64

Brief change log

  • Adjust the order to inspect the savepoint path defined first;
  • Sort the job version details;
  • Get latestJobVersion form StreamJobVersion;
  • Problem in sql expression;
  • Avoid the ambiguity in sql expression;
  • Add lastVersion property in the resultSet of querying job list;
  • Fix the null pointer exception in "/execute/inspect";
  • Fix the bug of uploading job exception;
  • Inspections of stream job; Support to define job configuration in meta.json file;
  • Support to deploy the version of job when the related task not completed.

Verifying this change

  • View the version upgrade feature in the docs directory and use the feature.

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): (no)
  • Anything that affects deployment: (no)
  • The Core framework, i.e., JobManager, Server.: (no)

Documentation

  • Does this pull request introduce a new feature? (yes)
  • If yes, how is the feature documented? (docs)

green241 and others added 30 commits March 1, 2022 18:32
…ach the tenant label to streamis job; Enable to store the undefined configuration pairs.
Davidhua1996 and others added 25 commits October 29, 2022 16:13
* Upgrade the version of pom to 0.2.3

* Minor fix

Co-authored-by: jefftlin <jefft_lin@163.com>
Fix the problem of transformer component in Streamis
Co-authored-by: jefftlin <jefft_lin@163.com>
* Add keyword filter strategy in log4j/log4j2.

* Use the stream log event timestamp as the enqueue time.

* Init the structure of supporting multiple disks/drivers.

* Load balancer strategies for storing stream log.

* Adjust the default value of configuration.

* Add test unit for job log storage.

* optimize the restful performance.

* Add debug mode in log collector; Add the strategy to discard log cache.

* Fix the problem in closing log4j bucket.

* Optimize the strategies.
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

Successfully merging this pull request may close these issues.

None yet

4 participants