Re: Delete document stop my solr 5.0 ?!

2015-05-04 Thread Chris Hostetter
XY-ish problem -- if you are deleting a bunch of documents by id, why have you switched from using delete-by-id to using delete-by-query? What drove that decision? Did you try using delete-by-query in your 3.6 setup? : my f1 field is my key field. It is unique. ... : On my old solr 3

Re: Delete document stop my solr 5.0 ?!

2015-05-04 Thread Bruno Mannina
Yes it was that ! I increased the SOLR_JAVA_MEM to 2g (with 8Go Ram i do more, 3g fail to run solr on my brand new computer) thanks ! Le 04/05/2015 17:03, Shawn Heisey a écrit : On 5/4/2015 8:38 AM, Bruno Mannina wrote: ok I have this OOM error in the log file ... # # java.lang.OutOfMemoryEr

Re: Delete document stop my solr 5.0 ?!

2015-05-04 Thread Shawn Heisey
On 5/4/2015 8:38 AM, Bruno Mannina wrote: > ok I have this OOM error in the log file ... > > # > # java.lang.OutOfMemoryError: Java heap space > # -XX:OnOutOfMemoryError="/home/solr/solr-5.0.0/bin/oom_solr.sh > 8983/home/solr/solr-5.0.0/server/logs" > # Executing /bin/sh -c "/home/solr/solr-5.0.0

Re: Delete document stop my solr 5.0 ?!

2015-05-04 Thread Bruno Mannina
I increase the formdataUploadLimitInKB to 2048000 and the problem is the same, same error an idea ? Le 04/05/2015 16:38, Bruno Mannina a écrit : ok I have this OOM error in the log file ... # # java.lang.OutOfMemoryError: Java heap space # -XX:OnOutOfMemoryError="/home/solr/solr-5.0.0/

Re: Delete document stop my solr 5.0 ?!

2015-05-04 Thread Bruno Mannina
ok I have this OOM error in the log file ... # # java.lang.OutOfMemoryError: Java heap space # -XX:OnOutOfMemoryError="/home/solr/solr-5.0.0/bin/oom_solr.sh 8983/home/solr/solr-5.0.0/server/logs" # Executing /bin/sh -c "/home/solr/solr-5.0.0/bin/oom_solr.sh 8983/home/solr/solr-5.0.0/server/lo

Re: Delete document stop my solr 5.0 ?!

2015-05-04 Thread Shawn Heisey
On 5/4/2015 3:19 AM, Bruno Mannina wrote: > All work fine but each Tuesday I need to delete some docs inside, so I > create a batch file > with inside line like this: > /home/solr/solr-5.0.0/bin/post -c docdb -commit no -d > "f1:58644" > /home/solr/solr-5.0.0/bin/post -c docdb -commit no -d > "f1

Delete document stop my solr 5.0 ?!

2015-05-04 Thread Bruno Mannina
Dear Solr Users, I have a brand new computer where I installed Ubuntu 14.04, 8Go RAM, SOLR 5.0, Java 7 I indexed 92 000 000 docs (little text file ~2ko each) I have around 30 fields All work fine but each Tuesday I need to delete some docs inside, so I create a batch file with inside line like t