[jira] [Created] (LUCENE-9776) Hunspell: allow to inflect the last part of COMPOUNDRULE compound

2021-02-16 Thread Peter Gromov (Jira)
Peter Gromov created LUCENE-9776: Summary: Hunspell: allow to inflect the last part of COMPOUNDRULE compound Key: LUCENE-9776 URL: https://issues.apache.org/jira/browse/LUCENE-9776 Project: Lucene - C

[GitHub] [lucene-solr] bruno-roustant commented on a change in pull request #2134: SOLR-15038: Add elevateDocsWithoutMatchingQ and onlyElevatedReprese…

2021-02-16 Thread GitBox
bruno-roustant commented on a change in pull request #2134: URL: https://github.com/apache/lucene-solr/pull/2134#discussion_r576688565 ## File path: solr/CHANGES.txt ## @@ -75,6 +75,9 @@ Improvements * SOLR-15011: /admin/logging handler will now propagate setLevel (log thresh

[GitHub] [lucene-solr] tkaessmann commented on a change in pull request #2134: SOLR-15038: Add elevateDocsWithoutMatchingQ and onlyElevatedReprese…

2021-02-16 Thread GitBox
tkaessmann commented on a change in pull request #2134: URL: https://github.com/apache/lucene-solr/pull/2134#discussion_r576713517 ## File path: solr/CHANGES.txt ## @@ -75,6 +75,9 @@ Improvements * SOLR-15011: /admin/logging handler will now propagate setLevel (log threshold)

[GitHub] [lucene-solr] romseygeek commented on a change in pull request #2365: LUCENE-9762: DoubleValuesSource.fromQuery bug

2021-02-16 Thread GitBox
romseygeek commented on a change in pull request #2365: URL: https://github.com/apache/lucene-solr/pull/2365#discussion_r576715340 ## File path: lucene/core/src/java/org/apache/lucene/search/DoubleValuesSource.java ## @@ -617,8 +618,17 @@ public double doubleValue() throws IOEx

[GitHub] [lucene-solr-operator] jward-bw commented on pull request #216: NT: Allow the definition of multiple imagePullSecrets.

2021-02-16 Thread GitBox
jward-bw commented on pull request #216: URL: https://github.com/apache/lucene-solr-operator/pull/216#issuecomment-779755262 > Are you using the kustomize version specified in hack/install_dependencies.sh? Yep that was the issue, I had an older version installed. > ... implem

[GitHub] [lucene-solr-operator] jward-bw commented on a change in pull request #216: NT: Allow the definition of multiple imagePullSecrets.

2021-02-16 Thread GitBox
jward-bw commented on a change in pull request #216: URL: https://github.com/apache/lucene-solr-operator/pull/216#discussion_r576728102 ## File path: controllers/util/solr_util.go ## @@ -520,8 +520,15 @@ func GenerateStatefulSet(solrCloud *solr.SolrCloud, solrCloudStatus *sol

[GitHub] [lucene-solr] bruno-roustant commented on a change in pull request #2134: SOLR-15038: Add elevateDocsWithoutMatchingQ and onlyElevatedReprese…

2021-02-16 Thread GitBox
bruno-roustant commented on a change in pull request #2134: URL: https://github.com/apache/lucene-solr/pull/2134#discussion_r576750837 ## File path: solr/solr-ref-guide/src/the-query-elevation-component.adoc ## @@ -93,6 +93,10 @@ they be subject to whatever the sort criteria is

[jira] [Created] (LUCENE-9777) generate back-compat for master branch is wrong in addBackcompatIndexes.py

2021-02-16 Thread Noble Paul (Jira)
Noble Paul created LUCENE-9777: -- Summary: generate back-compat for master branch is wrong in addBackcompatIndexes.py Key: LUCENE-9777 URL: https://issues.apache.org/jira/browse/LUCENE-9777 Project: Lucen

[GitHub] [lucene-solr] tkaessmann commented on pull request #2134: SOLR-15038: Add elevateDocsWithoutMatchingQ and onlyElevatedReprese…

