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
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
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
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
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
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.
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
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
-
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
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
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
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
> -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
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
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
15 matches
Mail list logo