Re: Time out problems with the Solr server 8.4.1

2020-02-27 Thread Massimiliano Randazzo
Thank you, I proceed with installing the system directly on the server where I have the data folder by removing NFS and I will let you know Il giorno gio 27 feb 2020 alle ore 10:52 Dario Rigolin < dario.rigo...@comperio.it> ha scritto: > I this the issue is NFS. If you mode all to a NVMe or SSD

Re: Time out problems with the Solr server 8.4.1

2020-02-27 Thread Dario Rigolin
I this the issue is NFS. If you mode all to a NVMe or SSD local to the server indexing process will work fine. NFS is the wrong filesystem for solr. I hope this helps. Il giorno gio 27 feb 2020 alle ore 00:03 Massimiliano Randazzo < massimiliano.randa...@gmail.com> ha scritto: > Il giorno mer 26

Re: Time out problems with the Solr server 8.4.1

2020-02-26 Thread Massimiliano Randazzo
Il giorno mer 26 feb 2020 alle ore 23:42 Vincenzo D'Amore < v.dam...@gmail.com> ha scritto: > Hi Massimiliano, > > it’s not clear how much memory you have configured for your Solr instance. > SOLR_HEAP="20480m" SOLR_JAVA_MEM="-Xms20480m -Xmx20480m" GC_LOG_OPTS="-verbose:gc -XX:+PrintHeapAtGC -XX:

Re: Time out problems with the Solr server 8.4.1

2020-02-26 Thread Walter Underwood
Many years ago, I accidentally ran Solr with the data dir on an NFS volume. It was 100X slower. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Feb 26, 2020, at 2:42 PM, Vincenzo D'Amore wrote: > > Hi Massimiliano, > > it’s not clear how much memor

Re: Time out problems with the Solr server 8.4.1

2020-02-26 Thread Vincenzo D'Amore
Hi Massimiliano, it’s not clear how much memory you have configured for your Solr instance. And I would avoid an nfs mount for the datadir. Ciao, Vincenzo -- mobile: 3498513251 skype: free.dev > On 26 Feb 2020, at 19:44, Massimiliano Randazzo > wrote: > > Il giorno mer 26 feb 2020 alle o

Re: Time out problems with the Solr server 8.4.1

2020-02-26 Thread Massimiliano Randazzo
Il giorno mer 26 feb 2020 alle ore 19:30 Dario Rigolin < dario.rigo...@comperio.it> ha scritto: > You can avoid commit and leave solr do autocommit at certain times. > Or use softcommit if you have search queries at the same time to answer. > 55 pages of 3500 words isn't a big deal for a solr

Re: Time out problems with the Solr server 8.4.1

2020-02-26 Thread Dario Rigolin
You can avoid commit and leave solr do autocommit at certain times. Or use softcommit if you have search queries at the same time to answer. 55 pages of 3500 words isn't a big deal for a solr server, what's the hardware configuration? What's you single solr document a single newspaper? a single

Time out problems with the Solr server 8.4.1

2020-02-26 Thread Massimiliano Randazzo
Good morning I have the following situation I have to index the OCR of about 550,000 pages of newspapers counting an average of 3,500 words per page and making a document per word the records are many. At the moment I have 1 instance of Solr and 8 servers that read and write all on the same insta