justinmclean opened a new issue, #7513:
URL: https://github.com/apache/gravitino/issues/7513

   ### What would you like to be improved?
   
   The conditional check in the Gravitino stop script references the forceKill 
variable incorrectly.
   
   ```
     if [[ forceKill -ne 0 ]]; then
       $(kill -9 ${pid} > /dev/null 2> /dev/null)
     fi
   ```
   
   If should be `$forceKill`. The same issue exists in 
gravitino-iceberg-rest-server.sh.template.
   
   ### How should we improve?
   
   Fix and test that it works.


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