[jira] [Commented] (SOLR-11598) ExportWriter should support sorting on more than 4 sort fields

2018-08-23 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16591180#comment-16591180 ] Varun Thacker commented on SOLR-11598: -- While trying to debug this test case I ran into a NPE caused

[JENKINS] Lucene-Solr-SmokeRelease-7.x - Build # 298 - Failure

2018-08-23 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-7.x/298/ No tests ran. Build Log: [...truncated 23261 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-EA] Lucene-Solr-BadApples-master-Linux (64bit/jdk-11-ea+25) - Build # 83 - Still Unstable!

2018-08-23 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-BadApples-master-Linux/83/ Java: 64bit/jdk-11-ea+25 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 59 tests failed. FAILED: org.apache.solr.client.solrj.io.stream.StreamDecoratorTest.testParallelComplementStream Error Message:

[jira] [Commented] (LUCENE-8465) Remove legacy auto-prefix logic from IntersectTermsEnum

2018-08-23 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16591142#comment-16591142 ] David Smiley commented on LUCENE-8465: -- Nice.  If you're in the mood, you might also want to strip

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

2018-08-23 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/300/ 1 tests failed. FAILED: org.apache.solr.core.OpenCloseCoreStressTest.test10Minutes Error Message: Captured an uncaught exception in thread: Thread[id=4917, name=Lucene Merge Thread #1, state=RUNNABLE,

[jira] [Commented] (SOLR-11598) ExportWriter should support sorting on more than 4 sort fields

2018-08-23 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16591118#comment-16591118 ] Varun Thacker commented on SOLR-11598: -- Thanks Steve! Amrit and I are looking into it >

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-9.0.4) - Build # 22733 - Failure!

2018-08-23 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22733/ Java: 64bit/jdk-9.0.4 -XX:-UseCompressedOops -XX:+UseParallelGC All tests passed Build Log: [...truncated 14172 lines...] [junit4] JVM J2: stdout was not empty, see:

[JENKINS-EA] Lucene-Solr-7.x-Linux (64bit/jdk-11-ea+25) - Build # 2618 - Unstable!

2018-08-23 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2618/ Java: 64bit/jdk-11-ea+25 -XX:-UseCompressedOops -XX:+UseParallelGC 7 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.schema.SchemaApiFailureTest Error Message: Stack Trace: java.util.concurrent.TimeoutException

[jira] [Commented] (SOLR-11598) ExportWriter should support sorting on more than 4 sort fields

2018-08-23 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16590974#comment-16590974 ] Steve Rowe commented on SOLR-11598: --- Reproducing failure from

[jira] [Commented] (SOLR-12028) BadApple and AwaitsFix annotations usage

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

Re: benchmark drop for PrimaryKey

2018-08-23 Thread Michael Sokolov
I think the benchmarks need updating after LUCENE-8461. I got them working again by replacing lucene70 with lucene80 everywhere except for the DocValues formats, and adding the backward-codecs.jar to the benchmarks build. I'm not sure that was really the right way to go about this? After that I

[jira] [Commented] (SOLR-12028) BadApple and AwaitsFix annotations usage

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

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

2018-08-23 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22732/ Java: 64bit/jdk1.8.0_172 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 4 tests failed. FAILED: org.apache.solr.handler.export.TestExportWriter.testMultipleSorts Error Message: Stack Trace: java.lang.AssertionError

[jira] [Updated] (SOLR-12684) Document speed gotchas and partitionKeys usage for ParallelStream

2018-08-23 Thread Amrit Sarkar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amrit Sarkar updated SOLR-12684: Attachment: SOLR-12684.patch > Document speed gotchas and partitionKeys usage for ParallelStream >

[jira] [Commented] (SOLR-12684) Document speed gotchas and partitionKeys usage for ParallelStream

2018-08-23 Thread Amrit Sarkar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16590951#comment-16590951 ] Amrit Sarkar commented on SOLR-12684: - In most of the examples listed (sources and decorators) w.r.t

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

