EdColeman commented on PR #281:
URL: https://github.com/apache/fluo-uno/pull/281#issuecomment-1143742833

   I can see the process with jps and ps, however grep does not return anything.
   
   ```
   [fluo-uno]$ jps -m
   22965 QuorumPeerMain 
/home/fluo-uno/install/apache-zookeeper-3.7.0-bin/bin/../conf/zoo.cfg
   23226 Jps -m
   
   [luo-uno]$ ps aux | grep "[Q]uorumPeerMain" | awk '{print $2}'
   22965
   
   [fluo-uno]$ pgrep -f "[Q]uorumPeerMain"
   
   ```
   


-- 
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]

Reply via email to