[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_172) - Build # 23100 - Still Unstable!

2018-10-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23100/ Java: 32bit/jdk1.8.0_172 -server -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.autoscaling.sim.TestSimPolicyCloud.testCreateCollectionAddReplica Error Message: Timeout waiting for collection to become

[JENKINS] Lucene-Solr-BadApples-Tests-master - Build # 193 - Still Unstable

2018-10-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/193/ 9 tests failed. FAILED: org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMixedBounds Error Message: did not finish processing in time Stack Trace: java.lang.AssertionError: did not finish processing in time

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk-10.0.1) - Build # 2984 - Still Unstable!

2018-10-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2984/ Java: 64bit/jdk-10.0.1 -XX:+UseCompressedOops -XX:+UseG1GC 14 tests failed. FAILED: org.apache.solr.client.solrj.impl.CloudSolrClientTest.testVersionsAreReturned Error Message: Error from server at

[jira] [Commented] (SOLR-12243) Edismax missing phrase queries when phrases contain multiterm synonyms

2018-10-26 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665837#comment-16665837 ] Steve Rowe commented on SOLR-12243: --- {quote} I think something is not right, but am not sure what.

[jira] [Commented] (SOLR-12928) TimeRoutedAliasUpdateProcessorTest testSliceRouting fails 1% of time

2018-10-26 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665834#comment-16665834 ] Erick Erickson commented on SOLR-12928: --- I actually have access to two machines. My mac Pro had

[jira] [Commented] (SOLR-12930) Add great developer documentation for writing tests.

2018-10-26 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665831#comment-16665831 ] Erick Erickson commented on SOLR-12930: --- To me, the main value of having the dev docs _somewhere_

Re: Solr Tests

2018-10-26 Thread Mark Miller
In response to Erick's question in another thread of: "So, what I can I do to help?" I actually have a lot of thoughts on that, but I think I need a little time to get some things I have in the pipeline fully fleshed out and ready to share. At a very high level though... My thoughts on Solr

[jira] [Commented] (LUCENE-8374) Reduce reads for sparse DocValues

2018-10-26 Thread Tim Underwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665827#comment-16665827 ] Tim Underwood commented on LUCENE-8374: --- [~toke] I've attached the logs for both the single

[jira] [Updated] (SOLR-12243) Edismax missing phrase queries when phrases contain multiterm synonyms

2018-10-26 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe updated SOLR-12243: -- Attachment: SOLR-12243.patch > Edismax missing phrase queries when phrases contain multiterm synonyms

[jira] [Updated] (LUCENE-8374) Reduce reads for sparse DocValues

2018-10-26 Thread Tim Underwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Underwood updated LUCENE-8374: -- Attachment: single_vehicle_logs.txt > Reduce reads for sparse DocValues >

[jira] [Updated] (LUCENE-8374) Reduce reads for sparse DocValues

2018-10-26 Thread Tim Underwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Underwood updated LUCENE-8374: -- Attachment: entire_index_logs.txt > Reduce reads for sparse DocValues >

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

2018-10-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23099/ Java: 64bit/jdk-12-ea+12 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 46 tests failed. FAILED: org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard Error Message: Could not find collection :

[JENKINS] Lucene-Solr-SmokeRelease-master - Build # 1164 - Still Failing

2018-10-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-master/1164/ No tests ran. Build Log: [...truncated 23412 lines...] [asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)

[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk1.8.0) - Build # 902 - Still Unstable!

2018-10-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/902/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 5 tests failed. FAILED: org.apache.solr.client.solrj.request.TestV2Request.testCloudSolrClient Error Message: expected:<0> but was:<1> Stack Trace:

[jira] [Updated] (SOLR-12930) Add great developer documentation for writing tests.

2018-10-26 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cassandra Targett updated SOLR-12930: - Attachment: solr-dev-docs.zip > Add great developer documentation for writing tests. >

[jira] [Commented] (SOLR-12930) Add great developer documentation for writing tests.

