[jira] [Assigned] (SOLR-7323) Core Admin API looks for config sets in wrong directory

2020-05-29 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-7323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley reassigned SOLR-7323: -- Assignee: David Smiley > Core Admin API looks for config sets in wrong directory >

[jira] [Commented] (SOLR-14494) Refactor BlockJoin to not use Filter.java

2020-05-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17120059#comment-17120059 ] ASF subversion and git services commented on SOLR-14494: Commit

[jira] [Resolved] (SOLR-14494) Refactor BlockJoin to not use Filter.java

2020-05-29 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-14494. - Fix Version/s: master (9.0) Resolution: Fixed > Refactor BlockJoin to not use Filter.java

[GitHub] [lucene-solr] dsmiley merged pull request #1523: SOLR-14494: Refactor BlockJoin to not use Filter

2020-05-29 Thread GitBox
dsmiley merged pull request #1523: URL: https://github.com/apache/lucene-solr/pull/1523 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[jira] [Commented] (LUCENE-9387) Remove RAM accounting from LeafReader

2020-05-29 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17120004#comment-17120004 ] Michael McCandless commented on LUCENE-9387: {quote}I'm not sure we need to tie this with

[jira] [Commented] (LUCENE-9388) Move live docs to disk?

2020-05-29 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17120001#comment-17120001 ] Michael McCandless commented on LUCENE-9388: Memory mapped IO is likely plenty fast, but

[jira] [Commented] (LUCENE-9388) Move live docs to disk?

2020-05-29 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17119956#comment-17119956 ] David Smiley commented on LUCENE-9388: -- This idea surprises me. Doesn't this need to be an

[jira] [Commented] (LUCENE-9359) SegmentInfos.readCommit should verify checksums in case of error

2020-05-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17119944#comment-17119944 ] ASF subversion and git services commented on LUCENE-9359: - Commit

[jira] [Commented] (LUCENE-9359) SegmentInfos.readCommit should verify checksums in case of error

2020-05-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17119943#comment-17119943 ] ASF subversion and git services commented on LUCENE-9359: - Commit

[jira] [Commented] (LUCENE-9301) Gradle: Jar MANIFEST incomplete

2020-05-29 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17119876#comment-17119876 ] David Smiley commented on LUCENE-9301: -- +1 to the patch > Gradle: Jar MANIFEST incomplete >

[jira] [Commented] (LUCENE-9387) Remove RAM accounting from LeafReader

2020-05-29 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17119868#comment-17119868 ] Adrien Grand commented on LUCENE-9387: -- I'm not sure we need to tie this with the move of live docs

[jira] [Commented] (SOLR-13749) Implement support for joining across collections with multiple shards ( XCJF )

