[jira] [Commented] (LUCENE-6899) Upgrade randomizedtesting to 2.3.1

2015-11-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15010421#comment-15010421 ] ASF subversion and git services commented on LUCENE-6899: - Commit

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 3776 - Still Failing

2015-11-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3776/ 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.update.SoftAutoCommitTest Error Message: 1 Stack Trace: java.lang.AssertionError: 1 at __randomizedtesting.SeedInfo.seed([F788FAC502624034]:0)

[jira] [Updated] (SOLR-7131) Sort Group Ascendingly(asc_max) by Max Value in Each Group

2015-11-17 Thread jefferyyuan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jefferyyuan updated SOLR-7131: -- Description: Solr group supports asc and desc on some field: let's take sort=time asc as an example In as

[jira] [Commented] (SOLR-8307) XXE Vulnerability

2015-11-17 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15010210#comment-15010210 ] Shawn Heisey commented on SOLR-8307: I found more instances of XMLInputFactory in the c

[jira] [Commented] (SOLR-8307) XXE Vulnerability

2015-11-17 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15010122#comment-15010122 ] Shawn Heisey commented on SOLR-8307: I patched the 5.3.2 snapshot I'm trying out, and m

[jira] [Commented] (SOLR-7597) TestRandomFaceting.testRandomFaceting failure

