Re: [POLL] Where do you get Lucene/Solr from? Maven? ASF Mirrors?
[x] ASF Mirrors (linked in our release announcements or via the Lucene website) [] Maven repository (whether you use Maven, Ant+Ivy, Buildr, etc.) [] I/we build them from source via an SVN/Git checkout. On Tue, Jan 18, 2011 at 1:24 PM, Glen Newton wrote: > Where do you get your Lucene/Solr downloads from? > > [x] ASF Mirrors (linked in our release announcements or via the Lucene > website) > > [] Maven repository (whether you use Maven, Ant+Ivy, Buildr, etc.) > > [] I/we build them from source via an SVN/Git checkout. > > > -Glen Newton > > > -- > > - >
Re: Failover setup (is this a bad idea)
I agree with the Master with multiple slaves setup. Very easy using the built-in java setup in 1.4.1. When we set this up it made our developers think about how we were writing to Solr. We were using a Delta Import Handler (DIH?) for most writes but our app was also writing 'deletes' directly to Solr. Since we wanted to load balance the Slaves we couldn't have the app writing to the Slaves. Once we discussed the Master/Slave setup with our developers we found all areas where we were writing in our app and moved/centralized those into the DIH. Now the app only does queries against the load balanced slaves while the Master is used for DIH and backups only. Thanks, robo On Tue, Nov 30, 2010 at 7:58 AM, Jayendra Patil wrote: > Rather have a Master and multiple Slave combination, with master only being > used for writes and slaves used for reads. > Master to Slave replication is easily configurable. > > Two Solr instances sharing the same index is not at all good idea with both > writing to the same index. > > Regards, > Jayendra > > On Tue, Nov 30, 2010 at 7:13 AM, Keith Pope < > keith.p...@inflightproductions.com> wrote: > >> Hi, >> >> I have a windows cluster that I would like to install Solr onto, there are >> two nodes that provide basic failover. I was thinking of this setup: >> >> Tomcat installed as win service >> Two solr instances sharing the same index >> >> The second instance would take over when the first fails, so you should >> never get two writes/reads at once. >> >> Is this a bad idea? Would I end up corrupting my index? >> >> Thx >> >> Keith >> >> >> >> - >> Registered Office: 15 Stukeley Street, London WC2B 5LT, England. >> Registered in England number 1421223 >> >> This message is for the designated recipient only and may contain >> privileged, proprietary, or otherwise private information. If you have >> received it in error, please notify the sender immediately and delete the >> original. Any other use of the email by you is prohibited. Please note that >> the information provided in this e-mail is in any case not legally binding; >> all committing statements require legally binding signatures. >> >> >> http://www.inflightproductions.com >> >> >> >> >
Re: Best practice for emailing this list?
Thanks for all your help Ezequiel. I cannot see anything in my email that would make this get marked as spam. Anybody have any ideas on how to get this fixed so I can email my questions? robo On Wed, Nov 10, 2010 at 11:36 AM, Ezequiel Calderara wrote: > Tried to forward the mail of robomon but had the same error: > Delivery to the following recipient failed permanently: > solr-u...@lucene.apache.org > Technical details of permanent failure: > Google tried to deliver your message, but it was rejected by the recipient > domain. We recommend contacting the other email provider for further > information about the cause of this error. The error that the other server > returned was: 552 552 spam score (5.8) exceeded threshold (state 18). > - Original message - > > > > On Wed, Nov 10, 2010 at 4:12 PM, Ezequiel Calderara wrote: > >> Mmmm maybe its your mail address? :P >> Weird, i didn't have any problem with it using gmail... >> >> Send in plain text, avoid links or links... maybe that could work... >> >> If you want, send me the mail and i will forward it to the list, just to >> test! >> >> On Wed, Nov 10, 2010 at 3:59 PM, robo - wrote: >> >>> No matter how much I limit my other email it will not get through the >>> Solr mailing spam filter. This has to be the most frustrating mailing >>> list I have ever tried to work with. All I need are some answers on >>> replication and load balancing but I can't even get it to the list. >>> >>> >>> On Wed, Nov 10, 2010 at 10:17 AM, Ken Stanley wrote: >>> > On Wed, Nov 10, 2010 at 1:11 PM, robo - wrote: >>> >> How do people email this list without getting spam filter problems? >>> >> >>> > >>> > Depends on which side of the spam filter that you're referring to. >>> > I've found that to keep these emails from entering my spam filter is >>> > to add a rule to Gmail that says "Never send to spam". As for when I >>> > send emails, I make sure that I send my emails as plain text to avoid >>> > getting bounce backs. >>> > >>> > - Ken >>> > >>> >> >> >> >> -- >> __ >> Ezequiel. >> >> Http://www.ironicnet.com <http://www.ironicnet.com/> >> > > > > -- > __ > Ezequiel. > > Http://www.ironicnet.com >
Re: Best practice for emailing this list?
No matter how much I limit my other email it will not get through the Solr mailing spam filter. This has to be the most frustrating mailing list I have ever tried to work with. All I need are some answers on replication and load balancing but I can't even get it to the list. On Wed, Nov 10, 2010 at 10:17 AM, Ken Stanley wrote: > On Wed, Nov 10, 2010 at 1:11 PM, robo - wrote: >> How do people email this list without getting spam filter problems? >> > > Depends on which side of the spam filter that you're referring to. > I've found that to keep these emails from entering my spam filter is > to add a rule to Gmail that says "Never send to spam". As for when I > send emails, I make sure that I send my emails as plain text to avoid > getting bounce backs. > > - Ken >
Re: Best practice for emailing this list?
I tried that as well but the original email I was trying to send about replication and load balancing was still being marked as spam (5.8 is above threshold). That is when I thought I would try a very simple email such as this one. Is there a list of keywords to avoid? On Wed, Nov 10, 2010 at 10:26 AM, Em wrote: > > Hi robo, > > try to send eMail in plain-text format. > This often helps a lot! > > Regards > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Best-practice-for-emailing-this-list-tp1877693p1877792.html > Sent from the Solr - User mailing list archive at Nabble.com. >
Best practice for emailing this list?
How do people email this list without getting spam filter problems?