Error in Dataimport without reason or log

2019-08-27 Thread Daniel Carrasco
7:48), I've 11 nodes in NTR and all looks healthy. Thanks, and greetings. -- _____ Daniel Carrasco Marín Ingeniería para la Innovación i2TIC, S.L. Tlf: +34 911 12 32 84 Ext: 223 www.i2tic.com _

Re: Open file limit warning when starting solr

2018-12-14 Thread Daniel Carrasco
u sent. > Should I uninstall and re-install? > > -Original Message- > From: Daniel Carrasco [mailto:d.carra...@i2tic.com] > Sent: Wednesday, December 12, 2018 5:45 PM > To: solr-user@lucene.apache.org > Subject: Re: Open file limit warning when starting solr > >

Re: Open file limit warning when starting solr

2018-12-12 Thread Daniel Carrasco
limit to solr user only, just > like my first message. > > Greetings! > > > > El mié., 12 dic. 2018 a las 15:47, Armon, Rony () > escribió: > > > Tried it as well... > > > > rony@rony-VirtualBox:~$ sudo su - > > [sudo] password for rony: > &g

Re: Open file limit warning when starting solr

2018-12-12 Thread Daniel Carrasco
fs.file-max > fs.file-max = 810202 > > -Original Message- > From: Daniel Carrasco [mailto:d.carra...@i2tic.com] > Sent: Wednesday, December 12, 2018 4:04 PM > To: solr-user@lucene.apache.org > Subject: Re: Open file limit warning when starting solr > > Hello, > >

Re: Open file limit warning when starting solr

2018-12-12 Thread Daniel Carrasco
crease it. Greetings! El mié., 12 dic. 2018 a las 14:44, Armon, Rony () escribió: > rony@rony-VirtualBox:~$ ulimit -n > 1024 > rony@rony-VirtualBox:~/solr-7.5.0$ ulimit -n > 1024 > > -Original Message- > From: Daniel Carrasco [mailto:d.carra...@i2tic.com] > Sent: Wed

Re: Open file limit warning when starting solr

2018-12-12 Thread Daniel Carrasco
mpt reply. I tried that but I'm still > getting the file limit warning. > > -Original Message----- > From: Daniel Carrasco [mailto:d.carra...@i2tic.com] > Sent: Wednesday, December 12, 2018 12:14 PM > To: solr-user@lucene.apache.org > Subject: Re: Open file limit warning when starting

Re: Open file limit warning when starting solr

2018-12-12 Thread Daniel Carrasco
to our clients any opinions or advice contained in this email are subject > to the terms and conditions expressed in the governing KPMG client > engagement letter. > *** > -- _ Daniel Carrasco Marín Ingeniería para la Innovación i2TIC, S.L. Tlf: +34 911 12 32 84 Ext: 223 www.i2tic.com _

Re: Solr Setup using NRT and PULL replicas

2018-12-02 Thread Daniel Carrasco
ing to NRT, so > > we're thinking about to keep some NRT instead TLOG. > > > > To have two NRT nodes and the rest TLOG is a good setup, or better to > think > > in TOG nodes? > > > > Thanks! > > > > -- > > _ > > > > Dani

Solr Setup using NRT and PULL replicas

2018-11-30 Thread Daniel Carrasco
thinking about to keep some NRT instead TLOG. To have two NRT nodes and the rest TLOG is a good setup, or better to think in TOG nodes? Thanks! -- _ Daniel Carrasco Marín Ingeniería para la Innovación i2TIC, S.L. Tlf: +34 911 12 32 84 Ext

Manage new nodes types limit

2018-11-27 Thread Daniel Carrasco
!! -- _ Daniel Carrasco Marín Ingeniería para la Innovación i2TIC, S.L. Tlf: +34 911 12 32 84 Ext: 223 www.i2tic.com _

Re: Autoscaling using triggers to create new replicas

2018-11-27 Thread Daniel Carrasco
;2", "shard": "#EACH", "node": "#ANY"}] }' Greetings! El lun., 26 nov. 2018 a las 18:24, Daniel Carrasco () escribió: > Hello, > > I'm trying to create an autoscaling cluster with node_added_trigger > and node_lost_trigger triggers t

Autoscaling using triggers to create new replicas

2018-11-26 Thread Daniel Carrasco
and creates a lot of replicas on new node. Delete trigger works just fine, and when the node is down for about 120s it is deleted from collection without problem. Is there any way to create just one replica when a node joins the cluster?. Thanks! -- _ Daniel Carrasco Marín Ingeniería para la Innovación i2TIC, S.L. Tlf: +34 911 12 32 84 Ext: 223 www.i2tic.com _

Re: Slow import from MsSQL and down cluster during process

2018-10-23 Thread Daniel Carrasco
-XX:MaxGCPauseMillis=200 \ > -XX:+UseLargePages \ > -XX:+AggressiveOpts \ > " > > wunder > Walter Underwood > wun...@wunderwood.org > http://observer.wunderwood.org/ (my blog) > > > On Oct 23, 2018, at 9:51 PM, Daniel Carrasco > wrote: > > > > He

Re: Slow import from MsSQL and down cluster during process

2018-10-23 Thread Daniel Carrasco
. The data is stored on SSD disks with XFS (faster than EXT4). I'll take a look to the links tomorrow at work. Thanks!! Greetings!! El mar., 23 oct. 2018 23:48, Shawn Heisey escribió: > On 10/23/2018 7:15 AM, Daniel Carrasco wrote: > > Hello, > > > > Thanks for your response.

