Re: Solr connection refused error

2023-12-14 Thread Shawn Heisey
On 12/13/23 22:25, Deepak Goel wrote: On Thu, 14 Dec 2023, 10:11 Anuj Bhargava, wrote: There are some files in /var/solr/logs. For example - solr_oom_killer-8983-2023-12-14_05_30_42.log and this contains - Running OOM killer script for process 2861377 for Solr on port 8983 Killed process 28

Re: Solr connection refused error

2023-12-13 Thread Deepak Goel
On Thu, Dec 14, 2023 at 11:40 AM Anuj Bhargava wrote: > solr.in.sh has the following entry - > SOLR_JAVA_MEM="-Xms15g -Xmx15g" > SOLR_OPTS="$SOLR_OPTS -Dsolr.disable.shardsWhitelist=true" > There could be a possible memory leak in your application. You need to profile your application (possibly

Re: Solr connection refused error

2023-12-13 Thread Anuj Bhargava
solr.in.sh has the following entry - SOLR_JAVA_MEM="-Xms15g -Xmx15g" SOLR_OPTS="$SOLR_OPTS -Dsolr.disable.shardsWhitelist=true" In which file should I define SOLR_HEAP and what should be the ideal value. My server has 128GB Ram and 2TB SSD Regards, Anuj On Thu, 14 Dec 2023 at 10:56, Deepak Goel

Re: Solr connection refused error

2023-12-13 Thread Deepak Goel
On Thu, 14 Dec 2023, 10:11 Anuj Bhargava, wrote: > There are some files in /var/solr/logs. For example - > solr_oom_killer-8983-2023-12-14_05_30_42.log > > and this contains - > > Running OOM killer script for process 2861377 for Solr on port 8983 > Killed process 2861377 > Looks like you are

Re: Solr connection refused error

2023-12-13 Thread Anuj Bhargava
There are some files in /var/solr/logs. For example - solr_oom_killer-8983-2023-12-14_05_30_42.log and this contains - Running OOM killer script for process 2861377 for Solr on port 8983 Killed process 2861377 On Wed, 13 Dec 2023 at 17:36, Anuj Bhargava wrote: > Last Modified:about 7 hours ag

Re: Solr connection refused error

2023-12-13 Thread Anuj Bhargava
Last Modified:about 7 hours ago Num Docs:803749 Max Doc:803749 Heap Memory Usage:271668 Deleted Docs:0 Version:3789 Segment Count:25 Current: Instance CWD:/opt/solr-8.11.2/server Instance:/var/solr/data/gt128_dga Data:/var/solr/data/gt128_dga/data Index:/var/solr/data/gt128_dga/data/index Impl:org

Re: Solr connection refused error

2023-12-13 Thread Deepak Goel
On Wed, Dec 13, 2023 at 1:51 PM Anuj Bhargava wrote: > 12/13/2023, 11:04:12 AM ERROR false x:gt128_dga UpdateLog > java.io.EOFException > You are trying to update a file which does not exist. We need more details about the file which you are trying to update. > 12/13/2023, 11:04:13 AM WARN fal

Re: Solr connection refused error

2023-12-13 Thread Anuj Bhargava
12/13/2023, 11:04:12 AM ERROR false x:gt128_dga UpdateLog java.io.EOFException 12/13/2023, 11:04:13 AM WARN false x:gt128_dga UpdateLog Log replay finished. recoveryInfo=RecoveryInfo{adds=82717 deletes=0 deleteByQuery=0 errors=0 positionOfStart=0} On Wed, 13 Dec 2023 at 13:38, Deepak Goel wrote:

Re: Solr connection refused error

2023-12-13 Thread Deepak Goel
On Wed, Dec 13, 2023 at 1:35 PM Anuj Bhargava wrote: > Noticed that whenever large amount of data is being indexed it stops. > > What is the error it spits out? > Configuration is - > > driver="com.mysql.jdbc.Driver" > batchSize="-1" > autoReconnect="true" >

Re: Solr connection refused error

2023-12-13 Thread Anuj Bhargava
Noticed that whenever large amount of data is being indexed it stops. Configuration is - *My jetty.xml file is* - https <$

Re: Solr connection refused error

2023-12-12 Thread Deepak Goel
On Wed, Dec 13, 2023 at 11:03 AM Anuj Bhargava wrote: > The solr stops too often and I have to restart it. Is there a script which > checks if solr is running and if not it starts automatically. > You need to find why Solr is stopping too often. Restarting it is not a graceful option. > > Reg

Re: Solr connection refused error

2023-12-12 Thread Anuj Bhargava
The solr stops too often and I have to restart it. Is there a script which checks if solr is running and if not it starts automatically. Regards, Anuj On Tue, 12 Dec 2023 at 23:29, Shawn Heisey wrote: > On 12/11/23 21:25, Anuj Bhargava wrote: > > http://xxx.xxx.xx.xxx:8983/solr/#/ > > > > I o

Re: Solr connection refused error

2023-12-12 Thread Shawn Heisey
On 12/11/23 21:25, Anuj Bhargava wrote: http://xxx.xxx.xx.xxx:8983/solr/#/ I often get the following error - This site can’t be reached xxx.xxx.xx.xxx refused to connect. Try: Checking the connection Checking the proxy and the firewall ERR_CONNECTION_REFUSED 8983 port is open There's not a

Re: Solr connection refused error

2023-12-11 Thread Deepak Goel
On Tue, Dec 12, 2023 at 9:56 AM Anuj Bhargava wrote: > http://xxx.xxx.xx.xxx:8983/solr/#/ > > I often get the following error - > > This site can’t be reached xxx.xxx.xx.xxx refused to connect. > Try: > > Checking the connection > Checking the proxy and the firewall > ERR_CONNECTION_REFUSED > > T

Solr connection refused error

2023-12-11 Thread Anuj Bhargava
http://xxx.xxx.xx.xxx:8983/solr/#/ I often get the following error - This site can’t be reached xxx.xxx.xx.xxx refused to connect. Try: Checking the connection Checking the proxy and the firewall ERR_CONNECTION_REFUSED 8983 port is open