[![👍 Frogbot scanned this pull request and found that it did not add vulnerable dependencies.](https://raw.githubusercontent.com/jfrog/frogbot/master/resources/v2/noVulnerabilityBannerPR.png)](https://docs.jfrog-applications.jfrog.io/jfrog-applications/frogbot)
suggested fix, set stale/unused pid to
-1
, since it is a valid PID for an invalid process for windows and *nix:Backstory:
On my local M2 Chip Mac, I was having the unit test
KarafBootTest#verifyStaleLockBehavior
fail, the process id (pid)0
was actually being usedWhen I set it to really high number pid
999999..
. that isn't used, the test pass:When I set the pid to
-1
, the test pass: