Cloud mode?
On Sat, Feb 15, 2025 at 2:42 AM Mike Phillips <
m.phill...@prosperodigital.com> wrote:
Summary:
Performing multiple delta imports causes solr to fail imports until the
solr application is stopped and started.
Performing multiple full imports causes solr to fail imports unt
When did this go wrong? We are running on solr 8.4.1 and full and delta
imports work just fine. We need to get to a solr version without log
security CVEs and we rely on the DIH.
Is there a mail group or a way to reach just the data import handler
project?
It is miss leading to say the DIH o
Summary:
Performing multiple delta imports causes solr to fail imports until the
solr application is stopped and started.
Performing multiple full imports causes solr to fail imports until the
solr application is stopped and started.
Solr behaves normally after stopped and started and Impor
ank you,
Patryk
On Wed, Feb 5, 2025 at 09:09 Mikhail Khludnev wrote:
Hello Mike.
If it hangs you may see it in Thread Dump in Solr Admin or via jstack etc.
Probably it may give a clue what's going on there.
On Wed, Feb 5, 2025 at 3:02 AM Mike Phillips <
m.phill...@prosperodigital.com
I have solr 9.8.0 running the data import handler in standalone mode.
All the documented steps fail in zoo keeper mode (bummer).
I can import data from MySQL and Postgres but when I try oracle it
fails. The output in the solr log looks like it is going to connect and
then it just does nothing.
I have a non cloud 8.4.1 solr version with built in DIH working and I am
looking to migrate.
This are the steps I did to try and have a solr test system with the
data-import-hander plugin.
# as root
1) install_solr_service.sh solr-9.7.0.tgz -f -i /opt -d /var/solr-data
-u solruser -s solr -p
Using solr 9.7.0 configured to support SSL, I cannot add the
data-import-handler plugin.
I can connect to my solr admin using https.
My solr admin site uses our own self signed certificate, inside of the
solr_docker_ssl.keystore.jks
I am not using docker in any way, the name is from docker