[jira] [Resolved] (SOLR-17296) rerank w/scaling (still) broken when using debug to get explain info

2024-05-17 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter resolved SOLR-17296. --- Fix Version/s: main (10.0) 9.7 9.6.1 Reso

Re: [PR] SOLR-17296: fix "explain" bugs with rerank scaling + multi-shard [solr]

2024-05-17 Thread via GitHub
hossman commented on PR #2465: URL: https://github.com/apache/solr/pull/2465#issuecomment-2118491262 manually squash merged to main & backported to 9x & 9.6.1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [PR] SOLR-17296: fix "explain" bugs with rerank scaling + multi-shard [solr]

2024-05-17 Thread via GitHub
hossman closed pull request #2465: SOLR-17296: fix "explain" bugs with rerank scaling + multi-shard URL: https://github.com/apache/solr/pull/2465 -- 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

[jira] [Commented] (SOLR-17296) rerank w/scaling (still) broken when using debug to get explain info

2024-05-17 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17847463#comment-17847463 ] ASF subversion and git services commented on SOLR-17296: Commit 3

[jira] [Commented] (SOLR-17296) rerank w/scaling (still) broken when using debug to get explain info

2024-05-17 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17847461#comment-17847461 ] ASF subversion and git services commented on SOLR-17296: Commit e

[jira] [Commented] (SOLR-17296) rerank w/scaling (still) broken when using debug to get explain info

2024-05-17 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17847452#comment-17847452 ] ASF subversion and git services commented on SOLR-17296: Commit 6

[jira] [Commented] (SOLR-17296) rerank w/scaling (still) broken when using debug to get explain info

2024-05-17 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17847447#comment-17847447 ] ASF subversion and git services commented on SOLR-17296: Commit b

[jira] [Commented] (SOLR-17296) rerank w/scaling (still) broken when using debug to get explain info

2024-05-17 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17847445#comment-17847445 ] Chris M. Hostetter commented on SOLR-17296: --- I've created SOLR-17299 to track l

[jira] [Created] (SOLR-17299) Redesign debug component / reranking to support multi-stage debugging

2024-05-17 Thread Chris M. Hostetter (Jira)
Chris M. Hostetter created SOLR-17299: - Summary: Redesign debug component / reranking to support multi-stage debugging Key: SOLR-17299 URL: https://issues.apache.org/jira/browse/SOLR-17299 Project

Re: [PR] SOLR-17289: OrderedNodePlacementPlugin: optimize don't loop collections [solr]

2024-05-17 Thread via GitHub
dsmiley commented on PR #2459: URL: https://github.com/apache/solr/pull/2459#issuecomment-2118236913 Yeah the results were disappointing from a placement diversity standpoint, which is a total deal-breaker. Perhaps a bit of randomness layered onto the placement would help with placement di

[jira] [Commented] (SOLR-16866) CachingDirectoryFactory Throwing Error When Closing

2024-05-17 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17847422#comment-17847422 ] Michael Gibney commented on SOLR-16866: --- Thanks for catching/fixing this. It defin

Re: [PR] SOLR-17290: Update SyncStrategy and PeerSyncWithLeader to use the recovery Http2SolrClient [solr]

2024-05-17 Thread via GitHub
dsmiley commented on PR #2460: URL: https://github.com/apache/solr/pull/2460#issuecomment-2118220697 Should this be merged or should it be pending some authentication/authorization fix? -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[jira] [Commented] (SOLR-17296) rerank w/scaling (still) broken when using debug to get explain info

