kafka/shell/src
Okada Haruki e2500186cb
KAFKA-19334 MetadataShell execution unintentionally deletes lock file (#19817)
## Summary
- MetadataShell may deletes lock file unintentionally when it exists or
fails to acquire lock. If there's running server, this causes unexpected
result as below:
  * MetadataShell succeeds on 2nd run unexpectedly
  * Even worse, LogManager/RaftManager's lock also no longer work from
concurrent Kafka process startup

Reviewers: TengYao Chi <frankvicky@apache.org>
2025-06-09 12:24:26 +08:00
..
main/java/org/apache/kafka/shell KAFKA-19334 MetadataShell execution unintentionally deletes lock file (#19817) 2025-06-09 12:24:26 +08:00
test KAFKA-19334 MetadataShell execution unintentionally deletes lock file (#19817) 2025-06-09 12:24:26 +08:00