EMsnap opened a new issue #2068:
URL: https://github.com/apache/incubator-inlong/issues/2068
### What happened
ps -ef |grep "org.apache.flume.node.Application"|grep
"apache-inlong-dataproxy"|grep -v grep|awk '{print $2}'|xargs kill -9
org.apache.flume.node.Application should be
org.apache.inlong.node.Application
### What you expected to happen
ps -ef |grep "org.apache.flume.node.Application"|grep
"apache-inlong-dataproxy"|grep -v grep|awk '{print $2}'|xargs kill -9
org.apache.flume.node.Application should be
org.apache.inlong.node.Application
### How to reproduce
ps -ef |grep "org.apache.flume.node.Application"|grep
"apache-inlong-dataproxy"|grep -v grep|awk '{print $2}'|xargs kill -9
export kill wrong
### Environment
_No response_
### InLong version
0.10.0 RC1
### InLong Component
InLong DataProxy
### Are you willing to submit PR?
- [X] Yes, I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of
Conduct](https://www.apache.org/foundation/policies/conduct)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]