Re: ConcurrentModificationException in SolrInputDocument writeMap

2019-11-18 Thread Tim Swetland
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

Re: ConcurrentModificationException in SolrInputDocument writeMap

2019-11-07 Thread Shawn Heisey
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,

Re: ConcurrentModificationException in SolrInputDocument writeMap

2019-11-07 Thread Edward Ribeiro
;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

Re: ConcurrentModificationException in SolrInputDocument writeMap

2019-11-06 Thread Mikhail Khludnev
> > 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&

Re: ConcurrentModificationException in SolrInputDocument writeMap

2019-11-06 Thread Tim Swetland
> 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

ConcurrentModificationException in SolrInputDocument writeMap

2019-11-06 Thread Tim Swetland
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.

ConcurrentModificationException when nesting phrases inside a proximity search (ComplexPhraseQueryParser)

2019-05-20 Thread Matthew Kay
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

ConcurrentModificationException when nesting phrases inside a proximity search (ComplexPhraseQueryParser)

2019-05-20 Thread Matthew Kay
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

RE: ConcurrentModificationException due to high volume of requests

2016-08-15 Thread Katherine Mora
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

Re: ConcurrentModificationException due to high volume of requests

2016-08-13 Thread Shalin Shekhar Mangar
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

ConcurrentModificationException due to high volume of requests

2016-08-12 Thread Katherine Mora
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

Re: ConcurrentModificationException from XMLResponseWriter

2013-11-25 Thread Shyamsunder R Mutcha
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

Re: ConcurrentModificationException from XMLResponseWriter

2013-11-25 Thread Shawn Heisey
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.

ConcurrentModificationException from XMLResponseWriter

2013-11-25 Thread Shyamsunder R Mutcha
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

Re: ConcurrentModificationException in Solr 3.6.1

2013-01-18 Thread Sandeep Mestry
the release notes: "Fixed ConcurrentModificationException during highlighting, if all fields were requested.

ConcurrentModificationException in Solr 3.6.1

2013-01-18 Thread mechravi25
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.

AW: ConcurrentModificationException in Solr 3.6.1

2013-01-18 Thread André Widhani
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

ConcurrentModificationException in solr 3.6.1

2013-01-18 Thread mechravi25
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.

ConcurrentModificationException in Solr 3.6.1

2013-01-18 Thread mechravi25
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.

ConcurrentModificationException in Solr 3.6.1

2013-01-18 Thread mechravi25
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.

ConcurrentModificationException - SolrCmdDistributor

2012-09-08 Thread Balaji Gandhi
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

Re: DIH ConcurrentModificationException

2010-09-27 Thread Reuben A Christie
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

Re: ConcurrentModificationException

2010-02-27 Thread Dan Hertz (Insight 49, LLC)
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

Re: ConcurrentModificationException

2010-02-26 Thread Dan Hertz (Insight 49, LLC)
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

Re: ConcurrentModificationException

2010-02-26 Thread Yonik Seeley
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

Re: ConcurrentModificationException

2010-02-26 Thread Yonik Seeley
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

ConcurrentModificationException

2010-02-26 Thread Dan Hertz (Insight 49, LLC)
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

Re: DIH ConcurrentModificationException

2009-05-04 Thread Shalin Shekhar Mangar
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 &

Re: DIH ConcurrentModificationException

2009-05-04 Thread 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 of > DIH, I'm using multicore solr nightly from hudson 2009-04-02_08-06-47. > I

DIH ConcurrentModificationException

2009-05-04 Thread Walter Ferrara
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