[jira] [Updated] (SOLR-17046) SchemaCodecFactory should be the implicit default if no is configured

2023-10-25 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter updated SOLR-17046: -- Attachment: SOLR-17046-1.patch Status: Open (was: Open) FWIW: I updated the pa

[jira] [Updated] (SOLR-17046) SchemaCodecFactory should be the implicit default if no is configured

2023-10-25 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter updated SOLR-17046: -- Attachment: SOLR-17046.patch Status: Open (was: Open) First stab at implementi

[PR] Bump google.golang.org/grpc from 1.57.0 to 1.57.1 [solr-operator]

2023-10-25 Thread via GitHub
dependabot[bot] opened a new pull request, #646: URL: https://github.com/apache/solr-operator/pull/646 Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.57.0 to 1.57.1. Release notes Sourced from https://github.com/grpc/grpc-go/releases";>google.golang.org/grpc

Re: [PR] [9.x] SOLR-16943 Move Jetty HttpClient tracing into InstrumentedHttpListenerFactory [solr]

2023-10-25 Thread via GitHub
stillalex commented on PR #2041: URL: https://github.com/apache/solr/pull/2041#issuecomment-1780041567 @dsmiley would appreciate your review on this backport to 9.x -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[PR] [9.x] SOLR-16943 Move Jetty HttpClient tracing into InstrumentedHttpListenerFactory [solr]

2023-10-25 Thread via GitHub
stillalex opened a new pull request, #2041: URL: https://github.com/apache/solr/pull/2041 https://issues.apache.org/jira/browse/SOLR-16943 # Description This is the 9.x equivalent of https://github.com/apache/solr/pull/1856 # Solution Please provide a s

[jira] [Updated] (SOLR-17050) Store the models compacted so we can store bigger models on zk

2023-10-25 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-17050: --- Description: We reached the limit of zk for storing LTR models. I want to avoid the u

Re: [PR] Remove unused and duplicate code in DistributedZkUpdateProcessor [solr]

2023-10-25 Thread via GitHub
bruno-roustant commented on PR #2038: URL: https://github.com/apache/solr/pull/2038#issuecomment-1779592475 Could you create a JIRA issue for this PR to give it more visibility? I agree it's only a cleanup, but since I investigated to be sure of the dead code removal, for me it means it's

Re: [PR] Remove unused and duplicate code in DistributedZkUpdateProcessor [solr]

2023-10-25 Thread via GitHub
bruno-roustant commented on code in PR #2038: URL: https://github.com/apache/solr/pull/2038#discussion_r1371992238 ## solr/core/src/java/org/apache/solr/update/processor/DistributedZkUpdateProcessor.java: ## @@ -883,8 +836,7 @@ private void checkReplicationTracker(UpdateCommand

[jira] [Commented] (SOLR-14853) Make enableRemoteStreaming option global; not configSet

2023-10-25 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17779526#comment-17779526 ] ASF subversion and git services commented on SOLR-14853: Commit 1

[jira] [Commented] (SOLR-17053) Distributed search: if all shards fail, fail the request despite shards.tolerant

2023-10-25 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17779502#comment-17779502 ] David Smiley commented on SOLR-17053: - +1. Put differently, only use "partialResults

Re: [PR] SOLR-17050: Save models as compacted json [solr]

2023-10-25 Thread via GitHub
cpoerschke commented on PR #2030: URL: https://github.com/apache/solr/pull/2030#issuecomment-1779183595 Would love to hear perspectives from others here too e.g. @alessandrobenedetti @epugh @janhoy or @tomglk perhaps? Thank you. -- This is an automated message from the Apache Git Service.

Re: [PR] SOLR-17050: Save models as compacted json [solr]

2023-10-25 Thread via GitHub
cpoerschke commented on PR #2030: URL: https://github.com/apache/solr/pull/2030#issuecomment-1779181373 Hi Florin! Thanks for opening this pull request, with a test and scoped to only change the learning-to-rank model store. I've added a commit with minor tweaks, feel free to r