Securying ONLY the web interface console

2018-03-19 Thread Jesus Olivan
hi! i'm trying to password protect only Solr web interface (not queries launched from my app). I'm currently using SolrCloud 6.6.0 with external zookeepers. I've read tons of Docs about it, but i couldn't find a proper way to secure ONLY the web admin console. Can anybody give me some light about

Re: Solr OOM Crashes / JVM tuning advice

2018-04-11 Thread Jesus Olivan
Hi Adam, IMHO you could try increasing heap to 20 Gb (with 46 Gb of physical RAM, your JVM can afford more RAM without threading penalties due to outside heap RAM lacks. Another good one would be to increase -XX:CMSInitiatingOccupancyFraction=50 to 75. I think that CMS collector works better when

Full import alternatives

2018-04-13 Thread Jesus Olivan
Hi! we're trying to launch a full import of 375 millions of docs aprox. from a MySQL database to our solrcloud cluster. Until now, this full import process takes around 24/27 hours to finish due to an huge import query (several group bys, left joins, etc), but after another import query modificati

Re: Full import alternatives

2018-04-13 Thread Jesus Olivan
fine. The problem is that it lasted eternally and didn't finish. We tried it on Aurora cluster under AWS, and after 20 hours of work, it failed due to lack of space in Aurora tmp folder. 2018-04-13 18:41 GMT+02:00 Shawn Heisey : > On 4/13/2018 10:11 AM, Jesus Olivan wrote: > > we&#x

Re: Full import alternatives

2018-04-13 Thread Jesus Olivan
hi Shawn, first of all, thanks for your answer. How you import simultaneously these 6 shards? 2018-04-13 19:30 GMT+02:00 Shawn Heisey : > On 4/13/2018 11:03 AM, Jesus Olivan wrote: > > thanks for your answer. It happens that when we launch full import > process > > didn'