2015-11-17 Thread Scott Stults (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15010069#comment-15010069 ] Scott Stults commented on SOLR-7597: Would it be okay to hardcode a limit on the number

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 3775 - Still Failing

2015-11-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3775/ 1 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test Error Message: Error from server at http://127.0.0.1:55657/awholynewcollection_0: non ok status: 500, message:Server Error Stack Trace: org.

[jira] [Commented] (SOLR-8307) XXE Vulnerability

2015-11-17 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15010014#comment-15010014 ] Shawn Heisey commented on SOLR-8307: I'm wondering whether my patch might disable xincl

[jira] [Updated] (SOLR-8307) XXE Vulnerability

2015-11-17 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-8307: --- Attachment: SOLR-8307.patch I looked up how to fix this. I think this patch might do it. > XXE Vulner

[JENKINS-EA] Lucene-Solr-5.x-Linux (32bit/jdk1.9.0-ea-b90) - Build # 14654 - Failure!

2015-11-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/14654/ Java: 32bit/jdk1.9.0-ea-b90 -server -XX:+UseParallelGC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest Error Message: 5 threads leaked from SUITE scope at org.apache.solr.

[jira] [Commented] (SOLR-8309) TestRandomRequestDistribution test failures

2015-11-17 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009991#comment-15009991 ] Varun Thacker commented on SOLR-8309: - This is an excerpt from a successful test run:

[jira] [Updated] (SOLR-8280) TestCloudSchemaless + ChangedSchemaMergeTest fail weirdly if you try to use SolrCoreAware sim factory: SchemaSimilarityFactory

2015-11-17 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-8280: --- Attachment: SOLR-8280.patch bq. I have a half-implemented patch hanging around somewhere that tried to clean

[JENKINS] Lucene-Solr-NightlyTests-5.x - Build # 1020 - Still Failing

2015-11-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/1020/ 1 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test Error Message: Could not load collection from ZK:nodes_used_collection Stack Trace: org.apache.solr.common.SolrException: Could not load col

Re: TestAllAnalyzersHaveFactories fails when looking for a new Factory class, is it class loader issue?

2015-11-17 Thread Koorosh Vakhshoori
Hi Alan, Thanks, that was the problem. I will definitely check out the SPI link. Regards, Koorosh On Tue, Nov 17, 2015 at 1:16 AM, Alan Woodward wrote: > Hi Koorosh, > > Lucene analyzers and tokenfilters are discovered via Java SPI (see > https://docs.oracle.com/javase/tutorial/sound/SPI-intr

[jira] [Updated] (SOLR-8309) TestRandomRequestDistribution test failures

2015-11-17 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8309: Attachment: build-3774.txt build-624.txt Build #3224: https://builds.apache.org/job/L

[jira] [Created] (SOLR-8309) TestRandomRequestDistribution test failures

2015-11-17 Thread Varun Thacker (JIRA)
Varun Thacker created SOLR-8309: --- Summary: TestRandomRequestDistribution test failures Key: SOLR-8309 URL: https://issues.apache.org/jira/browse/SOLR-8309 Project: Solr Issue Type: Bug

[jira] [Created] (SOLR-8307) XXE Vulnerability

2015-11-17 Thread Adam Johnson (JIRA)
Adam Johnson created SOLR-8307: -- Summary: XXE Vulnerability Key: SOLR-8307 URL: https://issues.apache.org/jira/browse/SOLR-8307 Project: Solr Issue Type: Bug Components: UI Affects

[jira] [Created] (SOLR-8308) XSS vulnerability

2015-11-17 Thread Adam Johnson (JIRA)
Adam Johnson created SOLR-8308: -- Summary: XSS vulnerability Key: SOLR-8308 URL: https://issues.apache.org/jira/browse/SOLR-8308 Project: Solr Issue Type: Bug Reporter: Adam Johnson

[jira] [Updated] (SOLR-8306) Enhance ExpandComponent to allow expand.hits=0

2015-11-17 Thread Marshall Sanders (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Sanders updated SOLR-8306: --- Priority: Minor (was: Major) > Enhance ExpandComponent to allow expand.hits=0 > --

[jira] [Comment Edited] (SOLR-8306) Enhance ExpandComponent to allow expand.hits=0

2015-11-17 Thread Marshall Sanders (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009448#comment-15009448 ] Marshall Sanders edited comment on SOLR-8306 at 11/17/15 8:36 PM: ---

[jira] [Issue Comment Deleted] (SOLR-8306) Enhance ExpandComponent to allow expand.hits=0

2015-11-17 Thread Marshall Sanders (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Sanders updated SOLR-8306: --- Comment: was deleted (was: This is my first attempt at a patch, so please comment and let me kn

[jira] [Updated] (SOLR-8306) Enhance ExpandComponent to allow expand.hits=0

2015-11-17 Thread Marshall Sanders (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Sanders updated SOLR-8306: --- Attachment: SOLR-8306.patch Patch against tags/lucene_solr_5_3_1 > Enhance ExpandComponent to

[jira] [Commented] (SOLR-8306) Enhance ExpandComponent to allow expand.hits=0

2015-11-17 Thread Marshall Sanders (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009445#comment-15009445 ] Marshall Sanders commented on SOLR-8306: This is my first attempt at a patch, so pl

[jira] [Created] (SOLR-8306) Enhance ExpandComponent to allow expand.hits=0

2015-11-17 Thread Marshall Sanders (JIRA)
Marshall Sanders created SOLR-8306: -- Summary: Enhance ExpandComponent to allow expand.hits=0 Key: SOLR-8306 URL: https://issues.apache.org/jira/browse/SOLR-8306 Project: Solr Issue Type: Imp

[jira] [Commented] (SOLR-8260) Use NIO2 APIs in core discovery

2015-11-17 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009440#comment-15009440 ] David Smiley commented on SOLR-8260: I just reviewed this patch. One thing I'm seeing

[jira] [Updated] (SOLR-8291) NPE calling export handler when useFilterForSortedQuery=true

2015-11-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-8291: - Description: *Updated*: The stacktrace below was created when the solrconfig.xml has the following

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 3774 - Failure

2015-11-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3774/ 1 tests failed. FAILED: org.apache.solr.cloud.TestRandomRequestDistribution.test Error Message: football_shard1_replica2 should have got 1 request expected:<1> but was:<0> Stack Trace: java.lang.AssertionError: football_shar

[jira] [Updated] (SOLR-8291) NPE calling export handler when useFilterForSortedQuery=true

2015-11-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-8291: - Description: *Updated*: The stacktrace below was created when the Get NPE during calling export

[jira] [Updated] (LUCENE-6899) Upgrade randomizedtesting to 2.3.1

2015-11-17 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-6899: Attachment: LUCENE-6899.patch > Upgrade randomizedtesting to 2.3.1 > --

[jira] [Created] (LUCENE-6899) Upgrade randomizedtesting to 2.3.1

2015-11-17 Thread Dawid Weiss (JIRA)
Dawid Weiss created LUCENE-6899: --- Summary: Upgrade randomizedtesting to 2.3.1 Key: LUCENE-6899 URL: https://issues.apache.org/jira/browse/LUCENE-6899 Project: Lucene - Core Issue Type: Improvem

[jira] [Updated] (SOLR-8291) NPE calling export handler when useFilterForSortedQuery=true

2015-11-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-8291: - Summary: NPE calling export handler when useFilterForSortedQuery=true (was: Get NPE during calling

[jira] [Updated] (SOLR-8291) Get NPE during calling export handler when useFilterForSortedQuery=true

2015-11-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-8291: - Summary: Get NPE during calling export handler when useFilterForSortedQuery=true (was: Get NPE dur

[jira] [Commented] (SOLR-8291) Get NPE during calling export handler

2015-11-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009361#comment-15009361 ] Joel Bernstein commented on SOLR-8291: -- For now yes you'll need to turn off. I don't b

[jira] [Updated] (SOLR-8294) Cleanup solrconfig.xmls under solr/example/example-DIH/solr

2015-11-17 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated SOLR-8294: -- Assignee: (was: Dawid Weiss) > Cleanup solrconfig.xmls under solr/example/example-DIH/solr >

[jira] [Reopened] (SOLR-8294) Cleanup solrconfig.xmls under solr/example/example-DIH/solr

2015-11-17 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss reopened SOLR-8294: --- Reopening for further cleanups of solrconfig.xml > Cleanup solrconfig.xmls under solr/example/example-DIH

[jira] [Resolved] (SOLR-8294) Cleanup solrconfig.xmls under solr/example/example-DIH/solr

2015-11-17 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved SOLR-8294. --- Resolution: Fixed > Cleanup solrconfig.xmls under solr/example/example-DIH/solr > -

[jira] [Commented] (SOLR-8294) Cleanup solrconfig.xmls under solr/example/example-DIH/solr

2015-11-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009348#comment-15009348 ] ASF subversion and git services commented on SOLR-8294: --- Commit 17148

[jira] [Commented] (SOLR-8294) Cleanup solrconfig.xmls under solr/example/example-DIH/solr

2015-11-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009339#comment-15009339 ] ASF subversion and git services commented on SOLR-8294: --- Commit 17148

Re: A 5.4 release?

2015-11-17 Thread Erick Erickson
The typical process is just what you're doing: Announce a date not too far in the future and anyone who requires something for the 5.4 can plead for more time. Works for me. On Tue, Nov 17, 2015 at 11:07 AM, Noble Paul wrote: > +1 It's long overdue > > On Wed, Nov 18, 2015 at 12:22 AM, Upaya

[jira] [Resolved] (SOLR-6371) Correct the insane rows=10 for the example search results clustering handler

2015-11-17 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved SOLR-6371. --- Resolution: Invalid No longer valid as the only remaining insane sections were in dih and this was rem

[jira] [Updated] (SOLR-8294) Cleanup solrconfig.xmls under solr/example/example-DIH/solr

2015-11-17 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated SOLR-8294: -- Fix Version/s: Trunk 5.4 > Cleanup solrconfig.xmls under solr/example/example-DIH/solr

[jira] [Commented] (SOLR-8291) Get NPE during calling export handler

2015-11-17 Thread Ray (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009301#comment-15009301 ] Ray commented on SOLR-8291: --- After turning this off, there are no issues, so does it mean we cann

[jira] [Commented] (SOLR-8291) Get NPE during calling export handler

2015-11-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009293#comment-15009293 ] Joel Bernstein commented on SOLR-8291: -- Once you've verified this, I'll change the nam

[jira] [Comment Edited] (SOLR-8291) Get NPE during calling export handler

2015-11-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009284#comment-15009284 ] Joel Bernstein edited comment on SOLR-8291 at 11/17/15 7:09 PM: -

[jira] [Commented] (SOLR-8291) Get NPE during calling export handler

2015-11-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009284#comment-15009284 ] Joel Bernstein commented on SOLR-8291: -- Ah, you've got the useFilterCache flag on. Thi

Re: A 5.4 release?

2015-11-17 Thread Noble Paul
+1 It's long overdue On Wed, Nov 18, 2015 at 12:22 AM, Upayavira wrote: > Hi, > > I'm volunteering to make a 5.4 release. If there are no objections, I > will create a release branch next Monday/Tuesday and a release candidate > a week later. > > Anyone see any issues with this? Tasks that must b

A 5.4 release?

2015-11-17 Thread Upayavira
Hi, I'm volunteering to make a 5.4 release. If there are no objections, I will create a release branch next Monday/Tuesday and a release candidate a week later. Anyone see any issues with this? Tasks that must be completed first? Upayavira ---

[jira] [Commented] (SOLR-8291) Get NPE during calling export handler

2015-11-17 Thread Ray (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009239#comment-15009239 ] Ray commented on SOLR-8291: --- >From the log, it seems we will skip some leafreadercontext and whic

[jira] [Commented] (SOLR-8291) Get NPE during calling export handler

2015-11-17 Thread Ray (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009236#comment-15009236 ] Ray commented on SOLR-8291: --- I found the call stack is as following: at org.apache.solr.

[jira] [Updated] (SOLR-8291) Get NPE during calling export handler

2015-11-17 Thread Ray (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ray updated SOLR-8291: -- Attachment: solr.log > Get NPE during calling export handler > - > >

[jira] [Commented] (SOLR-8304) SolrIndexWriter can throw NPE during finalize if create fails

2015-11-17 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009214#comment-15009214 ] Mike Drob commented on SOLR-8304: - Another potential idea is to check whether {{writeLock}}

[jira] [Commented] (SOLR-7569) Create an API to force a leader election between nodes

2015-11-17 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009213#comment-15009213 ] Mark Miller commented on SOLR-7569: --- This was only reopened because the test was ignored

[jira] [Resolved] (SOLR-7569) Create an API to force a leader election between nodes

2015-11-17 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-7569. --- Resolution: Fixed > Create an API to force a leader election between nodes > --

[jira] [Commented] (SOLR-8295) collapse parser can trigger NPE when a segment has empty DocValues for collapse field (ie: no doc in segment has a value)

2015-11-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009210#comment-15009210 ] ASF subversion and git services commented on SOLR-8295: --- Commit 17148

[jira] [Commented] (SOLR-5750) Backup/Restore API for SolrCloud

2015-11-17 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009198#comment-15009198 ] Varun Thacker commented on SOLR-5750: - HI Jan, Thanks for looking into this. Let me br

[jira] [Resolved] (SOLR-8300) Use constants for the /overseer_elect znode

2015-11-17 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker resolved SOLR-8300. - Resolution: Fixed Fix Version/s: 5.4 > Use constants for the /overseer_elect znode > ---

[jira] [Commented] (SOLR-8220) Read field from docValues for non stored fields

2015-11-17 Thread Keith Laban (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009192#comment-15009192 ] Keith Laban commented on SOLR-8220: --- I see some potential issues here, mostly performance

[jira] [Commented] (SOLR-8300) Use constants for the /overseer_elect znode

2015-11-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009188#comment-15009188 ] ASF subversion and git services commented on SOLR-8300: --- Commit 17148

[jira] [Commented] (SOLR-7569) Create an API to force a leader election between nodes

2015-11-17 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009186#comment-15009186 ] Mike Drob commented on SOLR-7569: - bq. Can we close this now, and create new JIRAs for futu

[jira] [Commented] (SOLR-7569) Create an API to force a leader election between nodes

2015-11-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009179#comment-15009179 ] ASF subversion and git services commented on SOLR-7569: --- Commit 17148

[jira] [Commented] (SOLR-8290) remove SchemaField.checkFieldCacheSource's unused QParser argument

2015-11-17 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009178#comment-15009178 ] Christine Poerschke commented on SOLR-8290: --- Thanks for the historical context in

[jira] [Commented] (SOLR-8295) collapse parser can trigger NPE when a segment has empty DocValues for collapse field (ie: no doc in segment has a value)

2015-11-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009170#comment-15009170 ] ASF subversion and git services commented on SOLR-8295: --- Commit 17148

[jira] [Updated] (SOLR-8305) can (ExternalFileField|LatLonType).getValueSource's QParser use be replaced?

2015-11-17 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-8305: -- Attachment: SOLR-8305.patch > can (ExternalFileField|LatLonType).getValueSource's QParser

[jira] [Commented] (SOLR-7569) Create an API to force a leader election between nodes

2015-11-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009164#comment-15009164 ] ASF subversion and git services commented on SOLR-7569: --- Commit 17148

[jira] [Created] (SOLR-8305) can (ExternalFileField|LatLonType).getValueSource's QParser use be replaced?

2015-11-17 Thread Christine Poerschke (JIRA)
Christine Poerschke created SOLR-8305: - Summary: can (ExternalFileField|LatLonType).getValueSource's QParser use be replaced? Key: SOLR-8305 URL: https://issues.apache.org/jira/browse/SOLR-8305 Pr

[jira] [Commented] (SOLR-8300) Use constants for the /overseer_elect znode

2015-11-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009154#comment-15009154 ] ASF subversion and git services commented on SOLR-8300: --- Commit 17148

[jira] [Commented] (SOLR-8304) SolrIndexWriter can throw NPE during finalize if create fails

2015-11-17 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009132#comment-15009132 ] Mike Drob commented on SOLR-8304: - It appears that we won't be able to catch errors during

[jira] [Commented] (SOLR-8290) remove SchemaField.checkFieldCacheSource's unused QParser argument

2015-11-17 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009122#comment-15009122 ] Hoss Man commented on SOLR-8290: Some historical context for when/why this param was added

[jira] [Created] (SOLR-8304) SolrIndexWriter can throw NPE during finalize if create fails

2015-11-17 Thread Mike Drob (JIRA)
Mike Drob created SOLR-8304: --- Summary: SolrIndexWriter can throw NPE during finalize if create fails Key: SOLR-8304 URL: https://issues.apache.org/jira/browse/SOLR-8304 Project: Solr Issue Type: B

[jira] [Updated] (LUCENE-6898) Avoid reading last stored field value when StoredFieldVisitor.Status.NO

2015-11-17 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-6898: - Attachment: LUCENE-6898.patch Here's a simple patch. I have no idea how much this optimization h

[jira] [Commented] (SOLR-8220) Read field from docValues for non stored fields

2015-11-17 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009100#comment-15009100 ] Ishan Chattopadhyaya commented on SOLR-8220: The patch causes a regression with

[jira] [Comment Edited] (SOLR-8220) Read field from docValues for non stored fields

2015-11-17 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009100#comment-15009100 ] Ishan Chattopadhyaya edited comment on SOLR-8220 at 11/17/15 5:38 PM: ---

Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_66) - Build # 14940 - Still Failing!

2015-11-17 Thread Chris Hostetter
I'm digging into these... : Date: Tue, 17 Nov 2015 13:58:58 + (UTC) : From: Policeman Jenkins Server : Reply-To: dev@lucene.apache.org : To: sh...@apache.org, cpoersc...@apache.org, dev@lucene.apache.org : Subject: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_66) - Build # 14940 :

[jira] [Created] (LUCENE-6898) Avoid reading last stored field value when StoredFieldVisitor.Status.NO

2015-11-17 Thread David Smiley (JIRA)
David Smiley created LUCENE-6898: Summary: Avoid reading last stored field value when StoredFieldVisitor.Status.NO Key: LUCENE-6898 URL: https://issues.apache.org/jira/browse/LUCENE-6898 Project: Luce

[jira] [Comment Edited] (SOLR-8220) Read field from docValues for non stored fields

2015-11-17 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15008382#comment-15008382 ] Ishan Chattopadhyaya edited comment on SOLR-8220 at 11/17/15 5:37 PM: ---

[jira] [Commented] (SOLR-8291) Get NPE during calling export handler

2015-11-17 Thread Ray (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009052#comment-15009052 ] Ray commented on SOLR-8291: --- I will add some logs and provided it to you > Get NPE during callin

[jira] [Commented] (SOLR-8303) CustomBufferedIndexInput should include resource description when throwing EOFException

2015-11-17 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009047#comment-15009047 ] Uwe Schindler commented on SOLR-8303: - +1 LGTM > CustomBufferedIndexInput should inclu

[jira] [Comment Edited] (SOLR-8291) Get NPE during calling export handler

2015-11-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009039#comment-15009039 ] Joel Bernstein edited comment on SOLR-8291 at 11/17/15 5:12 PM: -

[jira] [Commented] (SOLR-8291) Get NPE during calling export handler

2015-11-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009039#comment-15009039 ] Joel Bernstein commented on SOLR-8291: -- Actually I'm looking at branch_5x. It's in a d

[jira] [Commented] (SOLR-8291) Get NPE during calling export handler

2015-11-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009026#comment-15009026 ] Joel Bernstein commented on SOLR-8291: -- Thanks, I was going to ask you add those log l

[jira] [Comment Edited] (SOLR-8291) Get NPE during calling export handler

2015-11-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009026#comment-15009026 ] Joel Bernstein edited comment on SOLR-8291 at 11/17/15 5:04 PM: -

[JENKINS-EA] Lucene-Solr-5.x-Linux (32bit/jdk1.9.0-ea-b90) - Build # 14650 - Failure!

2015-11-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/14650/ Java: 32bit/jdk1.9.0-ea-b90 -server -XX:+UseG1GC 2 tests failed. FAILED: org.apache.solr.search.TestCollapseQParserPlugin.testNumericCollapse Error Message: Exception during query Stack Trace: java.lang.RuntimeException: Excepti

[jira] [Commented] (SOLR-6406) ConcurrentUpdateSolrServer hang in blockUntilFinished.

2015-11-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009016#comment-15009016 ] Yonik Seeley commented on SOLR-6406: So increasing maxConnectionsPerHost didn't fix the

[jira] [Updated] (SOLR-8303) CustomBufferedIndexInput should include resource description when throwing EOFException

2015-11-17 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated SOLR-8303: Attachment: SOLR-8303.patch Patch attached for trunk. > CustomBufferedIndexInput should include resource des

[jira] [Created] (SOLR-8303) CustomBufferedIndexInput should include resource description when throwing EOFException

2015-11-17 Thread Mike Drob (JIRA)
Mike Drob created SOLR-8303: --- Summary: CustomBufferedIndexInput should include resource description when throwing EOFException Key: SOLR-8303 URL: https://issues.apache.org/jira/browse/SOLR-8303 Project: So

[jira] [Commented] (SOLR-8291) Get NPE during calling export handler

2015-11-17 Thread Ray (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15008986#comment-15008986 ] Ray commented on SOLR-8291: --- Nope, I didn't use any post filter for that. it seems it is just the

[jira] [Commented] (SOLR-8290) remove SchemaField.checkFieldCacheSource's unused QParser argument

2015-11-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15008684#comment-15008684 ] ASF subversion and git services commented on SOLR-8290: --- Commit 17147

[JENKINS] Lucene-Solr-trunk-Solaris (64bit/jdk1.8.0) - Build # 196 - Still Failing!

2015-11-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Solaris/196/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC 2 tests failed. FAILED: org.apache.solr.cloud.CustomCollectionTest.test Error Message: Could not load collection from ZK:implicitcoll0 Stack Trace: org.apache.solr.c

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_66) - Build # 14940 - Still Failing!

2015-11-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/14940/ Java: 64bit/jdk1.8.0_66 -XX:+UseCompressedOops -XX:+UseG1GC 2 tests failed. FAILED: org.apache.solr.search.TestCollapseQParserPlugin.testStringCollapse Error Message: Exception during query Stack Trace: java.lang.RuntimeExcept

[jira] [Issue Comment Deleted] (LUCENE-5375) ToChildBlockJoinQuery becomes crazy on wrong subquery

2015-11-17 Thread Dr Oleg Savrasov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dr Oleg Savrasov updated LUCENE-5375: - Comment: was deleted (was: OK, на выхах буду глядеть, спасибо ) > ToChildBlockJoinQuer

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 3772 - Failure

2015-11-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3772/ 1 tests failed. FAILED: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test Error Message: Expected 2 of 3 replicas to be active but only found 1; [core_node3:{"core":"c8n_1x3_lf_shard1_replica2","node_name":"127.0.0

[jira] [Commented] (SOLR-8294) Cleanup solrconfig.xmls under solr/example/example-DIH/solr

2015-11-17 Thread Alexandre Rafalovitch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15008613#comment-15008613 ] Alexandre Rafalovitch commented on SOLR-8294: - Actually (on a second thought),

[jira] [Commented] (LUCENE-5375) ToChildBlockJoinQuery becomes crazy on wrong subquery

2015-11-17 Thread Dr Oleg Savrasov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15008600#comment-15008600 ] Dr Oleg Savrasov commented on LUCENE-5375: -- OK, на выхах буду глядеть, спасибо

[JENKINS] Lucene-Solr-NightlyTests-trunk - Build # 855 - Still Failing

2015-11-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/855/ 2 tests failed. FAILED: org.apache.solr.search.TestCollapseQParserPlugin.testStringCollapse Error Message: Exception during query Stack Trace: java.lang.RuntimeException: Exception during query at __randomizedtest

[JENKINS-EA] Lucene-Solr-trunk-Linux (32bit/jdk1.9.0-ea-b90) - Build # 14939 - Failure!

2015-11-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/14939/ Java: 32bit/jdk1.9.0-ea-b90 -client -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.util.TestSolrCLIRunExample.testInteractiveSolrCloudExample Error Message: Could not find a healthy node to handle the request. Sta

[jira] [Commented] (SOLR-8290) remove SchemaField.checkFieldCacheSource's unused QParser argument

2015-11-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15008546#comment-15008546 ] ASF subversion and git services commented on SOLR-8290: --- Commit 17147

[jira] [Resolved] (SOLR-8246) create_core command gives confusing messages if broken config is given, fixed, given again

2015-11-17 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera resolved SOLR-8246. -- Resolution: Fixed Assignee: Shai Erera Fix Version/s: Trunk 5.4 Commit

[jira] [Commented] (SOLR-8246) create_core command gives confusing messages if broken config is given, fixed, given again

2015-11-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15008543#comment-15008543 ] ASF subversion and git services commented on SOLR-8246: --- Commit 17147

[jira] [Commented] (SOLR-8246) create_core command gives confusing messages if broken config is given, fixed, given again

2015-11-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15008537#comment-15008537 ] ASF subversion and git services commented on SOLR-8246: --- Commit 17147

[jira] [Resolved] (LUCENE-6891) Lucene60DimensionalFormat should use block prefix coding when writing values

2015-11-17 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-6891. Resolution: Fixed > Lucene60DimensionalFormat should use block prefix coding when w

  1   2   >