2021-02-16 Thread GitBox
tkaessmann commented on pull request #2134: URL: https://github.com/apache/lucene-solr/pull/2134#issuecomment-779817387 oh I'm so sorry for mixing up the parameters. Now it should be fine! This is an automated message from th

[jira] [Created] (LUCENE-9778) Hunspell: speed up input conversion

2021-02-16 Thread Peter Gromov (Jira)
Peter Gromov created LUCENE-9778: Summary: Hunspell: speed up input conversion Key: LUCENE-9778 URL: https://issues.apache.org/jira/browse/LUCENE-9778 Project: Lucene - Core Issue Type: Sub-t

[GitHub] [lucene-solr] donnerpeter opened a new pull request #2376: LUCENE-9778: Hunspell: speed up input conversion

2021-02-16 Thread GitBox
donnerpeter opened a new pull request #2376: URL: https://github.com/apache/lucene-solr/pull/2376 # Description Every input is converted to StringBuilder and then back, and an ICONV FST is (expensively) traversed for each char of the input. That takes some CPU time, up t

[jira] [Commented] (LUCENE-9777) generate back-compat for master branch is wrong in addBackcompatIndexes.py

2021-02-16 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285200#comment-17285200 ] Ignacio Vera commented on LUCENE-9777: -- I had a look into this out of curiosity and

[GitHub] [lucene-solr] donnerpeter commented on a change in pull request #2376: LUCENE-9778: Hunspell: speed up input conversion

2021-02-16 Thread GitBox
donnerpeter commented on a change in pull request #2376: URL: https://github.com/apache/lucene-solr/pull/2376#discussion_r576830326 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/ConvTable.java ## @@ -0,0 +1,110 @@ +/* + * Licensed to the Apa

[GitHub] [lucene-solr] donnerpeter commented on a change in pull request #2376: LUCENE-9778: Hunspell: speed up input conversion

2021-02-16 Thread GitBox
donnerpeter commented on a change in pull request #2376: URL: https://github.com/apache/lucene-solr/pull/2376#discussion_r576830544 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/ConvTable.java ## @@ -0,0 +1,110 @@ +/* + * Licensed to the Apa

[GitHub] [lucene-solr] donnerpeter commented on a change in pull request #2376: LUCENE-9778: Hunspell: speed up input conversion

2021-02-16 Thread GitBox
donnerpeter commented on a change in pull request #2376: URL: https://github.com/apache/lucene-solr/pull/2376#discussion_r576830844 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/ConvTable.java ## @@ -0,0 +1,110 @@ +/* + * Licensed to the Apa

[GitHub] [lucene-solr] donnerpeter commented on a change in pull request #2376: LUCENE-9778: Hunspell: speed up input conversion

2021-02-16 Thread GitBox
donnerpeter commented on a change in pull request #2376: URL: https://github.com/apache/lucene-solr/pull/2376#discussion_r576831161 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/ConvTable.java ## @@ -0,0 +1,110 @@ +/* + * Licensed to the Apa

[GitHub] [lucene-solr] donnerpeter commented on a change in pull request #2376: LUCENE-9778: Hunspell: speed up input conversion

2021-02-16 Thread GitBox
donnerpeter commented on a change in pull request #2376: URL: https://github.com/apache/lucene-solr/pull/2376#discussion_r576832415 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Dictionary.java ## @@ -1085,8 +1062,9 @@ private void writeNorm

[GitHub] [lucene-solr] donnerpeter commented on a change in pull request #2376: LUCENE-9778: Hunspell: speed up input conversion

2021-02-16 Thread GitBox
donnerpeter commented on a change in pull request #2376: URL: https://github.com/apache/lucene-solr/pull/2376#discussion_r576834208 ## File path: lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Dictionary.java ## @@ -1571,14 +1549,28 @@ boolean hasFlag(int

[GitHub] [lucene-solr] iverase opened a new pull request #2377: LUCENE-9777: Fix out of date versions on releases 8.7.0 and 8.8.0

