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

[Bug] dataProxyConfigRepository constructor error #1614

Closed
2 tasks done
ruanwenjun opened this issue Oct 11, 2021 · 0 comments · Fixed by #1615
Closed
2 tasks done

[Bug] dataProxyConfigRepository constructor error #1614

ruanwenjun opened this issue Oct 11, 2021 · 0 comments · Fixed by #1615
Assignees
Labels
Milestone

Comments

@ruanwenjun
Copy link
Member

What happened

The clusterSetMapper is NULL in constructor, since the DataProxyConfigRepository class is not initialized when create DataProxyConfigRepository instance.
https://github.com/apache/incubator-inlong/blob/b6a7304f2aa4b5f79a869c6465817e8951c65538/inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/repository/DataProxyConfigRepository.java#L74-L98

https://github.com/apache/incubator-inlong/blob/b6a7304f2aa4b5f79a869c6465817e8951c65538/inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/repository/DataProxyConfigRepository.java#L103-L107

What you expected to happen

The DataProxyConfigRepository can not work.

How to reproduce

Start InLongWebApplication.

InLong version

master

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
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants