Re: problem with replication/solrcloud - getting 'missing required field' during update intermittently (SOLR-6251)

2014-07-17 Thread Jack Krupansky
, if only better error reporting at a minimum. -- Jack Krupansky -Original Message- From: Shalin Shekhar Mangar Sent: Thursday, July 17, 2014 12:40 AM To: solr-user@lucene.apache.org Subject: Re: problem with replication/solrcloud - getting 'missing required field' during update

Re: problem with replication/solrcloud - getting 'missing required field' during update intermittently (SOLR-6251)

2014-07-17 Thread Yonik Seeley
On Wed, Jul 16, 2014 at 10:20 PM, Nathan Neulinger nn...@neulinger.org wrote: [{id:4b2c4d09-31e2-4fe2-b767-3868efbdcda1,channel: {add: preet},channel: {add: adam}}] Look at the JSON... It's trying to add two channel array elements... Should have been: [...] From what I'm reading on JSON -

Re: problem with replication/solrcloud - getting 'missing required field' during update intermittently (SOLR-6251)

2014-07-17 Thread nneul
-- View this message in context: http://lucene.472066.n3.nabble.com/problem-with-replication-solrcloud-getting-missing-required-field-during-update-intermittently-SOLR--tp4147395p4147724.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: problem with replication/solrcloud - getting 'missing required field' during update intermittently (SOLR-6251)

2014-07-17 Thread nneul
that parsing technique, or didn't have the logic to kick out the problem, or didn't process it properly. So, I think this is SOME kind of issue on the Solr side, if only better error reporting at a minimum. -- View this message in context: http://lucene.472066.n3.nabble.com/problem

Re: problem with replication/solrcloud - getting 'missing required field' during update intermittently (SOLR-6251)

2014-07-17 Thread Erick Erickson
think this is SOME kind of issue on the Solr side, if only better error reporting at a minimum. -- View this message in context: http://lucene.472066.n3.nabble.com/problem-with-replication-solrcloud-getting-missing-required-field-during-update-intermittently-SOLR--tp4147395p4147781.html

Re: problem with replication/solrcloud - getting 'missing required field' during update intermittently (SOLR-6251)

2014-07-17 Thread nneul
have the logic to kick out the problem, or didn't process it properly. So, I think this is SOME kind of issue on the Solr side, if only better error reporting at a minimum. -- View this message in context: http://lucene.472066.n3.nabble.com/problem-with-replication

Re: problem with replication/solrcloud - getting 'missing required field' during update intermittently (SOLR-6251)

2014-07-16 Thread Nathan Neulinger
FYI. We finally tracked down the problem at least 99.9% sure at this point, and it was staring me in the face the whole time - just never noticed: [{id:4b2c4d09-31e2-4fe2-b767-3868efbdcda1,channel: {add: preet},channel: {add: adam}}] Look at the JSON... It's trying to add two channel

Re: problem with replication/solrcloud - getting 'missing required field' during update intermittently (SOLR-6251)

2014-07-16 Thread Shalin Shekhar Mangar
Phew, thanks for tracking it down. On Thu, Jul 17, 2014 at 7:50 AM, Nathan Neulinger nn...@neulinger.org wrote: FYI. We finally tracked down the problem at least 99.9% sure at this point, and it was staring me in the face the whole time - just never noticed:

problem with replication/solrcloud - getting 'missing required field' during update intermittently (SOLR-6251)

2014-07-15 Thread Nathan Neulinger
Issue was closed in Jira requesting it be discussed here first. Looking for any diagnostic assistance on this issue with 4.8.0 since it is intermittent and occurs without warning. Setup is two nodes, with external zk ensemble. Nodes are accessed round-robin on EC2 behind an ELB. Schema has:

Problem after replication using solr 1.4

2012-09-04 Thread ravicv
.nabble.com/Problem-after-replication-using-solr-1-4-tp4005501.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: problem in replication

2012-05-21 Thread shinkanze
hi Tomas , My queries are complex ,i am faceting on many fields ,and using highlighting and using boosts etc in the same query . auto warming takes hell lot of time hence i have removed it . -- View this message in context: http://lucene.472066.n3.nabble.com/problem-in-replication

problem in replication

2012-05-18 Thread shinkanze
queries on a standalone server they are fast .* what may be the issue Need help on a tight time line -- View this message in context: http://lucene.472066.n3.nabble.com/problem-in-replication-tp3984654.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: problem in replication