2024-05-17 Thread Andy Webb (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17847408#comment-17847408 ] Andy Webb commented on SOLR-17296: -- This approach sounds good - I agree that enabling de

[jira] [Commented] (SOLR-17297) Classloading issue with plugin and modules

2024-05-17 Thread Patson Luk (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17847407#comment-17847407 ] Patson Luk commented on SOLR-17297: --- Thank you for the swift response [~dsmiley]! >Swi

Re: [PR] SOLR-4587: integrate lucene-monitor into solr [solr]

2024-05-17 Thread via GitHub
kotman12 commented on code in PR #2382: URL: https://github.com/apache/solr/pull/2382#discussion_r1605414414 ## solr/modules/monitor/src/java/org/apache/solr/monitor/update/MonitorUpdateRequestProcessor.java: ## @@ -0,0 +1,257 @@ +/* + * + * * Licensed to the Apache Software Fo

[jira] [Commented] (SOLR-17296) rerank w/scaling (still) broken when using debug to get explain info

2024-05-17 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17847402#comment-17847402 ] David Smiley commented on SOLR-17296: - I just wish to +1 Hossman's sentiments. Toggl

[jira] [Assigned] (SOLR-17296) rerank w/scaling (still) broken when using debug to get explain info

2024-05-17 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter reassigned SOLR-17296: - Assignee: Chris M. Hostetter > rerank w/scaling (still) broken when using debug

Re: [PR] Refactor preparePutOrPost in HttpJdkSolrClient [solr]

2024-05-17 Thread via GitHub
andywebb1975 merged PR #2454: URL: https://github.com/apache/solr/pull/2454 -- 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.apac

Re: [PR] Refactor preparePutOrPost in HttpJdkSolrClient [solr]

2024-05-17 Thread via GitHub
jdyer1 commented on PR #2454: URL: https://github.com/apache/solr/pull/2454#issuecomment-2117969013 > @jdyer1 does this look OK to you? The tests pass... I think your changes are valid and if all existing tests still pass then its a win. I am all in favor of no dead code branches!

Re: [PR] Fix typo in system-requirements.adoc [solr]

2024-05-17 Thread via GitHub
cpoerschke merged PR #2466: URL: https://github.com/apache/solr/pull/2466 -- 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

Re: [PR] SOLR-17044: Consolidate SolrJ URL-building logic [solr]

2024-05-17 Thread via GitHub
jdyer1 commented on PR #2455: URL: https://github.com/apache/solr/pull/2455#issuecomment-2117874056 I do not have a strong opinion here whether `buildRquestUrl` should be public or not. I see the reasoning it gives users more flexibility. On the other hand, it adds to the public api surfa

[jira] [Updated] (SOLR-17298) Multithreaded search breaks limits, and possibly other things

2024-05-17 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck updated SOLR-17298: Description: https://issues.apache.org/jira/browse/SOLR-13350 was merged to main somewhat unexpectedly, an

Re: [PR] Refactor preparePutOrPost in HttpJdkSolrClient [solr]

2024-05-17 Thread via GitHub
jdyer1 commented on code in PR #2454: URL: https://github.com/apache/solr/pull/2454#discussion_r1605174654 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpJdkSolrClient.java: ## @@ -299,10 +299,19 @@ private PreparedRequest preparePutOrPost( InputStream is =

[jira] [Updated] (SOLR-17298) Multithreaded search breaks limits, and possibly other things

2024-05-17 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck updated SOLR-17298: Description: https://issues.apache.org/jira/browse/SOLR-13350 was merged to main somewhat unexpectedly, an

[jira] [Created] (SOLR-17298) Multithreaded search breaks limits, and possibly other things

2024-05-17 Thread Gus Heck (Jira)
Gus Heck created SOLR-17298: --- Summary: Multithreaded search breaks limits, and possibly other things Key: SOLR-17298 URL: https://issues.apache.org/jira/browse/SOLR-17298 Project: Solr Issue Type:

[PR] Fix typo in system-requirements.adoc [solr]

2024-05-17 Thread via GitHub
LilithHafner opened a new pull request, #2466: URL: https://github.com/apache/solr/pull/2466 https://issues.apache.org/jira/browse/SOLR-X # Description Please provide a short description of the changes you're making with this pull request. # Solution

Re: [PR] SOLR-4587: integrate lucene-monitor into solr [solr]

2024-05-17 Thread via GitHub
cpoerschke commented on code in PR #2382: URL: https://github.com/apache/solr/pull/2382#discussion_r1604773128 ## solr/modules/monitor/src/java/org/apache/solr/monitor/update/MonitorUpdateRequestProcessor.java: ## @@ -0,0 +1,257 @@ +/* + * + * * Licensed to the Apache Software

Re: [PR] SOLR-17289: OrderedNodePlacementPlugin: optimize don't loop collections [solr]

2024-05-17 Thread via GitHub
murblanc commented on PR #2459: URL: https://github.com/apache/solr/pull/2459#issuecomment-2117113044 > Separately, I wonder if we make it too easy to loop the state of every collection. I'm looking at `Cluster` added by @murblanc which contains not only an `Iterator iterator();` method, bu

Re: [I] Failed to pull zookeeper image from private registry [solr-operator]

2024-05-17 Thread via GitHub
EmmanuelSoon commented on issue #621: URL: https://github.com/apache/solr-operator/issues/621#issuecomment-2116986321 Hi there @davidl789, did you manage to solve this issue? Currently facing the same problem... -- This is an automated message from the Apache Git Service. To respond to t