3 subject="""comment 9"""
4 date="2021-12-06T16:36:45Z"
6 Unfortunately, [[!commit 66b2536ea0aa5c88f5b744eeace3322a8a4a10b6]]
7 broke shared locking when pid locks are not used, causing a FD leak,
8 and had to be reverted. Which further breaks concurrent pid locking.
10 At this point, when -J is used with pidlock, it may drop the lock but
11 still think it has it held internally. Comment #7 found another way that
12 could happen, and the conclusion is that the pid lock must migrate away
13 from using the lock pool.