[GitHub] [lucene-solr] tflobbe commented on issue #717: SOLR-13542: Code cleanup - Avoid using stream filter count where possible

2019-08-22 Thread GitBox
tflobbe commented on issue #717: SOLR-13542: Code cleanup - Avoid using stream filter count where possible URL: https://github.com/apache/lucene-solr/pull/717#issuecomment-524180242 Hmmm sorry @KoenDG, I tried the "resolve conflicts" in the UI but I don't like the commit it did to your PR

[jira] [Commented] (SOLR-13712) JMX MBeans are not exposed because of race condition between creating platform mbean server and registering mbeans

2019-08-22 Thread Shalin Shekhar Mangar (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16913947#comment-16913947 ] Shalin Shekhar Mangar commented on SOLR-13712: -- I tracked down the problem to

[jira] [Commented] (SOLR-13568) Expand component should not cache group queries in the filter cache

2019-08-22 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-13568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16913940#comment-16913940 ] Tomás Fernández Löbbe commented on SOLR-13568: -- +1 > Expand component should not cache

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 1938 - Failure

2019-08-22 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1938/ No tests ran. Build Log: [...truncated 30 lines...] ERROR: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server svn:

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-13-rc) - Build # 8103 - Unstable!

2019-08-22 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/8103/ Java: 64bit/jdk-13-rc -XX:-UseCompressedOops -XX:+UseG1GC 3 tests failed. FAILED: org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testCatTime Error Message: expected:<6> but was:<5> Stack Trace:

[GitHub] [lucene-solr] atris commented on issue #817: SOLR-13655:Upgrade Collections.unModifiableSet to Set.of and Set.copyOf

2019-08-22 Thread GitBox
atris commented on issue #817: SOLR-13655:Upgrade Collections.unModifiableSet to Set.of and Set.copyOf URL: https://github.com/apache/lucene-solr/pull/817#issuecomment-524171873 @tflobbe Thanks, for some reason, my grep command missed those ones. Updated the PR with the same.

[GitHub] [lucene-solr] tflobbe commented on issue #817: SOLR-13655:Upgrade Collections.unModifiableSet to Set.of and Set.copyOf

2019-08-22 Thread GitBox
tflobbe commented on issue #817: SOLR-13655:Upgrade Collections.unModifiableSet to Set.of and Set.copyOf URL: https://github.com/apache/lucene-solr/pull/817#issuecomment-524169087 Thanks @atris. Changes look good to me, however, I think there are a couple more cases that we could change:

[jira] [Updated] (SOLR-13712) JMX MBeans are not exposed because of race condition between creating platform mbean server and registering mbeans

