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] the class name in dataproxy stop.sh is wrong #2068

Closed
2 tasks done
EMsnap opened this issue Dec 28, 2021 · 0 comments · Fixed by #2069
Closed
2 tasks done

[Bug] the class name in dataproxy stop.sh is wrong #2068

EMsnap opened this issue Dec 28, 2021 · 0 comments · Fixed by #2069
Assignees
Labels
type/bug Something is wrong
Milestone

Comments

@EMsnap
Copy link
Contributor

EMsnap commented Dec 28, 2021

What happened

ps -ef |grep "org.apache.flume.node.Application"|grep "apache-inlong-dataproxy"|grep -v grep|awk '{print $2}'|xargs kill -9
6128005a-4cd4-453b-8a76-e21f196950b5

What you expected to happen

change from org.apache.flume.node.Application to org.apache.inlong.dataproxy.node.Application

How to reproduce

sh bin/dataproxy-stop.sh
ps -ef |grep "org.apache.flume.node.Application"|grep "apache-inlong-dataproxy"|grep -v grep|awk '{print $2}'|xargs kill -9
6128005a-4cd4-453b-8a76-e21f196950b5

Environment

No response

InLong version

0.10.0 RC1

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