2021-02-16 Thread GitBox
iverase opened a new pull request #2377: URL: https://github.com/apache/lucene-solr/pull/2377 See https://issues.apache.org/jira/browse/LUCENE-9777. This seems to bring this part of the release process up-to-date. This

[GitHub] [lucene-solr] iverase commented on pull request #2377: LUCENE-9777: Fix out of date versions on releases 8.7.0 and 8.8.0

2021-02-16 Thread GitBox
iverase commented on pull request #2377: URL: https://github.com/apache/lucene-solr/pull/2377#issuecomment-779857834 Sorry @janhoy, didn't want to take it from you but I got carried over and finally (I think) fix it. This is

[GitHub] [lucene-solr] iverase merged pull request #2371: LUCENE-9322: Lucene90VectorReader can leak open files

2021-02-16 Thread GitBox
iverase merged pull request #2371: URL: https://github.com/apache/lucene-solr/pull/2371 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

[GitHub] [lucene-site] epugh commented on pull request #41: clickable links

2021-02-16 Thread GitBox
epugh commented on pull request #41: URL: https://github.com/apache/lucene-site/pull/41#issuecomment-779860130 > Looks good. > I notice that the Slack URLs are to invite links. They assume you are not already a member, and if so you are not taken to the slack channel if you click. Shoul

[jira] [Commented] (LUCENE-9322) Discussing a unified vectors format API

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

[GitHub] [lucene-site] epugh commented on pull request #42: fix the example command

2021-02-16 Thread GitBox
epugh commented on pull request #42: URL: https://github.com/apache/lucene-site/pull/42#issuecomment-779861994 @janhoy I noticed we use `pip3` in the readme, but `pip` in the script. At least for me, `pip` doesn't work, so I upgraded. However, not sure this is a good change for everyone

[jira] [Created] (LUCENE-9779) Hunspell: add an API to interrupt long computations

2021-02-16 Thread Peter Gromov (Jira)
Peter Gromov created LUCENE-9779: Summary: Hunspell: add an API to interrupt long computations Key: LUCENE-9779 URL: https://issues.apache.org/jira/browse/LUCENE-9779 Project: Lucene - Core I

[jira] [Updated] (LUCENE-9779) Hunspell: add an API to interrupt long computations

2021-02-16 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Gromov updated LUCENE-9779: - Description: For example, to ensure responsiveness, IntelliJ-based IDEs periodically call a spec

[GitHub] [lucene-solr] donnerpeter opened a new pull request #2378: LUCENE-9779: Hunspell: add an API to interrupt long computations

2021-02-16 Thread GitBox
donnerpeter opened a new pull request #2378: URL: https://github.com/apache/lucene-solr/pull/2378 # Description For example, to ensure responsiveness, IntelliJ-based IDEs periodically call a special method which can throw a dedicated exception. This allows the currently

[GitHub] [lucene-solr] mikemccand commented on pull request #2306: SOLR-15121: Move XSLT (tr param) to scripting contrib

2021-02-16 Thread GitBox
mikemccand commented on pull request #2306: URL: https://github.com/apache/lucene-solr/pull/2306#issuecomment-779866635 > Sorry, my father died on Thursday. So sorry to hear this @uschindler. This is an automated messa

[GitHub] [lucene-solr] sigram commented on a change in pull request #2373: SOLR-15130: Allow per-collection replica placement node sets

2021-02-16 Thread GitBox
sigram commented on a change in pull request #2373: URL: https://github.com/apache/lucene-solr/pull/2373#discussion_r576863376 ## File path: solr/core/src/java/org/apache/solr/cluster/placement/plugins/AffinityPlacementFactory.java ## @@ -280,25 +250,31 @@ public void verifyAl

[jira] [Comment Edited] (LUCENE-9705) Move all codec formats to the o.a.l.codecs.Lucene90 package

2021-02-16 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17274241#comment-17274241 ] Ignacio Vera edited comment on LUCENE-9705 at 2/16/21, 2:37 PM: --

[GitHub] [lucene-solr] gerlowskija opened a new pull request #2379: SOLR-15101: Add list/delete APIs for incremental backups (#2336)

2021-02-16 Thread GitBox
gerlowskija opened a new pull request #2379: URL: https://github.com/apache/lucene-solr/pull/2379 # Description SOLR-13608 introduced a new "incremental" backup format, which allows storage of multiple backup "points" in the same location. But with this new capability comes the

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2373: SOLR-15130: Allow per-collection replica placement node sets

2021-02-16 Thread GitBox
murblanc commented on a change in pull request #2373: URL: https://github.com/apache/lucene-solr/pull/2373#discussion_r576921425 ## File path: solr/core/src/java/org/apache/solr/cluster/placement/plugins/AffinityPlacementFactory.java ## @@ -280,25 +250,31 @@ public void verify

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2373: SOLR-15130: Allow per-collection replica placement node sets

2021-02-16 Thread GitBox
murblanc commented on a change in pull request #2373: URL: https://github.com/apache/lucene-solr/pull/2373#discussion_r576921425 ## File path: solr/core/src/java/org/apache/solr/cluster/placement/plugins/AffinityPlacementFactory.java ## @@ -280,25 +250,31 @@ public void verify

[GitHub] [lucene-solr] jpountz commented on pull request #2310: LUCENE-9705: Create Lucene90PostingsFormat

2021-02-16 Thread GitBox
jpountz commented on pull request #2310: URL: https://github.com/apache/lucene-solr/pull/2310#issuecomment-779931054 These names work for me too. Agreed we don't have to have numbers in small helper classes. This is an autom

[jira] [Commented] (SOLR-15138) PerReplicaStates does not scale to large collections as well as state.json

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

[jira] [Commented] (SOLR-15138) PerReplicaStates does not scale to large collections as well as state.json

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

[jira] [Commented] (SOLR-15135) Admin UI does not accurately reflect node PerReplicaStates status

2021-02-16 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285317#comment-17285317 ] Mike Drob commented on SOLR-15135: -- [~ichattopadhyaya] [~thelabdude] Should this blo

[jira] [Commented] (SOLR-15038) Add elevateDocsWithoutMatchingQ and onlyElevatedRepresentative parameters to elevation functionality

