"solr-user"
> Datum: 03.09.2018 01:38
> Předmět: Re: Setting of TMP in solr.cmd (for Windows) causes invisibility of
> the Solr to JDK monitoring tools
>
>Hmmm, please raise a JIRA and, if possible, attach a patch that works
>for you. Most of us don't have Windows
; Hi,
>
> please notice the following lines added (among others) to "solr.cmd" by
> commit
> https://github.com/apache/lucene-solr/commit/b36c68b16e67ae701cefce052a4fdbaac88fb65c
> for https://issues.apache.org/jira/browse/SOLR-6833 about 4 years ago:
>
> set
Hi,
please notice the following lines added (among others) to "solr.cmd" by commit
https://github.com/apache/lucene-solr/commit/b36c68b16e67ae701cefce052a4fdbaac88fb65c
for https://issues.apache.org/jira/browse/SOLR-6833 about 4 years ago:
set TMP=!SOLR_HOME:%EXAMPLE_DIR%=!
IF
icht-
Von: Erick Erickson [mailto:erickerick...@gmail.com]
Gesendet: Mittwoch, 20. Dezember 2017 19:09
An: solr-user
Betreff: Re: Build suggester in different directory (not /tmp).
bq: this means I will need to set buildOnCommit and buildOnStartup to false.
Be _very_ careful with these setti
> On Wed, Dec 20, 2017 at 2:58 PM, Shawn Heisey
> wrote:
> >
> >> On 12/20/2017 10:05 AM, Matthew Roth wrote:
> >> > I am building a few suggester's and I am receiving the error that I
> have
> >> no
> >> > space left on device.
> &g
m receiving the error that I have
>> no
>> > space left on device.
>>
>>
>>
>> > At first this threw me. df showed I had over 100 G free. the /data dir
>> the
>> > suggester is being constructed from is only 4G. On a subsequent run I
&g
t; > space left on device.
>
>
>
> > At first this threw me. df showed I had over 100 G free. the /data dir
> the
> > suggester is being constructed from is only 4G. On a subsequent run I
> > notice that the suggester is first being built in /tmp. When setting up
> the
&
subsequent run I
> notice that the suggester is first being built in /tmp. When setting up the
> LVM I only allotted 2g's to that directory and I prefer to keep it that
> way.
The code is utilizing the "java.io.tmpdir" system property to determine
a temporary directory lo
time
you started Solr or committed docs. I almost guarantee that buildOnCommit
will be unsatisfactory.
This is one of those things that works fine for testing a small corpus but
can fall over when you scale up.
As for why the suggester gets built in /tmp, perhaps Mike McCandless has
magic to co
t; java.io.IOException: No space left on device at
> sun.nio.ch.FileDispatcherImpl.write0(Native Method) at
> ...
>
>
>
> At first this threw me. df showed I had over 100 G free. the /data dir
> the suggester is being constructed from is only 4G. On a subsequent run I
> noti
100 G free. the /data dir the
suggester is being constructed from is only 4G. On a subsequent run I
notice that the suggester is first being built in /tmp. When setting up the
LVM I only allotted 2g's to that directory and I prefer to keep it that
way. Is there a way to build the suggest
HI
Solr/Tika uses the /tmp directory to process documents. At times the directory
hits 100%. This causes alarms from Nagios for us. Is there a way in Solr/Tika
to limit the amount of space used in /tmp? Value could be 80% or 570MB.
thanks
Tom LeZotte
Health I.T. - Senior Product Developer
(p
nvironment variable.
>
> -- Jack Krupansky
>
> -Original Message- From: Erik Fäßler
> Sent: Wednesday, July 04, 2012 3:56 AM
> To: solr-user@lucene.apache.org
> Subject: How to change tmp directory
>
> Hello all,
>
> I came about an odd issue today when I w
012 3:56 AM
To: solr-user@lucene.apache.org
Subject: How to change tmp directory
Hello all,
I came about an odd issue today when I wanted to add ca. 7M documents to my
Solr index: I got a SolrServerException telling me "No space left on
device". I had a look at the directory Solr (an
ced a file named "upload_457ee97b_1385125274b__8000_0005.tmp"
had taken up all space of the machine's /tmp directory. The partition holding
the /tmp directory only has around 1GB of space and this file already took
nearly 800MB. I had a look at it and I realized that the file
Thank you :)
Gary
Le 15/05/2012 15:27, Jack Krupansky a écrit :
Solr is probably simply using the Java JVM default. Set the
java.io.tmpdir system property. Something equivalent to the following:
java -Djava.io.tmpdir=/mytempdir ...
On Windows you can set the TMP environment variable
Solr is probably simply using the Java JVM default. Set the java.io.tmpdir
system property. Something equivalent to the following:
java -Djava.io.tmpdir=/mytempdir ...
On Windows you can set the TMP environment variable.
-- Jack Krupansky
-Original Message-
From: G.Long
Sent
Hi :)
I'm using SolrJ to index documents. I noticed that during the indexing
process, .tmp files are created in my /tmp folder. These files contain
the xml commands for the documents I add to the index.
Can I change this folder in Solr config and where is it?
Thanks,
Gary
SnapPuller class, you may want to give it a
try -
https://issues.apache.org/jira/browse/SOLR-2156
Regards,
Jayendra
2010/10/26 Chengyang
> I noticed that the slave node have some tmp Index.x dir that created
> during the index sync with master, but they are not removed even after
> se
I noticed that the slave node have some tmp Index.x dir that created during
the index sync with master, but they are not removed even after serval days. So
when will solr del the tmp index dir?
tmp
21 matches
Mail list logo