Re: Slow import from MsSQL and down cluster during process

2018-10-23 Thread Daniel Carrasco
s, the cluster would become > unresponsive due to solr waiting for numerous I/O operations which we being > throttled. Solr can be very I/O intensive, especially when you can't cache > the entire index in memory. > > Thanks, > Chris > > > On Tue, Oct 23, 2018 at 5:40 AM Daniel Carrasco

Re: Slow import from MsSQL and down cluster during process

2018-10-23 Thread Daniel Carrasco
Hi, El mar., 23 oct. 2018 a las 10:18, Charlie Hull () escribió: > On 23/10/2018 02:57, Daniel Carrasco wrote: > > annoyingHello, > > > > I've a Solr Cluster that is created with 7 machines on AWS instances. The > > Solr version is 7.2.1 (b2b6438b37073bee1fca40

Slow import from MsSQL and down cluster during process

2018-10-22 Thread Daniel Carrasco
er cluster, connecting the Solr nodes to that Zk cluster, importing the collections and adding réplicas manually to every collection. Also I've upgraded that cluster from Solr 6 to Solr 7.1 and later to Solr 7.2.1. Thanks and greetings! -- _____ Danie

Inconsistent leader between ZK and Solr and a lot of downtime

2018-10-18 Thread Daniel Carrasco
ion problem. Is there any way to sync the leader info between solr and ZK?, also I want to know if exists a way to force to change the leader (FORCELEADER don't work when the solr denies to change the leader, because it say that a leader exists). Thanks! -- ________

Secure way to backup Solrcloud

2018-03-07 Thread Daniel Carrasco
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)\n\tat java.lang.Thread.run(Thread.java:748)\n", "code":500}} After restart the node that give the err

Re: [poll] which loadbalancer are you using for SolrCloud

2018-03-02 Thread Daniel Carrasco
u don't need a load balancer, > > because the client (CloudSolrClient in SolrJ) talks to the entire cluster > > and dynamically adjusts to changes in clusterstate. > > > > Thanks, > > Shawn > > > > > -- _ Daniel Carrasco Marín Ingeniería para la Innovación i2TIC, S.L. Tlf: +34 911 12 32 84 Ext: 223 www.i2tic.com _

Re: Solr node is out of sync (looks Healthy)

2018-02-13 Thread Daniel Carrasco
ing - http://sematext.com/ > > > > > On 12 Feb 2018, at 13:13, Daniel Carrasco <d.carra...@i2tic.com> wrote: > > > > Hello, > > > > 2018-02-12 12:32 GMT+01:00 Emir Arnautović <emir.arnauto...@sematext.com > <mailto:emir.arnauto...@sematext.com>>: >

Re: Solr node is out of sync (looks Healthy)

2018-02-12 Thread Daniel Carrasco
same time, right? Thanks!! > > Regards, > Emir > -- > Monitoring - Log Management - Alerting - Anomaly Detection > Solr & Elasticsearch Consulting Support Training - http://sematext.com/ > > > > > On 12 Feb 2018, at 12:00, Daniel Carrasco <d.carra...@i2ti

Re: Solr node is out of sync (looks Healthy)

2018-02-12 Thread Daniel Carrasco
okeeper. > > Regards, > Emir > -- > Monitoring - Log Management - Alerting - Anomaly Detection > Solr & Elasticsearch Consulting Support Training - http://sematext.com/ > > > > > On 12 Feb 2018, at 11:16, Daniel Carrasco <d.carra...@i2tic.com> wrote: > > > >

Solr node is out of sync (looks Healthy)

2018-02-12 Thread Daniel Carrasco
configuration is: 8 Solr nodes using v7.1.0 and zookeeper v3.4.11. All nodes are standalone (I'm not using hadoop). Thanks and greetings! -- _ Daniel Carrasco Marín Ingeniería para la Innovación i2TIC, S.L. Tlf: +34 911 12 32 84 Ext: 223

Re: Request node status independently

2018-02-01 Thread Daniel Carrasco
ot;active" isn't definitive. If the node died unexpectedly its replicas > can't set the state when shutting down. So you also have to check > whether the replica's node is in the "live_nodes" znode. > > Best, > Erick > > On Thu, Feb 1, 2018 at 4:34 AM, Daniel C

Request node status independently

2018-02-01 Thread Daniel Carrasco
only if is healthy or recovering?. Of course if is dead I've got no response, so that's easy. Thanks and greetings!! -- _ Daniel Carrasco Marín Ingeniería para la Innovación i2TIC, S.L. Tlf: +34 911 12 32 84 Ext: 223 www.i2tic.com _

Re: Uncheck dataimport checkboxes by default

2018-01-15 Thread Daniel Carrasco
ackage you could just change it. There's no need to > rebuild Solr etc > > BTW, the mail server is pretty aggressive about stripping attachments, > your (presumed) screenshot is blank > > Best, > Erick > > On Mon, Jan 15, 2018 at 2:30 AM, Daniel Carrasco <d.c

Uncheck dataimport checkboxes by default

2018-01-15 Thread Daniel Carrasco
to uncheck that box, then all data is cleared and I've to import all again. Thanks!!​ -- _____ Daniel Carrasco Marín Ingeniería para la Innovación i2TIC, S.L. Tlf: +34 911 12 32 84 Ext: 223 www.i2tic.com _