[jira] [Updated] (SOLR-8777) Duplicate Solr process can cripple a running process

2016-06-28 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-8777: Attachment: SOLR-8777.patch Thanks Scott! I like your solution better so this patch

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

2016-06-28 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/229/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.TestDistributedSearch.test Error Message: Expected to find shardAddress in the up shard info Stack Trace:

[GitHub] lucene-solr pull request #21: SOLR-8858 SolrIndexSearcher#doc() Completely I...

2016-06-28 Thread maedhroz
Github user maedhroz closed the pull request at: https://github.com/apache/lucene-solr/pull/21 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[jira] [Commented] (SOLR-8858) SolrIndexSearcher#doc() Completely Ignores Field Filters Unless Lazy Field Loading is Enabled

2016-06-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15354511#comment-15354511 ] ASF GitHub Bot commented on SOLR-8858: -- Github user maedhroz closed the pull request at:

[jira] [Commented] (SOLR-9038) Ability to create/delete/list snapshots for a solr collection

2016-06-28 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15354450#comment-15354450 ] David Smiley commented on SOLR-9038: BTW i've been adding comments at the GH commits on [~hgadre]'s

[JENKINS] Lucene-Solr-Tests-6.x - Build # 294 - Failure

2016-06-28 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/294/ 1 tests failed. FAILED: org.apache.solr.schema.TestManagedSchemaAPI.test Error Message: Error from server at http://127.0.0.1:39800/solr/testschemaapi_shard1_replica1: ERROR: [doc=2] unknown field 'myNewField1' Stack Trace:

[jira] [Commented] (LUCENE-7361) Terms.toStringDebug

2016-06-28 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15354281#comment-15354281 ] David Smiley commented on LUCENE-7361: -- MemoryIndex is doing this itself. And if not this issue

[jira] [Commented] (LUCENE-7340) MemoryIndex.toString is broken if you enable payloads

2016-06-28 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15354196#comment-15354196 ] David Smiley commented on LUCENE-7340: -- bq. the bracketing suggests that the payload is part of the

[jira] [Commented] (SOLR-9194) Enhance the bin/solr script to perform file operations to/from Zookeeper

2016-06-28 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353949#comment-15353949 ] Erick Erickson commented on SOLR-9194: -- Thanks a bunch! BTW, in some other testing I was doing I

[jira] [Updated] (SOLR-9194) Enhance the bin/solr script to perform file operations to/from Zookeeper

2016-06-28 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-9194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-9194: -- Attachment: SOLR-9194.patch * Fixed -r param * Tested cp, mv, rm, ls * Fixed some error print, now

[jira] [Commented] (SOLR-9185) Solr's "Lucene"/standard query parser should not split on whitespace before sending terms to analysis

2016-06-28 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353920#comment-15353920 ] Steve Rowe commented on SOLR-9185: -- This parser's comment support clashes with the approach I took to

[jira] [Commented] (SOLR-8657) SolrRequestInfo logs an error if QuerySenderListener is being used

2016-06-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353805#comment-15353805 ] ASF subversion and git services commented on SOLR-8657: --- Commit

[jira] [Commented] (SOLR-9194) Enhance the bin/solr script to perform file operations to/from Zookeeper

2016-06-28 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-9194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353783#comment-15353783 ] Jan Høydahl commented on SOLR-9194: --- I still don't understand why we're doing all this command option

[jira] [Updated] (SOLR-9194) Enhance the bin/solr script to perform file operations to/from Zookeeper

2016-06-28 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-9194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-9194: -- Attachment: SOLR-9194.patch Got solr.cmd working a bit better. It is now parsing the options correctly

[jira] [Commented] (SOLR-9194) Enhance the bin/solr script to perform file operations to/from Zookeeper

2016-06-28 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353773#comment-15353773 ] Erick Erickson commented on SOLR-9194: -- Thanks! One thing I wonder about is certainly whether Windows

[jira] [Commented] (SOLR-8858) SolrIndexSearcher#doc() Completely Ignores Field Filters Unless Lazy Field Loading is Enabled

2016-06-28 Thread Caleb Rackliffe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353771#comment-15353771 ] Caleb Rackliffe commented on SOLR-8858: --- After applying myself on master, the {{doc}} method looks

[jira] [Commented] (SOLR-7883) MoreLikeThis is incompatible with facets