2012-05-18 Thread Tomás Fernández Löbbe
(30 TO 90 seconds) and if i stop the delta replication, then the dismax queries are getting fast . If i run queries on a standalone server they are fast .* what may be the issue Need help on a tight time line -- View this message in context: http://lucene.472066.n3.nabble.com/problem

Re: Problem with replication

2012-01-31 Thread astubbs
Actually, I get: No files to download for index generation: this is after deleting the data directory on the slave. -- View this message in context: http://lucene.472066.n3.nabble.com/Problem-with-replication-tp2294313p3704457.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Problem with replication

2012-01-31 Thread astubbs
It may have been a permissions problem, or it stared working after the master had done another fresh scheduled full-import and jumped an index version. Timestamp issue? -- View this message in context: http://lucene.472066.n3.nabble.com/Problem-with-replication-tp2294313p3704559.html Sent from

Problem with replication

2011-01-20 Thread Thomas Kellerer
Hi all, we have implemented a Solr based search in our web application. We have one master server that maintains the index which is replicated to the slaves using the built-in Solr replication. This has been working fine so far, but suddenly the replication does not send the modified files

Re: Problem with replication

2011-01-20 Thread Stevo Slavić
On which events did you configure master to perform replication? replicateAfter Regards, Stevo. On Thu, Jan 20, 2011 at 12:53 PM, Thomas Kellerer spam_ea...@gmx.net wrote: Hi all, we have implemented a Solr based search in our web application. We have one master server that maintains the

Re: Problem with replication

2011-01-20 Thread Thomas Kellerer
Here is our configuration: lst name=master str name=enabletrue/str str name=replicateAftercommit/str str name=replicateAfterstartup/str str name=confFilesstopwords.txt,stopwords_de.txt,stopwords_en.txt,synonyms.txt/str /lst Stevo Slavić, 20.01.2011 13:26: On which events did you

Re: Problem with replication

2011-01-20 Thread Thomas Kellerer
Thomas Kellerer, 20.01.2011 12:53: Hi all, we have implemented a Solr based search in our web application. We have one master server that maintains the index which is replicated to the slaves using the built-in Solr replication. This has been working fine so far, but suddenly the replication

Re: Problem with replication

2011-01-20 Thread Stevo Slavić
So if on startup index gets replicated, then commit probably isn't being called anywhere on master. Is that index configured to autocommit on master, or do you commit from application code? If you commit from application code, check if commit actually gets issued to the slave. Regards, Stevo.

Re: Problem with replication

2011-01-20 Thread Thomas Kellerer
Stevo Slavić, 20.01.2011 15:42: So if on startup index gets replicated, then commit probably isn't being called anywhere on master. No, the index is not replicated on startup (same behaviour: no files to download) Is that index configured to autocommit on master, or do you commit from

Re: Problem with replication

2011-01-20 Thread Thomas Kellerer
We have tried that as well, but the slave still claims to have a higher index version, even when the index files were deleted completely Regards Thomas Stevo Slavić, 20.01.2011 16:52: Not too elegant but valid check would be to bring slave down, delete it's index data directory, then to commit

Re: Problem using replication in 8/25/09 nightly build of 1.4

2009-08-27 Thread Shalin Shekhar Mangar
On Wed, Aug 26, 2009 at 11:53 PM, Ron Ellis r...@benetech.org wrote: Hi Everyone, When trying to utilize the new HTTP based replication built into Solr 1.4 I encounter a problem. When I view the replication admin page on the slave all of the master values are null i.e. Replicatable Index

Re: Problem using replication in 8/25/09 nightly build of 1.4

2009-08-27 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Thu, Aug 27, 2009 at 12:27 PM, Shalin Shekhar Mangarshalinman...@gmail.com wrote: On Wed, Aug 26, 2009 at 11:53 PM, Ron Ellis r...@benetech.org wrote: Hi Everyone, When trying to utilize the new HTTP based replication built into Solr 1.4 I encounter a problem. When I view the replication

Problem using replication in 8/25/09 nightly build of 1.4

2009-08-26 Thread Ron Ellis
Hi Everyone, When trying to utilize the new HTTP based replication built into Solr 1.4 I encounter a problem. When I view the replication admin page on the slave all of the master values are null i.e. Replicatable Index Version:null, Generation: null | Latest Index Version:null, Generation: null.

