[jira] [Commented] (SOLR-2202) Money FieldType

2012-01-28 Thread Commented
[ https://issues.apache.org/jira/browse/SOLR-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195477#comment-13195477 ] Jan Høydahl commented on SOLR-2202: --- This is great! I'll see if I can test it a bit more

[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1634 - Failure

2012-01-28 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1634/ 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.RecoveryZkTest Error Message: ERROR: SolrIndexSearcher opens=13 closes=12 Stack Trace: junit.framework.AssertionFailedError: ERROR: SolrIndexSear

[jira] [Updated] (LUCENE-3725) Add optional packing to FST building

2012-01-28 Thread Michael McCandless (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-3725: --- Attachment: Perf.java > Add optional packing to FST building > -

[jira] [Updated] (LUCENE-3725) Add optional packing to FST building

2012-01-28 Thread Michael McCandless (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-3725: --- Attachment: LUCENE-3725.patch OK I turned packing back on for Kuromoji's TokenInfoDi

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 12287 - Failure

2012-01-28 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12287/ 4 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.FullSolrCloudDistribCmdsTest Error Message: ERROR: SolrIndexSearcher opens=66 closes=65 Stack Trace: junit.framework.AssertionFailedError: ERROR: Sol

[jira] [Commented] (LUCENE-3725) Add optional packing to FST building

2012-01-28 Thread Uwe Schindler (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195492#comment-13195492 ] Uwe Schindler commented on LUCENE-3725: --- +1 to enable packing! > A

[jira] [Commented] (LUCENE-3725) Add optional packing to FST building

2012-01-28 Thread Uwe Schindler (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195494#comment-13195494 ] Uwe Schindler commented on LUCENE-3725: --- About that one: {code:java} // TODO: coul

Re: Welcome Tommaso Teofili as Lucene/Solr committer

2012-01-28 Thread Martijn v Groningen
Welcome! On 27 January 2012 05:49, Shai Erera wrote: > Welcome ! > > Shai > > > On Fri, Jan 27, 2012 at 12:42 AM, Michael McCandless < > luc...@mikemccandless.com> wrote: > >> Welcome Tommaso! > > > -- Met vriendelijke groet, Martijn van Groningen

[jira] [Commented] (LUCENE-3725) Add optional packing to FST building

2012-01-28 Thread Michael McCandless (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195513#comment-13195513 ] Michael McCandless commented on LUCENE-3725: Right, but eg Viterbi is thread

[jira] [Commented] (LUCENE-3725) Add optional packing to FST building

2012-01-28 Thread Uwe Schindler (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195534#comment-13195534 ] Uwe Schindler commented on LUCENE-3725: --- Ok, should be easy to implement. And its a

[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1635 - Still Failing

2012-01-28 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1635/ 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.RecoveryZkTest Error Message: ERROR: SolrIndexSearcher opens=13 closes=12 Stack Trace: junit.framework.AssertionFailedError: ERROR: SolrIndexSear

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

2012-01-28 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/373/ 2 tests failed. FAILED: org.apache.solr.cloud.LeaderElectionIntegrationTest.org.apache.solr.cloud.LeaderElectionIntegrationTest Error Message: ERROR: SolrIndexSearcher opens=12 closes=13 Stack Trace: java.lang.AssertionError: ER

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 12290 - Failure

2012-01-28 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12290/ 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.RecoveryZkTest Error Message: ERROR: SolrIndexSearcher opens=13 closes=12 Stack Trace: junit.framework.AssertionFailedError: ERROR: SolrIndexSearcher

[jira] [Commented] (LUCENE-3725) Add optional packing to FST building

2012-01-28 Thread Michael McCandless (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195588#comment-13195588 ] Michael McCandless commented on LUCENE-3725: OK I added the FST.BytesReader t

[jira] [Commented] (SOLR-3066) SolrIndexSearcher open/close imbalance in some of the new SolrCloud tests.

2012-01-28 Thread Mark Miller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195592#comment-13195592 ] Mark Miller commented on SOLR-3066: --- This looks similar to an issue I have occasionally b

[jira] [Created] (SOLR-3068) Occasional NPE in ThreadDumpHandler

2012-01-28 Thread Sami Siren (Created) (JIRA)
Occasional NPE in ThreadDumpHandler --- Key: SOLR-3068 URL: https://issues.apache.org/jira/browse/SOLR-3068 Project: Solr Issue Type: Bug Affects Versions: 4.0 Reporter: Sami Siren

[jira] [Updated] (LUCENE-3661) move deletes under codec

2012-01-28 Thread Robert Muir (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3661: Attachment: LUCENE-3661.patch Here's a patch showing the differences between branch and trunk. I

[jira] [Updated] (SOLR-3068) Occasional NPE in ThreadDumpHandler

2012-01-28 Thread Sami Siren (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sami Siren updated SOLR-3068: - Attachment: SOLR-3068.patch add check against nulls > Occasional NPE in ThreadDumpHandler

[jira] [Issue Comment Edited] (SOLR-3066) SolrIndexSearcher open/close imbalance in some of the new SolrCloud tests.

2012-01-28 Thread Mark Miller (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195592#comment-13195592 ] Mark Miller edited comment on SOLR-3066 at 1/28/12 6:28 PM: *ed

[jira] [Commented] (LUCENE-3661) move deletes under codec

2012-01-28 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195595#comment-13195595 ] Robert Muir commented on LUCENE-3661: - and also Simon for helping track down a tricky

[jira] [Commented] (LUCENE-3725) Add optional packing to FST building

2012-01-28 Thread Uwe Schindler (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195602#comment-13195602 ] Uwe Schindler commented on LUCENE-3725: --- Yes, I had the same problem at another pla

[jira] [Commented] (SOLR-3066) SolrIndexSearcher open/close imbalance in some of the new SolrCloud tests.

2012-01-28 Thread Yonik Seeley (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195603#comment-13195603 ] Yonik Seeley commented on SOLR-3066: I've made this a non-critical error for now... to

[jira] [Commented] (LUCENE-3661) move deletes under codec

2012-01-28 Thread Uwe Schindler (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195604#comment-13195604 ] Uwe Schindler commented on LUCENE-3661: --- One thing: Can we not split the BitVector

[jira] [Commented] (SOLR-3063) Bug in LeaderElectionIntgrationTest

2012-01-28 Thread Sami Siren (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195606#comment-13195606 ] Sami Siren commented on SOLR-3063: -- I see the following stacktrace when this bug is trigge

[jira] [Commented] (SOLR-3066) SolrIndexSearcher open/close imbalance in some of the new SolrCloud tests.

2012-01-28 Thread Sami Siren (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195607#comment-13195607 ] Sami Siren commented on SOLR-3066: -- I can see TestReplicationHandler fail open/close misma

[jira] [Issue Comment Edited] (SOLR-3066) SolrIndexSearcher open/close imbalance in some of the new SolrCloud tests.

2012-01-28 Thread Sami Siren (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195607#comment-13195607 ] Sami Siren edited comment on SOLR-3066 at 1/28/12 7:35 PM: --- I can

[jira] [Commented] (LUCENE-3661) move deletes under codec

2012-01-28 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195613#comment-13195613 ] Robert Muir commented on LUCENE-3661: - We could, I think it would be mostly duplicate

[jira] [Commented] (SOLR-1632) Distributed IDF

2012-01-28 Thread Yonik Seeley (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195619#comment-13195619 ] Yonik Seeley commented on SOLR-1632: bq. There is nothing different from a MTQ generate

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 12292 - Failure

2012-01-28 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12292/ 1 tests failed. REGRESSION: org.apache.solr.cloud.LeaderElectionIntegrationTest.testSimpleSliceLeaderElection Error Message: No registered leader was found, collection:collection1 slice:shard1 Stack Trace: java.lang.Runti

[jira] [Commented] (LUCENE-3661) move deletes under codec

2012-01-28 Thread Uwe Schindler (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195630#comment-13195630 ] Uwe Schindler commented on LUCENE-3661: --- We should open issue, otherwise coomit tha

[jira] [Commented] (SOLR-1632) Distributed IDF

2012-01-28 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195632#comment-13195632 ] Robert Muir commented on SOLR-1632: --- {quote} Multi-term queries like range query, prefix

[JENKINS] Lucene-Solr-tests-only-3.x - Build # 12309 - Failure

2012-01-28 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-3.x/12309/ 1 tests failed. REGRESSION: org.apache.solr.update.AutoCommitTest.testCommitWithin Error Message: commitWithin failed to commit Stack Trace: junit.framework.AssertionFailedError: commitWithin failed to commit at org

[jira] [Commented] (SOLR-1632) Distributed IDF

2012-01-28 Thread Yonik Seeley (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195635#comment-13195635 ] Yonik Seeley commented on SOLR-1632: bq. it can't be millions of terms because a millio

[jira] [Commented] (SOLR-1632) Distributed IDF

2012-01-28 Thread Uwe Schindler (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195637#comment-13195637 ] Uwe Schindler commented on SOLR-1632: - bq. Sorry, I wasn't specific enough. I meant com

[jira] [Assigned] (SOLR-3069) add ability to commit w/o opening a new searcher

2012-01-28 Thread Yonik Seeley (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley reassigned SOLR-3069: -- Assignee: Yonik Seeley > add ability to commit w/o opening a new searcher >

[jira] [Created] (SOLR-3069) add ability to commit w/o opening a new searcher

2012-01-28 Thread Yonik Seeley (Created) (JIRA)
add ability to commit w/o opening a new searcher Key: SOLR-3069 URL: https://issues.apache.org/jira/browse/SOLR-3069 Project: Solr Issue Type: New Feature Reporter: Yonik Seeley

[jira] [Commented] (SOLR-1632) Distributed IDF

2012-01-28 Thread Yonik Seeley (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195638#comment-13195638 ] Yonik Seeley commented on SOLR-1632: bq. Just set in Solr the rewrite mode of MTQ to CO

[jira] [Commented] (LUCENE-3661) move deletes under codec

2012-01-28 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195640#comment-13195640 ] Robert Muir commented on LUCENE-3661: - I'll open a followup issue (can be done in tru

[jira] [Created] (SOLR-3070) ability to select rewrite method for multi-term queries

2012-01-28 Thread Yonik Seeley (Created) (JIRA)
ability to select rewrite method for multi-term queries --- Key: SOLR-3070 URL: https://issues.apache.org/jira/browse/SOLR-3070 Project: Solr Issue Type: New Feature Reporter: Y

[jira] [Commented] (SOLR-1632) Distributed IDF

2012-01-28 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195644#comment-13195644 ] Robert Muir commented on SOLR-1632: --- {quote} But back to the original question - I still

[jira] [Resolved] (SOLR-3063) Bug in LeaderElectionIntgrationTest

2012-01-28 Thread Mark Miller (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-3063. --- Resolution: Fixed > Bug in LeaderElectionIntgrationTest > --- > >

[jira] [Updated] (SOLR-3063) Bug in LeaderElectionIntgrationTest

2012-01-28 Thread Mark Miller (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-3063: -- Assignee: Mark Miller > Bug in LeaderElectionIntgrationTest > --- >

[jira] [Commented] (SOLR-3063) Bug in LeaderElectionIntgrationTest

2012-01-28 Thread Mark Miller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195665#comment-13195665 ] Mark Miller commented on SOLR-3063: --- committed - thanks Sami! > Bug in L

[jira] [Commented] (SOLR-3066) SolrIndexSearcher open/close imbalance in some of the new SolrCloud tests.

2012-01-28 Thread Mark Miller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195672#comment-13195672 ] Mark Miller commented on SOLR-3066: --- Thanks Sami - committing this now. Only comment is t

[jira] [Updated] (SOLR-3066) SolrIndexSearcher open/close imbalance in some of the new SolrCloud tests.

2012-01-28 Thread Mark Miller (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-3066: -- Comment: was deleted (was: Thanks Sami - committing this now. Only comment is that we might want to at

[jira] [Assigned] (SOLR-3065) Let overseer process cluster state changes asynchronously

2012-01-28 Thread Mark Miller (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reassigned SOLR-3065: - Assignee: Mark Miller > Let overseer process cluster state changes asynchronously > --

[jira] [Commented] (SOLR-3065) Let overseer process cluster state changes asynchronously

2012-01-28 Thread Mark Miller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195673#comment-13195673 ] Mark Miller commented on SOLR-3065: --- Thanks Sami - committing this now. Only comment is t

[jira] [Updated] (SOLR-3065) Let overseer process cluster state changes asynchronously

2012-01-28 Thread Mark Miller (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-3065: -- Fix Version/s: 4.0 > Let overseer process cluster state changes asynchronously > ---

[jira] [Commented] (SOLR-2358) Distributing Indexing

2012-01-28 Thread Mark Miller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195689#comment-13195689 ] Mark Miller commented on SOLR-2358: --- bq. Should another issue be opened for the tests? I

[jira] [Created] (SOLR-3071) When you change the config for a collection, all nodes in the collection should reload their SolrCore.

2012-01-28 Thread Mark Miller (Created) (JIRA)
When you change the config for a collection, all nodes in the collection should reload their SolrCore. -- Key: SOLR-3071 URL: https://issues.apache.org/jira/browse

Re: Welcome Tommaso Teofili as Lucene/Solr committer

2012-01-28 Thread Tommaso Teofili
Thank you all guys for this warm welcome. Cheers, Tommaso p.s. I did update http://lucene.apache.org/java/docs/whoweare.html but I didn't have the permission to change the /lucene/cms/trunk/content/whoweare.mdtext for the (yet unreleased) CMS based Lucene website 2012/1/28 Martijn v Groningen >

[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1640 - Failure

2012-01-28 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1640/ 1 tests failed. FAILED: org.apache.solr.cloud.FullSolrCloudTest.testDistribSearch Error Message: http://localhost:15275/solr/collection1 Stack Trace: org.apache.solr.client.solrj.SolrServerException: http://localhost

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 12295 - Failure

2012-01-28 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12295/ 1 tests failed. FAILED: org.apache.solr.cloud.FullSolrCloudTest.testDistribSearch Error Message: http://localhost:19441/solr/collection1 Stack Trace: org.apache.solr.client.solrj.SolrServerException: http://localhost:1944

[jira] [Commented] (SOLR-3065) Let overseer process cluster state changes asynchronously

2012-01-28 Thread Sami Siren (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195705#comment-13195705 ] Sami Siren commented on SOLR-3065: -- bq. we might want to at least log warnings on the '//

[jira] [Commented] (SOLR-3065) Let overseer process cluster state changes asynchronously

2012-01-28 Thread Sami Siren (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195706#comment-13195706 ] Sami Siren commented on SOLR-3065: -- bq. we might want to at least log warnings on the '//