[GitHub] [solr] patsonluk closed pull request #1461: SAI-4401: Experimental DocCollection Refactoring

2023-03-14 Thread via GitHub
patsonluk closed pull request #1461: SAI-4401: Experimental DocCollection Refactoring URL: https://github.com/apache/solr/pull/1461 -- 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 to the specific

[GitHub] [solr] patsonluk opened a new pull request, #1461: SAI-4401: Experimental DocCollection Refactoring

2023-03-14 Thread via GitHub
patsonluk opened a new pull request, #1461: URL: https://github.com/apache/solr/pull/1461 Experimental changes to see efforts involved to extract the PRS supplier out from `DocCollection` to keep `DocCollection` immutable. Some background in https://fullstory.atlassian.net/browse/SAI-4401

[jira] [Commented] (SOLR-16697) New API support to import index files generated by Embedded SOLR into SOLR Cloud

2023-03-14 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17700470#comment-17700470 ] David Smiley commented on SOLR-16697: - Nitpick: Please don't refer to Solr in all-caps. > New API

[GitHub] [solr] dsmiley commented on a diff in pull request #1458: SOLR-16697: Add new API to install offline-built indices into specific shards

2023-03-14 Thread via GitHub
dsmiley commented on code in PR #1458: URL: https://github.com/apache/solr/pull/1458#discussion_r1136476558 ## solr/core/src/java/org/apache/solr/handler/admin/api/InstallCoreDataAPI.java: ## @@ -0,0 +1,136 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [solr] dsmiley commented on a diff in pull request #1440: SOLR-16691 : Use Jackson for JSON serialization

2023-03-14 Thread via GitHub
dsmiley commented on code in PR #1440: URL: https://github.com/apache/solr/pull/1440#discussion_r1136469584 ## solr/test-framework/src/java/org/apache/solr/SolrTestCase.java: ## @@ -183,4 +186,11 @@ public void checkSyspropForceBeforeAssumptionFailure() { final String PROP

[GitHub] [solr] patsonluk opened a new pull request, #1460: SOLR-16701: Race condition on PRS enabled collection deletion

2023-03-14 Thread via GitHub
patsonluk opened a new pull request, #1460: URL: https://github.com/apache/solr/pull/1460 https://issues.apache.org/jira/browse/SOLR-16701 # Description This fixes a race condition on PRS enabled collection deletion, which triggers the exception: ```

[GitHub] [solr] dsmiley commented on a diff in pull request #1256: SOLR-10466: setDefaultCollection should be deprecated in favor of SolrClientBuilder methods

2023-03-14 Thread via GitHub
dsmiley commented on code in PR #1256: URL: https://github.com/apache/solr/pull/1256#discussion_r1136279376 ## solr/test-framework/src/java/org/apache/solr/cloud/AbstractFullDistribZkTestBase.java: ## @@ -2283,6 +2291,26 @@ protected CloudSolrClient getCommonCloudSolrClient() {

[GitHub] [solr] tflobbe commented on a diff in pull request #1445: SOLR-16692: Use HttpCookieStore.Empty in Http2SolrClient

2023-03-14 Thread via GitHub
tflobbe commented on code in PR #1445: URL: https://github.com/apache/solr/pull/1445#discussion_r1136263115 ## solr/benchmark/src/java/org/apache/solr/bench/MiniClusterState.java: ## @@ -273,7 +273,7 @@ public void startMiniCluster(int nodeCount) {

[jira] [Created] (SOLR-16702) JMH benchmarks can fail with http2 when using many threads

2023-03-14 Thread Tomas Eduardo Fernandez Lobbe (Jira)
Tomas Eduardo Fernandez Lobbe created SOLR-16702: Summary: JMH benchmarks can fail with http2 when using many threads Key: SOLR-16702 URL: https://issues.apache.org/jira/browse/SOLR-16702

[jira] [Commented] (SOLR-14765) optimize DocList creation by skipping sort for sort-irrelevant cases

2023-03-14 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17700379#comment-17700379 ] Michael Gibney commented on SOLR-14765: --- Thanks for the heads-up [~mkhl], will take a look. >

[GitHub] [solr] Fikavec commented on a diff in pull request #1440: SOLR-16691 : Use Jackson for JSON serialization

