-
Type:
Improvement
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 6.6.5, 7.4
-
Fix Version/s: None
-
Component/s: scripts and tools
-
Labels:
-
Environment:
CentOS 7.5
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.