[GitHub] [lucene-solr] rmuir opened a new pull request #2409: Revert LUCENE-9491 changes for profiling.gradle, they totally break functionality

2021-02-21 Thread GitBox
rmuir opened a new pull request #2409: URL: https://github.com/apache/lucene-solr/pull/2409 currently in master `tests.profile` gives totally broken output. Reverting the last changes to `profiling.gradle` gets it working again -

[GitHub] [lucene-solr] rmuir commented on pull request #2409: Revert LUCENE-9491 changes for profiling.gradle, they totally break functionality

2021-02-21 Thread GitBox
rmuir commented on pull request #2409: URL: https://github.com/apache/lucene-solr/pull/2409#issuecomment-782863061 @dweiss i'm not sure what changes broke it here, maybe it was just a typo? I only know i was able to get her running again with a git checkout command :)

[jira] [Created] (LUCENE-9795) investigate large checkindex regression in nightly benchmarks

2021-02-21 Thread Robert Muir (Jira)
Robert Muir created LUCENE-9795: --- Summary: investigate large checkindex regression in nightly benchmarks Key: LUCENE-9795 URL: https://issues.apache.org/jira/browse/LUCENE-9795 Project: Lucene - Core

[jira] [Updated] (LUCENE-9795) investigate large checkindex regression in nightly benchmarks

2021-02-21 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-9795: Attachment: Screen_Shot_2021-02-21_at_09.30.30.png > investigate large checkindex regression in ni

[jira] [Commented] (LUCENE-9795) investigate large checkindex regression in nightly benchmarks

2021-02-21 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17287976#comment-17287976 ] Robert Muir commented on LUCENE-9795: - This seems to also impact some, but not all,

[jira] [Updated] (LUCENE-9795) investigate large checkindex/grouping regression in nightly benchmarks

2021-02-21 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-9795: Summary: investigate large checkindex/grouping regression in nightly benchmarks (was: investigate

[GitHub] [lucene-solr] jpountz commented on a change in pull request #2395: LUCENE-9616: Add developer docs on how to update a format.

2021-02-21 Thread GitBox
jpountz commented on a change in pull request #2395: URL: https://github.com/apache/lucene-solr/pull/2395#discussion_r579817121 ## File path: lucene/backward-codecs/README.md ## @@ -0,0 +1,54 @@ +# Index backwards compatibility + +This README describes the approach to maintaini

[GitHub] [lucene-solr] jpountz commented on a change in pull request #2392: LUCENE-9705: Create Lucene90DocValuesFormat and Lucene90NormsFormat

2021-02-21 Thread GitBox
jpountz commented on a change in pull request #2392: URL: https://github.com/apache/lucene-solr/pull/2392#discussion_r579818440 ## File path: lucene/backward-codecs/src/java/org/apache/lucene/backward_codecs/lucene80/Lucene80DocValuesFormat.java ## @@ -163,6 +163,11 @@ public

[GitHub] [lucene-solr] jpountz commented on a change in pull request #2186: LUCENE-9334 Consistency of field data structures

2021-02-21 Thread GitBox
jpountz commented on a change in pull request #2186: URL: https://github.com/apache/lucene-solr/pull/2186#discussion_r579820029 ## File path: lucene/core/src/java/org/apache/lucene/index/FieldInfo.java ## @@ -130,127 +167,255 @@ public boolean checkConsistency() { }

[jira] [Commented] (LUCENE-9795) investigate large checkindex/grouping regression in nightly benchmarks

2021-02-21 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17287988#comment-17287988 ] Robert Muir commented on LUCENE-9795: - OK, I think i can explain the checkindex stuf

[jira] [Updated] (LUCENE-9795) investigate large checkindex/grouping regression in nightly benchmarks

2021-02-21 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-9795: Attachment: LUCENE-9795.patch > investigate large checkindex/grouping regression in nightly benchm

[jira] [Created] (LUCENE-9796) fix SortedDocValues to no longer extend BinaryDocValues

2021-02-21 Thread Robert Muir (Jira)
Robert Muir created LUCENE-9796: --- Summary: fix SortedDocValues to no longer extend BinaryDocValues Key: LUCENE-9796 URL: https://issues.apache.org/jira/browse/LUCENE-9796 Project: Lucene - Core

[GitHub] [lucene-solr] gus-asf commented on pull request #1954: SOLR-14787 - Adding support to use inequalities to the payload check query parser.

2021-02-21 Thread GitBox
gus-asf commented on pull request #1954: URL: https://github.com/apache/lucene-solr/pull/1954#issuecomment-782881341 @kwatters assuming you agree with my doc tweaks I think this is good to go. This is an automated message fro

[jira] [Commented] (LUCENE-9795) investigate large checkindex/grouping regression in nightly benchmarks

2021-02-21 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17287991#comment-17287991 ] Robert Muir commented on LUCENE-9795: - I opened LUCENE-9796 as a followup to fix the

[jira] [Commented] (LUCENE-9795) investigate large checkindex/grouping regression in nightly benchmarks

2021-02-21 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17287995#comment-17287995 ] Michael McCandless commented on LUCENE-9795: +1 for that simple patch to fix

[jira] [Commented] (LUCENE-9795) investigate large checkindex/grouping regression in nightly benchmarks

2021-02-21 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17287996#comment-17287996 ] ASF subversion and git services commented on LUCENE-9795: - Commi

[jira] [Resolved] (LUCENE-9795) investigate large checkindex/grouping regression in nightly benchmarks

2021-02-21 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-9795. - Fix Version/s: master (9.0) Resolution: Fixed > investigate large checkindex/grouping reg

[jira] [Commented] (LUCENE-9795) investigate large checkindex/grouping regression in nightly benchmarks

2021-02-21 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17287997#comment-17287997 ] Robert Muir commented on LUCENE-9795: - I experimented locally with a quick hack patc

[jira] [Commented] (LUCENE-9796) fix SortedDocValues to no longer extend BinaryDocValues

2021-02-21 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17287999#comment-17287999 ] Robert Muir commented on LUCENE-9796: - There are quite a few abusers in tests, group

[GitHub] [lucene-solr] kwatters commented on pull request #1954: SOLR-14787 - Adding support to use inequalities to the payload check query parser.

2021-02-21 Thread GitBox
kwatters commented on pull request #1954: URL: https://github.com/apache/lucene-solr/pull/1954#issuecomment-782886142 @gus-asf Nice additional tests. At least we have defined a behavior here for those test cases. I think this is good to go. Thanks!

[GitHub] [lucene-solr] gus-asf merged pull request #1954: SOLR-14787 - Adding support to use inequalities to the payload check query parser.

2021-02-21 Thread GitBox
gus-asf merged pull request #1954: URL: https://github.com/apache/lucene-solr/pull/1954 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] [Commented] (SOLR-14787) Inequality support in Payload Check query parser

2021-02-21 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288002#comment-17288002 ] ASF subversion and git services commented on SOLR-14787: Commit b

[jira] [Commented] (SOLR-14787) Inequality support in Payload Check query parser

2021-02-21 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288007#comment-17288007 ] ASF subversion and git services commented on SOLR-14787: Commit 8

[jira] [Resolved] (SOLR-14787) Inequality support in Payload Check query parser

2021-02-21 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck resolved SOLR-14787. - Fix Version/s: master (9.0) Resolution: Implemented > Inequality support in Payload Check query pa

[GitHub] [lucene-solr] murblanc opened a new pull request #2410: SOLR-15157: fix wrong assumptions on stats returned by Overseer when cluster state updates are distributed

2021-02-21 Thread GitBox
murblanc opened a new pull request #2410: URL: https://github.com/apache/lucene-solr/pull/2410 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[jira] [Commented] (SOLR-14762) Fork the git repo into two new 'lucene' and 'solr'

2021-02-21 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288018#comment-17288018 ] David Smiley commented on SOLR-14762: - Agreed on keeping the "solr/" folder around fo

[GitHub] [lucene-solr] rmuir commented on pull request #2409: Revert LUCENE-9491 changes for profiling.gradle, they totally break functionality

2021-02-21 Thread GitBox
rmuir commented on pull request #2409: URL: https://github.com/apache/lucene-solr/pull/2409#issuecomment-782892686 and pls feel free to just cancel this PR if you know how to fix the real gradle logic issue with master that causes the crazy output... I needed a branch with this thing worki

[jira] [Updated] (LUCENE-9796) fix SortedDocValues to no longer extend BinaryDocValues

2021-02-21 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-9796: Attachment: LUCENE-9796_prototype.patch > fix SortedDocValues to no longer extend BinaryDocValues

[jira] [Commented] (LUCENE-9796) fix SortedDocValues to no longer extend BinaryDocValues

2021-02-21 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288028#comment-17288028 ] Robert Muir commented on LUCENE-9796: - I attached a prototype of what I had in mind:

[GitHub] [lucene-solr] murblanc merged pull request #2410: SOLR-15157: fix wrong assumptions on stats returned by Overseer when cluster state updates are distributed

2021-02-21 Thread GitBox
murblanc merged pull request #2410: URL: https://github.com/apache/lucene-solr/pull/2410 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 g

[jira] [Commented] (SOLR-15157) Refactor: separate Collection API commands from Overseer and message handling logic

2021-02-21 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288032#comment-17288032 ] ASF subversion and git services commented on SOLR-15157: Commit c

[GitHub] [lucene-solr-operator] thelabdude commented on a change in pull request #221: Work with basic-auth enabled SolrCloud clusters

2021-02-21 Thread GitBox
thelabdude commented on a change in pull request #221: URL: https://github.com/apache/lucene-solr-operator/pull/221#discussion_r579845189 ## File path: api/v1beta1/solrcloud_types.go ## @@ -1022,3 +1044,35 @@ type SolrTLSOptions struct { // +optional RestartOnT

[jira] [Commented] (SOLR-14761) Order new 'solr' git repo

2021-02-21 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288065#comment-17288065 ] Jan Høydahl commented on SOLR-14761: New repo is created. Closing. > Order new 'solr

[jira] [Resolved] (SOLR-14761) Order new 'solr' git repo

2021-02-21 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-14761. Resolution: Fixed > Order new 'solr' git repo > - > > Key:

[jira] [Commented] (SOLR-14762) Fork the git repo into two new 'lucene' and 'solr'

2021-02-21 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288066#comment-17288066 ] Jan Høydahl commented on SOLR-14762: New solr git repo is created. > Fork the git re

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #2356: SOLR-15152: Export Tool should export nested docs cleanly in .json, .jsonl, and javabin

2021-02-21 Thread GitBox
dsmiley commented on a change in pull request #2356: URL: https://github.com/apache/lucene-solr/pull/2356#discussion_r579854153 ## File path: solr/core/src/java/org/apache/solr/util/ExportTool.java ## @@ -319,6 +369,91 @@ private Object constructDateStr(Object field) { r

[GitHub] [lucene-solr] gus-asf merged pull request #2393: SOLR-15160 update cloud.sh

2021-02-21 Thread GitBox
gus-asf merged pull request #2393: URL: https://github.com/apache/lucene-solr/pull/2393 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] [Commented] (SOLR-15160) Update cloud-dev/cloud.sh to work with gradle

2021-02-21 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288067#comment-17288067 ] ASF subversion and git services commented on SOLR-15160: Commit e

[jira] [Commented] (SOLR-14760) Order new Solr mailing lists

2021-02-21 Thread Anshum Gupta (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288071#comment-17288071 ] Anshum Gupta commented on SOLR-14760: - Speaking with Infra and some back and forth an

[jira] [Reopened] (SOLR-14761) Order new 'solr' git repo

2021-02-21 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl reopened SOLR-14761: > Order new 'solr' git repo > - > > Key: SOLR-14761 >

[jira] [Commented] (SOLR-14761) Order new 'solr' git repo

2021-02-21 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288078#comment-17288078 ] Jan Høydahl commented on SOLR-14761: False alarm, need to wait for confirmation. > O

[jira] [Created] (LUCENE-9797) Remove Solr from Lucene website

2021-02-21 Thread Jira
Jan Høydahl created LUCENE-9797: --- Summary: Remove Solr from Lucene website Key: LUCENE-9797 URL: https://issues.apache.org/jira/browse/LUCENE-9797 Project: Lucene - Core Issue Type: Sub-task

[jira] [Commented] (LUCENE-9797) Remove Solr from Lucene website

2021-02-21 Thread Jira
[ https://issues.apache.org/jira/browse/LUCENE-9797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288096#comment-17288096 ] Jan Høydahl commented on LUCENE-9797: - I have done this work in the branch {{main/lu

[jira] [Commented] (SOLR-14499) New Solr TLP site

2021-02-21 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288097#comment-17288097 ] Jan Høydahl commented on SOLR-14499: See LUCENE-9797 for the Lucene-site changes that

[GitHub] [lucene-solr] mayya-sharipova commented on a change in pull request #2186: LUCENE-9334 Consistency of field data structures

2021-02-21 Thread GitBox
mayya-sharipova commented on a change in pull request #2186: URL: https://github.com/apache/lucene-solr/pull/2186#discussion_r579885507 ## File path: lucene/core/src/java/org/apache/lucene/index/FieldInfo.java ## @@ -130,127 +167,255 @@ public boolean checkConsistency() {

[GitHub] [lucene-solr] mayya-sharipova commented on a change in pull request #2186: LUCENE-9334 Consistency of field data structures

2021-02-21 Thread GitBox
mayya-sharipova commented on a change in pull request #2186: URL: https://github.com/apache/lucene-solr/pull/2186#discussion_r579885602 ## File path: lucene/core/src/java/org/apache/lucene/index/IndexingChain.java ## @@ -1313,4 +1259,110 @@ public void recycleIntBlocks(int[][]

[GitHub] [lucene-solr] mayya-sharipova commented on a change in pull request #2186: LUCENE-9334 Consistency of field data structures

2021-02-21 Thread GitBox
mayya-sharipova commented on a change in pull request #2186: URL: https://github.com/apache/lucene-solr/pull/2186#discussion_r579885622 ## File path: lucene/core/src/java/org/apache/lucene/index/FieldInfo.java ## @@ -130,127 +167,255 @@ public boolean checkConsistency() {

[GitHub] [lucene-solr] mayya-sharipova commented on pull request #2186: LUCENE-9334 Consistency of field data structures

2021-02-21 Thread GitBox
mayya-sharipova commented on pull request #2186: URL: https://github.com/apache/lucene-solr/pull/2186#issuecomment-782960621 @jpountz Adrien, thank a lot for the initial review. Sorry for the delay, the patch turned out to be much more involved than I expected. There are still few tests

[GitHub] [lucene-solr] gus-asf opened a new pull request #2411: SOLR-13696 Simplify routed alias tests to avoid flakiness, improve debugging

2021-02-21 Thread GitBox
gus-asf opened a new pull request #2411: URL: https://github.com/apache/lucene-solr/pull/2411 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

[jira] [Commented] (SOLR-13696) DimensionalRoutedAliasUpdateProcessorTest / RoutedAliasUpdateProcessorTest failures due commitWithin/openSearcher delays

2021-02-21 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288112#comment-17288112 ] Gus Heck commented on SOLR-13696: - Finally coming back to this. In retrospect I think thi

[GitHub] [lucene-solr] gus-asf commented on pull request #2411: SOLR-13696 Simplify routed alias tests to avoid flakiness, improve debugging

2021-02-21 Thread GitBox
gus-asf commented on pull request #2411: URL: https://github.com/apache/lucene-solr/pull/2411#issuecomment-782967326 @tflobbe Please review what I did to make enable the uploading of config sets within tests possible. When I tried to re-enable this test it was failing it was untrusted and

[jira] [Updated] (LUCENE-9722) Aborted merge can leak readers if the output is empty

2021-02-21 Thread Nhat Nguyen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nhat Nguyen updated LUCENE-9722: Fix Version/s: (was: 8.0.1) Affects Version/s: (was: 8.7) 8.

[jira] [Commented] (SOLR-15164) Task Management Interface

2021-02-21 Thread Atri Sharma (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288171#comment-17288171 ] Atri Sharma commented on SOLR-15164: [~epugh] Yes, we could use sync requestID to tra

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #2356: SOLR-15152: Export Tool should export nested docs cleanly in .json, .jsonl, and javabin

2021-02-21 Thread GitBox
dsmiley commented on a change in pull request #2356: URL: https://github.com/apache/lucene-solr/pull/2356#discussion_r579854438 ## File path: solr/core/src/java/org/apache/solr/util/ExportTool.java ## @@ -319,6 +369,91 @@ private Object constructDateStr(Object field) { r

[jira] [Created] (LUCENE-9798) Fix looping bug when calculating full KNN results in KnnGraphTester

2021-02-21 Thread Nitiraj Rathore (Jira)
Nitiraj Rathore created LUCENE-9798: --- Summary: Fix looping bug when calculating full KNN results in KnnGraphTester Key: LUCENE-9798 URL: https://issues.apache.org/jira/browse/LUCENE-9798 Project: Lu

[jira] [Created] (SOLR-15178) Non-existent dependency listed in solr-core

2021-02-21 Thread Jira
Bence Szabó created SOLR-15178: -- Summary: Non-existent dependency listed in solr-core Key: SOLR-15178 URL: https://issues.apache.org/jira/browse/SOLR-15178 Project: Solr Issue Type: Bug Se

[jira] [Updated] (SOLR-15178) Non-existent dependency listed in solr-core

2021-02-21 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bence Szabó updated SOLR-15178: --- Description: Solr-core has a dependency, org.apache.solr:*server*, which fails to download. For test