-
Notifications
You must be signed in to change notification settings - Fork 13.8k
[FLINK-11645] Remove legacy JobManager #7731
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
Conversation
|
Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community Review Progress
Please see the Pull Request Review Guide for a full explanation of the review process. DetailsBot commandsThe @flinkbot bot supports the following commands:
|
...-runtime/src/test/java/org/apache/flink/runtime/taskmanager/TaskManagerRegistrationTest.java
Outdated
Show resolved
Hide resolved
| public String toString() { | ||
| return String.format("Trigger Checkpoint %d@%d for (%s/%s)", | ||
| getCheckpointId(), getTimestamp(), getJob(), getTaskExecutionId()); | ||
| return String.format( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: checkstyle hotfix not related to removing legacy JobManager.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True, I'll make it a separate commit.
TestingUtils#createJobManager created a TestingJobManager for testing purposes which is no longer needed since all legacy tests using the TestingJobManager are now ported.
…ved to TestingTaskManagerMessages
Removes the TestingJobManager, TestingJobManagerLike and TestingJobManagerMessages.
169df31 to
c94e7a7
Compare
This commit removes the legacy JobManager and references in comments from the code. This closes apache#7731.
c94e7a7 to
f2e0c1d
Compare
What is the purpose of the change
This commit removes the legacy
JobManagercomponent from Flink.This PR is based on #7725 and #7694.
Brief change log
TestingUtils#createJobManagerTestingJobManagerMessagesTestingJobManagerJobManagerVerifying this change
This change is a trivial rework / code cleanup without any test coverage.
Does this pull request potentially affect one of the following parts:
@Public(Evolving): (no)Documentation