You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[#7513] fix: server shutdown logic should correctly check for forceKill (#7573)
### What changes were proposed in this pull request?
server shutdown logic should correctly check for forceKill
The if statement should check for forcekill variable value. Earlier, it
was doing a comparison against the string `forcekill` which would always
evaluate to true.
### Why are the changes needed?
Required for correct shutdown of the service
Fix: #7513
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
```
./bin/gravitino.sh start
./bin/gravitino.sh stop
```
(also modified the script to echo some more logs while shutting down.
not committed in the patch, done only for local testing)
Co-authored-by: Gagan B Mishra <[email protected]>
0 commit comments