Hi Kevin,
good point and I am not really sure about how “disable.configEdit” is set in
our setup, but with it being set and the directory not being writable
deliberately, the log message would still appear, see
https://issues.apache.org/jira/browse/SOLR-15375. The message happens with each
cor
Hi Shawn,
Thank you for looking into this. I have updated the jira with further
investigation https://issues.apache.org/jira/browse/SOLR-17018. Please take
a look and let me know what you all think.
On Mon, Oct 9, 2023 at 2:22 PM Shawn Heisey
wrote:
> On 10/8/23 18:24, rajani m wrote:
> > I ha
my bash-fu isn't that great, but AFAICT the way SOLR_OPTS is used in
bin/solr breaks on any attempt i can think of to quote/escape any jvm
args included in the SOLR_OPTS env variable.
Am i missing something, or is this a bug?
(see examples below)
-Hoss
http://www.lucidworks.com/
hossman@
SOLR_OPTS='-XX:-UseLargePages -Dfoo=bar -Dyak="white space"'
./solr/packaging/build/dev/bin/solr start -V -f
Does this work?
On Thu, 12 Oct, 2023, 6:08 am Chris Hostetter,
wrote:
>
> my bash-fu isn't that great, but AFAICT the way SOLR_OPTS is used in
> bin/solr breaks on any attempt i can thin