I got rid of the first line, everything worked fine. I suspect the
fact that we were going through a decent portion of the update request
processor chain twice was causing some unknown issues. The big issue
causing the ConcurrentModificationException, however, appeared to happen
when trying to dist
On 11/6/2019 8:17 AM, Tim Swetland wrote:
I'm currently running into a ConcurrentModificationException ingesting data
as we attempt to upgrade from Solr 8.1 to 8.2. It's not every document, but
it definitely appears regularly in our logs. We didn't run into this
problem in 8.1,
;t look far enough back in our logs on my initial
> > search. Would still appreciate whatever thoughts anyone might have on the
> > exception.
> >
> > On Wed, Nov 6, 2019 at 10:17 AM Tim Swetland
> wrote:
> >
> > > I'm currently running into a Concurre
> > I'm currently running into a ConcurrentModificationException ingesting
> > data as we attempt to upgrade from Solr 8.1 to 8.2. It's not every
> > document, but it definitely appears regularly in our logs. We didn't run
> > into this problem in 8.1, so I&
> I'm currently running into a ConcurrentModificationException ingesting
> data as we attempt to upgrade from Solr 8.1 to 8.2. It's not every
> document, but it definitely appears regularly in our logs. We didn't run
> into this problem in 8.1, so I'm not sure what migh
I'm currently running into a ConcurrentModificationException ingesting data
as we attempt to upgrade from Solr 8.1 to 8.2. It's not every document, but
it definitely appears regularly in our logs. We didn't run into this
problem in 8.1, so I'm not sure what might have changed.
Trying to perform a search with the following structure:
query: "term1 (term2 OR \"multiword phrase term\")"~3
url: solr/collection/select?defType=complexphrase&df=text&q.OP=AND&q="term1
(term2 OR \"multiword phrase term\")"~3
This would hopefully match phrases like
- term1 and term2
- term1 and
Trying to perform a search with the following structure:
query: "term1 (term2 OR \"multiword phrase term\")"~3
url: solr/collection/select?defType=complexphrase&df=text&q.OP=AND&q="term1
(term2 OR \"multiword phrase term\")"~3
This would hopefully match phrases like
- term1 and term2
- term1 and
Thank you Shalin. I've created SOLR-9414
KATHERINE MORA
Senior Engineer
-Original Message-
From: Shalin Shekhar Mangar [mailto:shalinman...@gmail.com]
Sent: Saturday, August 13, 2016 7:22 PM
To: solr-user@lucene.apache.org
Subject: Re: ConcurrentModificationException due to high v
This is a bug. Please open a Jira issue. We need to dig where else this
param map is being used. It is possible that there are more such bugs.
On Fri, Aug 12, 2016 at 10:57 PM, Katherine Mora <
km...@searchtechnologies.com> wrote:
> Hi All,
>
> We are using Solr 5.2.1 in a production environment
Hi All,
We are using Solr 5.2.1 in a production environment where we have a high volume
of requests. We are not having any timeouts or performance issues. However, the
logs are filled with this exception.
We've been researching and there isn't a lot of information about this problem
or why it h
s this exception. Is there any way to debug
> this issue?
>
> Is it related to the issue ConcurrentModificationException from
> BinaryResponseWriter
>
> Nov 25, 2013 7:10:56 AM org.apache.solr.common.SolrException log
> SEVERE: java.util.ConcurrentModificationExcepti
way to debug
> this issue?
>
> Is it related to the issue ConcurrentModificationException from
> BinaryResponseWriter
>
> Nov 25, 2013 7:10:56 AM org.apache.solr.common.SolrException log
> SEVERE: java.util.ConcurrentModificationException
> at
> java.
issue ConcurrentModificationException from
BinaryResponseWriter
Nov 25, 2013 7:10:56 AM org.apache.solr.common.SolrException log
SEVERE: java.util.ConcurrentModificationException
at
java.util.LinkedHashMap$LinkedHashIterator.nextEntry(LinkedHashMap.java:373)
at java.util.LinkedHashMap$EntryIterator
the release notes:
"Fixed ConcurrentModificationException during highlighting, if all fields
were requested.
her patch/solution available to overcome this
exception.
Please guide me.
Thanks
--
View this message in context:
http://lucene.472066.n3.nabble.com/ConcurrentModificationException-in-Solr-3-6-1-tp4034520.html
Sent from the Solr - User mailing list archive at Nabble.com.
This should be fixed in 3.6.2 which is available since Dec 25.
>From the release notes:
"Fixed ConcurrentModificationException during highlighting, if all fields were
requested."
André
Von: mechravi25 [mechrav...@yahoo.co.in]
Gesendet
her patch/solution available to overcome this
exception.
Please guide me.
Thanks
--
View this message in context:
http://lucene.472066.n3.nabble.com/ConcurrentModificationException-in-solr-3-6-1-tp4034495.html
Sent from the Solr - User mailing list archive at Nabble.com.
xt:
http://lucene.472066.n3.nabble.com/ConcurrentModificationException-in-Solr-3-6-1-tp4034494.html
Sent from the Solr - User mailing list archive at Nabble.com.
in context:
http://lucene.472066.n3.nabble.com/ConcurrentModificationException-in-Solr-3-6-1-tp4034493.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hi,
I am trying to implement a multi-threaded version of DIH (SOLR 4) and am
able to successfully run this with a single SOLR node. Getting
ConcurrentModificationException at SolrCmdDistributor.java:223 when doing
it with more than one node. Has anyone faced this issue? Please let me know
is this fixed in solr-1.4.1 ?
I have seen ConcurrentModificationException during search
operation using EmbeddedSolrServer, when tested using jmeter with
on more than one Concurrent users.
best,
Reuben
On 5/5/2009 2:25 AM, Shalin Shekhar Mangar
On 2010-02-26 12:55 PM, Yonik Seeley wrote:
Yep, definitely a bug.
It looks like resourceLoader.newInstance() is fundamentally not thread safe.
Could you open a JIRA issue for this?
JIRA Issue opened: http://issues.apache.org/jira/browse/SOLR-1797
Dan
On 2010-02-26 12:55 PM, Yonik Seeley wrote:
Yep, definitely a bug.
It looks like resourceLoader.newInstance() is fundamentally not thread safe.
-Yonik
On Fri, Feb 26, 2010 at 2:48 PM, Yonik Seeley
wrote:
Could you open a JIRA issue for this?
Yonik,
Do you still need me to open a JIRA i
work fine on a Windows box, but on our
>> Centos 5 box, we're getting a ConcurrentModificationException when starting
>> Tomcat 6.
>>
>> Any tips on how to solve this and/or troubleshoot?
>>
>> Made sure there are no duplicate libs in Tomcat and solr/lib, a
htly work fine on a Windows box, but on our
> Centos 5 box, we're getting a ConcurrentModificationException when starting
> Tomcat 6.
>
> Any tips on how to solve this and/or troubleshoot?
>
> Made sure there are no duplicate libs in Tomcat and solr/lib, and tried to
> cut dow
Hi guys,
SOLR 1.4 (final) and 1.5 nightly work fine on a Windows box, but on our
Centos 5 box, we're getting a ConcurrentModificationException when
starting Tomcat 6.
Any tips on how to solve this and/or troubleshoot?
Made sure there are no duplicate libs in Tomcat and solr/lib, and
This is fixed in trunk.
2009/5/5 Noble Paul നോബിള് नोब्ळ्
> hi Walter,
> it needs synchronization. I shall open a bug.
>
>
>
> On Mon, May 4, 2009 at 7:31 PM, Walter Ferrara
> wrote:
> > I've got a ConcurrentModificationException during a cron-ed delta import
&
hi Walter,
it needs synchronization. I shall open a bug.
On Mon, May 4, 2009 at 7:31 PM, Walter Ferrara wrote:
> I've got a ConcurrentModificationException during a cron-ed delta import of
> DIH, I'm using multicore solr nightly from hudson 2009-04-02_08-06-47.
> I
I've got a ConcurrentModificationException during a cron-ed delta import of
DIH, I'm using multicore solr nightly from hudson 2009-04-02_08-06-47.
I don't know if this stacktrace maybe useful to you, but here it is:
java.util.ConcurrentModificationException
at java.uti
30 matches
Mail list logo