2020-05-29 Thread Dan Fox (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17119856#comment-17119856 ] Dan Fox commented on SOLR-13749: I updated the PR to use {{method=crossCollection}} instead of

[jira] [Commented] (LUCENE-9387) Remove RAM accounting from LeafReader

2020-05-29 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17119826#comment-17119826 ] Michael McCandless commented on LUCENE-9387: +1 to remove {{Accountable}} from Lucene's

[jira] [Commented] (LUCENE-9365) Fuzzy query has a false negative when prefix length == search term length

2020-05-29 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17119707#comment-17119707 ] Mike Drob commented on LUCENE-9365: --- [~mikemccand] - tested it, seems to fix the corner case, I'm not

[GitHub] [lucene-solr] msokolov commented on pull request #1543: LUCENE-9378: Disable compression on binary values whose length is less than 32.

2020-05-29 Thread GitBox
msokolov commented on pull request #1543: URL: https://github.com/apache/lucene-solr/pull/1543#issuecomment-636035462 I guess I'm concerned that there can still be perf degradation for longer highly-compressible fields. Still perhaps we can extend this approach by providing a per-field

[GitHub] [lucene-solr] madrob opened a new pull request #1545: LUCENE-9365 FuzzyQuery false negative

2020-05-29 Thread GitBox
madrob opened a new pull request #1545: URL: https://github.com/apache/lucene-solr/pull/1545 when prefix length == search term length Co-Authored-By: markharwood This is an automated message from the Apache Git

[jira] [Updated] (SOLR-13482) solr-test-framework - junit jupiter support

2020-05-29 Thread Bernd Wahlen (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Wahlen updated SOLR-13482: Affects Version/s: (was: 7.6) (was: 8.0)

[jira] [Commented] (SOLR-14426) forbidden api error during precommit DateMathFunction

2020-05-29 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17119697#comment-17119697 ] Mike Drob commented on SOLR-14426: -- [~erickerickson] - what's the state here? I'm happy to follow your

[GitHub] [lucene-solr] msokolov commented on pull request #1543: LUCENE-9378: Disable compression on binary values whose length is less than 32.

2020-05-29 Thread GitBox
msokolov commented on pull request #1543: URL: https://github.com/apache/lucene-solr/pull/1543#issuecomment-636020925 Thanks Adrien - speedup looks good for the BDVSort case, but I wonder if it has really recovered to the status quo ante. Were you able to run a before/after with 8.4?

[jira] [Commented] (LUCENE-9359) SegmentInfos.readCommit should verify checksums in case of error

2020-05-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17119664#comment-17119664 ] ASF subversion and git services commented on LUCENE-9359: - Commit

[jira] [Commented] (LUCENE-9359) SegmentInfos.readCommit should verify checksums in case of error

2020-05-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17119663#comment-17119663 ] ASF subversion and git services commented on LUCENE-9359: - Commit

[jira] [Commented] (LUCENE-9359) SegmentInfos.readCommit should verify checksums in case of error

2020-05-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17119617#comment-17119617 ] ASF subversion and git services commented on LUCENE-9359: - Commit

[jira] [Commented] (SOLR-8673) o.a.s.search.facet classes not public/extendable

2020-05-29 Thread Tim Owen (Jira)
[ https://issues.apache.org/jira/browse/SOLR-8673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17119612#comment-17119612 ] Tim Owen commented on SOLR-8673: Yes this is annoying, I was mid-way through writing a custom aggregate

[GitHub] [lucene-solr] markharwood commented on a change in pull request #1543: LUCENE-9378: Disable compression on binary values whose length is less than 32.

2020-05-29 Thread GitBox
markharwood commented on a change in pull request #1543: URL: https://github.com/apache/lucene-solr/pull/1543#discussion_r432467975 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene80/Lucene80DocValuesConsumer.java ## @@ -429,7 +429,18 @@ private void

[jira] [Resolved] (LUCENE-9359) SegmentInfos.readCommit should verify checksums in case of error

2020-05-29 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-9359. -- Fix Version/s: 8.6 master (9.0) Resolution: Fixed >

[jira] [Updated] (LUCENE-9359) SegmentInfos.readCommit should verify checksums in case of error

2020-05-29 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-9359: - Fix Version/s: (was: master (9.0)) > SegmentInfos.readCommit should verify checksums in

[jira] [Commented] (LUCENE-9359) SegmentInfos.readCommit should verify checksums in case of error

2020-05-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17119570#comment-17119570 ] ASF subversion and git services commented on LUCENE-9359: - Commit

[GitHub] [lucene-solr] jpountz merged pull request #1483: LUCENE-9359: Always call checkFooter in SegmentInfos#readCommit.

2020-05-29 Thread GitBox
jpountz merged pull request #1483: URL: https://github.com/apache/lucene-solr/pull/1483 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [lucene-solr] janhoy commented on pull request #1544: ref_guide - metrics reporting - small typo

2020-05-29 Thread GitBox
janhoy commented on pull request #1544: URL: https://github.com/apache/lucene-solr/pull/1544#issuecomment-635953769 Thanks! This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [lucene-solr] janhoy merged pull request #1544: ref_guide - metrics reporting - small typo

2020-05-29 Thread GitBox
janhoy merged pull request #1544: URL: https://github.com/apache/lucene-solr/pull/1544 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[jira] [Assigned] (LUCENE-9389) Enhance gradle logging calls validation: eliminate getMessage()

2020-05-29 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson reassigned LUCENE-9389: -- Assignee: Erick Erickson > Enhance gradle logging calls validation: eliminate

[jira] [Updated] (SOLR-14523) Enhance gradle logging calls validation: eliminate getMessage()

2020-05-29 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-14523: -- Attachment: validation.patch Status: Open (was: Open) [~asalamon74] Are you on the

[jira] [Commented] (SOLR-14280) SolrConfig logging not helpful

2020-05-29 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17119532#comment-17119532 ] Erick Erickson commented on SOLR-14280: --- Sure. I'll leave a comment over at SOLR-14523 momentarily.

[jira] [Assigned] (SOLR-14523) Enhance gradle logging calls validation: eliminate getMessage()

2020-05-29 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson reassigned SOLR-14523: - Assignee: Erick Erickson > Enhance gradle logging calls validation: eliminate

[GitHub] [lucene-solr] soleuu opened a new pull request #1544: ref_guide - metrics reporting - small typo

2020-05-29 Thread GitBox
soleuu opened a new pull request #1544: URL: https://github.com/apache/lucene-solr/pull/1544 just a small typo This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [lucene-solr] markharwood commented on pull request #1541: RegExp - add case insensitive matching option

2020-05-29 Thread GitBox
markharwood commented on pull request #1541: URL: https://github.com/apache/lucene-solr/pull/1541#issuecomment-635913889 >maybe we should make the constructor take an additional boolean instead of expecting users to configure case insensitivity via a syntax flag? Does it change

[jira] [Commented] (SOLR-14442) bin/solr to attempt jstack before killing hung Solr instance

2020-05-29 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17119474#comment-17119474 ] Christine Poerschke commented on SOLR-14442: Thanks [~mkhl]! I won't get to this this week,

[GitHub] [lucene-solr] jpountz commented on pull request #1543: LUCENE-9378: Disable compression on binary values whose length is less than 32.

2020-05-29 Thread GitBox
jpountz commented on pull request #1543: URL: https://github.com/apache/lucene-solr/pull/1543#issuecomment-635887870 Here are results on wikimedium10m ``` TaskQPS baseline StdDev QPS patch StdDev Pct diff BrowseDayOfYearSSDVFacets

[GitHub] [lucene-solr] jpountz opened a new pull request #1543: LUCENE-9378: Disable compression on binary values whose length is less than 32.

2020-05-29 Thread GitBox
jpountz opened a new pull request #1543: URL: https://github.com/apache/lucene-solr/pull/1543 See https://issues.apache.org/jira/browse/LUCENE-9378 This commit disables compression on short binary values, and also switches from "fast" compression to "high" compression for long

[jira] [Commented] (SOLR-12823) remove clusterstate.json in Lucene/Solr 8.0

2020-05-29 Thread Ilan Ginzburg (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17119446#comment-17119446 ] Ilan Ginzburg commented on SOLR-12823: -- I rebased the PR due to a minor doc conflict. Is there

[jira] [Commented] (SOLR-14280) SolrConfig logging not helpful

2020-05-29 Thread Andras Salamon (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17119433#comment-17119433 ] Andras Salamon commented on SOLR-14280: --- [~erickerickson] The two new jiras: LUCENE-9389 and

[jira] [Created] (SOLR-14523) Enhance gradle logging calls validation: eliminate getMessage()

2020-05-29 Thread Andras Salamon (Jira)
Andras Salamon created SOLR-14523: - Summary: Enhance gradle logging calls validation: eliminate getMessage() Key: SOLR-14523 URL: https://issues.apache.org/jira/browse/SOLR-14523 Project: Solr

[jira] [Created] (LUCENE-9389) Enhance grade logging calls validation: eliminate getMessage()

2020-05-29 Thread Andras Salamon (Jira)
Andras Salamon created LUCENE-9389: -- Summary: Enhance grade logging calls validation: eliminate getMessage() Key: LUCENE-9389 URL: https://issues.apache.org/jira/browse/LUCENE-9389 Project: Lucene -

[jira] [Updated] (LUCENE-9389) Enhance gradle logging calls validation: eliminate getMessage()

2020-05-29 Thread Andras Salamon (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andras Salamon updated LUCENE-9389: --- Summary: Enhance gradle logging calls validation: eliminate getMessage() (was: Enhance

[jira] [Created] (LUCENE-9388) Move live docs to disk?

2020-05-29 Thread Adrien Grand (Jira)
Adrien Grand created LUCENE-9388: Summary: Move live docs to disk? Key: LUCENE-9388 URL: https://issues.apache.org/jira/browse/LUCENE-9388 Project: Lucene - Core Issue Type: Improvement

[jira] [Created] (SOLR-14522) Error responses are always HTML

2020-05-29 Thread Jira
Jan Høydahl created SOLR-14522: -- Summary: Error responses are always HTML Key: SOLR-14522 URL: https://issues.apache.org/jira/browse/SOLR-14522 Project: Solr Issue Type: Improvement

[jira] [Commented] (SOLR-12543) Export Handler errors come back with HTTP 200

2020-05-29 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-12543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17119370#comment-17119370 ] Jan Høydahl commented on SOLR-12543: Is this still the case? > Export Handler errors come back with

[jira] [Commented] (SOLR-6595) Improve error response in case distributed collection cmd fails

2020-05-29 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-6595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17119367#comment-17119367 ] Jan Høydahl commented on SOLR-6595: --- Started investigating how we could return JSON error responses from

[jira] [Comment Edited] (SOLR-14347) Autoscaling placement wrong when concurrent replica placements are calculated

2020-05-29 Thread Ilan Ginzburg (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17119116#comment-17119116 ] Ilan Ginzburg edited comment on SOLR-14347 at 5/29/20, 6:28 AM: [~ab] 

[jira] [Comment Edited] (SOLR-14347) Autoscaling placement wrong when concurrent replica placements are calculated

2020-05-29 Thread Ilan Ginzburg (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17119116#comment-17119116 ] Ilan Ginzburg edited comment on SOLR-14347 at 5/29/20, 6:27 AM: [~ab]