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][Script] A script parameter error in bin/inlong-daemon #8918

Closed
2 tasks done
fancycoderzf opened this issue Sep 15, 2023 · 0 comments · Fixed by #8919
Closed
2 tasks done

[Bug][Script] A script parameter error in bin/inlong-daemon #8918

fancycoderzf opened this issue Sep 15, 2023 · 0 comments · Fixed by #8919
Assignees
Labels
type/bug Something is wrong
Milestone

Comments

@fancycoderzf
Copy link
Contributor

fancycoderzf commented Sep 15, 2023

What happened

I found a parameter error in bin/inlong-daemon script.

bash +x ./bin/proxy-start.sh tube

proxy-start.sh is called here.
CONFIG_FILE="audit-proxy-${MQ_TYPE}.conf"

Only function of tube parameter is to find the configuration file, and the configuration file is named inlong-audit/conf/audit-proxy-tubemq.conf.
So I think tube should be tubemq, or just change the configuration file name to proxy-tube.conf. In order to be consistent with the following article, I recommend changing to tubemq.
bash +x ./bin/dataproxy-start.sh tubemq

What you expected to happen

Correctly found the configuration fileinlong-dataproxy/conf/dataproxy-tubemq.conf.

How to reproduce

View script files.

Environment

No response

InLong version

master

InLong Component

InLong DataProxy

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
type/bug Something is wrong
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants