[Bug] Broker Fails to Restart Due to Incomplete NAR File Extraction in /tmp
Directory
#23273
Closed
3 tasks done
Labels
type/bug
The PR fixed a bug or issue reported a bug
Search before asking
Read release policy
Version
Master branch
Minimal reproduce step
entryFilterNames=<your-filter-name>
entryFiltersDirectory=<path-to-filter-directory>
NoSuchFileException
related to the/tmp
directory.What did you expect to see?
The Pulsar broker should restart normally without any manual intervention or deletion of files in the
/tmp
directory.What did you see instead?
The broker fails to start, throwing a
NoSuchFileException
for missing files in the/tmp
directory, specifically related to the filter NAR file. Manually deleting the/tmp
directory allows the broker to start normally, but the issue reappears on subsequent restarts.Anything else?
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: