Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
6.6.5, 7.4
-
None
-
CentOS 7.5
Description
It would be great if the Solr init script could create the configured SOLR_PID_DIR with permissions for the Solr user, if it doesn't exist.
The use case is to store the PID file for the Solr service in a directory below the /run directory, which is typically mounted as tmpfs file system and empty after reboot. For example, with "SOLR_PID_DIR=/run/solr" in solr.in.sh, Solr will be unable to write its PID file after reboot because the solr subdirectory does not exist.