Re: [JENKINS] Lucene-Solr-4.x-Linux (64bit/ibm-j9-jdk7) - Build # 1199 - Failure!

2012-09-18 Thread Dawid Weiss
I know what this is about: the throwable's message contains unicode character out of XML spec's "text" range. XML serialization does not check this and simply dumps unicode characters to the stream, resulting in invalid XML. > Throwable #1: junit.framework.AssertionFailedError: > .doc[a_si][0]:or

[jira] [Commented] (LUCENE-4397) TestIndexWriterWithThreads.testRollbackAndCommitWithThreads is sometimes very very slow

2012-09-18 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13458453#comment-13458453 ] Dawid Weiss commented on LUCENE-4397: - Did you run all these with the same seed?

[jira] [Updated] (SOLR-2329) old index files not deleted on slave

2012-09-18 Thread Edwin Khodabakchian (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edwin Khodabakchian updated SOLR-2329: -- Attachment: (was: solrconfig_slave.xml) > old index files not deleted on slave >

4.0 issue ping

2012-09-18 Thread Robert Muir
I noticed today some hanging issues in jira that nobody has touched for a long time set as 4.0. I sent pings to several of these issues: please get them in ASAP or get them out. On friday I plan to push anything not marked as "blocker", "bug", and assigned to someone out of 4.0 Lets wrap this thi

Re: Spatial field names in Solr

2012-09-18 Thread David Smiley (@MITRE.org)
Hi Jack, Thanks for your interest. Each SpatialStrategy has its pros and cons. I'm working through creating slides for a conference today in fact: http://www.basistech.com/search-conference/presentations/ Now that the Solr adapters are committed, I'll be focusing more on documentation. That m

Re: Spatial field names in Solr

2012-09-18 Thread Jack Krupansky
How might an "average user" approach using spatial. In other words, what real world issues and constraints would they be using as guides to sift through these features? I mean, if there is no transparently obvious model to guide average users, you might as well call the field types "spatial_alp

[jira] [Commented] (LUCENE-2544) Add 'divisor' to NumericField, allows for easy storage of full precision data, but indexing *starting* at lower precision.

2012-09-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13458233#comment-13458233 ] Uwe Schindler commented on LUCENE-2544: --- I agree, this issue will not be fixed as I

[jira] [Commented] (LUCENE-772) Index corruption can cause infinite spin loop when Lucene attempts to incorrectly uncompress fields

2012-09-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13458231#comment-13458231 ] Uwe Schindler commented on LUCENE-772: -- I don't think we need to keep this issue open

Re: TestIndexWriterWithThreads.testRollbackAndCommitWithThreads looping for 4x on Windows

2012-09-18 Thread Jack Krupansky
I posted comments for this specific case on LUCENE-4397. It did in fact finish. -- Jack Krupansky -Original Message- From: Dawid Weiss Sent: Tuesday, September 18, 2012 5:26 PM To: dev@lucene.apache.org Subject: Re: TestIndexWriterWithThreads.testRollbackAndCommitWithThreads looping

[jira] [Commented] (LUCENE-4397) TestIndexWriterWithThreads.testRollbackAndCommitWithThreads is sometimes very very slow

2012-09-18 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13458225#comment-13458225 ] Jack Krupansky commented on LUCENE-4397: My latest test for branch_4x finished th

Spatial field names in Solr

2012-09-18 Thread Smiley, David W.
This past Sunday I added 3 spatial field types to Solr in SOLR-3304: SpatialTwoDoublesFieldType, SpatialRecursivePrefixTreeFieldType and SpatialTermQueryPrefixTreeFieldType. Eventually there will also be a SpatialBBoxFieldType following this naming convention. These are named in a consistent

[jira] [Commented] (LUCENE-4399) Rename AppendingCodec to Appending40Codec

2012-09-18 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13458198#comment-13458198 ] Adrien Grand commented on LUCENE-4399: -- bq. It would be really nice if we could wrap

Re: TestIndexWriterWithThreads.testRollbackAndCommitWithThreads looping for 4x on Windows

2012-09-18 Thread Dawid Weiss
You can either wait (if something is hung then after ~2 hours a timeout will occur) or: jps -> identify the stalled VM jstack [pid] and post a JIRA issue if you believe something hung. The random seed used for this test will be part of the stack trace but you can attach it too. Dawid On Tue, Se

TestIndexWriterWithThreads.testRollbackAndCommitWithThreads looping for 4x on Windows

2012-09-18 Thread Jack Krupansky
I am seeing a very long HEARTBEAT list for TestIndexWriterWithThreads.testRollbackAndCommitWithThreads with a recent checkout of branch_4x on Windows. Currently at: no events in: 2288s, approx. at: TestIndexWriterWithThreads.testRollbackAndCommitWithThreads. CPU is relatively idle (25%). Late

[jira] [Commented] (SOLR-3815) add hash range to shard

2012-09-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13458151#comment-13458151 ] Yonik Seeley commented on SOLR-3815: Committed Overseer.setShardLeader fix. trunk: http

Typo in Javadoc for Solr CopyField.getMaxChars: tha -> the

2012-09-18 Thread Jack Krupansky
/** * @return tha maximum number of chars in source field to copy to destination field. */ public int getMaxChars() { "tha" s.b. "the". See: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/core/src/java/org/apache/solr/schema/CopyField.java Typo is in 4.0 as well. Also, the getLimitedValu

[jira] [Resolved] (LUCENE-2306) contrib/xml-query-parser: NumericRangeQuery and -Filter support

2012-09-18 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe resolved LUCENE-2306. - Resolution: Fixed Fix Version/s: (was: 4.1) 3.1 Lucene Fields:

Re: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #617: POMs out of sync

2012-09-18 Thread Yonik Seeley
On Tue, Sep 18, 2012 at 3:28 PM, Steven A Rowe wrote: > Three out of five of the last trunk Maven builds have failed in > SyncSliceTest.testDistribSearch - maybe a timeout needs upward adjustment or > something? Unfortunately Mark is traveling this week... But I wonder if the issue is mainly on

[jira] [Commented] (SOLR-3825) Log document IDs when they are retrieved

2012-09-18 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13458068#comment-13458068 ] Grant Ingersoll commented on SOLR-3825: --- Thanks, Scott. I committed the updated patc

[jira] [Commented] (LUCENE-2403) contrib/HighFreqTerms should use ByteRefs but provide human-readable output

2012-09-18 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13458062#comment-13458062 ] Steven Rowe commented on LUCENE-2403: - The Lucid link is now dead too :(. Here's a M

[jira] [Commented] (LUCENE-4399) Rename AppendingCodec to Appending40Codec

2012-09-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13458063#comment-13458063 ] Michael McCandless commented on LUCENE-4399: +1 to fixing any wrapped Posting

[jira] [Comment Edited] (LUCENE-4175) Include BBox Spatial Strategy

2012-09-18 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13458050#comment-13458050 ] David Smiley edited comment on LUCENE-4175 at 9/19/12 5:52 AM:

[jira] [Commented] (LUCENE-4175) Include BBox Spatial Strategy

2012-09-18 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13458050#comment-13458050 ] David Smiley commented on LUCENE-4175: -- The BBoxStrategy is tested insofar as search

[jira] [Resolved] (LUCENE-2504) sorting performance regression

2012-09-18 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe resolved LUCENE-2504. - Resolution: Fixed Fix Version/s: (was: 4.1) 4.0-ALPHA > sortin

[jira] [Updated] (SOLR-3850) DIH: parameter "cacheKey" was inadvertently renamed "cachePk"

2012-09-18 Thread James Dyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer updated SOLR-3850: - Attachment: SOLR-3850.patch I plan to commit this to trunk, 4.x & 3.x shortly. > DIH: pa

[jira] [Commented] (LUCENE-4402) TestAddTaxonomy.testConcurrency failure

2012-09-18 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13458032#comment-13458032 ] Shai Erera commented on LUCENE-4402: I'll dig. > TestAddTaxonomy.tes

[jira] [Commented] (SOLR-3823) Parentheses in a boost query cause errors

2012-09-18 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13458013#comment-13458013 ] Erik Hatcher commented on SOLR-3823: bq. I see no evidence that "bq" is incorrectly us

[jira] [Commented] (SOLR-3849) ScriptEngineTest failure RE system properties and ThreadLeakError

2012-09-18 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13458010#comment-13458010 ] Dawid Weiss commented on SOLR-3849: --- Good to see these assertions are actually useful for

[jira] [Commented] (LUCENE-4406) Print out where tests failed at the end of running the Test Suite

2012-09-18 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13458008#comment-13458008 ] Dawid Weiss commented on LUCENE-4406: - There are a few different ways to do it. I can

[jira] [Resolved] (LUCENE-2544) Add 'divisor' to NumericField, allows for easy storage of full precision data, but indexing *starting* at lower precision.

2012-09-18 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe resolved LUCENE-2544. - Resolution: Won't Fix Fix Version/s: (was: 4.1) Lucene Fields: (was: New) Given

[jira] [Resolved] (LUCENE-3564) rename IndexWriter.rollback to .rollbackAndClose

2012-09-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-3564. Resolution: Won't Fix Yeah I think so. Naming is the hardest part :)

[jira] [Resolved] (LUCENE-2644) LowerCaseTokenizer Does Not Behave As One Might Expect (or Desire)--Given Its Name

2012-09-18 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe resolved LUCENE-2644. - Resolution: Won't Fix Fix Version/s: (was: 4.1) Scott, I agree with [~rcmuir] - Lower

[jira] [Resolved] (LUCENE-2725) Bengali Analyzer for Lucene has been Developed

2012-09-18 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe resolved LUCENE-2725. - Resolution: Incomplete Fix Version/s: (was: 4.1) Lucene Fields: (was: New) Ahme

[jira] [Created] (SOLR-3850) DIH: parameter "cacheKey" was inadvertently renamed "cachePk"

2012-09-18 Thread James Dyer (JIRA)
James Dyer created SOLR-3850: Summary: DIH: parameter "cacheKey" was inadvertently renamed "cachePk" Key: SOLR-3850 URL: https://issues.apache.org/jira/browse/SOLR-3850 Project: Solr Issue Type

[jira] [Commented] (SOLR-3230) Performance improvement for geofilt by doing a bbox approximation and then Filter

2012-09-18 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457967#comment-13457967 ] David Smiley commented on SOLR-3230: FYI, FWIW the new SpatialTwoDoubles does a bbox ra

[jira] [Closed] (LUCENE-860) site should call project "Lucene Java", not just "Lucene"

2012-09-18 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll closed LUCENE-860. -- Steve, correct. Closing this. > site should call project "Lucene Java", not just

[jira] [Comment Edited] (LUCENE-3564) rename IndexWriter.rollback to .rollbackAndClose

2012-09-18 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457950#comment-13457950 ] Steven Rowe edited comment on LUCENE-3564 at 9/19/12 3:56 AM: -

[jira] [Commented] (LUCENE-3564) rename IndexWriter.rollback to .rollbackAndClose

2012-09-18 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457950#comment-13457950 ] Steven Rowe commented on LUCENE-3564: - bq. I guess it's OK to leave rollback as "shor

[jira] [Commented] (SOLR-3815) add hash range to shard

2012-09-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457942#comment-13457942 ] Yonik Seeley commented on SOLR-3815: bq. I think you intended to backport r1386858 to 4

[jira] [Resolved] (LUCENE-858) link from Lucene web page to API docs

2012-09-18 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe resolved LUCENE-858. Resolution: Fixed Fix Version/s: (was: 4.1) There are now links from the versioned demo

[jira] [Commented] (LUCENE-4175) Include BBox Spatial Strategy

2012-09-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457938#comment-13457938 ] Robert Muir commented on LUCENE-4175: - Is it still by intention that this is not back

[jira] [Updated] (LUCENE-772) Index corruption can cause infinite spin loop when Lucene attempts to incorrectly uncompress fields

2012-09-18 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated LUCENE-772: --- Fix Version/s: (was: 4.1) 3.6.2 Changed fix version to 3.6.2, which, if releas

[jira] [Commented] (SOLR-3815) add hash range to shard

2012-09-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457928#comment-13457928 ] Robert Muir commented on SOLR-3815: --- I think you intended to backport r1386858 to 4.x?

[jira] [Commented] (LUCENE-4406) Print out where tests failed at the end of running the Test Suite

2012-09-18 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457924#comment-13457924 ] Steven Rowe commented on LUCENE-4406: - +1 > Print out where tests fa

Re: Is this a SolrCloud bug? Or expected behavior?

2012-09-18 Thread Jack Krupansky
Start by adding &debugQuery=true to your query request and look at the timings for the various search components. You know, there has been some recent chatter about slowness of references to "localhost" vs. "127.0.0.1". Who knows, maybe that could be a factor here. -- Jack Krupansky -Ori

[jira] [Created] (LUCENE-4406) Print out where tests failed at the end of running the Test Suite

2012-09-18 Thread Grant Ingersoll (JIRA)
Grant Ingersoll created LUCENE-4406: --- Summary: Print out where tests failed at the end of running the Test Suite Key: LUCENE-4406 URL: https://issues.apache.org/jira/browse/LUCENE-4406 Project: Luce

[jira] [Resolved] (LUCENE-860) site should call project "Lucene Java", not just "Lucene"

2012-09-18 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe resolved LUCENE-860. Resolution: Fixed Fix Version/s: (was: 4.1) AFAICT, this was committed long ago. These

Re: Is this a SolrCloud bug? Or expected behavior?

2012-09-18 Thread Yonik Seeley
On Tue, Sep 18, 2012 at 11:49 AM, jimtronic wrote: > I've got a set up as follows: > > - 13 cores > - 2 servers > - running Solr 4.0 Beta with numShards=1 and an external zookeeper. > > I'm trying to figure out why some complex queries are running so slowly in > this setup versus quickly in a stan

[jira] [Commented] (SOLR-3685) Solr Cloud sometimes skipped peersync attempt and replicated instead due to tlog flags not being cleared when no updates were buffered during a previous replication.

2012-09-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457914#comment-13457914 ] Robert Muir commented on SOLR-3685: --- Whats happening with this issue: is it still one? sh

[jira] [Commented] (SOLR-3613) Namespace Solr's JAVA OPTIONS

2012-09-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457912#comment-13457912 ] Robert Muir commented on SOLR-3613: --- Whats going on here, is this going to make 4.0?

[jira] [Commented] (SOLR-3777) dataimporthandler interface does not send 'false' for unchecked checkboxes. Index is 'clean'ed every time

2012-09-18 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457909#comment-13457909 ] Stefan Matheis (steffkes) commented on SOLR-3777: - Yepp, i'll do so today

[jira] [Commented] (SOLR-3376) SolrCloud: Specifying shardId not working correctly, although the failures are inconsistent.

2012-09-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457908#comment-13457908 ] Robert Muir commented on SOLR-3376: --- Is this still a problem now that zookeeper has been

[jira] [Commented] (SOLR-3777) dataimporthandler interface does not send 'false' for unchecked checkboxes. Index is 'clean'ed every time

2012-09-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457907#comment-13457907 ] Robert Muir commented on SOLR-3777: --- I'm not a javascript expert: can someone review the

[jira] [Commented] (SOLR-3230) Performance improvement for geofilt by doing a bbox approximation and then Filter

2012-09-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457906#comment-13457906 ] Robert Muir commented on SOLR-3230: --- What's the status on this issue: it hasn't been touc

[jira] [Commented] (SOLR-3425) CloudSolrServer can't create cores when using the zkHost based constructor

2012-09-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457905#comment-13457905 ] Robert Muir commented on SOLR-3425: --- Mark/Tommaso, can you guys look at this issue? I not

[jira] [Resolved] (LUCENE-4391) Lucene40Codec methods should be final

2012-09-18 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-4391. -- Resolution: Fixed Just committed (r1387222 on trunk and r1387229 on branch 4.x).

[jira] [Commented] (SOLR-3735) Relocate the example mime-to-extension mapping

2012-09-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457903#comment-13457903 ] Robert Muir commented on SOLR-3735: --- What's the status on this issue... no updates in a w

[jira] [Resolved] (LUCENE-3732) overview.html needs help

2012-09-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-3732. - Resolution: Fixed Fix Version/s: 4.0 > overview.html needs help > ---

[jira] [Resolved] (LUCENE-2411) clean up uses of String.toLowerCase in code

2012-09-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-2411. - Resolution: Fixed Fix Version/s: (was: 4.1) 4.0 > clean up use

[jira] [Resolved] (LUCENE-3259) need to clarify/change D&Penum api for hasPayload/getPayload

2012-09-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-3259. - Resolution: Fixed Fix Version/s: 4.0 > need to clarify/change D&Penum api for hasPayl

[jira] [Resolved] (LUCENE-3402) LuceneTestCase shouldn't go crazy if a test fails in an @AfterClass annotated method

2012-09-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-3402. - Resolution: Fixed > LuceneTestCase shouldn't go crazy if a test fails in an @AfterClass anno

[jira] [Commented] (LUCENE-2411) clean up uses of String.toLowerCase in code

2012-09-18 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457898#comment-13457898 ] Steven Rowe commented on LUCENE-2411: - I think this can be closed as fixed, given tha

Is this a SolrCloud bug? Or expected behavior?

2012-09-18 Thread jimtronic
I've got a set up as follows: - 13 cores - 2 servers - running Solr 4.0 Beta with numShards=1 and an external zookeeper. I'm trying to figure out why some complex queries are running so slowly in this setup versus quickly in a standalone mode. Given a query like: /select?q=(some complex que

[jira] [Resolved] (SOLR-3849) ScriptEngineTest failure RE system properties and ThreadLeakError

2012-09-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved SOLR-3849. - Resolution: Fixed Fix Version/s: 5.0 4.0 Assignee: Uwe Schindler

[jira] [Commented] (SOLR-3849) ScriptEngineTest failure RE system properties and ThreadLeakError

2012-09-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457877#comment-13457877 ] Uwe Schindler commented on SOLR-3849: - OK, I commit that one! > Script

[jira] [Commented] (SOLR-3849) ScriptEngineTest failure RE system properties and ThreadLeakError

2012-09-18 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457869#comment-13457869 ] David Smiley commented on SOLR-3849: Patch worked! > ScriptEngineTest

[jira] [Commented] (LUCENE-4404) Add ListOfOutputs FST Outputs, replacing UpToTwoPositiveIntOutputs

2012-09-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457867#comment-13457867 ] Robert Muir commented on LUCENE-4404: - I agree, lets put both in misc/. The new one i

[jira] [Commented] (SOLR-3815) add hash range to shard

2012-09-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457863#comment-13457863 ] Yonik Seeley commented on SOLR-3815: Looks like Overseer.setShardLeader also modifies p

[jira] [Resolved] (SOLR-3843) Add lucene-codecs to Solr libs?

2012-09-18 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved SOLR-3843. Resolution: Won't Fix Thanks Uwe and Robert for these precisions. I added some documentation on Solr

[jira] [Commented] (SOLR-3766) A test group and build plan for known unstable tests

2012-09-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457833#comment-13457833 ] Yonik Seeley commented on SOLR-3766: bq. There is a non-intersecting set of strongly de

[jira] [Updated] (LUCENE-3842) Analyzing Suggester

2012-09-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-3842: --- Attachment: LUCENE-3842.patch New patch, going back to deduping on the input side...

[jira] [Commented] (LUCENE-4404) Add ListOfOutputs FST Outputs, replacing UpToTwoPositiveIntOutputs

2012-09-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457773#comment-13457773 ] Michael McCandless commented on LUCENE-4404: That's a good point about the bi

[jira] [Commented] (SOLR-3849) ScriptEngineTest failure RE system properties and ThreadLeakError

2012-09-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457765#comment-13457765 ] Uwe Schindler commented on SOLR-3849: - +1, we should do this in all cases (unrelated to

[jira] [Commented] (SOLR-3849) ScriptEngineTest failure RE system properties and ThreadLeakError

2012-09-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457761#comment-13457761 ] Robert Muir commented on SOLR-3849: --- There used to be at least some solr contrib test tha

[jira] [Resolved] (SOLR-3846) TestReplicationHandler.test always (?) takes many minutes on OS X (lion)

2012-09-18 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-3846. -- Resolution: Fixed trunk: r1387099 4.x : r1387098 Uwe: Want to open another JIRA for your brain

Re: "ant precommit" can't find python

2012-09-18 Thread Robert Muir
yes you need python3, unfortunately the scripts dont work with python2. I'm not sure what help we could give besides the message already given... for the mac i installed the binary package from http://python.org/download/ On Tue, Sep 18, 2012 at 7:30 AM, Erick Erickson wrote: > I tried running "

"ant precommit" can't find python

2012-09-18 Thread Erick Erickson
I tried running "ant precommit" on my machine and get this after it cranks away for a while: /Users/Erick/apache/4x/build.xml:59: The following error occurred while executing this line: /Users/Erick/apache/4x/lucene/build.xml:230: The following error occurred while executing this line: /Users/Eri

[jira] [Commented] (SOLR-3849) ScriptEngineTest failure RE system properties and ThreadLeakError

2012-09-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457680#comment-13457680 ] Uwe Schindler commented on SOLR-3849: - Setting this proerty is a real-world use-case: -

[jira] [Commented] (SOLR-3849) ScriptEngineTest failure RE system properties and ThreadLeakError

2012-09-18 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457676#comment-13457676 ] Dawid Weiss commented on SOLR-3849: --- David can you see if Uwe's patch solves the problem?

[jira] [Updated] (SOLR-3849) ScriptEngineTest failure RE system properties and ThreadLeakError

2012-09-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-3849: Attachment: SOLR-3849.patch Simple patch to enable headless mode (this makes sense for tests as we d

[jira] [Commented] (SOLR-3849) ScriptEngineTest failure RE system properties and ThreadLeakError

2012-09-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457665#comment-13457665 ] Uwe Schindler commented on SOLR-3849: - To fix this we should maybe use "-Djava.awt.head

Re: [JENKINS] Lucene-Solr-4.x-Windows (64bit/jdk1.6.0_35) - Build # 818 - Failure!

2012-09-18 Thread Dawid Weiss
I'll take a look. D. On Tue, Sep 18, 2012 at 9:07 AM, Policeman Jenkins Server wrote: > Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows/818/ > Java: 64bit/jdk1.6.0_35 -XX:+UseConcMarkSweepGC > > 1 tests failed. > FAILED: junit.framework.TestSuite.org.apache.solr.util.TestNu

[jira] [Commented] (SOLR-3766) A test group and build plan for known unstable tests

2012-09-18 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457658#comment-13457658 ] Dawid Weiss commented on SOLR-3766: --- bq. What do you think of inverting the notion? That

[JENKINS] Lucene-Solr-4.x-Windows (64bit/jdk1.6.0_35) - Build # 818 - Failure!

2012-09-18 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows/818/ Java: 64bit/jdk1.6.0_35 -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.util.TestNumberUtils Error Message: Clean up static fields (in @AfterClass?), your test seems to hang on to

[jira] [Commented] (LUCENE-4405) java.lang.NumberFormatException: For input string: "4g3 (1)"

2012-09-18 Thread Radhakrishna Bhat (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457652#comment-13457652 ] Radhakrishna Bhat commented on LUCENE-4405: --- Thank you Uwe. I will clean my ind

[jira] [Commented] (SOLR-3849) ScriptEngineTest failure RE system properties and ThreadLeakError

2012-09-18 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457651#comment-13457651 ] Dawid Weiss commented on SOLR-3849: --- I'll take over, this seems like an unknown system th

[jira] [Assigned] (SOLR-3849) ScriptEngineTest failure RE system properties and ThreadLeakError

2012-09-18 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss reassigned SOLR-3849: - Assignee: Dawid Weiss (was: Hoss Man) > ScriptEngineTest failure RE system properties and Thr