2018-10-26 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665801#comment-16665801 ] Cassandra Targett commented on SOLR-12930: -- bq, I thought it must be Asciidoc and then publish a

[jira] [Commented] (SOLR-12930) Add great developer documentation for writing tests.

2018-10-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665795#comment-16665795 ] Mark Miller commented on SOLR-12930: Ah, okay, no problem. I'm not super familiar with how the ref

[jira] [Commented] (SOLR-12868) Request forwarding for v2 API is broken

2018-10-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665785#comment-16665785 ] ASF subversion and git services commented on SOLR-12868: Commit

[jira] [Commented] (SOLR-12868) Request forwarding for v2 API is broken

2018-10-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665783#comment-16665783 ] ASF subversion and git services commented on SOLR-12868: Commit

[GitHub] lucene-solr pull request #421: SOLR-7557: Fix parsing of child documents usi...

2018-10-26 Thread computerlove
Github user computerlove closed the pull request at: https://github.com/apache/lucene-solr/pull/421 --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail:

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk1.8.0) - Build # 4895 - Still Unstable!

2018-10-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4895/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC 12 tests failed. FAILED: org.apache.solr.client.solrj.request.TestV2Request.testCloudSolrClient Error Message: expected:<0> but was:<1> Stack Trace:

[JENKINS] Lucene-Solr-Tests-master - Build # 2904 - Still Unstable

2018-10-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2904/ 1 tests failed. FAILED: org.apache.solr.client.solrj.request.TestV2Request.testCloudSolrClient Error Message: expected:<0> but was:<1> Stack Trace: java.lang.AssertionError: expected:<0> but was:<1> at

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk-9.0.4) - Build # 2983 - Still Unstable!

2018-10-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2983/ Java: 64bit/jdk-9.0.4 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 8 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.client.solrj.request.TestV2Request Error Message: 1 thread leaked from SUITE scope at

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_172) - Build # 23098 - Still Unstable!

2018-10-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23098/ Java: 32bit/jdk1.8.0_172 -server -XX:+UseSerialGC 4 tests failed. FAILED: org.apache.solr.client.solrj.request.TestV2Request.testCloudSolrClient Error Message: expected:<0> but was:<1> Stack Trace: java.lang.AssertionError:

[JENKINS] Lucene-Solr-repro - Build # 1786 - Unstable

