Re: SOLR-1797 - Any news on this?

2010-03-19 Thread Yonik Seeley
On Fri, Mar 19, 2010 at 7:31 PM, KaktuChakarabati wrote: > > In particular, it looks like this can be traced to a non-thread safe > iteration over infoMBeans (ArrayList) in SolrResourceLoader::inform() > > I looked for some recent changes to that area of code and traced it to >  https://issues.apa

Re: SOLR-1797 - Any news on this?

2010-03-19 Thread KaktuChakarabati
In particular, it looks like this can be traced to a non-thread safe iteration over infoMBeans (ArrayList) in SolrResourceLoader::inform() I looked for some recent changes to that area of code and traced it to https://issues.apache.org/jira/browse/SOLR-1427 Perhaps infoMBeans should be made sy

SOLR-1797 - Any news on this?

2010-03-19 Thread KaktuChakarabati
We've been getting similar problem, running on Ubuntu Server / Tomcat 6 latest. Any ideas? When commenting out firstSearcher/newSearcher events, seem to work, but obviously this is a problem for production machines. Is this easy fix ? did anyone look into it ? Thanks, -Chak -- View this messag

Re: [jira] Resolved: (SOLR-1823) XMLWriter throws ClassCastException on writing maps other than

2010-03-19 Thread Frank Wesemann
Hoss Man (JIRA) schrieb: The one subtlety that your patch broke however is that if someone uses null as a key in the Map, that has always been written out as an entry w/o a key -- but by using String.valueOf your patch allways produces a non-null Yes you're right. I didn't look deep enough and th

[jira] Commented: (SOLR-1830) tests should be able to use RAMDirectory

2010-03-19 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847557#action_12847557 ] Yonik Seeley commented on SOLR-1830: So... I went and coded up a quick class to switch f

[jira] Commented: (SOLR-1819) Upgrade to Tika 0.7

2010-03-19 Thread Nirmal Shah (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847484#action_12847484 ] Nirmal Shah commented on SOLR-1819: --- Tika 0.7 uses pdfbox1.0 which fixes an infinite loop

[jira] Updated: (SOLR-1835) speed up and improve tests

2010-03-19 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-1835: --- Attachment: SOLR-1835.patch Attaching a first cut at a SolrTestCaseJ4 that extends LuceneTestCaseJ4. C

[jira] Created: (SOLR-1835) speed up and improve tests

2010-03-19 Thread Yonik Seeley (JIRA)
speed up and improve tests -- Key: SOLR-1835 URL: https://issues.apache.org/jira/browse/SOLR-1835 Project: Solr Issue Type: Improvement Reporter: Yonik Seeley Fix For: 3.1 General test impro

[jira] Closed: (SOLR-1831) DataImportHandler not escaping single quotes

2010-03-19 Thread Kevin (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin closed SOLR-1831. --- Resolution: Not A Problem Dumb user; disregard. > DataImportHandler not escaping single quotes >

[jira] Commented: (SOLR-1831) DataImportHandler not escaping single quotes

2010-03-19 Thread Kevin (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847392#action_12847392 ] Kevin commented on SOLR-1831: - Wow, I didn't know I was that dumb. Thanks for pointing out the e

[jira] Updated: (SOLR-1834) Document level security

2010-03-19 Thread Anders Rask (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anders Rask updated SOLR-1834: -- Attachment: SOLR-1834.patch > Document level security > --- > > Key:

[jira] Created: (SOLR-1834) Document level security

2010-03-19 Thread Anders Rask (JIRA)
Document level security --- Key: SOLR-1834 URL: https://issues.apache.org/jira/browse/SOLR-1834 Project: Solr Issue Type: New Feature Components: SearchComponents - other Affects Versions: 1.4 Re

[jira] Created: (SOLR-1833) ShowFileRequestHandle should allow you to specify which files can be viewed, not just which cannot be viewed

2010-03-19 Thread Mark Miller (JIRA)
ShowFileRequestHandle should allow you to specify which files can be viewed, not just which cannot be viewed Key: SOLR-1833 URL: https://issues.apache.org

[jira] Commented: (SOLR-1831) DataImportHandler not escaping single quotes

2010-03-19 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847388#action_12847388 ] Noble Paul commented on SOLR-1831: -- this is not a bug . use the escapeSql function .to esca