flink
flink copied to clipboard
Atlas changes
If Flink 1.10 is used, this JobListener is not used after it is created, so the Hook does not take effect. It can take effect after adding the following code. JobListener listener = factory.createFromConfig(configuration, classLoader); registerJobListener(listener);
If you use Flink 1.12, the option of execution.job-listeners has been officially supported, and the listeners have been added to env, so this PR is not required
Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community to review your pull request. We will use this comment to track the progress of the review.
Automated Checks
Last check on commit b6b983201168ccd9a5c4c019094562867855d1fb (Thu Jan 20 07:42:58 UTC 2022)
Warnings:
- No documentation files were touched! Remember to keep the Flink docs up to date!
- Invalid pull request title: No valid Jira ID provided
Mention the bot in a comment to re-run the automated checks.
Review Progress
- ❓ 1. The [description] looks good.
- ❓ 2. There is [consensus] that the contribution should go into to Flink.
- ❓ 3. Needs [attention] from.
- ❓ 4. The change fits into the overall [architecture].
- ❓ 5. Overall code [quality] is good.
Please see the Pull Request Review Guide for a full explanation of the review process.Bot commands
The @flinkbot bot supports the following commands:
@flinkbot approve descriptionto approve one or more aspects (aspects:description,consensus,architectureandquality)@flinkbot approve allto approve all aspects@flinkbot approve-until architectureto approve everything untilarchitecture@flinkbot attention @username1 [@username2 ..]to require somebody's attention@flinkbot disapprove architectureto remove an approval you gave earlier
CI report:
- b6b983201168ccd9a5c4c019094562867855d1fb Azure: FAILURE
Bot commands
The @flinkbot bot supports the following commands:@flinkbot run azurere-run the last Azure build
Is this feature currently supported? How can I use it? Is there a Flink Atlas plugin available