dockerzhang commented on a change in pull request #2647:
URL: https://github.com/apache/incubator-inlong/pull/2647#discussion_r811859860
##########
File path: bin/inlong-daemon
##########
@@ -213,7 +213,7 @@ start_inlong_all() {
echo "Judge the choice of message middleware tubemq or pulsar"
if [ $source_type == "pulsar" ]; then
# Judge whether the pulsar cluster is started in the current system
- pulsar_thread=$($JAVA_HOME/bin/jps | grep PulsarBrokerStarter)
+ pulsar_thread=$($JAVA_HOME/bin/jps | egrep
'PulsarBrokerStarter|PulsarStandaloneStarter')
Review comment:
```suggestion
pulsar_thread=$($JAVA_HOME/bin/jps | egrep 'PulsarBrokerStarter |
PulsarStandaloneStarter')
```
--
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]