2019-08-22 Thread Shalin Shekhar Mangar (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-13712: - Description: This is quite easy to reproduce. {code} wget

[GitHub] [lucene-solr] atris commented on issue #817: SOLR-13655:Upgrade Collections.unModifiableSet to Set.of and Set.copyOf

2019-08-22 Thread GitBox
atris commented on issue #817: SOLR-13655:Upgrade Collections.unModifiableSet to Set.of and Set.copyOf URL: https://github.com/apache/lucene-solr/pull/817#issuecomment-524158067 Gentle Ping This is an automated message from

[GitHub] [lucene-solr] atris commented on issue #823: LUCENE-8939: Introduce Shared Count Early Termination In Parallel Search

2019-08-22 Thread GitBox
atris commented on issue #823: LUCENE-8939: Introduce Shared Count Early Termination In Parallel Search URL: https://github.com/apache/lucene-solr/pull/823#issuecomment-524157568 Any thoughts on this one? This seems like a reasonable way to avoid collecting extra hits with minimal

[jira] [Created] (SOLR-13712) JMX MBeans are not exposed because of race condition between creating platform mbean server and registering mbeans

2019-08-22 Thread Shalin Shekhar Mangar (Jira)
Shalin Shekhar Mangar created SOLR-13712: Summary: JMX MBeans are not exposed because of race condition between creating platform mbean server and registering mbeans Key: SOLR-13712 URL:

[jira] [Commented] (SOLR-13711) remove dead sort==null code paths in QueryCommand.java

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

[jira] [Commented] (LUCENE-8956) QueryRescorer sort optimization

2019-08-22 Thread Lucene/Solr QA (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16913857#comment-16913857 ] Lucene/Solr QA commented on LUCENE-8956: | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote

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

2019-08-22 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Solaris/282/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 5 tests failed. FAILED: org.apache.solr.handler.TestContainerReqHandler.testCacheLoadFromPackage Error Message: Error from server at

[GitHub] [lucene-solr] jtibshirani commented on issue #832: LUCENE-8952: Use a sort key instead of true distance in NearestNeighbor.

2019-08-22 Thread GitBox
jtibshirani commented on issue #832: LUCENE-8952: Use a sort key instead of true distance in NearestNeighbor. URL: https://github.com/apache/lucene-solr/pull/832#issuecomment-524142426 Thanks for the review @iverase, I pushed some new changes.

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

2019-08-22 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/3550/ [...truncated 33 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/456/consoleText [repro] Revision: e94a7b05fbd2dcbce3700b318674bd0df1465510 [repro] Repro line: ant test

[JENKINS] Lucene-Solr-Tests-8.x - Build # 457 - Still Unstable

2019-08-22 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/457/ 1 tests failed. FAILED: org.apache.solr.handler.TestContainerReqHandler.testCacheLoadFromPackage Error Message: Error from server at http://127.0.0.1:34155/solr: Underlying core creation failed while creating collection:

[jira] [Commented] (SOLR-12393) ExpandComponent only calculates the score of expanded docs when sorted by score

2019-08-22 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16913780#comment-16913780 ] David Smiley commented on SOLR-12393: - I reviewed the code but admittedly not the test. I don't

[JENKINS] Lucene-Solr-8.x-Linux (32bit/jdk1.8.0_201) - Build # 1062 - Unstable!

2019-08-22 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/1062/ Java: 32bit/jdk1.8.0_201 -server -XX:+UseSerialGC 4 tests failed. FAILED: org.apache.solr.handler.TestContainerReqHandler.testCacheLoadFromPackage Error Message: Error from server at http://127.0.0.1:44227/solr: Underlying core

[jira] [Comment Edited] (SOLR-13360) StringIndexOutOfBoundsException: String index out of range: -3

2019-08-22 Thread Anis Dk (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16913706#comment-16913706 ] Anis Dk edited comment on SOLR-13360 at 8/22/19 9:31 PM: - This is happening with

[jira] [Comment Edited] (SOLR-13360) StringIndexOutOfBoundsException: String index out of range: -3

2019-08-22 Thread Anis Dk (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16913706#comment-16913706 ] Anis Dk edited comment on SOLR-13360 at 8/22/19 9:30 PM: - This is happening with

[jira] [Comment Edited] (SOLR-13360) StringIndexOutOfBoundsException: String index out of range: -3

2019-08-22 Thread Anis Dk (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16913706#comment-16913706 ] Anis Dk edited comment on SOLR-13360 at 8/22/19 9:30 PM: - This is happening with

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

2019-08-22 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/3549/ [...truncated 30 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/455/consoleText [repro] Revision: e94a7b05fbd2dcbce3700b318674bd0df1465510 [repro] Repro line: ant test

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-12.0.1) - Build # 5306 - Unstable!

2019-08-22 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5306/ Java: 64bit/jdk-12.0.1 -XX:+UseCompressedOops -XX:+UseG1GC 2 tests failed. FAILED: org.apache.solr.handler.TestContainerReqHandler.testPackageAPI Error Message: attempt: 9 Mismatch for value : '[requestHandler]' in response

[jira] [Comment Edited] (SOLR-13360) StringIndexOutOfBoundsException: String index out of range: -3

2019-08-22 Thread Anis Dk (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16913706#comment-16913706 ] Anis Dk edited comment on SOLR-13360 at 8/22/19 9:26 PM: - This is happening with

[jira] [Commented] (SOLR-13360) StringIndexOutOfBoundsException: String index out of range: -3

2019-08-22 Thread Anis Dk (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16913706#comment-16913706 ] Anis Dk commented on SOLR-13360: This is happening with Solr 7.1 as well. Below the configuration for

[JENKINS] Lucene-Solr-Tests-8.x - Build # 456 - Still Unstable

2019-08-22 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/456/ 1 tests failed. FAILED: org.apache.solr.handler.TestContainerReqHandler.testCacheLoadFromPackage Error Message: Error from server at http://127.0.0.1:41961/solr: Underlying core creation failed while creating collection:

[jira] [Commented] (LUCENE-8956) QueryRescorer sort optimization

2019-08-22 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16913694#comment-16913694 ] Adrien Grand commented on LUCENE-8956: -- The changes in src/java look good to me. Maybe we could

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-22 Thread Mark Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16913677#comment-16913677 ] Mark Miller commented on SOLR-13452: [~tomoko], thanks so much! That's a huge help, even if you don't

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16913675#comment-16913675 ] ASF subversion and git services commented on SOLR-13452: Commit

[jira] [Updated] (LUCENE-8956) QueryRescorer sort optimization

2019-08-22 Thread Paul Sanwald (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Sanwald updated LUCENE-8956: - Status: Patch Available (was: Open) > QueryRescorer sort optimization >

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-22 Thread Mark Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16913658#comment-16913658 ] Mark Miller commented on SOLR-13452: [~ivera], thanks, good catches - one of the hard parts of this

[jira] [Updated] (SOLR-13711) remove dead sort==null code paths in QueryCommand.java

2019-08-22 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-13711: --- Status: Patch Available (was: Open) > remove dead sort==null code paths in

[jira] [Updated] (SOLR-13711) remove dead sort==null code paths in QueryCommand.java

2019-08-22 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-13711: --- Attachment: SOLR-13711.patch > remove dead sort==null code paths in

[jira] [Commented] (SOLR-6203) cast exception while searching with sort function and result grouping

2019-08-22 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-6203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16913636#comment-16913636 ] Christine Poerschke commented on SOLR-6203: --- ticket cross-referencing: I tried to return to this

[jira] [Commented] (SOLR-13711) remove dead sort==null code paths in QueryCommand.java

2019-08-22 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16913635#comment-16913635 ] Christine Poerschke commented on SOLR-13711: Looking at the current

[jira] [Created] (SOLR-13711) remove dead sort==null code paths in QueryCommand.java

2019-08-22 Thread Christine Poerschke (Jira)
Christine Poerschke created SOLR-13711: -- Summary: remove dead sort==null code paths in QueryCommand.java Key: SOLR-13711 URL: https://issues.apache.org/jira/browse/SOLR-13711 Project: Solr

[JENKINS-EA] Lucene-Solr-8.x-Windows (64bit/jdk-14-ea+9) - Build # 415 - Still Unstable!

2019-08-22 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/415/ Java: 64bit/jdk-14-ea+9 -XX:-UseCompressedOops -XX:+UseParallelGC 8 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.client.solrj.io.stream.StreamExpressionTest Error Message: Could not remove the following

Re: Failing tests

2019-08-22 Thread Michael Sokolov
Merry Christmas! On Thu, Aug 22, 2019, 9:44 AM Erick Erickson wrote: > Just for yucks, I grepped the e-mails I’ve been sending out for the number > of failing tests in the most recent 4 of Hoss’s rollups, see below. > > The drop in the last few weeks is dramatic, hope it’s a trend….. > >

[jira] [Comment Edited] (SOLR-11616) Backup failing on a constantly changing index with NoSuchFileException

2019-08-22 Thread Angel (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16913507#comment-16913507 ] Angel edited comment on SOLR-11616 at 8/22/19 5:05 PM: --- It looks this is back in

[jira] [Comment Edited] (SOLR-11616) Backup failing on a constantly changing index with NoSuchFileException

2019-08-22 Thread Angel (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16913507#comment-16913507 ] Angel edited comment on SOLR-11616 at 8/22/19 5:04 PM: --- It looks this is back in

[jira] [Commented] (SOLR-11616) Backup failing on a constantly changing index with NoSuchFileException

2019-08-22 Thread Angel (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16913507#comment-16913507 ] Angel commented on SOLR-11616: -- It looks this is back in 8.0.0 as well, and we can't create a backup for our

Re: Failing tests

2019-08-22 Thread Chris Hostetter
: Just for yucks, I grepped the e-mails I’ve been sending out for the : number of failing tests in the most recent 4 of Hoss’s rollups, see : below. my reports aren't comprehensive for the past few weeks because of a bug in Uwe's jenkins box that broke data collection...

Failing tests

2019-08-22 Thread Erick Erickson
Just for yucks, I grepped the e-mails I’ve been sending out for the number of failing tests in the most recent 4 of Hoss’s rollups, see below. The drop in the last few weeks is dramatic, hope it’s a trend….. e-mail-2018-06-11.txt: 989 e-mail-2018-06-18.txt: 689 e-mail-2018-06-25.txt: 555

[JENKINS] Lucene-Solr-Tests-8.x - Build # 455 - Still Unstable

2019-08-22 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/455/ 1 tests failed. FAILED: org.apache.solr.handler.TestContainerReqHandler.testCacheLoadFromPackage Error Message: Error from server at http://127.0.0.1:37788/solr: Underlying core creation failed while creating collection:

[jira] [Updated] (LUCENE-8956) QueryRescorer sort optimization

2019-08-22 Thread Paul Sanwald (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Sanwald updated LUCENE-8956: - Attachment: LUCENE-8956.patch Lucene Fields: New,Patch Available (was: New) Review

[jira] [Created] (LUCENE-8956) QueryRescorer sort optimization

2019-08-22 Thread Paul Sanwald (Jira)
Paul Sanwald created LUCENE-8956: Summary: QueryRescorer sort optimization Key: LUCENE-8956 URL: https://issues.apache.org/jira/browse/LUCENE-8956 Project: Lucene - Core Issue Type:

[jira] [Commented] (SOLR-13105) A visual guide to Solr Math Expressions and Streaming Expressions

2019-08-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16913438#comment-16913438 ] ASF subversion and git services commented on SOLR-13105: Commit

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

2019-08-22 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/3548/ [...truncated 33 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/454/consoleText [repro] Revision: e94a7b05fbd2dcbce3700b318674bd0df1465510 [repro] Repro line: ant test

[jira] [Commented] (LUCENE-8944) "I am authorized to contribute" wording in the Pull Request Template

2019-08-22 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16913411#comment-16913411 ] Christine Poerschke commented on LUCENE-8944: - Thanks [~janhoy] for your input! bq. Let’s

[JENKINS] Lucene-Solr-8.x-Linux (32bit/jdk1.8.0_201) - Build # 1060 - Unstable!

2019-08-22 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/1060/ Java: 32bit/jdk1.8.0_201 -server -XX:+UseSerialGC 4 tests failed. FAILED: org.apache.solr.handler.TestContainerReqHandler.testCacheLoadFromPackage Error Message: Error from server at http://127.0.0.1:46163/solr: Underlying core

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

2019-08-22 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Solaris/281/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC 6 tests failed. FAILED: org.apache.solr.handler.TestContainerReqHandler.testCacheLoadFromPackage Error Message: Error from server at http://127.0.0.1:36458/solr:

[JENKINS] Lucene-Solr-Tests-master - Build # 3604 - Failure

2019-08-22 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/3604/ 1 tests failed. FAILED: org.apache.lucene.monitor.TestCachePurging.testBackgroundPurges Error Message: expected:<-1> but was:<48810385301923647> Stack Trace: java.lang.AssertionError: expected:<-1> but was:<48810385301923647>

Facing Time Out Issue in Solr

2019-08-22 Thread Sanjoy Ganguly
Hello, Good evening! I am facing issue while trying to index 4 files. Getting "time out error" in log. I am using Solr 7.5, installed in the Linux server. We have lot of business document that we are able to index but except below listed file. 1. File 1 Size- approx 340 MB Page count-

[JENKINS] Lucene-Solr-Tests-8.x - Build # 454 - Unstable

2019-08-22 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/454/ 1 tests failed. FAILED: org.apache.solr.handler.TestContainerReqHandler.testCacheLoadFromPackage Error Message: Error from server at http://127.0.0.1:41985/solr: Underlying core creation failed while creating collection:

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-11.0.3) - Build # 24587 - Unstable!

2019-08-22 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24587/ Java: 64bit/jdk-11.0.3 -XX:-UseCompressedOops -XX:+UseParallelGC 3 tests failed. FAILED: org.apache.solr.search.facet.TestCloudJSONFacetSKG.testRandom Error Message: Error from server at

[jira] [Commented] (SOLR-13709) Race condition on core reload while core is still loading?

2019-08-22 Thread Mark Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16913221#comment-16913221 ] Mark Miller commented on SOLR-13709: I don’t recall adding a comment off the top of my head but I

[JENKINS] Lucene-Solr-SmokeRelease-8.x - Build # 187 - Failure

2019-08-22 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-8.x/187/ No tests ran. Build Log: [...truncated 24871 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-NightlyTests-master - Build # 1937 - Still Unstable

2019-08-22 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1937/ 2 tests failed. FAILED: org.apache.lucene.util.packed.TestPackedInts.testPackedLongValues Error Message: Test abandoned because suite timeout was reached. Stack Trace: java.lang.Exception: Test abandoned because suite

[jira] [Comment Edited] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-22 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16913088#comment-16913088 ] Ignacio Vera edited comment on SOLR-13452 at 8/22/19 7:55 AM: -- I had a look

[jira] [Commented] (SOLR-13452) Update the lucene-solr build from Ivy+Ant+Maven (shadow build) to Gradle.

2019-08-22 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16913088#comment-16913088 ] Ignacio Vera commented on SOLR-13452: - I had a look to the implementation and I found that the new

[GitHub] [lucene-solr] iverase commented on issue #832: LUCENE-8952: Use a sort key instead of true distance in NearestNeighbors.

2019-08-22 Thread GitBox
iverase commented on issue #832: LUCENE-8952: Use a sort key instead of true distance in NearestNeighbors. URL: https://github.com/apache/lucene-solr/pull/832#issuecomment-523792009 FYI: I opened #842 which seems to help a lot in performance as well.

[GitHub] [lucene-solr] atris commented on issue #842: LUCENE-8955: Move compare logic to IntersectVisitor in NearestNeighbor

2019-08-22 Thread GitBox
atris commented on issue #842: LUCENE-8955: Move compare logic to IntersectVisitor in NearestNeighbor URL: https://github.com/apache/lucene-solr/pull/842#issuecomment-523789245 +1, LGTM This is an automated message from the

[GitHub] [lucene-solr] iverase opened a new pull request #842: LUCENE-8955: Move compare logic to IntersectVisitor in NearestNeighbor

2019-08-22 Thread GitBox
iverase opened a new pull request #842: LUCENE-8955: Move compare logic to IntersectVisitor in NearestNeighbor URL: https://github.com/apache/lucene-solr/pull/842 Relates to #783 This is an automated message from the Apache

[jira] [Created] (LUCENE-8955) Move compare logic to IntersectVisitor in NearestNeighbor

2019-08-22 Thread Ignacio Vera (Jira)
Ignacio Vera created LUCENE-8955: Summary: Move compare logic to IntersectVisitor in NearestNeighbor Key: LUCENE-8955 URL: https://issues.apache.org/jira/browse/LUCENE-8955 Project: Lucene - Core

[JENKINS-EA] Lucene-Solr-8.x-Windows (64bit/jdk-14-ea+9) - Build # 414 - Still Unstable!

2019-08-22 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/414/ Java: 64bit/jdk-14-ea+9 -XX:-UseCompressedOops -XX:+UseG1GC 5 tests failed. FAILED: org.apache.solr.cloud.LegacyCloudClusterPropTest.testCreateCollectionSwitchLegacyCloud Error Message: IOException occurred when talking to

[jira] [Commented] (SOLR-13707) API to expose the currently used package name, details for each plugin

2019-08-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16913020#comment-16913020 ] ASF subversion and git services commented on SOLR-13707: Commit

[jira] [Commented] (SOLR-13707) API to expose the currently used package name, details for each plugin

2019-08-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16913019#comment-16913019 ] ASF subversion and git services commented on SOLR-13707: Commit

[jira] [Commented] (SOLR-13707) API to expose the currently used package name, details for each plugin

2019-08-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16913016#comment-16913016 ] ASF subversion and git services commented on SOLR-13707: Commit

[jira] [Commented] (SOLR-13707) API to expose the currently used package name, details for each plugin

2019-08-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16913011#comment-16913011 ] ASF subversion and git services commented on SOLR-13707: Commit

[GitHub] [lucene-solr] noblepaul merged pull request #841: SOLR-13707: API to expose the currently used package name, details for each plugin

2019-08-22 Thread GitBox
noblepaul merged pull request #841: SOLR-13707: API to expose the currently used package name, details for each plugin URL: https://github.com/apache/lucene-solr/pull/841 This is an automated message from the Apache Git

[GitHub] [lucene-solr] noblepaul opened a new pull request #841: SOLR-13707: API to expose the currently used package name, details for each plugin

2019-08-22 Thread GitBox
noblepaul opened a new pull request #841: SOLR-13707: API to expose the currently used package name, details for each plugin URL: https://github.com/apache/lucene-solr/pull/841 # Description API to expose the currently used package name, details for each plugin