2016-06-28 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353760#comment-15353760 ] Erik Hatcher commented on SOLR-7883: I gave incorrect query parser syntax before, so that may have been

[jira] [Comment Edited] (SOLR-7883) MoreLikeThis is incompatible with facets

2016-06-28 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353755#comment-15353755 ] Erik Hatcher edited comment on SOLR-7883 at 6/28/16 9:41 PM: - Facets are driven

[jira] [Commented] (SOLR-7883) MoreLikeThis is incompatible with facets

2016-06-28 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353755#comment-15353755 ] Erik Hatcher commented on SOLR-7883: Facets are driven off the result set (generated from the MLT

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_92) - Build # 17088 - Failure!

2016-06-28 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17088/ Java: 32bit/jdk1.8.0_92 -client -XX:+UseSerialGC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.schema.TestManagedSchemaAPI Error Message: ObjectTracker found 8 object(s) that were not released!!!

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk1.8.0_92) - Build # 5942 - Still Failing!

2016-06-28 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/5942/ Java: 64bit/jdk1.8.0_92 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.CdcrVersionReplicationTest Error Message: ObjectTracker found 1 object(s) that

[jira] [Comment Edited] (SOLR-7883) MoreLikeThis is incompatible with facets

2016-06-28 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353585#comment-15353585 ] Erik Hatcher edited comment on SOLR-7883 at 6/28/16 9:21 PM: - q=\{!mlt\} does

[jira] [Commented] (LUCENE-7361) Terms.toStringDebug

2016-06-28 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353730#comment-15353730 ] Robert Muir commented on LUCENE-7361: - I don't really think the two are comparable. For memoryindex

[jira] [Commented] (SOLR-8777) Duplicate Solr process can cripple a running process

2016-06-28 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353715#comment-15353715 ] Scott Blum commented on SOLR-8777: -- LGTM. One suggestion, it's almost as easy to make

