ddanielr commented on PR #5321:
URL: https://github.com/apache/accumulo/pull/5321#issuecomment-2669685360

   > 
[e5d7224](https://github.com/apache/accumulo/commit/e5d7224495bf610fd75f31c4377755c6350c73f5)
 introduces a mechanism that will wait for all of the ssh commands to finish 
before calling ZooZap. The `shellcheck` GitHub action is failing with the 
following:
   > 
   > ```
   > ^-- SC2009 (info): Consider using pgrep instead of grepping ps output.
   > ```
   > 
   > I'm thinking I should just suppress this. I'm not sure if `pgrep` is 
installed by default on all operating systems.
   
   I can't find anything that definitively says that `pgrep` is installed by 
default.
   There's references pointing to "pre-installed on most operating systems" but 
that's not absolute. 
   I vote for suppressing it as you aren't doing anything complicated in the 
grep.
   


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