AW: Solo server restarting every 90 seconds for no clear reason

2025-01-28 Thread Andreas Mock
Thank you for comming back with your findings and solution... > -Ursprüngliche Nachricht- > Von: Eliot Kimber > Gesendet: Dienstag, 28. Januar 2025 23:25 > An: users@solr.apache.org > Betreff: Re: Solo server restarting every 90 seconds for no clear reason > > This solr.service file s

Re: Solo server restarting every 90 seconds for no clear reason

2025-01-28 Thread Eliot Kimber
This solr.service file seems to be working as intended (no unwanted restarts): [Unit] Description=Apache SOLR [Service] Type=forking User=solr Environment=SOLR_INCLUDE=/etc/default/solr.in.sh ExecStart=/opt/solr/bin/solr start ExecStop=/opt/solr/bin/solr stop Restart=on

Re: Solo server restarting every 90 seconds for no clear reason

2025-01-28 Thread Eliot Kimber
I found my issue: it was own fault: I had created a systemctl service for solr and that was causing the issue (see https://gist.github.com/hammady/3d7b5964c7b0f90997865ebef40bf5e1) The systemctl process starts Solr but then immediately shuts it down, which apparently takes 90 seconds, and then

RE: [External] RE: log file appears binary

2025-01-28 Thread Silverman, Harry (Contractor)
We do see occasional binary characters in the logs - but somehow this is only an issue in one of our Solr environments. A colleague pointed out that grep has an option for binary files. Just tried that manually and it seems to work, so I may end up modifying our bash scripts. Thanks, Jay -

RE: log file appears binary

2025-01-28 Thread Oakley, Craig (NIH/NLM/NCBI) [C]
What comes to my mind is the following: and there do indeed seem to be control characters added whenever Solr start running [16:33 solr10 1435]$ strings solr.log | diff - solr.log | less 7,8c7 < 2025-01-13 09:42:29.112 INFO (main) [ ] o.a.s.s.CoreContainerProvider ___ _ Welcome to

log file appears binary

2025-01-28 Thread Silverman, Harry (Contractor)
Hi - We have multiple Solr 9.5.0 installations running on Linux. All are configured the same. On one of those installations, when I grep the solr log, it returns "Binary file solr.log matches". The "file" command returns "data". I can edit or cat the log file and it looks like regular text.

Re: Solo server restarting every 90 seconds for no clear reason

2025-01-28 Thread Eliot Kimber
Solr 9.7.0 I downloaded it and manually installed. I have full control of this server and thus the cron jobs, and there are no cron jobs that should be interfering with Solr in any way and certainly none that run ever 90 seconds (my cron jobs run about once an hour on this server). I found a

Re: Solr shutdown everyday at 11:34:06Z

2025-01-28 Thread Alexandre Rafalovitch
Port clash? Possibly with "kill -9" to free that port thrown in. Regards, Alex On Tue, Jan 28, 2025, 7:05 a.m. Yaşar Arabacı wrote: > I was able to get procmon and wireshark records today. It looks like a > windows service (installed by one of the programs we are using) starts > gbak.exe at

Re: Solr backup and restore vs indexing

2025-01-28 Thread Thomas Corthals
Pro: you always need to have a reindex strategy in place anyway. Might as well test it now and see how long it takes so you know what to expect in case you ever need it. Thomas Op di 28 jan 2025 16:01 schreef Joe Anthenat : > In the context of migrating a drupal website with Solr & search_api_so

Solr backup and restore vs indexing

2025-01-28 Thread Joe Anthenat
In the context of migrating a drupal website with Solr & search_api_solr (versions aside) to a new server… What are the pros and cons of backup+restore of a Solr index on the new server VS just indexing on the new server? Assume there are no changes to the Solr and search_api_solr versions and

Re: Solo server restarting every 90 seconds for no clear reason

2025-01-28 Thread Bernd Fehling
Make sure that you have not any job / cron running for wiping any of your temp directories. Regards Bernd Am 28.01.25 um 14:43 schrieb Eliot Kimber: I have installed Solr on RHEL 9 and it is working fine except that it restarts every 90 seconds. My installation is about as vanilla as it can

AW: Solo server restarting every 90 seconds for no clear reason

2025-01-28 Thread Andreas Mock
> -Ursprüngliche Nachricht- > Von: Eliot Kimber > Gesendet: Dienstag, 28. Januar 2025 14:43 > An: users@solr.apache.org > Betreff: Solo server restarting every 90 seconds for no clear reason > > I have installed Solr on RHEL 9 and it is working fine except that it > restarts every 90 se

Solo server restarting every 90 seconds for no clear reason

2025-01-28 Thread Eliot Kimber
I have installed Solr on RHEL 9 and it is working fine except that it restarts every 90 seconds. My installation is about as vanilla as it can be with minimal changes to the default configuration. It is handling document posts and search requests fine. The server is exposed through a reverse pr

Re: Seeking Best Practices for External File Fields in Solr Cloud

2025-01-28 Thread Uday Kumar
Hi Matthias, Thanks for suggestion, will explore this *Thanks & Regards,* *Uday Kumar* *Product Search Tech* On Tue, Jan 28, 2025 at 3:30 PM Matthias Krüger < mkrue...@opensourceconnections.com> wrote: > Hi, > > As David recently ( > https://lists.apache.org/thread/xwr8j0ydmxjrq7q74020728jg1bq

Re: Seeking Best Practices for External File Fields in Solr Cloud

2025-01-28 Thread Matthias Krüger
Hi, As David recently ( https://lists.apache.org/thread/xwr8j0ydmxjrq7q74020728jg1bqv2k3) mentioned the ExternalFileField that feature is old and should probably be no longer used. It has no replication support and potential memory leaks (SOLR-10550). I suggest evaluating the In-Place-Updates alte