[JENKINS] Lucene-Solr-NightlyTests-8.1 - Build # 57 - Still Unstable

2019-07-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.1/57/ 1 tests failed. FAILED: org.apache.solr.cloud.BasicDistributedZkTest.test Error Message: Error from server at http://127.0.0.1:42487/collection1: Async exception during distributed update: Error from server at

[jira] [Created] (SOLR-13617) 8.x memory issue

2019-07-09 Thread Scott Yeadon (JIRA)
Scott Yeadon created SOLR-13617: --- Summary: 8.x memory issue Key: SOLR-13617 URL: https://issues.apache.org/jira/browse/SOLR-13617 Project: Solr Issue Type: Bug Components: update

[jira] [Resolved] (SOLR-11263) Payload function throws NPE for undefined fields

2019-07-09 Thread Munendra S N (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Munendra S N resolved SOLR-11263. - Resolution: Fixed Fix Version/s: 7.2 I have added simple test to verify the NPE fix.

[GitHub] [lucene-solr] atris commented on issue #595: Load freqs lazily in Postings

2019-07-09 Thread GitBox
atris commented on issue #595: Load freqs lazily in Postings URL: https://github.com/apache/lucene-solr/pull/595#issuecomment-509913222 I suggest we take it to the dev list, since this PR is unrelated to our discussion. Can you please post a question on the java dev list, and let us

[jira] [Commented] (SOLR-11610) Use PayloadDecoder instead of PayloadScoringSimilarityWrapper

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

[jira] [Commented] (SOLR-11263) Payload function throws NPE for undefined fields

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

[GitHub] [lucene-solr] wuyunfeng edited a comment on issue #595: Load freqs lazily in Postings

2019-07-09 Thread GitBox
wuyunfeng edited a comment on issue #595: Load freqs lazily in Postings URL: https://github.com/apache/lucene-solr/pull/595#issuecomment-509905214 @atris Thanks. I noted that in Lucene's source-tree code. Impact `frequency ` and `norm ` just to accelerate the `score process`

[jira] [Commented] (SOLR-11610) Use PayloadDecoder instead of PayloadScoringSimilarityWrapper

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

[jira] [Commented] (SOLR-11263) Payload function throws NPE for undefined fields

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

[GitHub] [lucene-solr] wuyunfeng edited a comment on issue #595: Load freqs lazily in Postings

2019-07-09 Thread GitBox
wuyunfeng edited a comment on issue #595: Load freqs lazily in Postings URL: https://github.com/apache/lucene-solr/pull/595#issuecomment-509905214 @atris Thanks. I noted that in Lucene's source-tree code. Impact `frequency ` and `norm ` just to accelerate the `score process`, the norm

[GitHub] [lucene-solr] wuyunfeng commented on issue #595: Load freqs lazily in Postings

2019-07-09 Thread GitBox
wuyunfeng commented on issue #595: Load freqs lazily in Postings URL: https://github.com/apache/lucene-solr/pull/595#issuecomment-509905214 @atris Thanks. I noted that in Lucene's source-tree code. Impact `frequency ` and `norm ` just to accelerate the `score process`, the norm value

[jira] [Commented] (SOLR-10377) Improve readability of the explain output for JSON format

2019-07-09 Thread Munendra S N (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881720#comment-16881720 ] Munendra S N commented on SOLR-10377: - Passing *debug.explain.structured=true* with debug=true will

[GitHub] [lucene-solr] atris commented on issue #595: Load freqs lazily in Postings

2019-07-09 Thread GitBox
atris commented on issue #595: Load freqs lazily in Postings URL: https://github.com/apache/lucene-solr/pull/595#issuecomment-509897775 Impacts are computed and stored at index level and represent the contribution potential (they are basically a pair of frequency and norm). I

[GitHub] [lucene-solr] wuyunfeng commented on issue #595: Load freqs lazily in Postings

2019-07-09 Thread GitBox
wuyunfeng commented on issue #595: Load freqs lazily in Postings URL: https://github.com/apache/lucene-solr/pull/595#issuecomment-509893369 @atris Thanks for your quickly reply. I also confused with the `impact` and `non impact`,can you explain what impact mean ? Thanks again

[GitHub] [lucene-solr] atris commented on issue #595: Load freqs lazily in Postings

2019-07-09 Thread GitBox
atris commented on issue #595: Load freqs lazily in Postings URL: https://github.com/apache/lucene-solr/pull/595#issuecomment-509892301 Yeah, should have been more verbose. Lucene50PostingsReader used to expose three (non impact) types of Enums: 1) EveryThingEnum : Exposes docs,

[GitHub] [lucene-solr] atris edited a comment on issue #595: Load freqs lazily in Postings

2019-07-09 Thread GitBox
atris edited a comment on issue #595: Load freqs lazily in Postings URL: https://github.com/apache/lucene-solr/pull/595#issuecomment-509889771 BlockPostingsEnum exposes docs + freqs + positions and BlockDocsEnum exposes only docs + freqs

[jira] [Commented] (SOLR-13240) UTILIZENODE action results in an exception

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

[GitHub] [lucene-solr] wuyunfeng edited a comment on issue #595: Load freqs lazily in Postings

2019-07-09 Thread GitBox
wuyunfeng edited a comment on issue #595: Load freqs lazily in Postings URL: https://github.com/apache/lucene-solr/pull/595#issuecomment-509890107 @atris Thanks for your reply . `docs + freqs + postings ` here the postings means extra position and payload??

[GitHub] [lucene-solr] wuyunfeng edited a comment on issue #595: Load freqs lazily in Postings

2019-07-09 Thread GitBox
wuyunfeng edited a comment on issue #595: Load freqs lazily in Postings URL: https://github.com/apache/lucene-solr/pull/595#issuecomment-509890107 @atris Thanks for your reply . `docs + freqs + postings ` . here the postings means extra position and payload??

[GitHub] [lucene-solr] wuyunfeng edited a comment on issue #595: Load freqs lazily in Postings

2019-07-09 Thread GitBox
wuyunfeng edited a comment on issue #595: Load freqs lazily in Postings URL: https://github.com/apache/lucene-solr/pull/595#issuecomment-509890107 @atris `docs + freqs + postings ` . here the postings means extra position and payload??

[GitHub] [lucene-solr] wuyunfeng commented on issue #595: Load freqs lazily in Postings

2019-07-09 Thread GitBox
wuyunfeng commented on issue #595: Load freqs lazily in Postings URL: https://github.com/apache/lucene-solr/pull/595#issuecomment-509890107 @atris docs + freqs + postings means extra position and payload?? This is an

[GitHub] [lucene-solr] atris commented on issue #595: Load freqs lazily in Postings

2019-07-09 Thread GitBox
atris commented on issue #595: Load freqs lazily in Postings URL: https://github.com/apache/lucene-solr/pull/595#issuecomment-509889771 BlockPostingsEnum exposes docs + freqs + postings and BlockDocsEnum exposes only docs + freqs

[GitHub] [lucene-solr] wuyunfeng edited a comment on issue #595: Load freqs lazily in Postings

2019-07-09 Thread GitBox
wuyunfeng edited a comment on issue #595: Load freqs lazily in Postings URL: https://github.com/apache/lucene-solr/pull/595#issuecomment-509888574 @mayya-sharipova how this feature would in effect ? run query without scoring? By the way, what is the main difference between

[GitHub] [lucene-solr] wuyunfeng edited a comment on issue #595: Load freqs lazily in Postings

2019-07-09 Thread GitBox
wuyunfeng edited a comment on issue #595: Load freqs lazily in Postings URL: https://github.com/apache/lucene-solr/pull/595#issuecomment-509888574 @mayya-sharipova how this feature would in effect ? run query without scoring? By the way, what is the main difference between

[GitHub] [lucene-solr] wuyunfeng edited a comment on issue #595: Load freqs lazily in Postings

2019-07-09 Thread GitBox
wuyunfeng edited a comment on issue #595: Load freqs lazily in Postings URL: https://github.com/apache/lucene-solr/pull/595#issuecomment-509888574 @mayya-sharipova how this feature would in effect ? run query without scoring?

[GitHub] [lucene-solr] wuyunfeng commented on issue #595: Load freqs lazily in Postings

2019-07-09 Thread GitBox
wuyunfeng commented on issue #595: Load freqs lazily in Postings URL: https://github.com/apache/lucene-solr/pull/595#issuecomment-509888574 @mayya-sharipova how this feature would in effect ? when query without scoring?

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

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

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

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

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

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

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

2019-07-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/3428/ All tests passed Build Log: [...truncated 64850 lines...] -ecj-javadoc-lint-tests: [mkdir] Created dir: /tmp/ecj617291114 [ecj-lint] Compiling 48 source files to /tmp/ecj617291114 [ecj-lint] invalid Class-Path header in

[jira] [Commented] (SOLR-13532) Unable to start core recovery due to timeout in ping request

2019-07-09 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881673#comment-16881673 ] Cao Manh Dat commented on SOLR-13532: - Thanks [~hossman] for very carefully take a look at this

[JENKINS-EA] Lucene-Solr-8.x-Linux (64bit/jdk-13-ea+26) - Build # 852 - Still Unstable!

2019-07-09 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/852/ Java: 64bit/jdk-13-ea+26 -XX:+UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.security.AuditLoggerIntegrationTest.testSynchronous Error Message: expected:<3> but was:<2> Stack Trace:

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

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

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

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

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

2019-07-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/3429/ [...truncated 28 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.1/56/consoleText [repro] Revision: 1b6553cb31178f7afd8c6e17cd84506c64ccb994 [repro] Ant options: -Dtests.multiplier=2

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

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

[JENKINS] Lucene-Solr-SmokeRelease-8.x - Build # 144 - Still Failing

2019-07-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-8.x/144/ No tests ran. Build Log: [...truncated 24989 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-8.x-Linux (64bit/jdk-12.0.1) - Build # 851 - Unstable!

2019-07-09 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/851/ Java: 64bit/jdk-12.0.1 -XX:-UseCompressedOops -XX:+UseParallelGC 15 tests failed. FAILED: org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplicaLegacy Error Message: Timeout occurred while waiting

[jira] [Updated] (SOLR-13616) Possible racecondition/deadlock between collection DELETE and PrepRecovery ? (TestPolicyCloud failures)

2019-07-09 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-13616: Attachment: SOLR-13616.test-incomplete.patch

[jira] [Created] (SOLR-13616) Possible racecondition/deadlock between collection DELETE and PrepRecovery ? (TestPolicyCloud failures)

2019-07-09 Thread Hoss Man (JIRA)
Hoss Man created SOLR-13616: --- Summary: Possible racecondition/deadlock between collection DELETE and PrepRecovery ? (TestPolicyCloud failures) Key: SOLR-13616 URL: https://issues.apache.org/jira/browse/SOLR-13616

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

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

[jira] [Commented] (SOLR-13578) Implement a generic Resource Manager for monitoring and controlling limited resources

2019-07-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881574#comment-16881574 ] David Smiley commented on SOLR-13578: - This looks useful. For example I believe [~mkhludnev] was

[jira] [Commented] (SOLR-13579) Create resource management API

2019-07-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881572#comment-16881572 ] David Smiley commented on SOLR-13579: - Oh I see this is a sub-task, and the parent task has a fine

[jira] [Commented] (SOLR-13579) Create resource management API

2019-07-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881571#comment-16881571 ] David Smiley commented on SOLR-13579: - Could you please add an issue description? The title is not

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

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

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

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

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

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

[jira] [Commented] (SOLR-13532) Unable to start core recovery due to timeout in ping request

2019-07-09 Thread Suril Shah (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881552#comment-16881552 ] Suril Shah commented on SOLR-13532: --- [~hossman]: This solution works as long as the timeout values

[jira] [Commented] (LUCENE-8883) CHANGES.txt: Auto add issue categories on new releases

2019-07-09 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881541#comment-16881541 ] Adrien Grand commented on LUCENE-8883: -- I did grep "^[A-Z]" CHANGES.txt | sort | uniq -c | sort

[jira] [Commented] (SOLR-13606) DateTimeFormatter Exception on Create Core

2019-07-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881518#comment-16881518 ] David Smiley commented on SOLR-13606: - Nonetheless it's bad that the JDK throws an NPE, although not

[jira] [Reopened] (SOLR-10377) Improve readability of the explain output for JSON format

2019-07-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley reopened SOLR-10377: - > Improve readability of the explain output for JSON format >

[jira] [Commented] (SOLR-10377) Improve readability of the explain output for JSON format

2019-07-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881507#comment-16881507 ] David Smiley commented on SOLR-10377: - The indentation problem has been a long-standing problem no

[jira] [Commented] (SOLR-13593) Allow to specify analyzer components by their SPI names in schema definition

2019-07-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881500#comment-16881500 ] David Smiley commented on SOLR-13593: - I really like this change! Love "name". I think you can make

[jira] [Commented] (LUCENE-8069) Allow index sorting by field length

2019-07-09 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881491#comment-16881491 ] Adrien Grand commented on LUCENE-8069: -- I didn't measure the indexing rate, I can do that next.

[jira] [Commented] (SOLR-13257) Enable replica routing affinity for better cache usage

2019-07-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881478#comment-16881478 ] David Smiley commented on SOLR-13257: - Cool! > Enable replica routing affinity for better cache

[jira] [Commented] (LUCENE-4312) Index format to store position length per position

2019-07-09 Thread Michael Gibney (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881477#comment-16881477 ] Michael Gibney commented on LUCENE-4312: This sounds potentially like a good way to proceed. I 

[JENKINS] Lucene-Solr-repro-Java11 - Build # 209 - Unstable

2019-07-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro-Java11/209/ [...truncated 28 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1893/consoleText [repro] Revision: ac209b637d68c84ce1402b6b8967514ce9cf6854 [repro] Ant options:

[jira] [Commented] (LUCENE-8069) Allow index sorting by field length

2019-07-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881476#comment-16881476 ] David Smiley commented on LUCENE-8069: -- Also; is luceneutil assuming the search query doesn't want

[jira] [Commented] (LUCENE-8069) Allow index sorting by field length

2019-07-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881474#comment-16881474 ] David Smiley commented on LUCENE-8069: -- Index sorting means slower indexing (naturally). How much

[jira] [Commented] (LUCENE-8632) XYShape: Adapt LatLonShape tessellator, field type, and queries to non-geo shapes

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

[jira] [Commented] (LUCENE-8632) XYShape: Adapt LatLonShape tessellator, field type, and queries to non-geo shapes

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

[jira] [Commented] (LUCENE-8883) CHANGES.txt: Auto add issue categories on new releases

2019-07-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881452#comment-16881452 ] David Smiley commented on LUCENE-8883: -- Thanks Adrien for determining this list of actual usages!

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

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

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-13-ea+shipilev-fastdebug) - Build # 24375 - Unstable!

2019-07-09 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24375/ Java: 64bit/jdk-13-ea+shipilev-fastdebug -XX:-UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.cloud.DeleteStatusTest.testProcessAndWaitDeletesAsyncIds Error Message: Request id was not deleted by

[JENKINS] Lucene-Solr-SmokeRelease-8.1 - Build # 56 - Still Failing

2019-07-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-8.1/56/ No tests ran. Build Log: [...truncated 23880 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-8.x-Windows (64bit/jdk-12.0.1) - Build # 358 - Still Unstable!

2019-07-09 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/358/ Java: 64bit/jdk-12.0.1 -XX:+UseCompressedOops -XX:+UseSerialGC 4 tests failed. FAILED: org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth Error Message: Software caused connection abort: recv failed Stack Trace:

[jira] [Comment Edited] (LUCENE-8366) upgrade to icu 62.1

2019-07-09 Thread Mathieu Marie (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881343#comment-16881343 ] Mathieu Marie edited comment on LUCENE-8366 at 7/9/19 4:09 PM: --- sorry to

[jira] [Commented] (LUCENE-8366) upgrade to icu 62.1

2019-07-09 Thread Mathieu Marie (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881343#comment-16881343 ] Mathieu Marie commented on LUCENE-8366: --- sorry to comment on a closed issue. It seems to me that

[jira] [Commented] (LUCENE-8900) Simplify MultiSorter

2019-07-09 Thread Namgyu Kim (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881302#comment-16881302 ] Namgyu Kim commented on LUCENE-8900: You're welcome! [~jpountz]. > Simplify MultiSorter >

[jira] [Resolved] (LUCENE-8900) Simplify MultiSorter

2019-07-09 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-8900. -- Resolution: Fixed Fix Version/s: 8.2 Thanks [~danmuzi]. > Simplify MultiSorter >

[jira] [Commented] (LUCENE-8311) Leverage impacts for phrase queries

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

[jira] [Commented] (LUCENE-8311) Leverage impacts for phrase queries

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

[jira] [Commented] (LUCENE-8900) Simplify MultiSorter

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

[jira] [Commented] (LUCENE-8311) Leverage impacts for phrase queries

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

[jira] [Commented] (LUCENE-8900) Simplify MultiSorter

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

[jira] [Commented] (LUCENE-8883) CHANGES.txt: Auto add issue categories on new releases

2019-07-09 Thread Alexandre Rafalovitch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881276#comment-16881276 ] Alexandre Rafalovitch commented on LUCENE-8883: --- [~dsmiley] I was more referring to the

[JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 145 - Failure

2019-07-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/145/ 1 tests failed. FAILED: org.apache.lucene.document.TestXYMultiPolygonShapeQueries.testRandomBig Error Message: Java heap space Stack Trace: java.lang.OutOfMemoryError: Java heap space at

[jira] [Commented] (LUCENE-8311) Leverage impacts for phrase queries

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

[GitHub] [lucene-solr] atris commented on issue #754: LUCENE-8875: Introduce Optimized Collector For Large Number Of Hits

2019-07-09 Thread GitBox
atris commented on issue #754: LUCENE-8875: Introduce Optimized Collector For Large Number Of Hits URL: https://github.com/apache/lucene-solr/pull/754#issuecomment-509655033 I just discovered ant beast that seems like the right tool for ensuring that such random tests get reproduced and

[GitHub] [lucene-solr] jpountz merged pull request #760: LUCENE-8311: Phrase impacts

2019-07-09 Thread GitBox
jpountz merged pull request #760: LUCENE-8311: Phrase impacts URL: https://github.com/apache/lucene-solr/pull/760 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [lucene-solr] atris commented on issue #769: LUCENE-8905: Better Error Handling For Illegal Arguments

2019-07-09 Thread GitBox
atris commented on issue #769: LUCENE-8905: Better Error Handling For Illegal Arguments URL: https://github.com/apache/lucene-solr/pull/769#issuecomment-509649701 [junit4] Tests with failures [seed: 214CBCDED4C34EFB] (first 10 out of 156): [junit4] -

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-11.0.3) - Build # 8044 - Failure!

2019-07-09 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/8044/ Java: 64bit/jdk-11.0.3 -XX:-UseCompressedOops -XX:+UseParallelGC 2 tests failed. FAILED: org.apache.solr.ltr.store.rest.TestModelManagerPersistence.testFilePersistence Error Message: Software caused connection abort: recv

[GitHub] [lucene-solr] mikemccand commented on issue #769: LUCENE-8905: Better Error Handling For Illegal Arguments

2019-07-09 Thread GitBox
mikemccand commented on issue #769: LUCENE-8905: Better Error Handling For Illegal Arguments URL: https://github.com/apache/lucene-solr/pull/769#issuecomment-509648232 Can you share one or two of the failures? How are so many tests relying on this leniency?

[jira] [Commented] (LUCENE-8069) Allow index sorting by field length

2019-07-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881211#comment-16881211 ] Michael McCandless commented on LUCENE-8069: +1, results are impressive. > Allow index

[jira] [Commented] (LUCENE-8311) Leverage impacts for phrase queries

2019-07-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881203#comment-16881203 ] Michael McCandless commented on LUCENE-8311: +1 to merge ... that is a good tradeoff! 

[jira] [Commented] (LUCENE-4312) Index format to store position length per position

2019-07-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881195#comment-16881195 ] Michael McCandless commented on LUCENE-4312: +1 to build on payloads, today, to break the

[GitHub] [lucene-solr] iverase commented on issue #762: LUCENE-8903: Add LatLonShape point query

2019-07-09 Thread GitBox
iverase commented on issue #762: LUCENE-8903: Add LatLonShape point query URL: https://github.com/apache/lucene-solr/pull/762#issuecomment-509623290 I think that can be solved by #770 (LUCENE-8746). This is actually what is proposed, to create an R-tree structure when creating a

[GitHub] [lucene-solr] iverase commented on issue #622: Update Tessellator logic to label if triangle edges belongs to the original polygon.

2019-07-09 Thread GitBox
iverase commented on issue #622: Update Tessellator logic to label if triangle edges belongs to the original polygon. URL: https://github.com/apache/lucene-solr/pull/622#issuecomment-509613098 Moved to #771 This is an

[GitHub] [lucene-solr] iverase closed pull request #622: Update Tessellator logic to label if triangle edges belongs to the original polygon.

2019-07-09 Thread GitBox
iverase closed pull request #622: Update Tessellator logic to label if triangle edges belongs to the original polygon. URL: https://github.com/apache/lucene-solr/pull/622 This is an automated message from the Apache Git

[GitHub] [lucene-solr] iverase opened a new pull request #771: LUCENE-8620: Update Tessellator logic to label if triangle edges belongs to the original polygon

2019-07-09 Thread GitBox
iverase opened a new pull request #771: LUCENE-8620: Update Tessellator logic to label if triangle edges belongs to the original polygon URL: https://github.com/apache/lucene-solr/pull/771 This information is then encoded and triangles are decoded using LatLonShape.decodeTriangle.

[jira] [Comment Edited] (SOLR-13240) UTILIZENODE action results in an exception

2019-07-09 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881150#comment-16881150 ] Christine Poerschke edited comment on SOLR-13240 at 7/9/19 11:37 AM: -

[jira] [Commented] (SOLR-13240) UTILIZENODE action results in an exception

2019-07-09 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881150#comment-16881150 ] Christine Poerschke commented on SOLR-13240: bq. ... As for attribution, "Richard Goodman" is

[jira] [Commented] (SOLR-13240) UTILIZENODE action results in an exception

2019-07-09 Thread Richard (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881145#comment-16881145 ] Richard commented on SOLR-13240: Hi Christine, thanks for looking at this. Updated patch looks good to

[jira] [Commented] (SOLR-13240) UTILIZENODE action results in an exception

2019-07-09 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881144#comment-16881144 ] Christine Poerschke commented on SOLR-13240: {quote}... I've attached a patch that myself and

[jira] [Commented] (SOLR-13240) UTILIZENODE action results in an exception

2019-07-09 Thread Tim Owen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881143#comment-16881143 ] Tim Owen commented on SOLR-13240: - Thanks for following up on this Christine.. updated patch looks good

[jira] [Commented] (SOLR-13240) UTILIZENODE action results in an exception

2019-07-09 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16881139#comment-16881139 ] Christine Poerschke commented on SOLR-13240: Attached revised patch with

[GitHub] [lucene-solr] atris commented on issue #754: LUCENE-8875: Introduce Optimized Collector For Large Number Of Hits

2019-07-09 Thread GitBox
atris commented on issue #754: LUCENE-8875: Introduce Optimized Collector For Large Number Of Hits URL: https://github.com/apache/lucene-solr/pull/754#issuecomment-509599328 @jpountz Thanks for looking through! I refactored the tests to remove the dependency on random() to populate

[jira] [Updated] (SOLR-13240) UTILIZENODE action results in an exception

2019-07-09 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-13240: --- Attachment: SOLR-13240.patch > UTILIZENODE action results in an exception >

[GitHub] [lucene-solr] jpountz commented on issue #754: LUCENE-8875: Introduce Optimized Collector For Large Number Of Hits

2019-07-09 Thread GitBox
jpountz commented on issue #754: LUCENE-8875: Introduce Optimized Collector For Large Number Of Hits URL: https://github.com/apache/lucene-solr/pull/754#issuecomment-509595902 > Too bad we cannot share any (of this complex) code with existing collectors The initial PR tried to share

[GitHub] [lucene-solr] jpountz commented on a change in pull request #754: LUCENE-8875: Introduce Optimized Collector For Large Number Of Hits

2019-07-09 Thread GitBox
jpountz commented on a change in pull request #754: LUCENE-8875: Introduce Optimized Collector For Large Number Of Hits URL: https://github.com/apache/lucene-solr/pull/754#discussion_r301523006 ## File path:

  1   2   >