Re: Synchronisation problem with replication

2009-06-19 Thread Chris Hostetter
: Let's say I post a document on the master server, and the slaves do : a snappuller/installer via crontab every 1 minutes. : : Then between in average 30 seconds, all my search servers are not : synchronized. : : Is there a way to improve this situation ? If your slaves all use NTP to

Synchronisation problem with replication

2009-05-15 Thread Jérôme Etévé
Hi All, I've got here a small problem about replication. Let's say I post a document on the master server, and the slaves do a snappuller/installer via crontab every 1 minutes. Then between in average 30 seconds, all my search servers are not synchronized. Is there a way to improve

Re: Synchronisation problem with replication

2009-05-15 Thread Otis Gospodnetic
- Original Message From: Jérôme Etévé jerome.et...@gmail.com To: solr-user@lucene.apache.org Sent: Friday, May 15, 2009 2:48:39 PM Subject: Synchronisation problem with replication Hi All, I've got here a small problem about replication. Let's say I post a document on the master

Re: Problem for replication : segment optimized automaticly

2009-03-24 Thread sunnyfr
    !-- Deprecated --     !--maxBufferedDocs1000/maxBufferedDocs--     maxMergeDocs2147483647/maxMergeDocs     maxFieldLength1/maxFieldLength Thanks a lot for your help, Sunny -- View this message in context: http://www.nabble.com/Problem-for-replication-%3A-segment-optimized

Re: Problem for replication : segment optimized automaticly

2009-03-23 Thread sunnyfr
in context: http://www.nabble.com/Problem-for-replication-%3A-segment-optimized-automaticly-tp22601442p22649412.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar. -- --Noble Paul -- View this message in context: http

Re: Problem for replication : segment optimized automaticly

2009-03-23 Thread sunnyfr
-for-replication-%3A-segment-optimized-automaticly-tp22601442p22649412.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar. -- View this message in context: http://www.nabble.com/Problem-for-replication-%3A-segment-optimized-automaticly

Re: Problem for replication : segment optimized automaticly

2009-03-23 Thread sunnyfr
this message in context: http://www.nabble.com/Problem-for-replication-%3A-segment-optimized-automaticly-tp22601442p22649412.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar. -- View this message in context: http://www.nabble.com

Re: Problem for replication : segment optimized automaticly

2009-03-23 Thread Noble Paul നോബിള്‍ नोब्ळ्
--     maxMergeDocs2147483647/maxMergeDocs     maxFieldLength1/maxFieldLength Thanks a lot for your help, Sunny -- View this message in context: http://www.nabble.com/Problem-for-replication-%3A-segment-optimized-automaticly-tp22601442p22649412.html Sent from the Solr - User

Re: Problem for replication : segment optimized automaticly

2009-03-22 Thread sunnyfr
/maxBufferedDocs-- maxMergeDocs2147483647/maxMergeDocs maxFieldLength1/maxFieldLength Thanks a lot for your help, Sunny -- View this message in context: http://www.nabble.com/Problem-for-replication-%3A-segment-optimized-automaticly-tp22601442p22649412.html Sent from the Solr - User

Re: Problem for replication : segment optimized automaticly

2009-03-22 Thread Shalin Shekhar Mangar
-- !--maxBufferedDocs1000/maxBufferedDocs-- maxMergeDocs2147483647/maxMergeDocs maxFieldLength1/maxFieldLength Thanks a lot for your help, Sunny -- View this message in context: http://www.nabble.com/Problem-for-replication-%3A-segment-optimized-automaticly-tp22601442p22649412.html

Re: Problem for replication : segment optimized automaticly

2009-03-22 Thread Noble Paul നോബിള്‍ नोब्ळ्
/maxMergeDocs     maxFieldLength1/maxFieldLength Thanks a lot for your help, Sunny -- View this message in context: http://www.nabble.com/Problem-for-replication-%3A-segment-optimized-automaticly-tp22601442p22649412.html Sent from the Solr - User mailing list archive at Nabble.com

Problem for replication : segment optimized automaticly

2009-03-19 Thread sunnyfr
, Sunny -- View this message in context: http://www.nabble.com/Problem-for-replication-%3A-segment-optimized-automaticly-tp22601442p22601442.html Sent from the Solr - User mailing list archive at Nabble.com.