[jira] [Resolved] (SOLR-17048) solr-api dependency sope in solr-solrj is wrong

2023-12-20 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-17048. - Fix Version/s: 9.4.1 Resolution: Fixed I back ported to 9.4.1. Thanks > solr-api dependen

[jira] [Commented] (SOLR-17048) solr-api dependency sope in solr-solrj is wrong

2023-12-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17799243#comment-17799243 ] ASF subversion and git services commented on SOLR-17048: Commit 8

[jira] [Commented] (SOLR-16858) Allow KnnQParser to selectively apply filters

2023-12-20 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17799220#comment-17799220 ] Chris M. Hostetter commented on SOLR-16858: --- (NOTE: I'm responding to some ques

Re: [PR] SOLR-17022: Support for glob patterns for fields in Export handler, Stream handler and with SelectStream streaming expression [solr]

2023-12-20 Thread via GitHub
dsmiley commented on code in PR #1996: URL: https://github.com/apache/solr/pull/1996#discussion_r1433278230 ## solr/solrj-streaming/src/java/org/apache/solr/client/solrj/io/stream/SelectStream.java: ## @@ -308,6 +327,13 @@ public Tuple read() throws IOException { workingF

[jira] [Commented] (SOLR-17060) CoreContainer#create may deadlock with concurrent requests for metrics

2023-12-20 Thread Alex Deparvu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17799205#comment-17799205 ] Alex Deparvu commented on SOLR-17060: - sure [~dsmiley] I backported to 9.4.1 > CoreC

[jira] [Updated] (SOLR-17060) CoreContainer#create may deadlock with concurrent requests for metrics

2023-12-20 Thread Alex Deparvu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Deparvu updated SOLR-17060: Fix Version/s: 9.4.1 > CoreContainer#create may deadlock with concurrent requests for metrics > ---

[jira] [Commented] (SOLR-17060) CoreContainer#create may deadlock with concurrent requests for metrics

2023-12-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17799203#comment-17799203 ] ASF subversion and git services commented on SOLR-17060: Commit 7

[jira] [Commented] (SOLR-10654) Expose Metrics in Prometheus format DIRECTLY from Solr

2023-12-20 Thread Matthew Biscocho (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17799191#comment-17799191 ] Matthew Biscocho commented on SOLR-10654: - So I found some time to look more into

[jira] [Updated] (SOLR-10654) Expose Metrics in Prometheus format DIRECTLY from Solr

2023-12-20 Thread Matthew Biscocho (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthew Biscocho updated SOLR-10654: Attachment: prometheus_metrics.txt > Expose Metrics in Prometheus format DIRECTLY from Solr

Re: [PR] SOLR-17022: Support for glob patterns for fields in Export handler, Stream handler and with SelectStream streaming expression [solr]

2023-12-20 Thread via GitHub
justinrsweeney commented on code in PR #1996: URL: https://github.com/apache/solr/pull/1996#discussion_r1433202738 ## solr/solrj-streaming/src/java/org/apache/solr/client/solrj/io/stream/SelectStream.java: ## @@ -308,6 +327,13 @@ public Tuple read() throws IOException { w

Re: [PR] SOLR-17105: Require a location for local backups [solr]

2023-12-20 Thread via GitHub
HoustonPutman commented on code in PR #2161: URL: https://github.com/apache/solr/pull/2161#discussion_r1433082149 ## solr/core/src/java/org/apache/solr/core/backup/repository/LocalFileSystemRepository.java: ## @@ -57,6 +57,9 @@ public void init(NamedList args) { baseLocatio

Re: [PR] Update outdated link in docker-networking.adoc [solr]

2023-12-20 Thread via GitHub
epugh commented on PR #2164: URL: https://github.com/apache/solr/pull/2164#issuecomment-1864549057 Thank you for the fix! I debated keeping this content, but until we do a overhaul of all the docker related stuff, we need working links! -- This is an automated message from the Apache Git

Re: [PR] Update outdated link in docker-networking.adoc [solr]

2023-12-20 Thread via GitHub
epugh merged PR #2164: URL: https://github.com/apache/solr/pull/2164 -- 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: issues-unsubscr...@solr.apache.org

[PR] SOLR-17094: Close ObjectCache when closing CoreContainer [solr]

2023-12-20 Thread via GitHub
pvcnt opened a new pull request, #2166: URL: https://github.com/apache/solr/pull/2166 https://issues.apache.org/jira/browse/SOLR-17094 # Description In #2110 was introduced the capability for ObjectCache to close Closeable objects that were put in it. Unfortunately,

Re: [PR] SOLR-17105: Require a location for local backups [solr]

2023-12-20 Thread via GitHub
janhoy commented on code in PR #2161: URL: https://github.com/apache/solr/pull/2161#discussion_r1432518998 ## solr/core/src/java/org/apache/solr/core/backup/repository/LocalFileSystemRepository.java: ## @@ -57,6 +57,9 @@ public void init(NamedList args) { baseLocation =