2018-10-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/1786/ [...truncated 37 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/977/consoleText [repro] Revision: 329252fb9e5fbf0f8bba64cc320e34de4b83fa81 [repro] Repro line: ant test

[JENKINS-EA] Lucene-Solr-7.x-Windows (64bit/jdk-12-ea+12) - Build # 854 - Still unstable!

2018-10-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/854/ Java: 64bit/jdk-12-ea+12 -XX:+UseCompressedOops -XX:+UseSerialGC 26 tests failed. FAILED: org.apache.solr.ltr.store.rest.TestModelManagerPersistence.testFilePersistence Error Message: Software caused connection abort: recv

[jira] [Commented] (SOLR-12930) Add great developer documentation for writing tests.

2018-10-26 Thread Alexandre Rafalovitch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665666#comment-16665666 ] Alexandre Rafalovitch commented on SOLR-12930: -- Actually, GitHub renders Asciidoc right in

[JENKINS] Lucene-Solr-BadApples-Tests-7.x - Build # 198 - Unstable

2018-10-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-7.x/198/ 4 tests failed. FAILED: org.apache.solr.client.solrj.impl.CloudSolrClientTest.testRouting Error Message: Error from server at https://127.0.0.1:44455/solr/collection1_shard2_replica_n2: Expected mime type

[jira] [Commented] (SOLR-12930) Add great developer documentation for writing tests.

2018-10-26 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665659#comment-16665659 ] Cassandra Targett commented on SOLR-12930: -- I think we'd have to pick either use cwiki or use

[jira] [Commented] (SOLR-12259) Robustly upgrade indexes

2018-10-26 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665657#comment-16665657 ] Erick Erickson commented on SOLR-12259: --- [~mikemccand][~rcmuir][~jpountz][~romseygeek] I'm

[GitHub] lucene-solr pull request #485: Fix parameter name in example

2018-10-26 Thread epugh
GitHub user epugh opened a pull request: https://github.com/apache/lucene-solr/pull/485 Fix parameter name in example You can merge this pull request into a Git repository by running: $ git pull https://github.com/epugh/lucene-solr patch-1 Alternatively you can review and

[jira] [Commented] (SOLR-12894) Solr documention for Java Vendors

2018-10-26 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-12894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665591#comment-16665591 ] Jan Høydahl commented on SOLR-12894: With the new 6-month release cadence from Oracle people will

[jira] [Commented] (SOLR-12875) ArrayIndexOutOfBoundsException when using uniqueBlock(_root_) in JSON Facets

2018-10-26 Thread Tim Underwood (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665568#comment-16665568 ] Tim Underwood commented on SOLR-12875: -- No concerns from me. Do you also want to look at 

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-10.0.1) - Build # 7586 - Still Unstable!

2018-10-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7586/ Java: 64bit/jdk-10.0.1 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 12 tests failed. FAILED: org.apache.solr.client.solrj.request.TestV2Request.testHttpSolrClient Error Message: expected:<0> but was:<1> Stack Trace:

[jira] [Commented] (SOLR-12875) ArrayIndexOutOfBoundsException when using uniqueBlock(_root_) in JSON Facets

2018-10-26 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665547#comment-16665547 ] Mikhail Khludnev commented on SOLR-12875: - Any concerns regarding pushing it into? >

[jira] [Commented] (SOLR-12875) ArrayIndexOutOfBoundsException when using uniqueBlock(_root_) in JSON Facets

2018-10-26 Thread Lucene/Solr QA (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665537#comment-16665537 ] Lucene/Solr QA commented on SOLR-12875: --- | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote ||

[jira] [Commented] (SOLR-12930) Add great developer documentation for writing tests.

2018-10-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665533#comment-16665533 ] Mark Miller commented on SOLR-12930: Actually it sounds great to me. It really does seem like the

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk-9.0.4) - Build # 2982 - Unstable!

2018-10-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2982/ Java: 64bit/jdk-9.0.4 -XX:+UseCompressedOops -XX:+UseSerialGC 4 tests failed. FAILED: org.apache.solr.cloud.TestTlogReplica.testRecovery Error Message: Can not find doc 7 in https://127.0.0.1:42331/solr Stack Trace:

[JENKINS] Lucene-Solr-repro - Build # 1784 - Still Unstable

2018-10-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/1784/ [...truncated 28 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/358/consoleText [repro] Revision: 01ce3ef8ae8d2e6cc8c41fd214b6f55f7380e441 [repro] Ant options: -Dtests.multiplier=2

[JENKINS] Lucene-Solr-BadApples-NightlyTests-master - Build # 34 - Failure

2018-10-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-NightlyTests-master/34/ All tests passed Build Log: [...truncated 14345 lines...] [junit4] JVM J0: stdout was not empty, see:

[jira] [Commented] (SOLR-12913) Streaming Expressions / Math Expressions docs for 7.6 release

2018-10-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665451#comment-16665451 ] ASF subversion and git services commented on SOLR-12913: Commit

[jira] [Commented] (SOLR-12913) Streaming Expressions / Math Expressions docs for 7.6 release

2018-10-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665442#comment-16665442 ] ASF subversion and git services commented on SOLR-12913: Commit

[jira] [Commented] (LUCENE-8509) NGramTokenizer, TrimFilter and WordDelimiterGraphFilter in combination can produce backwards offsets

2018-10-26 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665429#comment-16665429 ] Mike Sokolov commented on LUCENE-8509: -- [ from mailing list – sorry for the duplication ] The

[jira] [Commented] (SOLR-12887) TRA: document re-dating (question, test, docs)

2018-10-26 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665423#comment-16665423 ] David Smiley commented on SOLR-12887: - An unstated assumption is that IDs should be globally unique

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-10.0.1) - Build # 23097 - Still Unstable!

2018-10-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23097/ Java: 64bit/jdk-10.0.1 -XX:-UseCompressedOops -XX:+UseG1GC 8 tests failed. FAILED: org.apache.solr.cloud.TestTlogReplica.testRecovery Error Message: Can not find doc 7 in https://127.0.0.1:34197/solr Stack Trace:

[jira] [Comment Edited] (SOLR-12894) Solr documention for Java Vendors

2018-10-26 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665414#comment-16665414 ] Steve Rowe edited comment on SOLR-12894 at 10/26/18 4:57 PM: - bq. If we are

[jira] [Commented] (SOLR-12894) Solr documention for Java Vendors

2018-10-26 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665414#comment-16665414 ] Steve Rowe commented on SOLR-12894: --- bq. If we are to reccomend users to use OpenJDK maybe we should

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

2018-10-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/878/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC 12 tests failed. FAILED: org.apache.solr.client.solrj.request.TestV2Request.testHttpSolrClient Error Message: expected:<0> but was:<1> Stack Trace:

[jira] [Commented] (SOLR-12925) Configsets API should allow update of existing configset

2018-10-26 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665370#comment-16665370 ] Gus Heck commented on SOLR-12925: - If a method other than config sets api is possible and you have gradle

[jira] [Commented] (SOLR-12868) Request forwarding for v2 API is broken

2018-10-26 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665342#comment-16665342 ] Steve Rowe commented on SOLR-12868: --- As of commit {{f33be7a}} on this issue, {{TestV2Request}} is

[jira] [Commented] (SOLR-12928) TimeRoutedAliasUpdateProcessorTest testSliceRouting fails 1% of time

2018-10-26 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665340#comment-16665340 ] Erick Erickson commented on SOLR-12928: --- I'll run for a while to see if I can generate a failure

[jira] [Comment Edited] (SOLR-12922) Facet parser plugin for json.facet aka custom facet types

2018-10-26 Thread Michael Gibney (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665299#comment-16665299 ] Michael Gibney edited comment on SOLR-12922 at 10/26/18 3:48 PM: -  "more

[jira] [Commented] (SOLR-12922) Facet parser plugin for json.facet aka custom facet types

2018-10-26 Thread Michael Gibney (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665299#comment-16665299 ] Michael Gibney commented on SOLR-12922: ---  "more people who can implement own facet handling rather

[jira] [Updated] (SOLR-12928) TimeRoutedAliasUpdateProcessorTest testSliceRouting fails 1% of time

2018-10-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-12928: --- Attachment: TimeRoutedAliasUpdateProcessorTest.patch > TimeRoutedAliasUpdateProcessorTest

[jira] [Commented] (SOLR-12928) TimeRoutedAliasUpdateProcessorTest testSliceRouting fails 1% of time

2018-10-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665296#comment-16665296 ] Mark Miller commented on SOLR-12928: Not related to SSL, but here is some improvement to this test

[jira] [Commented] (SOLR-12928) TimeRoutedAliasUpdateProcessorTest testSliceRouting fails 1% of time

2018-10-26 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665284#comment-16665284 ] Erick Erickson commented on SOLR-12928: --- Well, 1,002 runs last night and all of then succeeded.

[jira] [Commented] (SOLR-12930) Add great developer documentation for writing tests.

2018-10-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665282#comment-16665282 ] Mark Miller commented on SOLR-12930: bq. docs stay there right next to the code That sounds good to

Re: [jira] [Commented] (SOLR-12930) Add great developer documentation for writing tests.

2018-10-26 Thread Erick Erickson
+1, also from the perspective that I could continue to forget the Wiki markup, it's been falling out of my brain the more I work with asciidoc. Would this become part of the regular source checkout, maybe in a sibling directory to solr-ref-guide or separate? Erick On Fri, Oct 26, 2018 at 6:56 AM

Re: [jira] [Commented] (LUCENE-8509) NGramTokenizer, TrimFilter and WordDelimiterGraphFilter in combination can produce backwards offsets

2018-10-26 Thread Michael Gibney
Ah, I see -- thanks, Michael. To make sure I understand correctly, this particular case (with this particular order of analysis components) *would* in fact be fixed by causing TrimFilter to update offsets. But for the sake of argument, if we had some filter *before* TrimFilter that for some reason

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

2018-10-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/2125/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.core.TestDynamicURP Error Message: java.util.concurrent.TimeoutException: Could not

[jira] [Commented] (LUCENE-8462) New Arabic snowball stemmer

2018-10-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665240#comment-16665240 ] ASF subversion and git services commented on LUCENE-8462: - Commit

[jira] [Commented] (LUCENE-8548) Reevaluate scripts boundary break in Nori's tokenizer

2018-10-26 Thread Jim Ferenczi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665235#comment-16665235 ] Jim Ferenczi commented on LUCENE-8548: -- Thanks for the pointer [~rcmuir], I'll work on a patch. >

[jira] [Commented] (SOLR-7557) Solrj doesn't handle child documents when using queryAndStreamResponse

2018-10-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665234#comment-16665234 ] ASF subversion and git services commented on SOLR-7557: --- Commit

[jira] [Resolved] (SOLR-7557) Solrj doesn't handle child documents when using queryAndStreamResponse

2018-10-26 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-7557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-7557. --- Resolution: Fixed > Solrj doesn't handle child documents when using queryAndStreamResponse >

[GitHub] lucene-solr issue #421: SOLR-7557: Fix parsing of child documents using quer...

2018-10-26 Thread janhoy
Github user janhoy commented on the issue: https://github.com/apache/lucene-solr/pull/421 Committed. You may close this PR (forgot to add the magic words in the commit msg) --- - To unsubscribe, e-mail:

[jira] [Commented] (LUCENE-8462) New Arabic snowball stemmer

2018-10-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665224#comment-16665224 ] ASF subversion and git services commented on LUCENE-8462: - Commit

[jira] [Commented] (SOLR-7557) Solrj doesn't handle child documents when using queryAndStreamResponse

2018-10-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665208#comment-16665208 ] ASF subversion and git services commented on SOLR-7557: --- Commit

[jira] [Commented] (SOLR-12930) Add great developer documentation for writing tests.

2018-10-26 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665207#comment-16665207 ] Cassandra Targett commented on SOLR-12930: -- bq. Or we could aim for a new asciidoctor powered

[jira] [Commented] (SOLR-12930) Add great developer documentation for writing tests.

2018-10-26 Thread Alexandre Rafalovitch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665177#comment-16665177 ] Alexandre Rafalovitch commented on SOLR-12930: -- +1 on the idea of asciidoc, especially since

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_172) - Build # 23096 - Still Unstable!

2018-10-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23096/ Java: 32bit/jdk1.8.0_172 -server -XX:+UseConcMarkSweepGC 18 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.client.solrj.request.TestV2Request Error Message: 1 thread leaked from SUITE scope at

Re: [jira] [Commented] (LUCENE-8548) Reevaluate scripts boundary break in Nori's tokenizer

2018-10-26 Thread Michael Sokolov
I agree w/Robert let's not reinvent solutions that are solved elsewhere. In an ideal world, wouldn't you want to be able to delegate tokenization of latin script portions to StandardTokenizer? I know that's not possible today, and I wouldn't derail the work here to try to make it happen since it

Re: [jira] [Commented] (LUCENE-8509) NGramTokenizer, TrimFilter and WordDelimiterGraphFilter in combination can produce backwards offsets

2018-10-26 Thread Michael Sokolov
In case it wasn't clear, I am +1 for Alan's plan. We can always restore offset-alterations here if at some future date we figure out how to do it correctly. On Fri, Oct 26, 2018 at 6:08 AM Michael Sokolov wrote: > The current situation is that it is impossible to apply offsets correctly > in a

Re: [jira] [Commented] (LUCENE-8509) NGramTokenizer, TrimFilter and WordDelimiterGraphFilter in combination can produce backwards offsets

2018-10-26 Thread Michael Sokolov
The current situation is that it is impossible to apply offsets correctly in a TokenFilter. It seems to work OK most of the time, but truly correct behavior relies on prior components in the chain not having altered the length of tokens, which some of them occasionally do. For complete correctness

[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk-9) - Build # 901 - Unstable!

2018-10-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/901/ Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseParallelGC 19 tests failed. FAILED: org.apache.solr.cloud.CloudExitableDirectoryReaderTest.test Error Message: Time allowed to handle this request exceeded Stack Trace:

[GitHub] lucene-solr issue #421: SOLR-7557: Fix parsing of child documents using quer...

2018-10-26 Thread computerlove
Github user computerlove commented on the issue: https://github.com/apache/lucene-solr/pull/421 Damn. Now it's there! --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail:

[jira] [Commented] (SOLR-12930) Add great developer documentation for writing tests.

2018-10-26 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-12930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665127#comment-16665127 ] Jan Høydahl commented on SOLR-12930: Or we could aim for a new asciidoctor powered 

[jira] [Commented] (SOLR-12930) Add great developer documentation for writing tests.

2018-10-26 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665110#comment-16665110 ] Cassandra Targett commented on SOLR-12930: -- [~markrmil...@gmail.com], I think it used to be that

[JENKINS] Lucene-Solr-Tests-master - Build # 2903 - Unstable

2018-10-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2903/ 1 tests failed. FAILED: org.apache.solr.client.solrj.impl.CloudSolrClientTest.testParallelUpdateQTime Error Message: Error from server at http://127.0.0.1:37791/solr/collection1_shard2_replica_n2: Expected mime type

[JENKINS] Lucene-Solr-Tests-7.x - Build # 977 - Unstable

2018-10-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/977/ 4 tests failed. FAILED: org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica Error Message: Expected new active leader null Live Nodes: [127.0.0.1:44463_solr, 127.0.0.1:44959_solr, 127.0.0.1:45051_solr]

[GitHub] lucene-solr issue #421: SOLR-7557: Fix parsing of child documents using quer...

2018-10-26 Thread janhoy
Github user janhoy commented on the issue: https://github.com/apache/lucene-solr/pull/421 Probably the easiest :) Thanks --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands,

[GitHub] lucene-solr issue #421: SOLR-7557: Fix parsing of child documents using quer...

2018-10-26 Thread computerlove
Github user computerlove commented on the issue: https://github.com/apache/lucene-solr/pull/421 I had some rebase/merge problems, getting a very large diff. Tried several times to fix it and keep the commit history for this issue, but ended up having to just apply the patch to a

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk1.8.0) - Build # 4894 - Unstable!

2018-10-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4894/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 10 tests failed. FAILED: org.apache.solr.client.solrj.request.TestV2Request.testHttpSolrClient Error Message: expected:<0> but was:<1> Stack Trace:

[JENKINS] Lucene-Solr-7.x-Linux (32bit/jdk1.8.0_172) - Build # 2980 - Still Unstable!

2018-10-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2980/ Java: 32bit/jdk1.8.0_172 -server -XX:+UseParallelGC 6 tests failed. FAILED: org.apache.solr.client.solrj.request.TestV2Request.testCloudSolrClient Error Message: expected:<0> but was:<1> Stack Trace: java.lang.AssertionError:

[jira] [Commented] (LUCENE-8548) Reevaluate scripts boundary break in Nori's tokenizer

2018-10-26 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16665014#comment-16665014 ] Robert Muir commented on LUCENE-8548: - As far as the suggested fix, why reinvent the wheel? In

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

2018-10-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1679/ 2 tests failed. FAILED: org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica Error Message: Expected new active leader null Live Nodes: [127.0.0.1:32960_solr, 127.0.0.1:35816_solr,

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-12-ea+12) - Build # 23095 - Unstable!

2018-10-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23095/ Java: 64bit/jdk-12-ea+12 -XX:-UseCompressedOops -XX:+UseG1GC 16 tests failed. FAILED: org.apache.solr.client.solrj.io.stream.StreamingTest.testParallelRollupStream Error Message: java.util.concurrent.ExecutionException:

[jira] [Resolved] (LUCENE-8462) New Arabic snowball stemmer

2018-10-26 Thread Jim Ferenczi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Ferenczi resolved LUCENE-8462. -- Resolution: Fixed Fix Version/s: master (8.0) 7.6 I merged in

[JENKINS-EA] Lucene-Solr-7.x-Windows (64bit/jdk-12-ea+12) - Build # 853 - Still Failing!

2018-10-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/853/ Java: 64bit/jdk-12-ea+12 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 2 tests failed. FAILED: org.apache.solr.TestTolerantSearch.testGetFieldsPhaseError Error Message: Error from server at

[jira] [Commented] (LUCENE-8524) Nori (Korean) analyzer tokenization issues

2018-10-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16664887#comment-16664887 ] ASF subversion and git services commented on LUCENE-8524: - Commit

[jira] [Commented] (LUCENE-8524) Nori (Korean) analyzer tokenization issues

2018-10-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16664882#comment-16664882 ] ASF subversion and git services commented on LUCENE-8524: - Commit

[jira] [Created] (LUCENE-8548) Reevaluate scripts boundary break in Nori's tokenizer

2018-10-26 Thread Jim Ferenczi (JIRA)
Jim Ferenczi created LUCENE-8548: Summary: Reevaluate scripts boundary break in Nori's tokenizer Key: LUCENE-8548 URL: https://issues.apache.org/jira/browse/LUCENE-8548 Project: Lucene - Core

[GitHub] lucene-solr issue #421: SOLR-7557: Fix parsing of child documents using quer...

2018-10-26 Thread janhoy
Github user janhoy commented on the issue: https://github.com/apache/lucene-solr/pull/421 Great. What's the reason for adding another child document to the test? Please do the following changes * Move the test to `SolrExampleStreamingBinaryTest` (don't need to test it

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 358 - Unstable

2018-10-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/358/ 3 tests failed. FAILED: org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica Error Message: Expected new active leader null Live Nodes: [127.0.0.1:35678_solr, 127.0.0.1:38106_solr,

[jira] [Commented] (SOLR-5776) Look at speeding up using SSL with tests.

2018-10-26 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-5776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16664797#comment-16664797 ] Jan Høydahl commented on SOLR-5776: --- If this is fixed, we should be able to remove the annotations

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

2018-10-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7585/ Java: 32bit/jdk1.8.0_172 -server -XX:+UseG1GC 16 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.sim.TestSimGenericDistributedQueue Error Message: Suite timeout exceeded (>= 720 msec).

[JENKINS] Lucene-Solr-BadApples-7.x-Linux (64bit/jdk-9.0.4) - Build # 111 - Still Unstable!

2018-10-26 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-BadApples-7.x-Linux/111/ Java: 64bit/jdk-9.0.4 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 7 tests failed. FAILED: org.apache.solr.cloud.SSLMigrationTest.test Error Message: Replica didn't have the proper urlScheme in the ClusterState Stack

[jira] [Commented] (SOLR-12922) Facet parser plugin for json.facet aka custom facet types

2018-10-26 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16664713#comment-16664713 ] Mikhail Khludnev commented on SOLR-12922: - [~dsmiley], facet parser handles facet types. This

[jira] [Updated] (SOLR-12922) Facet parser plugin for json.facet aka custom facet types

2018-10-26 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-12922: Summary: Facet parser plugin for json.facet aka custom facet types (was: Facet parser

Re: [jira] [Commented] (SOLR-12801) Fix the tests, remove BadApples and AwaitsFix annotations, improve env for test development.

2018-10-26 Thread Mark Miller
I'll get back to you on that very shortly. - Mark On Thu, Oct 25, 2018 at 7:51 PM Erick Erickson wrote: > Mark: > > All power to you of course. Procedurally, what is most helpful? My > impression is that there's going to be a _lot_ of reorganization going > on and what I don't quite understand