MarcusSorealheis commented on a change in pull request #1141: SOLR-14147 change the Security manager to default to true. URL: https://github.com/apache/lucene-solr/pull/1141#discussion_r363078422
########## File path: solr/solr-ref-guide/src/securing-solr.adoc ########## @@ -97,4 +97,4 @@ It is also strongly recommended that Solr listen to only those network interface == Enable Security Manager -Solr can run in a Java Security Manager sandbox by setting `SOLR_SECURITY_MANAGER_ENABLED=true` via environment variable or in `solr.in.sh`/`solr.in.cmd`. This feature is incompatible with Hadoop. +Solr runs in a Java Security Manager sandbox by default. Since this feature is incompatible with Hadoop, you can disable it by setting `SOLR_SECURITY_MANAGER_ENABLED=false` via environment variable or in `solr.in.sh`/`solr.in.cmd` if you are running Solr with Hadoop. Review comment: I need to conduct a variety of tests before writing a definitive statement about its functionality anywhere in the docs to ensure the information is accurate. Even if I experience some success, I will still include that it may not work based on the previous docs. I will also maybe consult one of the committers involved in HDFS or (you included) for guidance on what to test or if it will not work for sure for reasons beyond my scope of knowledge at this time. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org