[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 104 - Still Failing

2016-06-28 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/104/ 4 tests failed. FAILED: org.apache.solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR Error Message: There are still nodes recoverying - waited for 330 seconds Stack Trace:

[jira] [Commented] (LUCENE-7340) MemoryIndex.toString is broken if you enable payloads

2016-06-28 Thread Daniel Collins (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353689#comment-15353689 ] Daniel Collins commented on LUCENE-7340: The only potential issue I see with the output as it

[JENKINS] Lucene-Solr-6.x-Linux (64bit/jdk1.8.0_92) - Build # 992 - Failure!

2016-06-28 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/992/ Java: 64bit/jdk1.8.0_92 -XX:-UseCompressedOops -XX:+UseParallelGC 3 tests failed. FAILED: org.apache.solr.cloud.CustomCollectionTest.test Error Message: Could not load collection from ZK: testCreateShardRepFactor Stack Trace:

[jira] [Updated] (LUCENE-7361) Terms.toStringDebug

2016-06-28 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-7361: - Attachment: MemoryIndexToString.java Attached is some WIP on MemoryIndex's impl that I started

[jira] [Created] (LUCENE-7362) Implement FieldInfos and FieldInfo toString()

2016-06-28 Thread David Smiley (JIRA)
David Smiley created LUCENE-7362: Summary: Implement FieldInfos and FieldInfo toString() Key: LUCENE-7362 URL: https://issues.apache.org/jira/browse/LUCENE-7362 Project: Lucene - Core Issue

[jira] [Assigned] (SOLR-8657) SolrRequestInfo logs an error if QuerySenderListener is being used

2016-06-28 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-8657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomás Fernández Löbbe reassigned SOLR-8657: --- Assignee: Tomás Fernández Löbbe > SolrRequestInfo logs an error if

[jira] [Commented] (SOLR-8657) SolrRequestInfo logs an error if QuerySenderListener is being used

2016-06-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353633#comment-15353633 ] ASF subversion and git services commented on SOLR-8657: --- Commit

[jira] [Commented] (SOLR-9194) Enhance the bin/solr script to perform file operations to/from Zookeeper

2016-06-28 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-9194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353631#comment-15353631 ] Jan Høydahl commented on SOLR-9194: --- I'll take a stab at getting it running... > Enhance the bin/solr

[jira] [Created] (LUCENE-7361) Terms.toStringDebug

2016-06-28 Thread David Smiley (JIRA)
David Smiley created LUCENE-7361: Summary: Terms.toStringDebug Key: LUCENE-7361 URL: https://issues.apache.org/jira/browse/LUCENE-7361 Project: Lucene - Core Issue Type: Improvement

[jira] [Updated] (LUCENE-7340) MemoryIndex.toString is broken if you enable payloads

2016-06-28 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-7340: - Attachment: LUCENE-7340.patch I tweaked your patch a bit, including modifying the output a

[jira] [Commented] (SOLR-9254) GraphTermsQueryQParserPlugin throws NPE when field being searched is not present in segment

2016-06-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353590#comment-15353590 ] ASF subversion and git services commented on SOLR-9254: --- Commit

[jira] [Commented] (SOLR-9254) GraphTermsQueryQParserPlugin throws NPE when field being searched is not present in segment

2016-06-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353589#comment-15353589 ] ASF subversion and git services commented on SOLR-9254: --- Commit

[jira] [Commented] (SOLR-7883) MoreLikeThis is incompatible with facets

2016-06-28 Thread Michael Daum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353585#comment-15353585 ] Michael Daum commented on SOLR-7883: q={!mlt} does work out somehow yet this is still not correct. No

[jira] [Updated] (SOLR-8777) Duplicate Solr process can cripple a running process

2016-06-28 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-8777: Attachment: SOLR-8777.patch Here's a patch which waits for upto twice the session

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

2016-06-28 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/228/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC 4 tests failed. FAILED: org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir Error Message: Exception during query Stack Trace: java.lang.RuntimeException:

[jira] [Commented] (SOLR-9253) solrcloud goes dowm

2016-06-28 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353558#comment-15353558 ] Shalin Shekhar Mangar commented on SOLR-9253: - bq. Before hitting a critical failure, would

[jira] [Commented] (SOLR-7191) Improve stability and startup performance of SolrCloud with thousands of collections

2016-06-28 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353556#comment-15353556 ] Erick Erickson commented on SOLR-7191: -- yeah, probably as I'm out of my depth here. Since each replica

[jira] [Closed] (SOLR-9261) facet.field.limit doesn't work in local params for distributed search

2016-06-28 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob closed SOLR-9261. --- Resolution: Duplicate Accidental duplicate submission. > facet.field.limit doesn't work in local params for

[jira] [Created] (SOLR-9260) facet.field.limit doesn't work in local params for distributed search

2016-06-28 Thread Mike Drob (JIRA)
Mike Drob created SOLR-9260: --- Summary: facet.field.limit doesn't work in local params for distributed search Key: SOLR-9260 URL: https://issues.apache.org/jira/browse/SOLR-9260 Project: Solr

[jira] [Created] (SOLR-9261) facet.field.limit doesn't work in local params for distributed search

2016-06-28 Thread Mike Drob (JIRA)
Mike Drob created SOLR-9261: --- Summary: facet.field.limit doesn't work in local params for distributed search Key: SOLR-9261 URL: https://issues.apache.org/jira/browse/SOLR-9261 Project: Solr

[jira] [Commented] (SOLR-9076) Update to Hadoop 2.7.2

2016-06-28 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353532#comment-15353532 ] Gregory Chanan commented on SOLR-9076: -- bq. Which is odd, because this drove moving to Netty 4 as

[jira] [Updated] (SOLR-8657) SolrRequestInfo logs an error if QuerySenderListener is being used

2016-06-28 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-8657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomás Fernández Löbbe updated SOLR-8657: Attachment: SOLR-8657.patch Slightly updated patch that considers when to cleanup

[jira] [Commented] (SOLR-7883) MoreLikeThis is incompatible with facets

2016-06-28 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353524#comment-15353524 ] Erik Hatcher commented on SOLR-7883: While there's a bug here in the MLT handler's use of faceting, I'm

[jira] [Comment Edited] (SOLR-7883) MoreLikeThis is incompatible with facets

2016-06-28 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353524#comment-15353524 ] Erik Hatcher edited comment on SOLR-7883 at 6/28/16 6:53 PM: - While there's a

[jira] [Commented] (SOLR-7191) Improve stability and startup performance of SolrCloud with thousands of collections

2016-06-28 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353502#comment-15353502 ] Scott Blum commented on SOLR-7191: -- [~erickerickson] we may be talking about 2 different things? I'm

[jira] [Commented] (SOLR-7883) MoreLikeThis is incompatible with facets

2016-06-28 Thread Sean Xie (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353474#comment-15353474 ] Sean Xie commented on SOLR-7883: [~nuddlegg] 's case is exactly what I have experienced. For the needs we

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

2016-06-28 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/678/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.schema.TestManagedSchemaAPI.test Error Message: Error from server at

[jira] [Commented] (SOLR-9248) HttpSolrClient not compatible with compression option

2016-06-28 Thread Gary Lee (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353445#comment-15353445 ] Gary Lee commented on SOLR-9248: Hi Mike, yes this did work in 5.4. I tested it before on 5.4 and the logic

[jira] [Commented] (SOLR-7191) Improve stability and startup performance of SolrCloud with thousands of collections

2016-06-28 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353437#comment-15353437 ] Erick Erickson commented on SOLR-7191: -- FWIW, I tried both and had no trouble even when overseer was

[jira] [Updated] (SOLR-9248) HttpSolrClient not compatible with compression option

2016-06-28 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated SOLR-9248: Attachment: CompressedConnectionTest.java Ok, thanks for taking an initial look. Can you confirm that this

[jira] [Commented] (SOLR-9076) Update to Hadoop 2.7.2

2016-06-28 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353414#comment-15353414 ] Mark Miller commented on SOLR-9076: --- Here is a nasty hack patch that gets the test passing (including

[jira] [Updated] (SOLR-9076) Update to Hadoop 2.7.2

2016-06-28 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-9076: -- Attachment: SOLR-9076-Hack.patch > Update to Hadoop 2.7.2 > -- > >

[jira] [Updated] (SOLR-9254) GraphTermsQueryQParserPlugin throws NPE when field being searched is not present in segment

2016-06-28 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-9254: - Summary: GraphTermsQueryQParserPlugin throws NPE when field being searched is not present in

[jira] [Resolved] (SOLR-9254) GraphTermsQueryQParserPlugin throws NPE when field being search is not present in segment

2016-06-28 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein resolved SOLR-9254. -- Resolution: Fixed Fix Version/s: master (7.0) 6.2 >

[jira] [Commented] (LUCENE-7354) MoreLikeThis incorrectly does toString on Field object

2016-06-28 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353400#comment-15353400 ] Steve Rowe commented on LUCENE-7354: {quote} In MoreLikeThis.java, circa line 763, when calling

[jira] [Commented] (SOLR-9254) GraphTermsQueryQParserPlugin throws NPE when field being search is not present in segment

2016-06-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353398#comment-15353398 ] ASF subversion and git services commented on SOLR-9254: --- Commit

[jira] [Commented] (SOLR-9254) GraphTermsQueryQParserPlugin throws NPE when field being search is not present in segment

2016-06-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353384#comment-15353384 ] ASF subversion and git services commented on SOLR-9254: --- Commit

[jira] [Commented] (LUCENE-7360) Remove Explanation.toHtml()

2016-06-28 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353386#comment-15353386 ] Alan Woodward commented on LUCENE-7360: --- Good idea, and I'll just deprecate the method in 6.x. >

[jira] [Commented] (SOLR-9242) Collection level backup/restore should provide a param for specifying the repository implementation it should use

2016-06-28 Thread Hrishikesh Gadre (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353377#comment-15353377 ] Hrishikesh Gadre commented on SOLR-9242: [~varunthacker] [~markrmil...@gmail.com] Any thoughts on

[jira] [Updated] (SOLR-9254) GraphTermsQueryQParserPlugin throws NPE when field being search is not present in segment

2016-06-28 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-9254: - Summary: GraphTermsQueryQParserPlugin throws NPE when field being search is not present in segment

[jira] [Updated] (SOLR-9254) GraphTermsQueryQParserPlugin NPE when field being search is not present in segment

2016-06-28 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-9254: - Summary: GraphTermsQueryQParserPlugin NPE when field being search is not present in segment (was:

[jira] [Commented] (SOLR-7191) Improve stability and startup performance of SolrCloud with thousands of collections

2016-06-28 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353362#comment-15353362 ] Erick Erickson commented on SOLR-7191: -- IIUC, the whole watcher thing is replica based. So N replicas

[jira] [Commented] (LUCENE-7360) Remove Explanation.toHtml()

2016-06-28 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353313#comment-15353313 ] Adrien Grand commented on LUCENE-7360: -- +1 to the patch. Maybe add a quick note to the

[jira] [Assigned] (SOLR-7282) Cache config or index schema objects by configset and share them across cores

2016-06-28 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul reassigned SOLR-7282: Assignee: Noble Paul (was: Shalin Shekhar Mangar) > Cache config or index schema objects by

[jira] [Updated] (LUCENE-7360) Remove Explanation.toHtml()

2016-06-28 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-7360: -- Attachment: LUCENE-7360.patch Here's a patch against master. > Remove Explanation.toHtml() >

[jira] [Commented] (SOLR-7191) Improve stability and startup performance of SolrCloud with thousands of collections

2016-06-28 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353293#comment-15353293 ] Noble Paul commented on SOLR-7191: -- The cluster was very stable when I used dedicated overseer using the

[jira] [Commented] (SOLR-7191) Improve stability and startup performance of SolrCloud with thousands of collections

2016-06-28 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353278#comment-15353278 ] Erick Erickson commented on SOLR-7191: -- Empirically it was fine, but that was on very few runs. I had

[jira] [Commented] (SOLR-7191) Improve stability and startup performance of SolrCloud with thousands of collections

2016-06-28 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353262#comment-15353262 ] Scott Blum commented on SOLR-7191: -- (for the record, this was on a 5.5.1 based build) > Improve stability

[jira] [Commented] (SOLR-7191) Improve stability and startup performance of SolrCloud with thousands of collections

2016-06-28 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353261#comment-15353261 ] Scott Blum commented on SOLR-7191: -- Paginated getChildren().. always wondered why that wasn't a thing. >

[jira] [Commented] (SOLR-7191) Improve stability and startup performance of SolrCloud with thousands of collections

2016-06-28 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353258#comment-15353258 ] Shawn Heisey commented on SOLR-7191: bq. That seems... insane. I am glad that I am not the only one to

[jira] [Commented] (SOLR-7191) Improve stability and startup performance of SolrCloud with thousands of collections

2016-06-28 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353247#comment-15353247 ] Scott Blum commented on SOLR-7191: -- This may be unrelated to the current patch work, but seems relevant to

[jira] [Commented] (SOLR-9253) solrcloud goes dowm

2016-06-28 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353215#comment-15353215 ] Scott Blum commented on SOLR-9253: -- Interesting. Before hitting a critical failure, would there be any

[jira] [Closed] (SOLR-9253) solrcloud goes dowm

2016-06-28 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson closed SOLR-9253. Resolution: Invalid Please move this discussion to the user's list as you have been asked. >

[jira] [Commented] (SOLR-9194) Enhance the bin/solr script to perform file operations to/from Zookeeper

2016-06-28 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353208#comment-15353208 ] Erick Erickson commented on SOLR-9194: -- _Of course_ it fails miserably, I _said_ I moved stuff over

[jira] [Commented] (LUCENE-7355) Leverage MultiTermAwareComponent in query parsers

2016-06-28 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353173#comment-15353173 ] Adrien Grand commented on LUCENE-7355: -- This sounded appealing so I gave it a try but I hit a couple

[jira] [Commented] (SOLR-9076) Update to Hadoop 2.7.2

2016-06-28 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353155#comment-15353155 ] Mark Miller commented on SOLR-9076: --- It requires a couple dependencies still: I'm looking at

[jira] [Commented] (SOLR-9194) Enhance the bin/solr script to perform file operations to/from Zookeeper

2016-06-28 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-9194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353122#comment-15353122 ] Jan Høydahl commented on SOLR-9194: --- First test on Windows 10 fails miserably :-) {noformat}

[jira] [Commented] (SOLR-9253) solrcloud goes dowm

2016-06-28 Thread Junfeng Mu (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353108#comment-15353108 ] Junfeng Mu commented on SOLR-9253: -- Thanks very much! I wonder if there is a standard to config

[jira] [Commented] (SOLR-4587) Implement Saved Searches a la ElasticSearch Percolator

2016-06-28 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353106#comment-15353106 ] Joel Bernstein commented on SOLR-4587: -- We also have the topic() function, which stores it's

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_92) - Build # 17085 - Still Failing!

2016-06-28 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17085/ Java: 64bit/jdk1.8.0_92 -XX:-UseCompressedOops -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.update.PeerSyncTest.test Error Message: .response[0][id][0]:3!=1 Stack Trace: junit.framework.AssertionFailedError:

[jira] [Commented] (SOLR-8612) DIH JdbcDataSource - statement not always closed

2016-06-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353049#comment-15353049 ] ASF GitHub Bot commented on SOLR-8612: -- Github user shalinmangar commented on the issue:

[GitHub] lucene-solr issue #6: [SOLR-8612] DIH JdbcDataSource: Always close ResultSet...

2016-06-28 Thread shalinmangar
Github user shalinmangar commented on the issue: https://github.com/apache/lucene-solr/pull/6 This has already been merged so this pull request can be closed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[jira] [Commented] (SOLR-9076) Update to Hadoop 2.7.2

2016-06-28 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353043#comment-15353043 ] Mark Miller commented on SOLR-9076: --- Actually, the first thing I see failing in the MR job is: {noformat}

[jira] [Commented] (LUCENE-7360) Remove Explanation.toHtml()

2016-06-28 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353042#comment-15353042 ] Adrien Grand commented on LUCENE-7360: -- +1 > Remove Explanation.toHtml() >

[jira] [Created] (LUCENE-7360) Remove Explanation.toHtml()

2016-06-28 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-7360: - Summary: Remove Explanation.toHtml() Key: LUCENE-7360 URL: https://issues.apache.org/jira/browse/LUCENE-7360 Project: Lucene - Core Issue Type:

[jira] [Updated] (LUCENE-7359) Add equals() and hashcode() to Explanation

2016-06-28 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-7359: -- Attachment: LUCENE-7359.patch Patch with some basic tests. > Add equals() and hashcode() to

[jira] [Commented] (SOLR-4587) Implement Saved Searches a la ElasticSearch Percolator

2016-06-28 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-4587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353023#comment-15353023 ] Jan Høydahl commented on SOLR-4587: --- Lots of things have happened the last 18 months... We got streaming

[jira] [Commented] (SOLR-9076) Update to Hadoop 2.7.2

2016-06-28 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15352999#comment-15352999 ] Mark Miller commented on SOLR-9076: --- Okay, I tried again with a clean checkout and your patch. Things

[jira] [Commented] (SOLR-6312) CloudSolrServer doesn't honor updatesToLeaders constructor argument

2016-06-28 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15352997#comment-15352997 ] Christine Poerschke commented on SOLR-6312: --- Refreshed patch file for SOLR-9090 (which is related

[jira] [Created] (LUCENE-7359) Add equals() and hashcode() to Explanation

2016-06-28 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-7359: - Summary: Add equals() and hashcode() to Explanation Key: LUCENE-7359 URL: https://issues.apache.org/jira/browse/LUCENE-7359 Project: Lucene - Core Issue

[jira] [Updated] (SOLR-9090) solrj CloudSolrClient: add directUpdatesToLeadersOnly support

2016-06-28 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-9090: -- Attachment: SOLR-9090.patch Refreshed patch file (adding solr/CHANGES.txt entry), with a

[jira] [Assigned] (LUCENE-7340) MemoryIndex.toString is broken if you enable payloads

2016-06-28 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley reassigned LUCENE-7340: Assignee: David Smiley > MemoryIndex.toString is broken if you enable payloads >

[jira] [Comment Edited] (SOLR-7883) MoreLikeThis is incompatible with facets

2016-06-28 Thread Michael Daum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15352951#comment-15352951 ] Michael Daum edited comment on SOLR-7883 at 6/28/16 1:10 PM: - My use case is to

[jira] [Commented] (SOLR-7883) MoreLikeThis is incompatible with facets

2016-06-28 Thread Michael Daum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15352951#comment-15352951 ] Michael Daum commented on SOLR-7883: My use case is to return similar tags given the ones provided in a

[JENKINS] Lucene-Solr-6.x-Linux (32bit/jdk1.8.0_92) - Build # 989 - Failure!

2016-06-28 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/989/ Java: 32bit/jdk1.8.0_92 -client -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandler Error Message: ObjectTracker found 2 object(s) that were not released!!!

[jira] [Commented] (SOLR-8858) SolrIndexSearcher#doc() Completely Ignores Field Filters Unless Lazy Field Loading is Enabled

2016-06-28 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15352910#comment-15352910 ] Shalin Shekhar Mangar commented on SOLR-8858: - There are many tests that fail after applying

  1   2   >