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

Supports flink task checkpoint self-recovery and Streamis application parameter configuration import requirement #66

Open
wants to merge 847 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

#63
#65

Brief change log

(for example:)

  • Determinate the job launch manager with job type value;
  • Store the engineType, engineVersion, clientType into jobInfo;
  • Rename several subclass of StreamisTransformJobBuilder;
  • Remove unuseful param launchJob while creating jobClient;
  • Adjust the job state strategy, store the job state into job information;
  • Add manage mode property into jobDetails;
  • Define the abstract relation of jobInfo;
  • Choose the value of START_AUTO_RESTORE_SWITCH while doing monitor;
  • Get the status in real time while stopping;
  • Synchronize linkis state to streamis state when stopping operation;
  • Adjust the priority of savepoint;
  • Enhance create job client;
  • Append the exception analyzer.

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)

Davidhua1996 and others added 30 commits May 13, 2022 14:31
about the part of snapshot and stop
…-0.2.0

� Conflicts:
�	streamis-jobmanager/streamis-job-launcher/streamis-job-launcher-linkis/src/main/java/com/webank/wedatasphere/streamis/jobmanager/launcher/linkis/job/state/AbstractLinkisJobStateFetcher.java
patch:Resolve the JobStateResult.java compilation issues
…JobLaunchManager stateless; New JobConfRestfulApi;
batch restart and stop
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

3 participants