[jira] [Commented] (SOLR-5474) Have a new mode for SolrJ to not watch any ZKNode

2013-11-21 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13828662#comment-13828662 ] Noble Paul commented on SOLR-5474: -- The parent issue is to enable Solr to deal with a

Re: [JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 438 - Failure

2013-11-21 Thread Adrien Grand
It was a test bug, I removed the assertion. On Thu, Nov 21, 2013 at 1:18 AM, Adrien Grand jpou...@gmail.com wrote: I can reproduce this one. I'll have a look tomorrow if nobody beats me. On Thu, Nov 21, 2013 at 12:48 AM, Apache Jenkins Server jenk...@builds.apache.org wrote: Build:

Re: [JENKINS] Lucene-Solr-4.x-Linux (64bit/jrockit-jdk1.6.0_45-R28.2.7-4.1.0) - Build # 8305 - Failure!

2013-11-21 Thread Adrien Grand
This one is easily reproducible with a JRockit JDK but unreproducible with an Oracle JDK or OpenJDK. On Thu, Nov 21, 2013 at 7:03 AM, Policeman Jenkins Server jenk...@thetaphi.de wrote: Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/8305/ Java:

Re: [JENKINS] Lucene-Solr-4.x-Linux (64bit/jrockit-jdk1.6.0_45-R28.2.7-4.1.0) - Build # 8305 - Failure!

2013-11-21 Thread Michael McCandless
I think the problem is that it got a LogByteSizeMergePolicy w/ mergeFactor=50; not sure why it would fail under JRockit but not other JVMs; maybe a thread scheduling difference? I committed a fix to not use newIndexWriterConfig, so we always get a sane (the default) merge policy. Mike McCandless

Re: [JENKINS] Lucene-Solr-4.x-Linux (64bit/jrockit-jdk1.6.0_45-R28.2.7-4.1.0) - Build # 8305 - Failure!

2013-11-21 Thread Adrien Grand
Thanks Mike! I was looking at the info stream to see what happens, and merging seems to work fine, it just seems to be unable to keep up with segment creations. If someone wants to have a look at the info stream, I uploaded it at

Re: [JENKINS] Lucene-Solr-4.x-Linux (64bit/jrockit-jdk1.6.0_45-R28.2.7-4.1.0) - Build # 8305 - Failure!

2013-11-21 Thread Michael McCandless
Thanks Adrien. It's particularly curious that it fails even with -verbose. It's actually a curious failure: the mergeFactor is 50, and CMS has maxThreadCount 1, which means after flushing 50 segs, a merge (bg thread) kicks off, but then if we manage to flush another 50 segments before that first

[jira] [Commented] (SOLR-2649) MM ignored in edismax queries with operators

2013-11-21 Thread Ron Davies (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829709#comment-13829709 ] Ron Davies commented on SOLR-2649: -- MM ignored in edismax queries with operators

[jira] [Commented] (SOLR-4376) dih.last_index_time has bad Date.toString() format during first delta import

2013-11-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829717#comment-13829717 ] ASF subversion and git services commented on SOLR-4376: --- Commit

[jira] [Commented] (SOLR-4376) dih.last_index_time has bad Date.toString() format during first delta import

2013-11-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829719#comment-13829719 ] ASF subversion and git services commented on SOLR-4376: --- Commit

[jira] [Resolved] (SOLR-4376) dih.last_index_time has bad Date.toString() format during first delta import

2013-11-21 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-4376. - Resolution: Fixed Fix Version/s: 4.7 5.0 This is fixed.

[jira] [Resolved] (SOLR-5489) TestIndexAndConfigAliasReplication commonly fails because it tries to get a lock for a locked index.

2013-11-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-5489. --- Resolution: Fixed Fix Version/s: 4.7 5.0

[jira] [Commented] (SOLR-4709) dir lock error if reopening cores to fast?

2013-11-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829042#comment-13829042 ] Mark Miller commented on SOLR-4709: --- Missed the comment on the merge back - in 4x as

[jira] [Updated] (SOLR-5308) Split all documents of a route key into another collection

2013-11-21 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-5308: Attachment: SOLR-5308-fixes.patch This patch fixes three bugs: # No

[jira] [Commented] (SOLR-5489) TestIndexAndConfigAliasReplication commonly fails because it tries to get a lock for a locked index.

2013-11-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829038#comment-13829038 ] Mark Miller commented on SOLR-5489: --- Missed the comment on the merge back - in 4x as

[jira] [Commented] (SOLR-5302) Analytics Component

2013-11-21 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829231#comment-13829231 ] Erick Erickson commented on SOLR-5302: -- [~sbower] (or anyone else for that matter who

[jira] [Commented] (SOLR-5488) Fix up test failures for Analytics Component

2013-11-21 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829396#comment-13829396 ] Dawid Weiss commented on SOLR-5488: --- There is something seriously odd with this test --

[jira] [Commented] (SOLR-5489) TestIndexAndConfigAliasReplication commonly fails because it tries to get a lock for a locked index.

2013-11-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829032#comment-13829032 ] ASF subversion and git services commented on SOLR-5489: --- Commit

[jira] [Commented] (SOLR-5302) Analytics Component

2013-11-21 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1382#comment-1382 ] Erick Erickson commented on SOLR-5302: -- [~steven bower] I've created a new Solr JIRA

[jira] [Updated] (SOLR-5490) Have Prefix Queries Use a MultiTermAnalyzer in SimpleQParser.

2013-11-21 Thread Jack Conradson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jack Conradson updated SOLR-5490: - Attachment: SOLR-5490.patch I have attached a patch. Have Prefix Queries Use a

Re: [VOTE] Lucene / Solr 4.6.0 Take 3

2013-11-21 Thread Steve Rowe
Thanks Simon! On Nov 21, 2013, at 10:54 AM, Simon Willnauer simon.willna...@gmail.com wrote: FYI - I committed a fix to trunk, 4x and lucene_solr_4_6 simon On Thu, Nov 21, 2013 at 4:43 PM, Simon Willnauer simon.willna...@gmail.com wrote: yeah I got the same feeling though. Yet I'am on

Re: (SOLR-5488) Fix up test failures for Analytics Component

2013-11-21 Thread Dawid Weiss
Jira is down, so here: Just looking randomly at the code (pretty hairy...) I noticed this in TestHarness.java {code} public class LocalRequestFactory { public String qtype = null; public int start = 0; public int limit = 1000; public MapString,String args = new

[jira] [Created] (SOLR-5490) Have Prefix Queries Use a MultiTermAnalyzer in SimpleQParser.

2013-11-21 Thread Jack Conradson (JIRA)
Jack Conradson created SOLR-5490: Summary: Have Prefix Queries Use a MultiTermAnalyzer in SimpleQParser. Key: SOLR-5490 URL: https://issues.apache.org/jira/browse/SOLR-5490 Project: Solr

Re: (SOLR-5488) Fix up test failures for Analytics Component

2013-11-21 Thread Dawid Weiss
... and sure the problem does reproduce 100% if you use IBM J9, as in the failed build. I would fix the bug first (don't know how :), using J9 to diagnose the problem, then correct the code not to use the HashMap order. Dawid On Thu, Nov 21, 2013 at 11:13 PM, Dawid Weiss

[jira] [Commented] (SOLR-5302) Analytics Component

2013-11-21 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-5302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13828940#comment-13828940 ] Nim Lhûg commented on SOLR-5302: Additionally, StatsComponent has SolrJ integration

[jira] [Created] (SOLR-5488) Fix up test failures for Analytics Component

2013-11-21 Thread Erick Erickson (JIRA)
Erick Erickson created SOLR-5488: Summary: Fix up test failures for Analytics Component Key: SOLR-5488 URL: https://issues.apache.org/jira/browse/SOLR-5488 Project: Solr Issue Type: Bug

[jira] [Commented] (SOLR-5488) Fix up test failures for Analytics Component

2013-11-21 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13828883#comment-13828883 ] Erick Erickson commented on SOLR-5488: -- Let's collect fixes here. Fix up test

[jira] [Commented] (SOLR-5343) TestReplicationHandler.doTestStressReplication fails ~ 33% of the time

2013-11-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13828976#comment-13828976 ] Mark Miller commented on SOLR-5343: --- Okay, back to looking at this due to a local test

[jira] [Commented] (SOLR-5208) Support for the setting of core.properties key/values at create-time on Collections API

2013-11-21 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829418#comment-13829418 ] David Smiley commented on SOLR-5208: Erick, your condition checks the parameter as

Re: [VOTE] Lucene / Solr 4.6.0 Take 3

2013-11-21 Thread Simon Willnauer
yeah I got the same feeling though. Yet I'am on it and I think it's a test bug. The reader is just empty since all docs have been deleted. I will commit a fix for this, no need to respin. On Thu, Nov 21, 2013 at 4:12 PM, Steve Rowe sar...@gmail.com wrote: +0 to not respin. If I had bandwidth

[jira] [Updated] (SOLR-1301) Add a Solr contrib that allows for building Solr indexes via Hadoop's Map-Reduce.

2013-11-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-1301: -- Fix Version/s: (was: 4.6) 4.7 5.0 Add a Solr contrib that

[jira] [Created] (LUCENE-5347) Update to forbidden-apis 1.4

2013-11-21 Thread Uwe Schindler (JIRA)
Uwe Schindler created LUCENE-5347: - Summary: Update to forbidden-apis 1.4 Key: LUCENE-5347 URL: https://issues.apache.org/jira/browse/LUCENE-5347 Project: Lucene - Core Issue Type: Bug

[jira] [Commented] (SOLR-5208) Support for the setting of core.properties key/values at create-time on Collections API

2013-11-21 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829430#comment-13829430 ] David Smiley commented on SOLR-5208: Oh here's a question -- how do you *change* these

[jira] [Commented] (LUCENE-5347) Update to forbidden-apis 1.4

2013-11-21 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829431#comment-13829431 ] Uwe Schindler commented on LUCENE-5347: --- Because there was an error in commons-io

[jira] [Commented] (SOLR-5302) Analytics Component

2013-11-21 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-5302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13828937#comment-13828937 ] Nim Lhûg commented on SOLR-5302: [~erickerickson] Has this been merged into the 4.6 RCs?

[jira] [Comment Edited] (LUCENE-5347) Update to forbidden-apis 1.4

2013-11-21 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829431#comment-13829431 ] Uwe Schindler edited comment on LUCENE-5347 at 11/21/13 10:48 PM:

[jira] [Updated] (LUCENE-5329) Make DocumentDictionary and co more lenient to dirty documents

2013-11-21 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-5329: - Attachment: LUCENE-5329.patch Updated Patch: - Updated Document [rejected - skipped] - Use

[jira] [Commented] (SOLR-5488) Fix up test failures for Analytics Component

2013-11-21 Thread Houston Putman (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829435#comment-13829435 ] Houston Putman commented on SOLR-5488: -- Y'alls output is much better, thanks. As for

[jira] [Commented] (LUCENE-5329) Make DocumentDictionary and co more lenient to dirty documents

2013-11-21 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829436#comment-13829436 ] Areek Zillur commented on LUCENE-5329: -- Thanks Michael for the review! I have

[jira] [Commented] (SOLR-5302) Analytics Component

2013-11-21 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13828972#comment-13828972 ] David Smiley commented on SOLR-5302: Fear not Nim (and others), Solr almost *never*

[jira] [Updated] (LUCENE-5344) StandardQueryParser ignores Default Operators

2013-11-21 Thread Krishna Keldec (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krishna Keldec updated LUCENE-5344: --- Fix Version/s: 4.6 StandardQueryParser ignores Default Operators

[jira] [Commented] (SOLR-5488) Fix up test failures for Analytics Component

2013-11-21 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829443#comment-13829443 ] Dawid Weiss commented on SOLR-5488: --- Hi Houston. I explained the reason for the ordering

[jira] [Assigned] (SOLR-5489) TestIndexAndConfigAliasReplication commonly fails because it tries to get a lock for a locked index.

2013-11-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reassigned SOLR-5489: - Assignee: Mark Miller TestIndexAndConfigAliasReplication commonly fails because it tries to get

Re: [VOTE] Lucene / Solr 4.6.0 Take 3

2013-11-21 Thread Simon Willnauer
FYI - I committed a fix to trunk, 4x and lucene_solr_4_6 simon On Thu, Nov 21, 2013 at 4:43 PM, Simon Willnauer simon.willna...@gmail.com wrote: yeah I got the same feeling though. Yet I'am on it and I think it's a test bug. The reader is just empty since all docs have been deleted. I will

[jira] [Commented] (SOLR-4709) dir lock error if reopening cores to fast?

2013-11-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829031#comment-13829031 ] ASF subversion and git services commented on SOLR-4709: --- Commit

[jira] [Updated] (LUCENE-5347) Update to forbidden-apis 1.4

2013-11-21 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-5347: -- Attachment: LUCENE-5347.patch Patch. Will commit after tests ran... Update to

[jira] [Commented] (SOLR-5489) TestIndexAndConfigAliasReplication commonly fails because it tries to get a lock for a locked index.

2013-11-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13828967#comment-13828967 ] Mark Miller commented on SOLR-5489: --- Probably SOLR-4709

[jira] [Commented] (LUCENE-5347) Update to forbidden-apis 1.4

2013-11-21 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829459#comment-13829459 ] Uwe Schindler commented on LUCENE-5347: --- The bugs with default encodings and

[jira] [Commented] (LUCENE-5347) Update to forbidden-apis 1.4

2013-11-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829468#comment-13829468 ] ASF subversion and git services commented on LUCENE-5347: - Commit

[jira] [Commented] (LUCENE-5347) Update to forbidden-apis 1.4

2013-11-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829471#comment-13829471 ] ASF subversion and git services commented on LUCENE-5347: - Commit

[jira] [Resolved] (LUCENE-5347) Update to forbidden-apis 1.4

2013-11-21 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-5347. --- Resolution: Fixed Committed to trunk and branch_4x Update to forbidden-apis 1.4

[jira] [Assigned] (SOLR-5343) TestReplicationHandler.doTestStressReplication fails ~ 33% of the time

2013-11-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reassigned SOLR-5343: - Assignee: Mark Miller TestReplicationHandler.doTestStressReplication fails ~ 33% of the time

[jira] [Commented] (SOLR-5302) Analytics Component

2013-11-21 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-5302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13828962#comment-13828962 ] Nim Lhûg commented on SOLR-5302: Ok. Refactoring our application to use the new component

[SPIN-OFF] Have a new mode for SolrJ to not watch any ZKNode

2013-11-21 Thread Jan Høydahl
Just a spinoff discussion outside of JIRA: I have noticed that none or few of the 3rd party Solr clients have implemented ZK / Cloud support yet. Why? Part of the reason could be the complexity of needing to talk to ZK? What if we instead added a /solr/cluster REST api which delivers all info a

[jira] [Commented] (SOLR-5343) TestReplicationHandler.doTestStressReplication fails ~ 33% of the time

2013-11-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829040#comment-13829040 ] Mark Miller commented on SOLR-5343: --- Missed the comment on the merge back - in 4x as

Re: [VOTE] Lucene / Solr 4.6.0 Take 3

2013-11-21 Thread Mark Miller
On Nov 21, 2013, at 10:03 AM, Simon Willnauer simon.willna...@gmail.com wrote: 4.6.1 I’ll probably be up for pushing a 4.6.1 in a couple/few weeks. - Mark

Re: [VOTE] Lucene / Solr 4.6.0 Take 3

2013-11-21 Thread Simon Willnauer
I am not sure if we should respin for this one. I'd rather go and fix this for 4.7 or 4.6.1 what's your take? simon On Thu, Nov 21, 2013 at 3:50 PM, Steve Rowe sar...@gmail.com wrote: Erick, if by “4.6 label” you mean “4.6 svn tag”, the release process has this happening after the vote, not

[jira] [Commented] (SOLR-5343) TestReplicationHandler.doTestStressReplication fails ~ 33% of the time

2013-11-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829033#comment-13829033 ] ASF subversion and git services commented on SOLR-5343: --- Commit

Re: [VOTE] Lucene / Solr 4.6.0 Take 3

2013-11-21 Thread Erick Erickson
Same thing happens on my macbook FWIW, running on 4x. BTW, I didn't see a 4.6 label, am I missing something? Erick On Thu, Nov 21, 2013 at 8:39 AM, Steve Rowe sar...@gmail.com wrote: Smoke tester found a reproducible test failure in lucene/suggest, under both java6 and java7 on my Macbook

Re: [VOTE] Lucene / Solr 4.6.0 Take 3

2013-11-21 Thread Steve Rowe
Smoke tester found a reproducible test failure in lucene/suggest, under both java6 and java7 on my Macbook Pro - I don’t have time to investigate today - here’s the java7 failure: —— [junit4] Suite: org.apache.lucene.search.suggest.DocumentExpressionDictionaryTest [junit4] 2 NOTE:

[jira] [Commented] (SOLR-5488) Fix up test failures for Analytics Component

2013-11-21 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829283#comment-13829283 ] Erick Erickson commented on SOLR-5488: -- Houston: Right, the original looked something

[jira] [Commented] (SOLR-5436) Eliminate the 1500ms wait in overseer loop

2013-11-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829121#comment-13829121 ] ASF subversion and git services commented on SOLR-5436: --- Commit

[jira] [Commented] (SOLR-5302) Analytics Component

2013-11-21 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13828944#comment-13828944 ] Erick Erickson commented on SOLR-5302: -- Nim: Good point about SolrJ, although there's

[jira] [Commented] (SOLR-5436) Eliminate the 1500ms wait in overseer loop

2013-11-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829116#comment-13829116 ] ASF subversion and git services commented on SOLR-5436: --- Commit

[jira] [Resolved] (SOLR-5481) SolrCmdDistributor should not let the http client do it's own retries.

2013-11-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-5481. --- Resolution: Fixed SolrCmdDistributor should not let the http client do it's own retries.

[jira] [Commented] (SOLR-5343) TestReplicationHandler.doTestStressReplication fails ~ 33% of the time

2013-11-21 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829046#comment-13829046 ] Uwe Schindler commented on SOLR-5343: - Mny thanks! I hope Jenkins will now be

[jira] [Commented] (SOLR-5302) Analytics Component

2013-11-21 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829061#comment-13829061 ] Otis Gospodnetic commented on SOLR-5302: [~sbower] - just linked MAHOUT-1361 which

[jira] [Commented] (SOLR-5302) Analytics Component

2013-11-21 Thread Steven Bower (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13828986#comment-13828986 ] Steven Bower commented on SOLR-5302: [~erickerickson] will continue looking at the new

Re: [JENKINS] Lucene-Solr-4.x-Linux (64bit/jrockit-jdk1.6.0_45-R28.2.7-4.1.0) - Build # 8305 - Failure!

2013-11-21 Thread Michael McCandless
OK the root cause here is just that JRockit is (for some reason) really slow at doing background merges, such that the main thread is able to produce segments faster than the one merge thread can merge them. And since maxMergeCount=2, this can allow up to 150 segments to build up ( 100 that the

[jira] [Commented] (SOLR-5488) Fix up test failures for Analytics Component

2013-11-21 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829228#comment-13829228 ] Erick Erickson commented on SOLR-5488: -- [~sbower] Here's the bits from the enhanced

Re: [VOTE] Lucene / Solr 4.6.0 Take 3

2013-11-21 Thread Steve Rowe
Erick, if by “4.6 label” you mean “4.6 svn tag”, the release process has this happening after the vote, not before, since otherwise you have to move the tag when an RC fails: http://wiki.apache.org/lucene-java/ReleaseTodo#Publishing Steve On Nov 21, 2013, at 9:34 AM, Erick Erickson

[jira] [Commented] (SOLR-5488) Fix up test failures for Analytics Component

2013-11-21 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829236#comment-13829236 ] Erick Erickson commented on SOLR-5488: -- Here's the other error I've seen go by:

[jira] [Created] (SOLR-5489) TestIndexAndConfigAliasReplication commonly fails because it tries to get a lock for a locked index.

2013-11-21 Thread Mark Miller (JIRA)
Mark Miller created SOLR-5489: - Summary: TestIndexAndConfigAliasReplication commonly fails because it tries to get a lock for a locked index. Key: SOLR-5489 URL: https://issues.apache.org/jira/browse/SOLR-5489

[jira] [Updated] (SOLR-4709) dir lock error if reopening cores to fast?

2013-11-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-4709: -- Fix Version/s: (was: 4.6) 4.7 5.0 dir lock error if

[jira] [Commented] (SOLR-5316) Solr 4.2.1 LotsOfCores new options

2013-11-21 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13828951#comment-13828951 ] Erick Erickson commented on SOLR-5316: -- olivier: Sorry it took so long for me to get

[jira] [Commented] (SOLR-5488) Fix up test failures for Analytics Component

2013-11-21 Thread Houston Putman (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829254#comment-13829254 ] Houston Putman commented on SOLR-5488: -- The first error looks pretty different from

[jira] [Resolved] (SOLR-4709) dir lock error if reopening cores to fast?

2013-11-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-4709. --- Resolution: Fixed dir lock error if reopening cores to fast?

[jira] [Commented] (SOLR-5436) Eliminate the 1500ms wait in overseer loop

2013-11-21 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829095#comment-13829095 ] Noble Paul commented on SOLR-5436: -- Is there anything more we need to do before committing

[jira] [Updated] (SOLR-5343) TestReplicationHandler.doTestStressReplication fails ~ 33% of the time

2013-11-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-5343: -- Fix Version/s: (was: 4.5.1) 4.7 5.0

Re: [VOTE] Lucene / Solr 4.6.0 Take 3

2013-11-21 Thread Steve Rowe
+0 to not respin. If I had bandwidth I’d try to figure out if this is a test bug, or isolated to the suggest module: in either of those cases I’d be +1 to not respin. - Steve On Nov 21, 2013, at 10:03 AM, Simon Willnauer simon.willna...@gmail.com wrote: I am not sure if we should respin for

[jira] [Resolved] (SOLR-5479) SolrCmdDistributor retry logic stops if a leader for the request cannot be found in 1 second.

2013-11-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-5479. --- Resolution: Fixed SolrCmdDistributor retry logic stops if a leader for the request cannot be found

[jira] [Comment Edited] (SOLR-2649) MM ignored in edismax queries with operators

2013-11-21 Thread Anca Kopetz (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13822482#comment-13822482 ] Anca Kopetz edited comment on SOLR-2649 at 11/21/13 4:10 PM: -

[jira] [Resolved] (SOLR-5343) TestReplicationHandler.doTestStressReplication fails ~ 33% of the time

2013-11-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-5343. --- Resolution: Fixed TestReplicationHandler.doTestStressReplication fails ~ 33% of the time

[jira] [Commented] (LUCENE-5339) Simplify the facet module APIs

2013-11-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829272#comment-13829272 ] ASF subversion and git services commented on LUCENE-5339: - Commit

[jira] [Commented] (SOLR-5308) Split all documents of a route key into another collection

2013-11-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829651#comment-13829651 ] ASF subversion and git services commented on SOLR-5308: --- Commit

[jira] [Commented] (SOLR-5308) Split all documents of a route key into another collection

2013-11-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829667#comment-13829667 ] ASF subversion and git services commented on SOLR-5308: --- Commit

[jira] [Comment Edited] (SOLR-1301) Add a Solr contrib that allows for building Solr indexes via Hadoop's Map-Reduce.

2013-11-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13829678#comment-13829678 ] Mark Miller edited comment on SOLR-1301 at 11/22/13 5:59 AM: -

[jira] [Updated] (SOLR-1301) Add a Solr contrib that allows for building Solr indexes via Hadoop's Map-Reduce.

2013-11-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-1301: -- Attachment: SOLR-1301.patch New Patch. * Updated to trunk * A pass at putting dependencies in the