2021-02-16 Thread Bruno Roustant (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285321#comment-17285321 ] Bruno Roustant commented on SOLR-15038: --- The PR sounds good to me. I'll merge soon.

[jira] [Commented] (SOLR-15135) Admin UI does not accurately reflect node PerReplicaStates status

2021-02-16 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285324#comment-17285324 ] Ishan Chattopadhyaya commented on SOLR-15135: - bq. Should this block a 8.8.1?

[GitHub] [lucene-solr-operator] HoustonPutman commented on issue #214: extensions/v1beta1 Ingress is deprecated

2021-02-16 Thread GitBox
HoustonPutman commented on issue #214: URL: https://github.com/apache/lucene-solr-operator/issues/214#issuecomment-779966204 So `networking.k8s.io/v1 Ingress` is stable starting in Kubernetes 1.19. Since 1.16 is currently our minimum supported version, we will need to use `networking.k8s.

[jira] [Reopened] (SOLR-15149) Learning To Rank model upload fails generically

2021-02-16 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter reopened SOLR-15149: --- Assignee: Alessandro Benedetti These changes are causing lots of jenkins test failu

[GitHub] [lucene-solr] eribeiro commented on pull request #2377: LUCENE-9777: Fix out of date versions on releases 8.7.0 and 8.8.0

2021-02-16 Thread GitBox
eribeiro commented on pull request #2377: URL: https://github.com/apache/lucene-solr/pull/2377#issuecomment-780024290 Two nits worth fixing maybe. Line 57 declares a test_file variable but never uses it. O guess it was supposed to be used on line 58. The last line of the file

[GitHub] [lucene-solr] eribeiro edited a comment on pull request #2377: LUCENE-9777: Fix out of date versions on releases 8.7.0 and 8.8.0

2021-02-16 Thread GitBox
eribeiro edited a comment on pull request #2377: URL: https://github.com/apache/lucene-solr/pull/2377#issuecomment-780024290 Two nits worth fixing maybe. Line 57 declares a test_file variable but never uses it. I guess it was supposed to be used on line 58. The last line of t

[jira] [Commented] (SOLR-15135) Admin UI does not accurately reflect node PerReplicaStates status

2021-02-16 Thread Timothy Potter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285396#comment-17285396 ] Timothy Potter commented on SOLR-15135: --- This is would be a trivial change in the {

[jira] [Commented] (SOLR-15149) Learning To Rank model upload fails generically

2021-02-16 Thread Alessandro Benedetti (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285402#comment-17285402 ] Alessandro Benedetti commented on SOLR-15149: - My bad, when I merged, I didn'

[GitHub] [lucene-solr] gerlowskija opened a new pull request #2380: SOLR-15087: Allow restoration to existing collections

2021-02-16 Thread GitBox
gerlowskija opened a new pull request #2380: URL: https://github.com/apache/lucene-solr/pull/2380 # Description As originally implemented, SolrCloud's `restore` operation only supported restoring to collections that didn't yet exist. This was primarily done out of a fear of race co

[jira] [Commented] (SOLR-15149) Learning To Rank model upload fails generically

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

[jira] [Commented] (SOLR-15149) Learning To Rank model upload fails generically

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

[jira] [Commented] (SOLR-15149) Learning To Rank model upload fails generically

2021-02-16 Thread Alessandro Benedetti (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285408#comment-17285408 ] Alessandro Benedetti commented on SOLR-15149: - Fixed, I'll monitor it this ev

[jira] [Assigned] (SOLR-15135) Admin UI does not accurately reflect node PerReplicaStates status

2021-02-16 Thread Timothy Potter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter reassigned SOLR-15135: - Assignee: Timothy Potter > Admin UI does not accurately reflect node PerReplicaStates st

[GitHub] [lucene-solr] epugh opened a new pull request #2381: SOLR-8138: Simple UI for issuing SQL queries

2021-02-16 Thread GitBox
epugh opened a new pull request #2381: URL: https://github.com/apache/lucene-solr/pull/2381 This code was mostly written by Michael Suzuki in PR https://github.com/apache/lucene-solr/pull/180, i just tweaked it to load in Solr 9, and updated the version of ui-grid to the 4.10 version.

[GitHub] [lucene-solr] epugh commented on pull request #2381: SOLR-8138: Simple UI for issuing SQL queries

2021-02-16 Thread GitBox
epugh commented on pull request #2381: URL: https://github.com/apache/lucene-solr/pull/2381#issuecomment-780064396 @michaelsuzukisagi I'd love your review. This is an automated message from the Apache Git Service. To respond

[jira] [Assigned] (SOLR-8138) Simple UI for issuing SQL queries

2021-02-16 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-8138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh reassigned SOLR-8138: - Assignee: David Eric Pugh > Simple UI for issuing SQL queries > -

[jira] [Created] (LUCENE-9780) Only validate JARs for tasks that are enabled.

2021-02-16 Thread Houston Putman (Jira)
Houston Putman created LUCENE-9780: -- Summary: Only validate JARs for tasks that are enabled. Key: LUCENE-9780 URL: https://issues.apache.org/jira/browse/LUCENE-9780 Project: Lucene - Core Is

[jira] [Commented] (SOLR-8138) Simple UI for issuing SQL queries

2021-02-16 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-8138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285440#comment-17285440 ] David Eric Pugh commented on SOLR-8138: --- I got excited [~michaelsuzuki] and tried ou

[GitHub] [lucene-solr] HoustonPutman opened a new pull request #2382: LUCENE-9780: Only validate JARs for tasks that are enabled

2021-02-16 Thread GitBox
HoustonPutman opened a new pull request #2382: URL: https://github.com/apache/lucene-solr/pull/2382 https://issues.apache.org/jira/browse/LUCENE-9780 This is an automated message from the Apache Git Service. To respond to the

[jira] [Comment Edited] (LUCENE-9754) ICU Tokenizer: letter-space-number-letter tokenized inconsistently

2021-02-16 Thread Trey Jones (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285443#comment-17285443 ] Trey Jones edited comment on LUCENE-9754 at 2/16/21, 7:32 PM:

[jira] [Commented] (LUCENE-9754) ICU Tokenizer: letter-space-number-letter tokenized inconsistently

2021-02-16 Thread Trey Jones (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285443#comment-17285443 ] Trey Jones commented on LUCENE-9754: > the rules you see don't mean what you might

[jira] [Updated] (SOLR-15135) Admin UI does not accurately reflect node PerReplicaStates status

2021-02-16 Thread Timothy Potter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter updated SOLR-15135: -- Fix Version/s: 8.8.1 8.9 master (9.0) > Admin UI does not

[jira] [Created] (SOLR-15159) Missing host in error message: "Error from server at null"

2021-02-16 Thread David Smiley (Jira)
David Smiley created SOLR-15159: --- Summary: Missing host in error message: "Error from server at null" Key: SOLR-15159 URL: https://issues.apache.org/jira/browse/SOLR-15159 Project: Solr Issue T

[jira] [Commented] (SOLR-15159) Missing host in error message: "Error from server at null"

2021-02-16 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285461#comment-17285461 ] David Smiley commented on SOLR-15159: - I think a simple fix is to modify {{org.apach

[GitHub] [lucene-solr] thelabdude opened a new pull request #2383: SOLR-15135: Use DocCollection to generate state.json format expected by UI to work with perReplicaState collections.

2021-02-16 Thread GitBox
thelabdude opened a new pull request #2383: URL: https://github.com/apache/lucene-solr/pull/2383 Quick fix to render collections with `perReplicaState=true` by using DocCollection instead of reading ZK data directly. Thi

[jira] [Commented] (SOLR-8138) Simple UI for issuing SQL queries

2021-02-16 Thread Michael Suzuki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-8138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285494#comment-17285494 ] Michael Suzuki commented on SOLR-8138: -- Sorry I wasn't able to look at it, work got

[GitHub] [lucene-solr] thelabdude opened a new pull request #2384: SOLR-15135: Use DocCollection to generate state.json format expected by UI to work with perReplicaState collections (backport to 8x)

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

[GitHub] [lucene-solr] thelabdude merged pull request #2384: SOLR-15135: Use DocCollection to generate state.json format expected by UI to work with perReplicaState collections (backport to 8x)

2021-02-16 Thread GitBox
thelabdude merged pull request #2384: URL: https://github.com/apache/lucene-solr/pull/2384 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] (SOLR-15135) Admin UI does not accurately reflect node PerReplicaStates status

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

[GitHub] [lucene-solr] thelabdude opened a new pull request #2385: SOLR-15135: Use DocCollection to generate state.json format expected …

2021-02-16 Thread GitBox
thelabdude opened a new pull request #2385: URL: https://github.com/apache/lucene-solr/pull/2385 …by UI to work with perReplicaState collections (backport to 8_8) See: https://github.com/apache/lucene-solr/pull/2384 --

[GitHub] [lucene-solr] anshumg commented on a change in pull request #2383: SOLR-15135: Use DocCollection to generate state.json format expected by UI to work with perReplicaState collections.

2021-02-16 Thread GitBox
anshumg commented on a change in pull request #2383: URL: https://github.com/apache/lucene-solr/pull/2383#discussion_r577152606 ## File path: solr/core/src/java/org/apache/solr/handler/admin/ZookeeperInfoHandler.java ## @@ -516,31 +518,17 @@ void printPaginatedCollections() th

[jira] [Commented] (SOLR-15149) Learning To Rank model upload fails generically

2021-02-16 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285503#comment-17285503 ] Chris M. Hostetter commented on SOLR-15149: --- well ... i mean ... step #1 is to

[GitHub] [lucene-solr] thelabdude merged pull request #2385: SOLR-15135: Use DocCollection to generate state.json format expected …

2021-02-16 Thread GitBox
thelabdude merged pull request #2385: URL: https://github.com/apache/lucene-solr/pull/2385 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] thelabdude merged pull request #2383: SOLR-15135: Use DocCollection to generate state.json format expected by UI to work with perReplicaState collections.

2021-02-16 Thread GitBox
thelabdude merged pull request #2383: URL: https://github.com/apache/lucene-solr/pull/2383 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] (SOLR-15135) Admin UI does not accurately reflect node PerReplicaStates status

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

[jira] [Commented] (SOLR-15135) Admin UI does not accurately reflect node PerReplicaStates status

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

[jira] [Commented] (SOLR-15149) Learning To Rank model upload fails generically

2021-02-16 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285507#comment-17285507 ] Chris M. Hostetter commented on SOLR-15149: --- FWIW: I _initially_ noticed these

[GitHub] [lucene-site] anshumg commented on pull request #39: Adding slack links to community and discussion pages

2021-02-16 Thread GitBox
anshumg commented on pull request #39: URL: https://github.com/apache/lucene-site/pull/39#issuecomment-780138505 I would like to think so as well but have just seen otherwise. Again, I'm fine with any workflow as long as it's convenient for everyone - no reason to add extra steps :)

[jira] [Resolved] (SOLR-15135) Admin UI does not accurately reflect node PerReplicaStates status

2021-02-16 Thread Timothy Potter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter resolved SOLR-15135. --- Resolution: Fixed > Admin UI does not accurately reflect node PerReplicaStates status > -

[jira] [Commented] (SOLR-15149) Learning To Rank model upload fails generically

2021-02-16 Thread Alessandro Benedetti (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285514#comment-17285514 ] Alessandro Benedetti commented on SOLR-15149: - Thanks for all the good inform

[GitHub] [lucene-solr] thelabdude commented on a change in pull request #2383: SOLR-15135: Use DocCollection to generate state.json format expected by UI to work with perReplicaState collections.

2021-02-16 Thread GitBox
thelabdude commented on a change in pull request #2383: URL: https://github.com/apache/lucene-solr/pull/2383#discussion_r577169229 ## File path: solr/core/src/java/org/apache/solr/handler/admin/ZookeeperInfoHandler.java ## @@ -516,31 +518,17 @@ void printPaginatedCollections()

[jira] [Commented] (SOLR-15150) add request level option to fail an atomic update if it can't be done 'in-place'

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

[GitHub] [lucene-solr-operator] anshumg commented on issue #218: Enhancements for working with basic auth enabled Solr clusters

2021-02-16 Thread GitBox
anshumg commented on issue #218: URL: https://github.com/apache/lucene-solr-operator/issues/218#issuecomment-780161635 Just having `#1` done for now sounds like a good place to be in. `#2` adds complexity and requires the operator to deal with more than what the users might want currently

[jira] [Commented] (SOLR-8138) Simple UI for issuing SQL queries

2021-02-16 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-8138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285534#comment-17285534 ] David Eric Pugh commented on SOLR-8138: --- I'm going to work through making it commita

[jira] [Updated] (SOLR-8138) Simple UI for issuing SQL queries

2021-02-16 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-8138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh updated SOLR-8138: -- Attachment: Screenshot at Feb 16 14-55-54.png > Simple UI for issuing SQL queries >

[jira] [Commented] (SOLR-8138) Simple UI for issuing SQL queries

2021-02-16 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-8138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285535#comment-17285535 ] David Eric Pugh commented on SOLR-8138: --- SQL syntax highlighting? > Simple UI for i

[jira] [Commented] (SOLR-15150) add request level option to fail an atomic update if it can't be done 'in-place'

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

[jira] [Resolved] (SOLR-15150) add request level option to fail an atomic update if it can't be done 'in-place'

2021-02-16 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter resolved SOLR-15150. --- Fix Version/s: 8.9 master (9.0) Resolution: Fixed > add req

[GitHub] [lucene-solr-operator] HoustonPutman opened a new pull request #219: Fix logging value in metrics controller.

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

[jira] [Assigned] (LUCENE-9777) generate back-compat for master branch is wrong in addBackcompatIndexes.py

2021-02-16 Thread Jira
[ https://issues.apache.org/jira/browse/LUCENE-9777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl reassigned LUCENE-9777: --- Assignee: Ignacio Vera (was: Jan Høydahl) > generate back-compat for master branch is wron

[GitHub] [lucene-solr-operator] HoustonPutman merged pull request #219: Fix logging value in metrics controller.

2021-02-16 Thread GitBox
HoustonPutman merged pull request #219: URL: https://github.com/apache/lucene-solr-operator/pull/219 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [lucene-solr] jtibshirani commented on pull request #2310: LUCENE-9705: Create Lucene90PostingsFormat

2021-02-16 Thread GitBox
jtibshirani commented on pull request #2310: URL: https://github.com/apache/lucene-solr/pull/2310#issuecomment-780194250 @jpountz @iverase I pushed some changes, would you be able to take one last look? This is an automated

[GitHub] [lucene-solr] jtibshirani commented on a change in pull request #2334: LUCENE-9705: Create Lucene90TermVectorsFormat

2021-02-16 Thread GitBox
jtibshirani commented on a change in pull request #2334: URL: https://github.com/apache/lucene-solr/pull/2334#discussion_r577221689 ## File path: lucene/backward-codecs/src/java/org/apache/lucene/backward_codecs/compressing/Lucene50CompressingTermVectorsFormat.java ## @@ -0,0

[GitHub] [lucene-solr] janhoy commented on pull request #2377: LUCENE-9777: Fix out of date versions on releases 8.7.0 and 8.8.0

2021-02-16 Thread GitBox
janhoy commented on pull request #2377: URL: https://github.com/apache/lucene-solr/pull/2377#issuecomment-780200600 DOAP files entry for 8.8.0 is missing from both master and branch_8x. In releaseWizard it is covered in `update_doap` step. @noblepaul or @chatman you may want to handle it i

[GitHub] [lucene-solr] gerlowskija merged pull request #2379: SOLR-15101: Add list/delete APIs for incremental backups

2021-02-16 Thread GitBox
gerlowskija merged pull request #2379: URL: https://github.com/apache/lucene-solr/pull/2379 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 t

[jira] [Commented] (SOLR-13608) Incremental backup for Solr

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

[jira] [Commented] (SOLR-15101) Add list-backups and delete-backups APIs

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

[jira] [Commented] (SOLR-15101) Add list-backups and delete-backups APIs

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

[jira] [Commented] (SOLR-15101) Add list-backups and delete-backups APIs

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

[jira] [Resolved] (SOLR-15101) Add list-backups and delete-backups APIs

2021-02-16 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski resolved SOLR-15101. Fix Version/s: 8.9 master (9.0) Resolution: Fixed > Add list-back

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

2021-02-16 Thread Ilan Ginzburg (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285581#comment-17285581 ] Ilan Ginzburg edited comment on SOLR-13606 at 2/17/21, 1:39 AM: ---

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

2021-02-16 Thread Ilan Ginzburg (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285581#comment-17285581 ] Ilan Ginzburg commented on SOLR-13606: -- Run into this again from IntelliJ. Deleting

[jira] [Updated] (LUCENE-9741) Add optimization for sequential access of stored fields

2021-02-16 Thread Nhat Nguyen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nhat Nguyen updated LUCENE-9741: Resolution: Won't Fix Status: Resolved (was: Patch Available) [~jpountz] [~rcmuir] Thank

  1   2   >