2018-08-23 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/1292/ [...truncated 28 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/134/consoleText [repro] Revision: 95cb7aa491f5659084852ec29f52cc90cd7ea35c [repro] Repro line: ant test

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

2018-08-23 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/1290/ [...truncated 28 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-7.x/139/consoleText [repro] Revision: 03eba329b12c269002470a986fe8ee5c7281dba2 [repro] Repro line: ant test

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

2018-08-23 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/1291/ [...truncated 28 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-master/1105/consoleText [repro] Revision: 025350ea12f648b8f5864a0ba6ef85ddff577a2a [repro] Ant options:

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

2018-08-23 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/1289/ [...truncated 35 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/812/consoleText [repro] Revision: 03eba329b12c269002470a986fe8ee5c7281dba2 [repro] Repro line: ant test

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

2018-08-23 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2736/ 8 tests failed. FAILED: org.apache.solr.cloud.AddReplicaTest.test Error Message:

[jira] [Commented] (SOLR-12572) Reuse fieldvalues computed while sorting at writing in ExportWriter

2018-08-23 Thread Lucene/Solr QA (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16590852#comment-16590852 ] Lucene/Solr QA commented on SOLR-12572: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote ||

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

2018-08-23 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/134/ 6 tests failed. FAILED: org.apache.solr.core.TestCodecSupport.testDocValuesFormats Error Message: An SPI class of type org.apache.lucene.codecs.DocValuesFormat with name 'Lucene80' does not exist. You need to add the

Re: benchmark drop for PrimaryKey

2018-08-23 Thread Michael Sokolov
OK thanks. I guess this benchmark must be run on a large-enough index that it doesn't fit entirely in RAM already anyway? When I ran it locally using the vanilla benchmark instructions, I believe the generated index was quite small (wikimedium10k). At any rate, I don't have any specific use case

Re: benchmark drop for PrimaryKey

2018-08-23 Thread David Smiley
Switching to "FST50" ought to bring back much of the benefit of "Memory". On Thu, Aug 23, 2018 at 5:15 PM Adrien Grand wrote: > The commit that caused this slowdown might be > https://github.com/mikemccand/luceneutil/commit/1d8460f342f269c98047def9f9eb76213acae5d9 > . > > We don't have anything

[jira] [Commented] (LUCENE-8461) Add a Lucene80Codec

2018-08-23 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16590831#comment-16590831 ] Adrien Grand commented on LUCENE-8461: -- Woops, thanks Steve! > Add a Lucene80Codec >

Re: benchmark drop for PrimaryKey

2018-08-23 Thread Adrien Grand
The commit that caused this slowdown might be https://github.com/mikemccand/luceneutil/commit/1d8460f342f269c98047def9f9eb76213acae5d9 . We don't have anything that performs as well anymore indeed, but I'm not sure this is a big deal. I would suspect that there were not many users of that

[jira] [Commented] (LUCENE-8461) Add a Lucene80Codec

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

LUCENE-765

2018-08-23 Thread Michael Sokolov
Can I interest someone in reviewing my patch for https://issues.apache.org/jira/browse/LUCENE-765? It's additional javadoc for in the index package I was rooting around for some low-impact helpful thing to do here, and found this on a list of "newdev" issues. It's fairly high-level but should be

benchmark drop for PrimaryKey

2018-08-23 Thread Michael Sokolov
I happened to stumble across this chart https://home.apache.org/~mikemccand/lucenebench/PKLookup.html showing a pretty drastic drop in this benchmark on 5/13. I looked at the commits between the previous run and this one and did some investigation, trying to do some git bisect to find the problem

[jira] [Commented] (SOLR-11495) Reduce the list of which query parsers are loaded by default

2018-08-23 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-11495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16590784#comment-16590784 ] Jan Høydahl commented on SOLR-11495: I think we should keep them enabled as is, including xmlparser,

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

2018-08-23 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22731/ Java: 32bit/jdk1.8.0_172 -server -XX:+UseConcMarkSweepGC 43 tests failed. FAILED: org.apache.solr.cloud.UnloadDistributedZkTest.test Error Message: Timeout occured while waiting response from server at:

[jira] [Commented] (LUCENE-8461) Add a Lucene80Codec

2018-08-23 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16590749#comment-16590749 ] Steve Rowe commented on LUCENE-8461: Failing tests from

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

2018-08-23 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/1288/ [...truncated 33 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-Tests-master/2735/consoleText [repro] Revision: 8cde1277ec7151bd6ab62950ac93cbdd6ff04d9f [repro] Repro line: ant test

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

2018-08-23 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-master/1105/ No tests ran. Build Log: [...truncated 23221 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-BadApples-Tests-7.x - Build # 139 - Still Unstable

2018-08-23 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-7.x/139/ 8 tests failed. FAILED: org.apache.solr.cloud.HttpPartitionTest.test Error Message: Didn't see all replicas for shard shard1 in c8n_1x2 come up within 9 ms! ClusterState: { "collMinRf_1x3":{ "pullReplicas":"0",

[jira] [Resolved] (SOLR-12590) Improve Solr resource loader coverage in the ref guide

2018-08-23 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe resolved SOLR-12590. --- Resolution: Fixed Fix Version/s: 7.5 master (8.0) Committed. Thanks

[jira] [Commented] (SOLR-12590) Improve Solr resource loader coverage in the ref guide

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

[jira] [Commented] (SOLR-12590) Improve Solr resource loader coverage in the ref guide

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

[jira] [Commented] (SOLR-10028) SegmentsInfoRequestHandlerTest.testSegmentInfosVersion fails in master

2018-08-23 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-10028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16590616#comment-16590616 ] Tomás Fernández Löbbe commented on SOLR-10028: -- {quote}If/Since this would check that the

[jira] [Commented] (SOLR-12572) Reuse fieldvalues computed while sorting at writing in ExportWriter

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

[jira] [Commented] (LUCENE-8465) Remove legacy auto-prefix logic from IntersectTermsEnum

2018-08-23 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16590611#comment-16590611 ] Alan Woodward commented on LUCENE-8465: --- +1 > Remove legacy auto-prefix logic from

[JENKINS-EA] Lucene-Solr-7.x-Linux (64bit/jdk-11-ea+25) - Build # 2616 - Still Unstable!

2018-08-23 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2616/ Java: 64bit/jdk-11-ea+25 -XX:-UseCompressedOops -XX:+UseParallelGC 20 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.DocValuesNotIndexedTest Error Message: Collection not found: dv_coll Stack Trace:

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

2018-08-23 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/812/ 1 tests failed. FAILED: org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testSplitIntegration Error Message: events: [CapturedEvent{timestamp=2331071263694816, stage=STARTED, actionName='null', event={

[jira] [Commented] (SOLR-12572) Reuse fieldvalues computed while sorting at writing in ExportWriter

2018-08-23 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16590493#comment-16590493 ] Varun Thacker commented on SOLR-12572: -- Final patch which makes some minor changes on top of Amrit's

[jira] [Updated] (SOLR-12572) Reuse fieldvalues computed while sorting at writing in ExportWriter

2018-08-23 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-12572: - Attachment: SOLR-12572.patch > Reuse fieldvalues computed while sorting at writing in

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

2018-08-23 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22730/ Java: 64bit/jdk-10 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 18 tests failed. FAILED: org.apache.solr.core.TestCodecSupport.testMixedCompressionMode Error Message: An SPI class of type

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

2018-08-23 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/1286/ [...truncated 28 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/299/consoleText [repro] Revision: b5e79d0db0a884c454f8b6002cbabda5e82ee391 [repro] Ant options: -Dtests.multiplier=2

[jira] [Updated] (LUCENE-8465) Remove legacy auto-prefix logic from IntersectTermsEnum

2018-08-23 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-8465: - Attachment: LUCENE-8465.patch > Remove legacy auto-prefix logic from IntersectTermsEnum >

[jira] [Commented] (LUCENE-8465) Remove legacy auto-prefix logic from IntersectTermsEnum

2018-08-23 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16590389#comment-16590389 ] Adrien Grand commented on LUCENE-8465: -- Here is a patch. > Remove legacy auto-prefix logic from

[jira] [Created] (LUCENE-8465) Remove legacy auto-prefix logic from IntersectTermsEnum

2018-08-23 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-8465: Summary: Remove legacy auto-prefix logic from IntersectTermsEnum Key: LUCENE-8465 URL: https://issues.apache.org/jira/browse/LUCENE-8465 Project: Lucene - Core

[jira] [Resolved] (LUCENE-8461) Add a Lucene80Codec

2018-08-23 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-8461. -- Resolution: Fixed Fix Version/s: master (8.0) > Add a Lucene80Codec >

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

2018-08-23 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2735/ 2 tests failed. FAILED: org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.testBelowSearchRate Error Message: [Op{action=DELETEREPLICA, hints={COLL_SHARD=[{ "first":"belowRate_collection",

[jira] [Commented] (LUCENE-8461) Add a Lucene80Codec

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

[jira] [Commented] (SOLR-12519) Support Deeply Nested Docs In Child Documents Transformer

2018-08-23 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16590297#comment-16590297 ] David Smiley commented on SOLR-12519: - Next time I suggest pushing a new commit to the PR so that

[jira] [Commented] (SOLR-12121) JWT Authentication plugin

2018-08-23 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-12121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16590261#comment-16590261 ] Jan Høydahl commented on SOLR-12121: So the next question then is whether and how the Principal will

[JENKINS-EA] Lucene-Solr-7.x-Linux (64bit/jdk-11-ea+25) - Build # 2615 - Still Unstable!

2018-08-23 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2615/ Java: 64bit/jdk-11-ea+25 -XX:-UseCompressedOops -XX:+UseParallelGC 18 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.handler.component.CustomHighlightComponentTest Error Message: Could not find

[jira] [Commented] (SOLR-12519) Support Deeply Nested Docs In Child Documents Transformer

2018-08-23 Thread mosh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16590216#comment-16590216 ] mosh commented on SOLR-12519: - {quote} ||Reason||Tests|| |Failed junit

[jira] [Commented] (SOLR-12590) Improve Solr resource loader coverage in the ref guide

2018-08-23 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16590208#comment-16590208 ] Cassandra Targett commented on SOLR-12590: -- I took a look at the new patch - +1 overall. IMO

[jira] [Commented] (SOLR-12519) Support Deeply Nested Docs In Child Documents Transformer

2018-08-23 Thread Lucene/Solr QA (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16590156#comment-16590156 ] Lucene/Solr QA commented on SOLR-12519: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote ||

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

2018-08-23 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22729/ Java: 64bit/jdk-11-ea+25 -XX:-UseCompressedOops -XX:+UseSerialGC 13 tests failed. FAILED: org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitMixedReplicaTypesLink Error Message: unexpected shard state expected:

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

2018-08-23 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/811/ 1 tests failed. FAILED: org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testSplitIntegration Error Message: events: [CapturedEvent{timestamp=17493394761634003, stage=STARTED, actionName='null', event={

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

2018-08-23 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2614/ Java: 32bit/jdk1.8.0_172 -server -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.cloud.MoveReplicaHDFSTest.testFailedMove Error Message: No live SolrServers available to handle this

[jira] [Commented] (SOLR-12572) Reuse fieldvalues computed while sorting at writing in ExportWriter

2018-08-23 Thread Amrit Sarkar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16590013#comment-16590013 ] Amrit Sarkar commented on SOLR-12572: - I did some benchmarkings comparing export perf b/w version

[jira] [Created] (LUCENE-8464) Implement ConstantScoreScorer#setMinCompetitiveScore

2018-08-23 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-8464: Summary: Implement ConstantScoreScorer#setMinCompetitiveScore Key: LUCENE-8464 URL: https://issues.apache.org/jira/browse/LUCENE-8464 Project: Lucene - Core

[jira] [Created] (LUCENE-8463) Early-terminate queries sorted by SortField.DOC

2018-08-23 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-8463: Summary: Early-terminate queries sorted by SortField.DOC Key: LUCENE-8463 URL: https://issues.apache.org/jira/browse/LUCENE-8463 Project: Lucene - Core

[GitHub] lucene-solr pull request #440: Lucene 6989 v2

2018-08-23 Thread firewolf2010
Github user firewolf2010 closed the pull request at: https://github.com/apache/lucene-solr/pull/440 --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail:

[GitHub] lucene-solr pull request #440: Lucene 6989 v2

2018-08-23 Thread firewolf2010
GitHub user firewolf2010 opened a pull request: https://github.com/apache/lucene-solr/pull/440 Lucene 6989 v2 You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/lucene-solr LUCENE-6989-v2 Alternatively you can review and

[jira] [Commented] (SOLR-12692) Add hints/warnings for the ZK Status Admin UI

2018-08-23 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-12692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16589887#comment-16589887 ] Jan Høydahl commented on SOLR-12692: All good suggestions. I don't know if you played around with the

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

2018-08-23 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/299/ 51 tests failed. FAILED: org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.testBelowSearchRate Error Message: [Op{action=DELETEREPLICA, hints={COLL_SHARD=[{ "first":"belowRate_collection",

[jira] [Commented] (SOLR-12685) RTG should return the whole block if schema is nested

2018-08-23 Thread mosh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16589802#comment-16589802 ] mosh commented on SOLR-12685: - {quote}in RTG we need the realtime searcher{quote} Oh right I guess I sort of

[jira] [Comment Edited] (SOLR-12685) RTG should return the whole block if schema is nested

2018-08-23 Thread mosh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16589802#comment-16589802 ] mosh edited comment on SOLR-12685 at 8/23/18 7:04 AM: -- {quote}in RTG we need the

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

2018-08-23 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2613/ Java: 64bit/jdk-10 -XX:+UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.LeaderTragicEventTest Error Message: ObjectTracker found 1 object(s) that were not released!!!

[jira] [Comment Edited] (SOLR-12519) Support Deeply Nested Docs In Child Documents Transformer

2018-08-23 Thread mosh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16589744#comment-16589744 ] mosh edited comment on SOLR-12519 at 8/23/18 6:19 AM: -- {quote}Can you investigate

[jira] [Comment Edited] (SOLR-12519) Support Deeply Nested Docs In Child Documents Transformer

2018-08-23 Thread mosh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16589744#comment-16589744 ] mosh edited comment on SOLR-12519 at 8/23/18 6:19 AM: -- {quote}Can you investigate

[jira] [Updated] (SOLR-12519) Support Deeply Nested Docs In Child Documents Transformer

2018-08-23 Thread mosh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mosh updated SOLR-12519: Attachment: SOLR-12519-fix-solrj-tests.patch > Support Deeply Nested Docs In Child Documents Transformer >

[jira] [Commented] (SOLR-12519) Support Deeply Nested Docs In Child Documents Transformer

2018-08-23 Thread mosh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16589744#comment-16589744 ] mosh commented on SOLR-12519: - {quote}Can you investigate [~moshebla]?{quote} After further investigation it

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

2018-08-23 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2734/ 2 tests failed. FAILED: org.apache.solr.cloud.TestSkipOverseerOperations.testSkipLeaderOperations Error Message: Expected 2x1 for collection: collection1 null Live Nodes: [127.0.0.1:37905_solr, 127.0.0.1:41497_solr,