Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
8.7
-
None
-
None
Description
In SOLR-14442 we added a warning if jstack wasn't found. I notice that I use the bin/solr command a lot as a client, so bin solr zk or bin solr healthcheck.
For example:
docker exec solr1 solr zk cp /security.json zk:security.json -z zoo1:2181
All of these emit the message:
The currently defined JAVA_HOME (/usr/local/openjdk-11) refers to a location
where java was found but jstack was not found. Continuing.
This is somewhat alarming, and then becomes annoying. Thoughts on maybe only conducting this check if you are running bin/solr start or one of the other commands that is actually starting Solr as a process?
Attachments
Issue Links
- is related to
-
SOLR-14442 bin/solr to attempt jstack before killing hung Solr instance
- Closed
- links to