2023-03-14 Thread via GitHub
Fikavec commented on code in PR #1440: URL: https://github.com/apache/solr/pull/1440#discussion_r1136208405 ## solr/core/src/java/org/apache/solr/response/JacksonJsonWriter.java: ## @@ -29,6 +29,16 @@ import org.apache.solr.request.SolrQueryRequest; public class

[jira] [Updated] (SOLR-16701) Fetching PRS enabled collection might throw SolrException: Error fetching per-replica-states if the collection is deleted during the fetch

2023-03-14 Thread Patson Luk (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patson Luk updated SOLR-16701: -- Description: It's found that a race condition could arise and trigger SolrException, if: 1.

[jira] [Created] (SOLR-16701) Fetching PRS enabled collection might throw SolrException: Error fetching per-replica-states if the collection is deleted during the fetch

2023-03-14 Thread Patson Luk (Jira)
Patson Luk created SOLR-16701: - Summary: Fetching PRS enabled collection might throw SolrException: Error fetching per-replica-states if the collection is deleted during the fetch Key: SOLR-16701 URL:

[jira] [Commented] (SOLR-14765) optimize DocList creation by skipping sort for sort-irrelevant cases

2023-03-14 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17700365#comment-17700365 ] Mikhail Khludnev commented on SOLR-14765: - this might be related, but I'm unable to reproduce on

[jira] [Commented] (SOLR-16585) All docs query with any nonzero positive start value throws NPE with "this.docs is null"

2023-03-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17700358#comment-17700358 ] ASF subversion and git services commented on SOLR-16585: Commit

[GitHub] [solr] mkhludnev merged pull request #1456: SOLR-16585: bypass empty update

2023-03-14 Thread via GitHub
mkhludnev merged PR #1456: URL: https://github.com/apache/solr/pull/1456 -- 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 to the specific comment. To unsubscribe, e-mail:

[GitHub] [solr] stillalex commented on pull request #1445: SOLR-16692: Use HttpCookieStore.Empty in Http2SolrClient

2023-03-14 Thread via GitHub
stillalex commented on PR #1445: URL: https://github.com/apache/solr/pull/1445#issuecomment-1468746404 the Http2SolrClient changes look good to me. the benchmark could move to it's own PR (similar to the discussion on #1447) -- This is an automated message from the Apache Git Service. To

[GitHub] [solr-sandbox] bruno-roustant opened a new pull request, #51: Add encryption module.

2023-03-14 Thread via GitHub
bruno-roustant opened a new pull request, #51: URL: https://github.com/apache/solr-sandbox/pull/51 A Java-level encryption-at-rest solution. This solution provides the encryption of the Lucene index files at the Java level. It encrypts all (or some) the files in a given index with

[GitHub] [solr] stillalex commented on a diff in pull request #1459: SOLR-16393 Alias properties management

2023-03-14 Thread via GitHub
stillalex commented on code in PR #1459: URL: https://github.com/apache/solr/pull/1459#discussion_r1135928319 ## solr/core/src/test/org/apache/solr/cloud/AliasIntegrationTest.java: ## @@ -291,20 +316,25 @@ public void testModifyPropertiesCAR() throws Exception {

[GitHub] [solr] stillalex commented on a diff in pull request #1459: SOLR-16393 Alias properties management

2023-03-14 Thread via GitHub
stillalex commented on code in PR #1459: URL: https://github.com/apache/solr/pull/1459#discussion_r1135927504 ## solr/core/src/java/org/apache/solr/handler/admin/api/AliasPropertyAPI.java: ## @@ -0,0 +1,262 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [solr] stillalex opened a new pull request, #1459: SOLR-16393 Alias properties management

2023-03-14 Thread via GitHub
stillalex opened a new pull request, #1459: URL: https://github.com/apache/solr/pull/1459 https://issues.apache.org/jira/browse/SOLR-16393 # Description Alias properties management # Solution Please provide a short description of the approach taken to

[jira] [Updated] (SOLR-16697) New API support to import index files generated by Embedded SOLR into SOLR Cloud

2023-03-14 Thread Anshum Gupta (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta updated SOLR-16697: Priority: Major (was: Blocker) > New API support to import index files generated by Embedded SOLR

[GitHub] [solr] stillalex commented on pull request #1447: SOLR-16694: Shortcut Http2SolrClient mimeType check for default response parse

2023-03-14 Thread via GitHub
stillalex commented on PR #1447: URL: https://github.com/apache/solr/pull/1447#issuecomment-1468468476 ah interesting, I missed that other one. yeah I would maybe move the MiniClusterState and benchmark to its own PR maybe, so the discuss can focus on that aspect only. -- This is an

[GitHub] [solr] mkhludnev commented on pull request #1456: SOLR-16585: bypass empty update

2023-03-14 Thread via GitHub
mkhludnev commented on PR #1456: URL: https://github.com/apache/solr/pull/1456#issuecomment-1468454136 ping @HoustonPutman -- 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 to the specific comment.

[GitHub] [solr] tflobbe commented on pull request #1447: SOLR-16694: Shortcut Http2SolrClient mimeType check for default response parse

2023-03-14 Thread via GitHub
tflobbe commented on PR #1447: URL: https://github.com/apache/solr/pull/1447#issuecomment-1468449108 > I don't have background on the MiniClusterState change to `.useHttp1_1(true)`. Ah, I didn't mention it here but I did in https://github.com/apache/solr/pull/1445. I get failures

[GitHub] [solr] stillalex commented on pull request #1447: SOLR-16694: Shortcut Http2SolrClient mimeType check for default response parse

2023-03-14 Thread via GitHub
stillalex commented on PR #1447: URL: https://github.com/apache/solr/pull/1447#issuecomment-1468406430 (non binding) +1 the parser part looks good to me. I don't have background on the `MiniClusterState` change to `.useHttp1_1(true)`. -- This is an automated message from the Apache Git

[jira] [Comment Edited] (SOLR-16585) All docs query with any nonzero positive start value throws NPE with "this.docs is null"

2023-03-14 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17700288#comment-17700288 ] Jason Gerlowski edited comment on SOLR-16585 at 3/14/23 4:10 PM: -

[jira] [Commented] (SOLR-16585) All docs query with any nonzero positive start value throws NPE with "this.docs is null"

2023-03-14 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17700288#comment-17700288 ] Jason Gerlowski commented on SOLR-16585: Backporting to branch_9_2 makes sense to me, though you

[jira] [Created] (SOLR-16700) NullPointerException during the deletion of the last document using external field

2023-03-14 Thread Minerva (Jira)
Minerva created SOLR-16700: -- Summary: NullPointerException during the deletion of the last document using external field Key: SOLR-16700 URL: https://issues.apache.org/jira/browse/SOLR-16700 Project: Solr

[GitHub] [solr] sonatype-lift[bot] commented on a diff in pull request #1458: SOLR-16697: Add new API to install offline-built indices into specific shards

2023-03-14 Thread via GitHub
sonatype-lift[bot] commented on code in PR #1458: URL: https://github.com/apache/solr/pull/1458#discussion_r1135802948 ## solr/core/src/java/org/apache/solr/handler/admin/api/InstallCoreDataAPI.java: ## @@ -0,0 +1,136 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[jira] [Commented] (SOLR-16697) New API support to import index files generated by Embedded SOLR into SOLR Cloud

2023-03-14 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17700262#comment-17700262 ] Jason Gerlowski commented on SOLR-16697: (Disclaimer: I work with Indumathy, and we've talked a

[GitHub] [solr] gerlowskija commented on pull request #1458: SOLR-16697: Add new API to install offline-built indices into specific shards

2023-03-14 Thread via GitHub
gerlowskija commented on PR #1458: URL: https://github.com/apache/solr/pull/1458#issuecomment-1468314277 Definitely not ready to commit - needs some input validation, tests, docs, etc. But should be enough to showcase the general approach for anyone interested. -- This is an automated

[GitHub] [solr] gerlowskija opened a new pull request, #1458: SOLR-16697: Add new API to install offline-built indices into specific shards

2023-03-14 Thread via GitHub
gerlowskija opened a new pull request, #1458: URL: https://github.com/apache/solr/pull/1458 https://issues.apache.org/jira/browse/SOLR-16697 # Description Solr has a number of ways to restore indices into a SolrCloud collection, but these all come with a number of assumptions.

[GitHub] [solr] janhoy commented on a diff in pull request #395: SOLR-15767: Prometheus alert rules for monitoring SolrCloud clusters on Kubernetes

2023-03-14 Thread via GitHub
janhoy commented on code in PR #395: URL: https://github.com/apache/solr/pull/395#discussion_r1135552528 ## solr/prometheus-exporter/conf/solr-alert-rules.yaml: ## @@ -0,0 +1,243 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license

[GitHub] [solr] janhoy commented on pull request #828: SOLR-12457: improve compatibility/support for sort by field-function

2023-03-14 Thread via GitHub
janhoy commented on PR #828: URL: https://github.com/apache/solr/pull/828#issuecomment-1468153895 Hi @magibney . I got a question about this bug from a client. Do you remember why this was not merged back in May'22? -- This is an automated message from the Apache Git Service. To respond

[jira] [Commented] (SOLR-16699) Expose collection creation time from COLSTATUS API

2023-03-14 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17700176#comment-17700176 ] David Smiley commented on SOLR-16699: - It's possible to hit Solr's ZK oriented APIs for this as was

[jira] [Created] (SOLR-16699) Expose collection creation time from COLSTATUS API

2023-03-14 Thread David Smiley (Jira)
David Smiley created SOLR-16699: --- Summary: Expose collection creation time from COLSTATUS API Key: SOLR-16699 URL: https://issues.apache.org/jira/browse/SOLR-16699 Project: Solr Issue Type:

[jira] [Updated] (SOLR-16183) XML Loader: support indexing single nested child document

2023-03-14 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-16183: Fix Version/s: 9.3 > XML Loader: support indexing single nested child document >

[GitHub] [solr] sonatype-lift[bot] commented on a diff in pull request #1256: SOLR-10466: setDefaultCollection should be deprecated in favor of SolrClientBuilder methods

2023-03-14 Thread via GitHub
sonatype-lift[bot] commented on code in PR #1256: URL: https://github.com/apache/solr/pull/1256#discussion_r1135450119 ## solr/test-framework/src/java/org/apache/solr/cloud/AbstractFullDistribZkTestBase.java: ## @@ -2283,6 +2291,26 @@ protected CloudSolrClient

[jira] [Comment Edited] (SOLR-12583) Add basic authentication option for [subquery] document transformer

2023-03-14 Thread Akhil (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17700125#comment-17700125 ] Akhil edited comment on SOLR-12583 at 3/14/23 12:07 PM: [~janhoy] Solr 8.11. Is

[jira] [Commented] (SOLR-12583) Add basic authentication option for [subquery] document transformer

2023-03-14 Thread Akhil (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17700125#comment-17700125 ] Akhil commented on SOLR-12583: -- [~janhoy] Solr 8.11 > Add basic authentication option for [subquery]

[GitHub] [solr] vinayakphegde commented on pull request #1448: SOLR-16183: XML Loader: support indexing single nested child document

2023-03-14 Thread via GitHub
vinayakphegde commented on PR #1448: URL: https://github.com/apache/solr/pull/1448#issuecomment-1467890572 > Merged. Thanks @vinayakphegde . Would you mind to create cherry-pick PR into `branch_9x`? sure -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [solr] mkhludnev commented on pull request #1448: SOLR-16183: XML Loader: support indexing single nested child document

2023-03-14 Thread via GitHub
mkhludnev commented on PR #1448: URL: https://github.com/apache/solr/pull/1448#issuecomment-1467881275 Merged. Thanks @vinayakphegde . Would you mind to create cherry-pick PR into `branch_9x`? -- This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Commented] (SOLR-16183) XML Loader: support indexing single nested child document

2023-03-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17700092#comment-17700092 ] ASF subversion and git services commented on SOLR-16183: Commit

[GitHub] [solr] mkhludnev merged pull request #1448: SOLR-16183: XML Loader: support indexing single nested child document

2023-03-14 Thread via GitHub
mkhludnev merged PR #1448: URL: https://github.com/apache/solr/pull/1448 -- 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 to the specific comment. To unsubscribe, e-mail:

[GitHub] [solr] mkhludnev commented on a diff in pull request #1448: SOLR-16183: XML Loader: support indexing single nested child document

2023-03-14 Thread via GitHub
mkhludnev commented on code in PR #1448: URL: https://github.com/apache/solr/pull/1448#discussion_r1135348969 ## solr/core/src/java/org/apache/solr/handler/loader/XMLLoader.java: ## @@ -393,31 +401,35 @@ public SolrInputDocument readDoc(XMLStreamReader parser) throws

[GitHub] [solr] mkhludnev commented on a diff in pull request #1448: SOLR-16183: XML Loader: support indexing single nested child document

2023-03-14 Thread via GitHub
mkhludnev commented on code in PR #1448: URL: https://github.com/apache/solr/pull/1448#discussion_r1135347132 ## solr/CHANGES.txt: ## @@ -34,6 +34,20 @@ Other Changes Previously, the modules would come transitively. (David Smiley) +== 9.3.0

[GitHub] [solr] vinayakphegde commented on a diff in pull request #1448: SOLR-16183: XML Loader: support indexing single nested child document

2023-03-14 Thread via GitHub
vinayakphegde commented on code in PR #1448: URL: https://github.com/apache/solr/pull/1448#discussion_r1135339158 ## solr/core/src/java/org/apache/solr/handler/loader/XMLLoader.java: ## @@ -393,31 +401,35 @@ public SolrInputDocument readDoc(XMLStreamReader parser) throws

[GitHub] [solr] vinayakphegde commented on a diff in pull request #1448: SOLR-16183: XML Loader: support indexing single nested child document

2023-03-14 Thread via GitHub
vinayakphegde commented on code in PR #1448: URL: https://github.com/apache/solr/pull/1448#discussion_r1135337947 ## solr/CHANGES.txt: ## @@ -34,6 +34,20 @@ Other Changes Previously, the modules would come transitively. (David Smiley) +== 9.3.0

[GitHub] [solr] mkhludnev commented on a diff in pull request #1448: SOLR-16183: XML Loader: support indexing single nested child document

2023-03-14 Thread via GitHub
mkhludnev commented on code in PR #1448: URL: https://github.com/apache/solr/pull/1448#discussion_r1135311067 ## solr/core/src/java/org/apache/solr/handler/loader/XMLLoader.java: ## @@ -393,31 +401,35 @@ public SolrInputDocument readDoc(XMLStreamReader parser) throws

[jira] [Commented] (SOLR-12583) Add basic authentication option for [subquery] document transformer

2023-03-14 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-12583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17700066#comment-17700066 ] Jan Høydahl commented on SOLR-12583: Which version of Solr are you experiencing this with? > Add

[GitHub] [solr] epugh commented on pull request #1448: SOLR-16183: XML Loader: support indexing single nested child document

2023-03-14 Thread via GitHub
epugh commented on PR #1448: URL: https://github.com/apache/solr/pull/1448#issuecomment-1467762714 I love that we're getting these small differences sorted out! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [solr] mkhludnev commented on a diff in pull request #1448: SOLR-16183: XML Loader: support indexing single nested child document

2023-03-14 Thread via GitHub
mkhludnev commented on code in PR #1448: URL: https://github.com/apache/solr/pull/1448#discussion_r1135278387 ## solr/CHANGES.txt: ## @@ -34,6 +34,20 @@ Other Changes Previously, the modules would come transitively. (David Smiley) +== 9.3.0

[jira] [Commented] (SOLR-15767) Include a core set of Prometheus alert rules for monitoring SolrCloud on K8s

2023-03-14 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17700055#comment-17700055 ] Jan Høydahl commented on SOLR-15767: I was just looking into this myself. What remains to get this

[GitHub] [solr] vinayakphegde commented on a diff in pull request #1448: SOLR-16183: XML Loader: support indexing single nested child document

2023-03-14 Thread via GitHub
vinayakphegde commented on code in PR #1448: URL: https://github.com/apache/solr/pull/1448#discussion_r1135262913 ## solr/core/src/java/org/apache/solr/handler/loader/XMLLoader.java: ## @@ -333,12 +339,14 @@ public SolrInputDocument readDoc(XMLStreamReader parser) throws

[GitHub] [solr] mkhludnev commented on a diff in pull request #1448: SOLR-16183: XML Loader: support indexing single nested child document

2023-03-14 Thread via GitHub
mkhludnev commented on code in PR #1448: URL: https://github.com/apache/solr/pull/1448#discussion_r1135261406 ## solr/core/src/java/org/apache/solr/handler/loader/XMLLoader.java: ## @@ -333,12 +339,14 @@ public SolrInputDocument readDoc(XMLStreamReader parser) throws

[GitHub] [solr] mkhludnev commented on a diff in pull request #1448: SOLR-16183: XML Loader: support indexing single nested child document

2023-03-14 Thread via GitHub
mkhludnev commented on code in PR #1448: URL: https://github.com/apache/solr/pull/1448#discussion_r1135246418 ## solr/core/src/java/org/apache/solr/handler/loader/XMLLoader.java: ## @@ -393,31 +401,35 @@ public SolrInputDocument readDoc(XMLStreamReader parser) throws

[jira] [Updated] (SOLR-16698) Unclear error message due to a typo

2023-03-14 Thread ILARIA PETRETI (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ILARIA PETRETI updated SOLR-16698: -- Description: If we execute a PUT request with a typo in the "feature-store" endpoint (we

[jira] [Updated] (SOLR-16698) Unclear error message due to a typo

2023-03-14 Thread ILARIA PETRETI (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ILARIA PETRETI updated SOLR-16698: -- Description: If we execute a PUT request with a typo in the "feature-store" endpoint (we

[jira] [Updated] (SOLR-16698) Unclear error message due to a typo

2023-03-14 Thread ILARIA PETRETI (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ILARIA PETRETI updated SOLR-16698: -- Security: (was: Public) > Unclear error message due to a typo >

[jira] [Created] (SOLR-16698) Unclear error message due to a typo

2023-03-14 Thread ILARIA PETRETI (Jira)
ILARIA PETRETI created SOLR-16698: - Summary: Unclear error message due to a typo Key: SOLR-16698 URL: https://issues.apache.org/jira/browse/SOLR-16698 Project: Solr Issue Type: Bug

[jira] [Commented] (SOLR-16653) Shard split doesn't work when shard has NRT and pull replica and prs is enable on collection

2023-03-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17700011#comment-17700011 ] ASF subversion and git services commented on SOLR-16653: Commit

[jira] [Commented] (SOLR-16653) Shard split doesn't work when shard has NRT and pull replica and prs is enable on collection

2023-03-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17700012#comment-17700012 ] ASF subversion and git services commented on SOLR-16653: Commit

[jira] [Commented] (SOLR-16653) Shard split doesn't work when shard has NRT and pull replica and prs is enable on collection

2023-03-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1779#comment-1779 ] ASF subversion and git services commented on SOLR-16653: Commit

[jira] [Commented] (SOLR-12583) Add basic authentication option for [subquery] document transformer

2023-03-14 Thread Akhil (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1766#comment-1766 ] Akhil commented on SOLR-12583: -- Hi [~dartfish] , I am also facing the same issue and you have created this

[jira] [Commented] (SOLR-16585) All docs query with any nonzero positive start value throws NPE with "this.docs is null"

2023-03-14 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17699985#comment-17699985 ] Mikhail Khludnev commented on SOLR-16585: - [~gerlowskija] I pushed fix into {{{}main{}}},

[jira] [Commented] (SOLR-16585) All docs query with any nonzero positive start value throws NPE with "this.docs is null"

2023-03-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17699984#comment-17699984 ] ASF subversion and git services commented on SOLR-16585: Commit

[GitHub] [solr] mkhludnev merged pull request #1455: SOLR-16585: bypass empty update

2023-03-14 Thread via GitHub
mkhludnev merged PR #1455: URL: https://github.com/apache/solr/pull/1455 -- 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 to the specific comment. To unsubscribe, e-mail:

[jira] [Commented] (SOLR-16585) All docs query with any nonzero positive start value throws NPE with "this.docs is null"

2023-03-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17699983#comment-17699983 ] ASF subversion and git services commented on SOLR-16585: Commit

[GitHub] [solr] mkhludnev merged pull request #1454: SOLR-16585: bypass empty update

2023-03-14 Thread via GitHub
mkhludnev merged PR #1454: URL: https://github.com/apache/solr/pull/1454 -- 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 to the specific comment. To unsubscribe, e-mail: