Re: Replication issue with version 0 index in SOLR 7.5

2019-06-26 Thread Patrick Bordelon
One other question related to this. I know the change was made for a specific problem that was occurring but has this caused a similar problem as mine with anyone else? We're looking to try changing the second 'if' statement to add an extra conditional to prevent it from performing the

Re: Replication issue with version 0 index in SOLR 7.5

2019-06-25 Thread Patrick Bordelon
I removed the replicate after startup from our solrconfig.xml file. However that didn't solve the issue. When I rebuilt the primary, the associated replicas all went to 0 documents. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Replication issue with version 0 index in SOLR 7.5

2019-06-25 Thread Mikhail Khludnev
Ok. probable dropping startup will help. Another idea set replication.enable.master=false and enable it when master index is build after restart. On Tue, Jun 25, 2019 at 6:18 PM Patrick Bordelon < patrick.borde...@coxautoinc.com> wrote: > We are currently using the replicate after commit and

Re: Replication issue with version 0 index in SOLR 7.5

2019-06-25 Thread Patrick Bordelon
We are currently using the replicate after commit and startup ${replication.enable.master:false} commit startup schema.xml,stopwords.txt -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Replication issue with version 0 index in SOLR 7.5

2019-06-25 Thread Mikhail Khludnev
Note, it seems like the current Solr's logic relies on persistent master disks. https://github.com/apache/lucene-solr/blob/master/solr/core/src/test/org/apache/solr/handler/TestReplicationHandler.java#L615 On Tue, Jun 25, 2019 at 3:16 PM Mikhail Khludnev wrote: > Hello, Patrick. > Can commit

Re: Replication issue with version 0 index in SOLR 7.5

2019-06-25 Thread Mikhail Khludnev
Hello, Patrick. Can commit help you? On Tue, Jun 25, 2019 at 12:55 AM Patrick Bordelon < patrick.borde...@coxautoinc.com> wrote: > Hi, > > We recently upgraded to SOLR 7.5 in AWS, we had previously been running > SOLR > 6.5. In our current configuration we have our applications broken into a >

Replication issue with version 0 index in SOLR 7.5

2019-06-24 Thread Patrick Bordelon
Hi, We recently upgraded to SOLR 7.5 in AWS, we had previously been running SOLR 6.5. In our current configuration we have our applications broken into a single instance primary environment and a multi-instance replica environment separated behind a load balancer for each environment. Until

Re: Master Slave Replication Issue

2018-11-12 Thread Erick Erickson
Hmmm, afraid I'm out of my depth, perhaps some of the Lucene folks can chime in. Sorry I can't be more help. Erick On Mon, Nov 12, 2018 at 12:27 AM damian.pawski wrote: > > Hi > > I had to re-create the index as some tokenizers are not longer supported on > the 7.x version. > I have a fresh

Re: Master Slave Replication Issue

2018-11-12 Thread damian.pawski
Hi I had to re-create the index as some tokenizers are not longer supported on the 7.x version. I have a fresh 7.x index. Thank you Damian -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Master Slave Replication Issue

2018-11-12 Thread damian.pawski
Hi I had to re-create the index, as some Tokenizers are no longer supported on 7.X, so I have a fresh 7.x index, but still having issues with the replication. Thank you Damian -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Master Slave Replication Issue

2018-11-09 Thread Erick Erickson
Damian: You say you've switched from 5x to 7x. Did you try to use an index created with 5x or did you index fresh with 7x? Solr/Lucene do not guarantee backward compatibility across more than one major version. Best, Erick On Fri, Nov 9, 2018 at 2:34 AM damian.pawski wrote: > > Hi, > We have

Re: Master Slave Replication Issue

2018-11-09 Thread damian.pawski
Hi, We have switched from 5.4 to 7.2.1 and we have started to see more issues with the replication. I think it may be related to the fact that a delta import was started during a full import (not the case for the Solr 5.4). I am getting below error: XXX:

Solr 7.2.1 Master-slave replication Issue

2018-06-14 Thread Nitin Kumar
Hi, Facing issue in Solr 7.2.1 Master-slave replication, Master-slave replication is working fine. But if I disable replication from master, Slaves shows no data (numFound=0). Slave in not serving data, it had before replication. I suspect, Index generation is getting updated in slave, which was

Re: Master Slave Replication Issue

2018-02-01 Thread den_nal
Done https://issues.apache.org/jira/browse/SOLR-11938. Thanks! -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Master Slave Replication Issue

2018-02-01 Thread Tomas Fernandez Lobbe
This seems pretty serious. Please create a Jira issue Sent from my iPhone > On Feb 1, 2018, at 12:15 AM, dennis nalog > wrote: > > Hi, > We are using Solr 7.1 and are solr setup is master-slave replication. > We encounter this issue that when we disable the

Master Slave Replication Issue

2018-02-01 Thread dennis nalog
Hi, We are using Solr 7.1 and are solr setup is master-slave replication. We encounter this issue that when we disable the replication in master via UI or URL (server/solr/solr_core/replication?command=disablereplication), the data in our slave servers suddenly becomes 0. Just wanna know if this

SolrCloud Replication Issue

2015-04-27 Thread Amit L
Hi, A few days ago I deployed a solr 4.9.0 cluster, which consists of 2 collections. Each collection has 1 shard with 3 replicates on 3 different machines. On the first day I noticed this error appear on the leader. Full Log - http://pastebin.com/wcPMZb0s 4/23/2015, 2:34:37 PM SEVERE

Re: SolrCloud Replication Issue

2015-04-27 Thread Amit L
Appreciate the response, to answer your questions. * Do you see this happen often? How often? It has happened twice in five days. The first two days after deployment. * Are there any known network issues? There are no obvious network issues but as these instances reside in AWS i cannot rule it

Re: SolrCloud Replication Issue

2015-04-27 Thread Erick Erickson
Amit: The fact that all instances are using no more than 30% isn't really indicative of whether or not GC pauses are a problem. If you have a large heap allocated to Java, then the to-be-collected objects will build up and _eventually_ you'll have a stop-the-world GC pause even though each

SolR replication issue

2014-09-01 Thread Mauricio Ferreyra
Hi folks, I'm using Solr 4.3.1 with a master/slave configuration. Configuration: Master: * lst name=master* * str name=replicateAftercommit/str* * str name=replicateAfterstartup/str* * str name=confFilesschema.xml,stopwords.txt/str* * /lst* Slave: * lst

Re: SolR replication issue

2014-09-01 Thread Shawn Heisey
On 9/1/2014 10:31 AM, Mauricio Ferreyra wrote: I'm using Solr 4.3.1 with a master/slave configuration. Configuration: Master: * lst name=master* * str name=replicateAftercommit/str* * str name=replicateAfterstartup/str* * str

Re: SolR replication issue

2014-09-01 Thread Mauricio Ferreyra
The entire stacktrace: ERROR SolrIndexWriter Coud not unlock directory after seemingly failed IndexWriter#close() org.apache.lucene.store.LockReleaseFailedException: Cannot forcefully unlock a NativeFSLock which is held by another indexer component:

RE: Replication Issue with Repeater Please help

2014-08-16 Thread waqas sarwar
Date: Thu, 14 Aug 2014 06:51:02 -0600 From: s...@elyograg.org To: solr-user@lucene.apache.org Subject: Re: Replication Issue with Repeater Please help On 8/14/2014 2:09 AM, waqas sarwar wrote: Thanks Shawn. What i got is Circular replication is totally impossible Solr fails

Re: Replication Issue with Repeater Please help

2014-08-16 Thread Erick Erickson
: Re: Replication Issue with Repeater Please help On 8/14/2014 2:09 AM, waqas sarwar wrote: Thanks Shawn. What i got is Circular replication is totally impossible Solr fails in distributed environment. Then why solr documentation says that configure REPEATER for distributed architecture

Re: Replication Issue with Repeater Please help

2014-08-16 Thread Shawn Heisey
On 8/16/2014 8:11 AM, waqas sarwar wrote: Thank you so much. You helped alot. One more question is that can i use only one zookeeper server to manage 3 solr servers, or i've to configure 3 zookeeper servers for each. And zookeeper servers should be stand alone or better to use same solr

RE: Replication Issue with Repeater Please help

2014-08-14 Thread waqas sarwar
Date: Wed, 13 Aug 2014 07:19:58 -0600 From: s...@elyograg.org To: solr-user@lucene.apache.org Subject: Re: Replication Issue with Repeater Please help On 8/13/2014 12:49 AM, waqas sarwar wrote: Hi, I'm using Solr. I need a little bit assistance from you. I am bit stuck

Re: Replication Issue with Repeater Please help

2014-08-14 Thread Shawn Heisey
On 8/14/2014 2:09 AM, waqas sarwar wrote: Thanks Shawn. What i got is Circular replication is totally impossible Solr fails in distributed environment. Then why solr documentation says that configure REPEATER for distributed architecture, because REPEATER behave like master-slave at a

Replication Issue with Repeater Please help

2014-08-13 Thread waqas sarwar
replicate data of each node to 2 others and vice versa.My Solution:- I set up “REPEATER” on all nodes, each node is master to other, and configured circular replication. Issue i'm facing:- All nodes are working fine replicating data from other node, but when node1 replicate data from node2

Re: Replication Issue with Repeater Please help

2014-08-13 Thread Shawn Heisey
with least no of nodes (suppose 3), how can i replicate data of each node to 2 others and vice versa.My Solution:- I set up “REPEATER” on all nodes, each node is master to other, and configured circular replication. Issue i'm facing:- All nodes are working fine replicating data from other

Re: Solr Replication Issue : Incorrect Base_URL

2014-06-13 Thread Alan Woodward
cloud that the base url should be hostname:8080/raptorslrweb/solr and not hostname:8080/solr. Thanks, Pramod -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Replication-Issue-Incorrect-Base-URL-tp4141537.html Sent from the Solr - User mailing list archive

Solr Replication Issue : Incorrect Base_URL

2014-06-12 Thread pramodEbay
:8080_solr}, Can someone please tell me where do I tell zookeeper or solr cloud that the base url should be hostname:8080/raptorslrweb/solr and not hostname:8080/solr. Thanks, Pramod -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Replication-Issue-Incorrect-Base-URL

RE: Solr 4.4 - Master/Slave configuration - Replication Issue with Commits after deleting documents using Delete by ID

2013-10-17 Thread Akkinepalli, Bharat (ELS-CON)
Thanks Shalin. Regards, Bharat Akkinepalli -Original Message- From: Shalin Shekhar Mangar [mailto:shalinman...@gmail.com] Sent: Thursday, October 17, 2013 1:18 AM To: solr-user@lucene.apache.org Subject: Re: Solr 4.4 - Master/Slave configuration - Replication Issue with Commits after

RE: Solr 4.4 - Master/Slave configuration - Replication Issue with Commits after deleting documents using Delete by ID

2013-10-16 Thread Akkinepalli, Bharat (ELS-CON)
@lucene.apache.org Subject: RE: Solr 4.4 - Master/Slave configuration - Replication Issue with Commits after deleting documents using Delete by ID Hi Otis, Thanks for the response. The log files can be found here. MasterLog : http://pastebin.com/DPLKMPcF Slave Log: http://pastebin.com

Re: Solr 4.4 - Master/Slave configuration - Replication Issue with Commits after deleting documents using Delete by ID

2013-10-16 Thread Shalin Shekhar Mangar
@lucene.apache.org Subject: RE: Solr 4.4 - Master/Slave configuration - Replication Issue with Commits after deleting documents using Delete by ID Hi Otis, Thanks for the response. The log files can be found here. MasterLog : http://pastebin.com/DPLKMPcF Slave Log: http://pastebin.com/DX9sV6Jx One

RE: Solr 4.4 - Master/Slave configuration - Replication Issue with Commits after deleting documents using Delete by ID

2013-10-16 Thread Akkinepalli, Bharat (ELS-CON)
- From: Shalin Shekhar Mangar [mailto:shalinman...@gmail.com] Sent: Wednesday, October 16, 2013 11:28 AM To: solr-user@lucene.apache.org Subject: Re: Solr 4.4 - Master/Slave configuration - Replication Issue with Commits after deleting documents using Delete by ID The only delete I see

Re: Solr 4.4 - Master/Slave configuration - Replication Issue with Commits after deleting documents using Delete by ID

2013-10-16 Thread Shalin Shekhar Mangar
, October 16, 2013 11:28 AM To: solr-user@lucene.apache.org Subject: Re: Solr 4.4 - Master/Slave configuration - Replication Issue with Commits after deleting documents using Delete by ID The only delete I see in the master logs is: INFO - 2013-10-11 14:06:54.793

RE: Solr 4.4 - Master/Slave configuration - Replication Issue with Commits after deleting documents using Delete by ID

2013-10-11 Thread Akkinepalli, Bharat (ELS-CON)
- Master/Slave configuration - Replication Issue with Commits after deleting documents using Delete by ID Bharat, Can you look at the logs on the Master when you issue the delete and the subsequent commits and share that? Otis -- Solr ElasticSearch Support -- http://sematext.com/ Performance

Re: Solr 4.4 - Master/Slave configuration - Replication Issue with Commits after deleting documents using Delete by ID

2013-10-09 Thread Otis Gospodnetic
Bharat, Can you look at the logs on the Master when you issue the delete and the subsequent commits and share that? Otis -- Solr ElasticSearch Support -- http://sematext.com/ Performance Monitoring -- http://sematext.com/spm On Tue, Oct 8, 2013 at 3:57 PM, Akkinepalli, Bharat (ELS-CON)

Solr 4.4 - Master/Slave configuration - Replication Issue with Commits after deleting documents using Delete by ID

2013-10-08 Thread Akkinepalli, Bharat (ELS-CON)
Hi, We have recently migrated from Solr 3.6 to Solr 4.4. We are using the Master/Slave configuration in Solr 4.4 (not Solr Cloud). We have noticed the following behavior/defect. Configuration: === 1. The Hard Commit and Soft Commit are disabled in the configuration (we control

Solr External Scripts Replication Issue

2013-10-03 Thread tamanjit.bin...@yahoo.co.in
will be appreciated. Thanks in advance -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-External-Scripts-Replication-Issue-tp4093343.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr External Scripts Replication Issue

2013-10-03 Thread tamanjit.bin...@yahoo.co.in
(StandardIndexReaderFactory.java:34) at org.apache.solr.search.SolrIndexSearcher.getReader(SolrIndexSearcher.java:169) ... 34 more -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-External-Scripts-Replication-Issue-tp4093343p4093345.html Sent from the Solr - User mailing list

Re: Solr External Scripts Replication Issue

2013-10-03 Thread tamanjit.bin...@yahoo.co.in
Found the solution. It was related to solrdeletionpolicy. Phew!!! -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-External-Scripts-Replication-Issue-tp4093343p4093356.html Sent from the Solr - User mailing list archive at Nabble.com.

Replication Issue wit Solr 4.0.0

2013-01-25 Thread Sean Siefert
So I have quite a few cores already where this exact (as far as replication is concerned) solrconfig.xml works. The other cores all replicate correctly including conf files. And every core imports perfectly fine. The issue I am having is that the master doesn't seem to acknowledge anything except

Re: Replication Issue wit Solr 4.0.0

2013-01-25 Thread Mark Miller
I don't have any targeted advice at the moment, but just for kicks, you might try using Solr 4.1. - Mark On Jan 25, 2013, at 2:47 PM, Sean Siefert s...@gumiyo.com wrote: So I have quite a few cores already where this exact (as far as replication is concerned) solrconfig.xml works. The other

Re: Replication Issue wit Solr 4.0.0

2013-01-25 Thread Sean Siefert
Thanks for the response. That was my last resort attempt. I saw some replication related fixes. I will reply if it works. On Fri, Jan 25, 2013 at 12:10 PM, Mark Miller markrmil...@gmail.com wrote: I don't have any targeted advice at the moment, but just for kicks, you might try using Solr

Re: Replication Issue wit Solr 4.0.0

2013-01-25 Thread Sean Siefert
Unfortunately no such luck. If anyone thinks of anything to try I would appreciate it. On Fri, Jan 25, 2013 at 12:40 PM, Sean Siefert s...@gumiyo.com wrote: Thanks for the response. That was my last resort attempt. I saw some replication related fixes. I will reply if it works. On Fri, Jan

Re: Replication Issue wit Solr 4.0.0

2013-01-25 Thread Sean Siefert
Well it seems to have resolved itself. Fully wiped the configuration directores and recreate the cores and it seems to be fixed. On Fri, Jan 25, 2013 at 1:11 PM, Sean Siefert s...@gumiyo.com wrote: Unfortunately no such luck. If anyone thinks of anything to try I would appreciate it. On

4.0 Strange Commit/Replication Issue

2012-08-01 Thread Briggs Thompson
Hello all, I am running 4.0 alpha and have encountered something I am unable to explain. I am indexing content to a master server, and the data is replicating to a slave. The odd part is that when searching through the UI, no documents show up on master with a standard *:* query. All cache types

Re: 4.0 Strange Commit/Replication Issue

2012-08-01 Thread Tomás Fernández Löbbe
Could your autocommit in the master be using openSearcher=false? If you go to the Master admin, do you see that the searcher has all the segments that you see in the filesystem? On Wed, Aug 1, 2012 at 4:24 PM, Briggs Thompson w.briggs.thomp...@gmail.com wrote: Hello all, I am running 4.0

Re: 4.0 Strange Commit/Replication Issue

2012-08-01 Thread Briggs Thompson
That is the problem. I wasn't aware of that new feature in 4.0. Thanks for the quick response Tomás. -Briggs On Wed, Aug 1, 2012 at 3:08 PM, Tomás Fernández Löbbe tomasflo...@gmail.com wrote: Could your autocommit in the master be using openSearcher=false? If you go to the Master admin, do

Replication Issue

2012-06-29 Thread Michael Della Bitta
Hi, I'm having trouble with replication on a brand new rollout of 3.6. Basically I've traced it to the slave always thinking the index it creates when it warms up is newer than what's on the master, no matter what I do... deleting the slave's index, committing or optimizing on the master, etc. I

Re: Replication Issue

2012-06-29 Thread Erick Erickson
Clocks on the separate machines are irrelevant, so don't worry about that bit. The index version _starts out_ as a timestamp as I understand it, but from there on when you change the index and commit it should just bump up NOT get a new timestamp. 1 it's strange that the version on the master

Re: Replication Issue

2012-06-29 Thread Michael Della Bitta
Ugh, after a mess of additional flailing around, it appears I just discovered that the Replicate Now form on the Replication Admin page does not work in the text-based browser 'links'. :( Running /replication?command=fetchindex with curl did the trick. Now everything is synced up. Thanks for

Re: replication issue

2010-03-04 Thread Matthieu Labour
Hi I just want to post a follow up on the replication issue I encountered I have a master on which many document updates (delete and add) are happening There is one slave replicating from the master. There is only search request hitting the slave. I can see the size of the downloaded data

Re: replication issue

2010-03-02 Thread Matthieu Labour
--- On Mon, 3/1/10, Noble Paul നോബിള്‍ नोब्ळ् noble.p...@gmail.com wrote: From: Noble Paul നോബിള്‍ नोब्ळ् noble.p...@gmail.com Subject: Re: replication issue To: solr-user@lucene.apache.org Date: Monday, March 1, 2010, 10:30 PM The data/index.20100226063400 dir is a temporary dir and isc reated

Re: replication issue

2010-03-02 Thread Matthieu Labour
...@yahoo.com Subject: Re: replication issue To: solr-user@lucene.apache.org Date: Tuesday, March 2, 2010, 11:23 AM Hi Paul Thank you for your amswer I did put all the directory structure on /raid ... /raid/solr_env/solr ... , /raid/solr_env/jetty ... And it still didn't work even after I applied patch

Re: replication issue

2010-03-02 Thread Matthieu Labour
The replication does not work for me I have a big master solr and I want to start replicating it. I can see that the slave is downloading data from the master... I see a directory index.20100302093000 gets created in data/ next to index... I can see its size growing but then the directory

Re: replication issue

2010-03-02 Thread Matthieu Labour
matthieu_lab...@yahoo.com wrote: From: Matthieu Labour matthieu_lab...@yahoo.com Subject: Re: replication issue To: solr-user@lucene.apache.org Date: Tuesday, March 2, 2010, 3:35 PM The replication does not work for me I have a big master solr and I want to start replicating it. I can see

Re: replication issue

2010-03-02 Thread Otis Gospodnetic
search :: http://search-hadoop.com/ - Original Message From: Matthieu Labour matthieu_lab...@yahoo.com To: solr-user@lucene.apache.org Sent: Tue, March 2, 2010 4:35:46 PM Subject: Re: replication issue The replication does not work for me I have a big master solr and I want

Re: replication issue

2010-03-02 Thread Matthieu Labour
possibly happen? --- On Tue, 3/2/10, Otis Gospodnetic otis_gospodne...@yahoo.com wrote: From: Otis Gospodnetic otis_gospodne...@yahoo.com Subject: Re: replication issue To: solr-user@lucene.apache.org Date: Tuesday, March 2, 2010, 4:40 PM Hi Matthieu, Does this happen over and over

Re: replication issue

2010-03-01 Thread Matthieu Labour
Shekhar Mangar shalinman...@gmail.com Subject: Re: replication issue To: solr-user@lucene.apache.org Date: Friday, February 26, 2010, 2:06 PM On Sat, Feb 27, 2010 at 12:13 AM, Matthieu Labour matthieu_lab...@yahoo.com wrote: Hi I am still having issues with the replication and wonder if things

Re: replication issue

2010-03-01 Thread Noble Paul നോബിള്‍ नोब्ळ्
The data/index.20100226063400 dir is a temporary dir and isc reated in the same dir where the index dir is located. I'm wondering if the symlink is causing the problem. Why don't you set the data dir as /raid/data instead of /solr/data On Sat, Feb 27, 2010 at 12:13 AM, Matthieu Labour

replication issue

2010-02-26 Thread Matthieu Labour
Hi I am still having issues with the replication and wonder if things are working properly So I have 1 master and 1 slave On the slave, I deleted the data/index directory and data/replication.properties file and restarted solr. When slave is pulling data from master, I can see that the size

Re: replication issue

2010-02-26 Thread Shalin Shekhar Mangar
On Sat, Feb 27, 2010 at 12:13 AM, Matthieu Labour matthieu_lab...@yahoo.com wrote: Hi I am still having issues with the replication and wonder if things are working properly So I have 1 master and 1 slave On the slave, I deleted the data/index directory and data/replication.properties

Re: replication issue

2010-02-26 Thread Matthieu Labour
matt --- On Fri, 2/26/10, Shalin Shekhar Mangar shalinman...@gmail.com wrote: From: Shalin Shekhar Mangar shalinman...@gmail.com Subject: Re: replication issue To: solr-user@lucene.apache.org Date: Friday, February 26, 2010, 2:06 PM On Sat, Feb 27, 2010 at 12:13 AM, Matthieu Labour matthieu_lab

Re: master/slave replication issue

2009-08-26 Thread Noble Paul നോബിള്‍ नोब्ळ्
The log messages are shown when you hit the admin page. So on't worry about that. Keep a minimal configuration of Replication. All you need is masterUrl and pollInterval. On Thu, Aug 27, 2009 at 5:52 AM, J Gskinny_joe...@hotmail.com wrote: Hello, I'm having an issue getting the master