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

[Improve][Manager] flink job name should be more readable #9756

Closed
2 tasks done
aloyszhang opened this issue Mar 1, 2024 · 0 comments · Fixed by #9757
Closed
2 tasks done

[Improve][Manager] flink job name should be more readable #9756

aloyszhang opened this issue Mar 1, 2024 · 0 comments · Fixed by #9757
Milestone

Comments

@aloyszhang
Copy link
Contributor

aloyszhang commented Mar 1, 2024

Description

https://github.com/apache/inlong/blob/master/inlong-manager/manager-plugins/base/src/main/java/org/apache/inlong/manager/plugin/listener/StartupSortListener.java#L136

String jobName = Constants.SORT_JOB_NAME_GENERATOR.apply(processForm) + streamInfo.getInlongStreamId();

Currently, jobName consists of three parts, including "InLong-Sort-", groupId and streamId.
GroupId and streamId are directly combined together without any separator, so, the jobName has poor readability.

InLong Component

InLong Manager

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant