flink icon indicating copy to clipboard operation
flink copied to clipboard

Atlas changes

Open Jesuitry opened this issue 3 years ago • 3 comments

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

Jesuitry avatar Jan 20 '22 07:01 Jesuitry

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.

The Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required Bot commands The @flinkbot bot supports the following commands:

  • @flinkbot approve description to approve one or more aspects (aspects: description, consensus, architecture and quality)
  • @flinkbot approve all to approve all aspects
  • @flinkbot approve-until architecture to approve everything until architecture
  • @flinkbot attention @username1 [@username2 ..] to require somebody's attention
  • @flinkbot disapprove architecture to remove an approval you gave earlier

flinkbot avatar Jan 20 '22 07:01 flinkbot

CI report:

  • b6b983201168ccd9a5c4c019094562867855d1fb Azure: FAILURE
Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

flinkbot avatar Jan 20 '22 07:01 flinkbot

Is this feature currently supported? How can I use it? Is there a Flink Atlas plugin available

smileyboy2019 avatar May 06 '24 08:05 smileyboy2019