> Tony
>>
>>
>>
>> From: Schwartz, Tony
>> Sent: Friday, August 7, 2020 6:27 PM
>> To: solr-user@lucene.apache.org
>> Subject: RE: solr startup
>>
>> suggester? what do i need to look for in the configs?
>>
>> Tony
>>
believe it's needed. I was
> hoping it would help with performance related to time filtering and sorting.
> But, now it seems to be performing quite well without it.
>
> Tony
>
>
>
> From: Schwartz, Tony
> Sent: Friday, August 7, 2020 6:27 PM
> To: solr-us
lieve it's needed. I was hoping it
would help with performance related to time filtering and sorting. But, now it
seems to be performing quite well without it.
Tony
From: Schwartz, Tony
Sent: Friday, August 7, 2020 6:27 PM
To: solr-user@lucene.apache.org
Subject: RE: solr startup
sugges
suggester? what do i need to look for in the configs?
Tony
Sent from my Verizon, Samsung Galaxy smartphone
Original message
From: Dave
Date: 8/7/20 18:23 (GMT-05:00)
To: solr-user@lucene.apache.org
Subject: Re: solr startup
It sounds like you have suggester indexes
It sounds like you have suggester indexes being built on startup. Without them
they just come up in a second or so
> On Aug 7, 2020, at 6:03 PM, Schwartz, Tony wrote:
>
> I have many collections. When I start solr, it takes 30 - 45 minutes to
> start up and load all the collections. My col
I have many collections. When I start solr, it takes 30 - 45 minutes to start
up and load all the collections. My collections are named per day. During
startup, solr loads the collections in alpha-numeric name order. I would like
solr to load the collections in the descending order. So the
: I have a few classes that are Analyzers, Readers, and TokenFilters. These
: classes use a large hashmap to map tokens to another value. The code is
: working great. I go to the Analysis page on the Solr dashboard and everything
: works as I would like. The problem is that the first time each one
I have a few classes that are Analyzers, Readers, and TokenFilters.
These classes use a large hashmap to map tokens to another value. The
code is working great. I go to the Analysis page on the Solr dashboard
and everything works as I would like. The problem is that the first time
each one of t
Thank you for your responses.
However, according to my tests, solr 4.10.3 doesn’t use server by default
anymore due to the removal of these lines in the bin/solr script.
# TODO: see SOLR-3619, need to support server or example
# depending on the version of Solr
if [ -e "$SOLR_TIP/server/start.jar
Things have changed reasonably for the 5.0 release.
In case of a standalone mode, it still defaults to the server directory. So
you'd find your logs in server/logs.
In case of solrcloud mode e.g. if you ran
bin/solr -e cloud -noprompt
this would default to stuff being copied into example director
Versions 4.10.3 and beyond already use server rather than example, which
still finds a reference in the script purely for back compat. A major
release 5.0 is coming soon, perhaps the back compat can be removed for that.
On 6 Jan 2015 09:30, "Dominique Bejean" wrote:
> Hi,
>
> In release 4.10.3, t
Hi,
In release 4.10.3, the following lines were removed from solr starting
script (bin/solr)
# TODO: see SOLR-3619, need to support server or example
# depending on the version of Solr
if [ -e "$SOLR_TIP/server/start.jar" ]; then
DEFAULT_SERVER_DIR=$SOLR_TIP/server
else
DEFAULT_SERVER_DIR=$SO
For example we know that cache warming is executed during startup.
Are any other processes executed during Solr startup?
Thank you, Ivan
.nabble.com/SOLR-startup-problem-tp2879789p2880022.html
Sent from the Solr - User mailing list archive at Nabble.com.
Yonik,
We are on Solr 1.3. The total number of documents is 54173459. Let me
know if need any additional info.
Thanks,
John
--
John Williams
System Administrator
37signals
On Mar 9, 2010, at 11:39 AM, Yonik Seeley wrote:
> Ahhh, FieldCache loading... what version of Solr are you usin
Mark,
I am trying to load that url but its taking quite a while. I will let
you know if/when it loads.
-John
--
John Williams
System Administrator
37signals
On Mar 9, 2010, at 11:38 AM, Mark Miller wrote:
> Ah - loading the fieldcache - do you have a *lot* of unique terms in the
> fi
Ahhh, FieldCache loading... what version of Solr are you using?
It's interesting it would take that long to load too (and maxing out
one CPU - doesn't look particularly IO bound). How many documents are
in this index?
-Yonik
On Tue, Mar 9, 2010 at 12:33 PM, John Williams wrote:
> Yonik,
>
> I
Ah - loading the fieldcache - do you have a *lot* of unique terms in the
fields you are sorting/faceting on?
localhost:8983/solr/admin/luke is helpful for checking this.
--
- Mark
http://www.lucidimagination.com
On 03/09/2010 12:33 PM, John Williams wrote:
Yonik,
I have provided an image
Yonik,
I have provided an image below gives details on what is causing the blocked
http thread. Is there any way to resolve this issue.
Thanks,
John
--
John Williams
System Administrator
37signals
<>
On Mar 9, 2010, at 10:41 AM, John Williams wrote:
> Yonik,
>
> I got yourkit setup to profil
Yonik,
I got yourkit setup to profile the Tomcat instance and as you will see in the
graph below all of the http threads are blocked (red) until around 4:40. This
is the point where the instance becomes responsive and CPU usage drops. I have
also ruled out GC being the issue by using the GC m
On Mon, Mar 8, 2010 at 6:07 PM, John Williams wrote:
> Yonik,
>
> In all cases our "autowarmCount" is set to 0. Also, here is a link to our
> config. http://pastebin.com/iUgruqPd
Weird... on a quick glance, I don't see anything in your config that
would cause work to be done on a commit.
I expec
Yonik,
In all cases our "autowarmCount" is set to 0. Also, here is a link to our
config. http://pastebin.com/iUgruqPd
Thanks,
John
--
John Williams
System Administrator
37signals
On Mar 8, 2010, at 4:44 PM, Yonik Seeley wrote:
> Is this just autowarming?
> Check your autowarmCount parameters
Is this just autowarming?
Check your autowarmCount parameters in solrconfig.xml
-Yonik
http://www.lucidimagination.com
On Mon, Mar 8, 2010 at 5:37 PM, John Williams wrote:
> Good afternoon.
>
> We have been experiencing an odd issue with one of our Solr nodes. Upon
> startup or when bringing in
Good afternoon.
We have been experiencing an odd issue with one of our Solr nodes. Upon startup
or when bringing in a new index we get a CPU spike for 5 minutes or so. I have
attached a graph of this spike. During this time simple queries return without
a problem but more complex queries do not
user@lucene.apache.org
Subject: Re: Exception during Solr startup
On Wed, Aug 13, 2008 at 10:55 AM, Kashyap, Raghu
<[EMAIL PROTECTED]> wrote:
> SEVERE: java.lang.UnsupportedClassVersionError: Bad version number in
> .class file
This is normally a mismatch between java compiler and runtime (
On Wed, Aug 13, 2008 at 10:55 AM, Kashyap, Raghu
<[EMAIL PROTECTED]> wrote:
> SEVERE: java.lang.UnsupportedClassVersionError: Bad version number in
> .class file
This is normally a mismatch between java compiler and runtime (like
using Java6 to compile and Java5 to try and run).
-Yonik
Is this perhaps due to the renaming of multicore.xml to solr.xml?
Erik
On Aug 13, 2008, at 10:55 AM, Kashyap, Raghu wrote:
Hi,
Today I started seeing this exception when I started solr instance.
Any ideas what might be causing this problem?
INFO: xsltCacheLifetimeSeconds=5
Aug
@lucene.apache.org
Subject: Re: Exception during Solr startup
Can you tell us a little bit more about your situation? What changed
today? New Solr WAR? What version of Solr are you using?
-Grant
On Aug 13, 2008, at 10:55 AM, Kashyap, Raghu wrote:
> Hi,
>
>
>
> Today I star
Can you tell us a little bit more about your situation? What changed
today? New Solr WAR? What version of Solr are you using?
-Grant
On Aug 13, 2008, at 10:55 AM, Kashyap, Raghu wrote:
Hi,
Today I started seeing this exception when I started solr instance.
Any ideas what might be caus
Hi,
Today I started seeing this exception when I started solr instance.
Any ideas what might be causing this problem?
INFO: xsltCacheLifetimeSeconds=5
Aug 13, 2008 9:20:45 AM org.apache.solr.common.SolrException log
SEVERE: java.lang.UnsupportedClassVersionError: Bad version number in
.
30 matches
Mail list logo