[jira] [Updated] (LUCENE-7585) Interface for common parameters used across analysis factories

2016-12-07 Thread Ahmet Arslan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ahmet Arslan updated LUCENE-7585: - Attachment: LUCENE-7585.patch > Interface for common parameters used across analysis factories >

[jira] [Created] (LUCENE-7585) Interface for common parameters used across analysis factories

2016-12-07 Thread Ahmet Arslan (JIRA)
Ahmet Arslan created LUCENE-7585: Summary: Interface for common parameters used across analysis factories Key: LUCENE-7585 URL: https://issues.apache.org/jira/browse/LUCENE-7585 Project: Lucene -

[jira] [Commented] (SOLR-9829) Solr cannot provide index service after a large GC pause but core state in ZK is still active

2016-12-07 Thread Forest Soup (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15731274#comment-15731274 ] Forest Soup commented on SOLR-9829: --- Hi Erick, I'm sure the solr node is still in the live_nodes list.

[JENKINS] Lucene-Solr-Tests-6.x - Build # 589 - Unstable

2016-12-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/589/ 1 tests failed. FAILED: org.apache.solr.update.AutoCommitTest.testMaxDocs Error Message: Exception during query Stack Trace: java.lang.RuntimeException: Exception during query at

[JENKINS] Lucene-Solr-SmokeRelease-master - Build # 639 - Failure

2016-12-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-master/639/ No tests ran. Build Log: [...truncated 42225 lines...] prepare-release-no-sign: [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-master/lucene/build/smokeTestRelease/dist [copy]

[JENKINS] Lucene-Solr-6.x-Linux (64bit/jdk1.8.0_102) - Build # 2366 - Still Unstable!

2016-12-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2366/ Java: 64bit/jdk1.8.0_102 -XX:+UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.cloud.TestRandomRequestDistribution.test Error Message: Shard a1x2_shard1_replica1 received all 10 requests Stack Trace:

[jira] [Commented] (SOLR-9815) Verbose Garbage Collection logging is on by default

2016-12-07 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-9815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15730711#comment-15730711 ] Jan Høydahl commented on SOLR-9815: --- I think this was introduced in SOLR-7850, [~dsmiley]? > Verbose

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_102) - Build # 18469 - Unstable!

2016-12-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18469/ Java: 64bit/jdk1.8.0_102 -XX:+UseCompressedOops -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication Error Message: expected:<1> but was:<0> Stack

[jira] [Commented] (SOLR-9513) Introduce a generic authentication plugin which delegates all functionality to Hadoop authentication framework

2016-12-07 Thread Hrishikesh Gadre (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15730434#comment-15730434 ] Hrishikesh Gadre commented on SOLR-9513: [~ichattopadhyaya] How about GenericHadoopAuthPlugin -->

[jira] [Resolved] (LUCENE-7583) Can we improve OutputStreamIndexOutput's byte buffering when writing each BKD leaf block?

2016-12-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-7583. Resolution: Fixed > Can we improve OutputStreamIndexOutput's byte buffering when

[jira] [Commented] (LUCENE-7583) Can we improve OutputStreamIndexOutput's byte buffering when writing each BKD leaf block?

2016-12-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15730388#comment-15730388 ] ASF subversion and git services commented on LUCENE-7583: - Commit

[jira] [Commented] (LUCENE-7583) Can we improve OutputStreamIndexOutput's byte buffering when writing each BKD leaf block?

2016-12-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15730379#comment-15730379 ] ASF subversion and git services commented on LUCENE-7583: - Commit

[jira] [Commented] (SOLR-9839) Use 'useFactory' in tests instead of setting manually

2016-12-07 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15730331#comment-15730331 ] Erick Erickson commented on SOLR-9839: -- There's also the SystemPropertiesRestoreRule that can be used

[jira] [Commented] (SOLR-9836) Add more graceful recovery steps when failing to create SolrCore

2016-12-07 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15730254#comment-15730254 ] Mike Drob commented on SOLR-9836: - bq. I'm not sure that is the right exception to catch - very brittle. We

Re: question about QueryParser's method setAutoGeneratePhraseQueries()

2016-12-07 Thread Gang Li
Hi Steve, Thanks for the clarification! Now I understand what this function is for. (I tried "term1-term2" and indeed it's parsed into a phrase query) I was trying to save typing the quotation marks as most of my use cases are phrase search. Seems this can't be done for now :) Best, Gang On

[JENKINS-EA] Lucene-Solr-6.x-Linux (32bit/jdk-9-ea+140) - Build # 2365 - Still Unstable!

2016-12-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2365/ Java: 32bit/jdk-9-ea+140 -client -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication Error Message: expected:<1> but was:<0> Stack Trace:

[jira] [Assigned] (SOLR-9837) Performance regression of numeric field uninversion time

2016-12-07 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley reassigned SOLR-9837: -- Assignee: Yonik Seeley > Performance regression of numeric field uninversion time >

[jira] [Updated] (SOLR-9839) Use 'useFactory' in tests instead of setting manually

2016-12-07 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated SOLR-9839: Attachment: SOLR-9839.patch naive search-and-replace patch. > Use 'useFactory' in tests instead of setting

[jira] [Created] (SOLR-9839) Use 'useFactory' in tests instead of setting manually

2016-12-07 Thread Mike Drob (JIRA)
Mike Drob created SOLR-9839: --- Summary: Use 'useFactory' in tests instead of setting manually Key: SOLR-9839 URL: https://issues.apache.org/jira/browse/SOLR-9839 Project: Solr Issue Type: Test

[jira] [Commented] (SOLR-5944) Support updates of numeric DocValues

2016-12-07 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15730122#comment-15730122 ] Hoss Man commented on SOLR-5944: bq. I suspect there is some code path in the regular atomic update logic

[jira] [Commented] (SOLR-9838) atomic "inc" when adding doc doesn't respect field "default" from schema

2016-12-07 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15730105#comment-15730105 ] Hoss Man commented on SOLR-9838: I noticed this while working on SOLR-5944, as part of that issue i'll add

[jira] [Created] (SOLR-9838) atomic "inc" when adding doc doesn't respect field "default" from schema

2016-12-07 Thread Hoss Man (JIRA)
Hoss Man created SOLR-9838: -- Summary: atomic "inc" when adding doc doesn't respect field "default" from schema Key: SOLR-9838 URL: https://issues.apache.org/jira/browse/SOLR-9838 Project: Solr

[jira] [Created] (SOLR-9837) Performance regression of numeric field uninversion time

2016-12-07 Thread Yonik Seeley (JIRA)
Yonik Seeley created SOLR-9837: -- Summary: Performance regression of numeric field uninversion time Key: SOLR-9837 URL: https://issues.apache.org/jira/browse/SOLR-9837 Project: Solr Issue Type:

[jira] [Commented] (SOLR-8542) Integrate Learning to Rank into Solr

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

Occasional DocValuesNotIndexedTest failures

2016-12-07 Thread Erick Erickson
I'm having a really hard time reproducing this. It doesn't reproduce with the seed and beasting for 1,000 iterations also failed to repro. Erick - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional

[jira] [Commented] (SOLR-9513) Introduce a generic authentication plugin which delegates all functionality to Hadoop authentication framework

2016-12-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15729874#comment-15729874 ] Mark Miller commented on SOLR-9513: --- +1 > Introduce a generic authentication plugin which delegates all

[jira] [Comment Edited] (SOLR-4735) Improve Solr metrics reporting

2016-12-07 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15729770#comment-15729770 ] Andrzej Bialecki edited comment on SOLR-4735 at 12/7/16 8:43 PM: -- Brief

[jira] [Commented] (SOLR-5944) Support updates of numeric DocValues

2016-12-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15729839#comment-15729839 ] Ishan Chattopadhyaya commented on SOLR-5944: {quote} IIRC comments about commits to jira/*

[jira] [Commented] (SOLR-9513) Introduce a generic authentication plugin which delegates all functionality to Hadoop authentication framework

2016-12-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15729826#comment-15729826 ] Ishan Chattopadhyaya commented on SOLR-9513: [~hgadre], I think the patch looks good. However,

[jira] [Commented] (SOLR-9835) Create another replication mode for SolrCloud

2016-12-07 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15729828#comment-15729828 ] Erick Erickson commented on SOLR-9835: -- I believe that if we do implement this, it should make

[jira] [Commented] (SOLR-5944) Support updates of numeric DocValues

2016-12-07 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15729798#comment-15729798 ] Ishan Chattopadhyaya commented on SOLR-5944: [~hossman], I can confirm that this indeed is a

[jira] [Commented] (SOLR-9836) Add more graceful recovery steps when failing to create SolrCore

2016-12-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15729792#comment-15729792 ] Mark Miller commented on SOLR-9836: --- bq. directoryFactory.doneWithDirectory is for the case where you are

[jira] [Comment Edited] (SOLR-4735) Improve Solr metrics reporting

2016-12-07 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15729770#comment-15729770 ] Andrzej Bialecki edited comment on SOLR-4735 at 12/7/16 8:12 PM: -- Brief

[jira] [Updated] (SOLR-4735) Improve Solr metrics reporting

2016-12-07 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki updated SOLR-4735: Attachment: screenshot-1.png > Improve Solr metrics reporting >

[jira] [Commented] (SOLR-9836) Add more graceful recovery steps when failing to create SolrCore

2016-12-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15729780#comment-15729780 ] Mark Miller commented on SOLR-9836: --- I think initially it would be good to offer three options. * No

[jira] [Commented] (SOLR-4735) Improve Solr metrics reporting

2016-12-07 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15729770#comment-15729770 ] Andrzej Bialecki commented on SOLR-4735: - Brief summary of the current state on the branch: *

[jira] [Commented] (SOLR-9836) Add more graceful recovery steps when failing to create SolrCore

2016-12-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15729763#comment-15729763 ] Mark Miller commented on SOLR-9836: --- We probably want to be able to turn it off. Some users may want to

[JENKINS] Lucene-Solr-6.x-Linux (32bit/jdk1.8.0_102) - Build # 2364 - Unstable!

2016-12-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2364/ Java: 32bit/jdk1.8.0_102 -server -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.schema.PreAnalyzedFieldManagedSchemaCloudTest.testAdd2Fields Error Message: No live SolrServers available to handle this

[JENKINS] Lucene-Solr-master-Windows (32bit/jdk1.8.0_102) - Build # 6274 - Failure!

2016-12-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6274/ Java: 32bit/jdk1.8.0_102 -client -XX:+UseSerialGC All tests passed Build Log: [...truncated 66802 lines...] -ecj-javadoc-lint-tests: [mkdir] Created dir: C:\Users\jenkins\AppData\Local\Temp\ecj802121018 [ecj-lint]

[jira] [Commented] (SOLR-5944) Support updates of numeric DocValues

2016-12-07 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15729698#comment-15729698 ] Hoss Man commented on SOLR-5944: bq. ...looks like a genuine bug to me: ... FWIW: I made a half assed

[jira] [Updated] (SOLR-9836) Add more graceful recovery steps when failing to create SolrCore

2016-12-07 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated SOLR-9836: Attachment: SOLR-9836.patch Attaching a first attempt at improving this behaviour. Some open discussion

[jira] [Created] (SOLR-9836) Add more graceful recovery steps when failing to create SolrCore

2016-12-07 Thread Mike Drob (JIRA)
Mike Drob created SOLR-9836: --- Summary: Add more graceful recovery steps when failing to create SolrCore Key: SOLR-9836 URL: https://issues.apache.org/jira/browse/SOLR-9836 Project: Solr Issue

[jira] [Commented] (SOLR-4735) Improve Solr metrics reporting

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

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+140) - Build # 18467 - Still Unstable!

2016-12-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18467/ Java: 64bit/jdk-9-ea+140 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication Error Message: expected:<1> but was:<0>

[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 221 - Still Unstable

2016-12-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/221/ 5 tests failed. FAILED: org.apache.lucene.index.TestIndexSorting.testRandom3 Error Message: Test abandoned because suite timeout was reached. Stack Trace: java.lang.Exception: Test abandoned because suite timeout was

[jira] [Updated] (SOLR-9834) A variety of spots in the code can create a collection zk node after the collection has been removed.

2016-12-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-9834: -- Description: The results of this have annoyed me for some time. We should fail rather than create the

[jira] [Comment Edited] (SOLR-9834) A variety of spots in the code can create a collection zk node after the collection has been removed.

2016-12-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15729469#comment-15729469 ] Mark Miller edited comment on SOLR-9834 at 12/7/16 6:21 PM: Just needs some

[jira] [Updated] (SOLR-9834) A variety of spots in the code can create a collection zk node after the collection has been removed.

2016-12-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-9834: -- Attachment: SOLR-9834.patch Just needs some testing. We start doing our best to contain what/where can

[jira] [Created] (LUCENE-7584) Potential leak issue

2016-12-07 Thread Jaechang Nam (JIRA)
Jaechang Nam created LUCENE-7584: Summary: Potential leak issue Key: LUCENE-7584 URL: https://issues.apache.org/jira/browse/LUCENE-7584 Project: Lucene - Core Issue Type: Bug

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

2016-12-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/541/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 2 tests failed. FAILED: org.apache.solr.cloud.HttpPartitionTest.test Error Message: Doc with id=2 not found in

Requirement for Java Dev - Solr/Lucene experience

2016-12-07 Thread Avantika
Hi All, Anyone looking out for opportunities in Java and have experience in SOLR/LUCENE, please email me your resumes to avantika.mol...@sstech.us Sr Java Developer Location: Philadelphia PA Below are the requirement details. The Sr. Software Engineer (SOLR) is responsible for the development

[jira] [Commented] (LUCENE-7564) AnalyzingInfixSuggester should close its IndexWriter by default at the end of build()

2016-12-07 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15729359#comment-15729359 ] Steve Rowe commented on LUCENE-7564: Another non-reproducing seed, this one on branch_6x, from

[jira] [Commented] (SOLR-7672) introduce implicit _parent_:true

2016-12-07 Thread Romain Rigaux (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15729289#comment-15729289 ] Romain Rigaux commented on SOLR-7672: - e.g. if we take the book/review example of

[jira] [Closed] (SOLR-3047) DisMaxQParserPlugin drops my field in the phrase field list (pf) if it uses KeywordTokenizer instead of StandardTokenizer or Whitespace

2016-12-07 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cassandra Targett closed SOLR-3047. --- Resolution: Cannot Reproduce Marking as Cannot Reproduce since it's old, there aren't any

[jira] [Resolved] (SOLR-9822) Improve faceting performance with FieldCache (single-valued string counts only)

2016-12-07 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-9822. Resolution: Fixed Since I don't know when I'm going to be able to get to the other cases, I

[jira] [Updated] (SOLR-9822) Improve faceting performance with FieldCache (single-valued string counts only)

2016-12-07 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-9822: --- Affects Version/s: master (7.0) > Improve faceting performance with FieldCache (single-valued string

[jira] [Updated] (SOLR-9822) Improve faceting performance with FieldCache (single-valued string counts only)

2016-12-07 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-9822: --- Summary: Improve faceting performance with FieldCache (single-valued string counts only) (was:

[jira] [Commented] (SOLR-9822) Improve faceting performance with FieldCache

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

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 997 - Failure!

2016-12-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/997/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC All tests passed Build Log: [...truncated 68458 lines...] -ecj-javadoc-lint-tests: [mkdir] Created dir: /var/tmp/ecj1625377842 [ecj-lint] Compiling 48 source

[jira] [Closed] (SOLR-2952) InterruptedException during SorlCore instatiation

2016-12-07 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cassandra Targett closed SOLR-2952. --- Resolution: Cannot Reproduce > InterruptedException during SorlCore instatiation >

[JENKINS-EA] Lucene-Solr-master-Linux (32bit/jdk-9-ea+140) - Build # 18466 - Still Unstable!

2016-12-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18466/ Java: 32bit/jdk-9-ea+140 -server -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit Error Message: expected:<1> but was:<2> Stack Trace: java.lang.AssertionError:

[jira] [Updated] (SOLR-2502) Add in Examples/Documentation on the new Join functionality

2016-12-07 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cassandra Targett updated SOLR-2502: Component/s: documentation > Add in Examples/Documentation on the new Join functionality >

[jira] [Updated] (SOLR-9834) A variety of spots in the code can create a collection zk node after the collection has been removed.

2016-12-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-9834: -- Summary: A variety of spots in the code can create a collection zk node after the collection has been

[jira] [Created] (SOLR-9835) Create another replication mode for SolrCloud

2016-12-07 Thread Cao Manh Dat (JIRA)
Cao Manh Dat created SOLR-9835: -- Summary: Create another replication mode for SolrCloud Key: SOLR-9835 URL: https://issues.apache.org/jira/browse/SOLR-9835 Project: Solr Issue Type: Bug

[jira] [Commented] (SOLR-9699) CoreStatus requests can fail if executed during a core reload

2016-12-07 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15728838#comment-15728838 ] Mikhail Khludnev commented on SOLR-9699: Can it be fixed during? What is the stacktrace, btw? >

[jira] [Comment Edited] (SOLR-9699) CoreStatus requests can fail if executed during a core reload

2016-12-07 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15728838#comment-15728838 ] Mikhail Khludnev edited comment on SOLR-9699 at 12/7/16 2:01 PM: - Can it be

[JENKINS] Lucene-Solr-6.x-Linux (32bit/jdk1.8.0_102) - Build # 2362 - Unstable!

2016-12-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2362/ Java: 32bit/jdk1.8.0_102 -server -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test Error Message: Expected 2 of 3 replicas to be active but only found 1;

[jira] [Resolved] (LUCENE-7563) BKD index should compress unused leading bytes

2016-12-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-7563. Resolution: Fixed > BKD index should compress unused leading bytes >

[jira] [Commented] (LUCENE-7563) BKD index should compress unused leading bytes

2016-12-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15728813#comment-15728813 ] ASF subversion and git services commented on LUCENE-7563: - Commit

[jira] [Commented] (LUCENE-7563) BKD index should compress unused leading bytes

2016-12-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15728814#comment-15728814 ] ASF subversion and git services commented on LUCENE-7563: - Commit

[jira] [Commented] (LUCENE-7563) BKD index should compress unused leading bytes

2016-12-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15728811#comment-15728811 ] ASF subversion and git services commented on LUCENE-7563: - Commit

[jira] [Commented] (SOLR-3284) ConcurrentUpdateSolrClient swallows exceptions

2016-12-07 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15728806#comment-15728806 ] Shawn Heisey commented on SOLR-3284: I really didn't expect to see any activity on this. I mostly

[jira] [Commented] (SOLR-9824) Documents indexed in bulk are replicated using too many HTTP requests

2016-12-07 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15728786#comment-15728786 ] David Smiley commented on SOLR-9824: Fair points Mark. I think the root fix of the problem I

[jira] [Updated] (SOLR-3284) ConcurrentUpdateSolrClient swallows exceptions

2016-12-07 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-3284: --- Summary: ConcurrentUpdateSolrClient swallows exceptions (was: StreamingUpdateSolrServer swallows

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_102) - Build # 18465 - Unstable!

2016-12-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18465/ Java: 64bit/jdk1.8.0_102 -XX:+UseCompressedOops -XX:+UseParallelGC 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation Error Message: 2 threads leaked from SUITE

[jira] [Commented] (SOLR-4735) Improve Solr metrics reporting

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

[jira] [Commented] (SOLR-9815) Verbose Garbage Collection logging is on by default

2016-12-07 Thread Gethin James (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15728630#comment-15728630 ] Gethin James commented on SOLR-9815: A work around for windows is {code}set "GC_LOG_OPTS= "{code} The

[jira] [Comment Edited] (SOLR-8542) Integrate Learning to Rank into Solr

2016-12-07 Thread adeppa (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15724819#comment-15724819 ] adeppa edited comment on SOLR-8542 at 12/7/16 11:22 AM: [~mnilsson] Hi Team, I am

[jira] [Issue Comment Deleted] (SOLR-8542) Integrate Learning to Rank into Solr

2016-12-07 Thread adeppa (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] adeppa updated SOLR-8542: - Comment: was deleted (was: Hi Team, I am working on LTR master branch with solr 6.3, when i try to integrate code

[jira] [Updated] (LUCENE-7583) Can we improve OutputStreamIndexOutput's byte buffering when writing each BKD leaf block?

2016-12-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-7583: --- Attachment: LUCENE-7583.patch Here's a patch, just moving

[jira] [Assigned] (LUCENE-5317) Concordance/Key Word In Context (KWIC) capability

2016-12-07 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili reassigned LUCENE-5317: --- Assignee: Tommaso Teofili > Concordance/Key Word In Context (KWIC) capability >

[jira] [Created] (SOLR-9834) ShardLeaderElectionContextBase#runLeaderProcess can create a collection zk node after the collection has been removed.

2016-12-07 Thread Mark Miller (JIRA)
Mark Miller created SOLR-9834: - Summary: ShardLeaderElectionContextBase#runLeaderProcess can create a collection zk node after the collection has been removed. Key: SOLR-9834 URL:

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 1175 - Still Unstable

2016-12-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1175/ 5 tests failed. FAILED: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_stored_idx Error Message: There are still nodes recoverying - waited for 330 seconds Stack Trace: java.lang.AssertionError: There are

[jira] [Resolved] (SOLR-9783) remove no-longer-needed sortWithinGroup null checks in (Search|Top)Group[s]ShardResponseProcessor

2016-12-07 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke resolved SOLR-9783. --- Resolution: Fixed Fix Version/s: 6x master (7.0) > remove

[jira] [Commented] (SOLR-9783) remove no-longer-needed sortWithinGroup null checks in (Search|Top)Group[s]ShardResponseProcessor

2016-12-07 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15728371#comment-15728371 ] Christine Poerschke commented on SOLR-9783: --- "remove no-longer-needed sortWithinGroup null checks

[JENKINS] Lucene-Solr-master-Windows (32bit/jdk1.8.0_102) - Build # 6273 - Still Unstable!

2016-12-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6273/ Java: 32bit/jdk1.8.0_102 -server -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail Error Message: expected:<200> but was:<404> Stack Trace:

[JENKINS] Lucene-Solr-6.x-Linux (32bit/jdk1.8.0_102) - Build # 2360 - Unstable!

2016-12-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2360/ Java: 32bit/jdk1.8.0_102 -client -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.schema.PreAnalyzedFieldManagedSchemaCloudTest.testAdd2Fields Error Message: No live SolrServers available to handle this