[jira] [Updated] (SOLR-17047) (SolrCore's) CodecFactory validation ignores schema based KnnVectorsFormat options on init

2023-10-19 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter updated SOLR-17047: -- Description: {{{}SolrCore{}}}'s logic for initializing a {{CodecFactory}} includes some

[jira] [Created] (SOLR-17047) (SolrCore's) CodecFactory validation ignores schema based KnnVectorsFormat options on init

2023-10-19 Thread Chris M. Hostetter (Jira)
Chris M. Hostetter created SOLR-17047: - Summary: (SolrCore's) CodecFactory validation ignores schema based KnnVectorsFormat options on init Key: SOLR-17047 URL: https://issues.apache.org/jira/browse/SOLR-17047

Re: [PR] SOLR-17042: Remove V2RequestSupport interface [solr]

2023-10-19 Thread via GitHub
epugh commented on PR #2028: URL: https://github.com/apache/solr/pull/2028#issuecomment-1771801899 Nice bit of clean up. Makes me sad we can't just remove it altogether if no api's are currently using it -- This is an automated message from the Apache Git Service. To respond to the

[jira] [Commented] (SOLR-17003) Solr 9.3.0: NumberRangePrefixTree error

2023-10-19 Thread Scott Vanderbilt (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1493#comment-1493 ] Scott Vanderbilt commented on SOLR-17003: - Yes, fantastic! I can indeed confirm

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

2023-10-19 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1488#comment-1488 ] Chris M. Hostetter commented on SOLR-17046: --- If people feel like pursuing this,

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

2023-10-19 Thread Chris M. Hostetter (Jira)
Chris M. Hostetter created SOLR-17046: - Summary: SchemaCodecFactory should be the implicit default if no is configured Key: SOLR-17046 URL: https://issues.apache.org/jira/browse/SOLR-17046 Projec

[jira] [Commented] (SOLR-17045) DenseVectorField w/ vectorDimension > 1024 no longer works by default

2023-10-19 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1479#comment-1479 ] Chris M. Hostetter commented on SOLR-17045: --- NOTE: I created this issue mainly

[jira] [Created] (SOLR-17045) DenseVectorField w/ vectorDimension > 1024 no longer works by default

2023-10-19 Thread Chris M. Hostetter (Jira)
Chris M. Hostetter created SOLR-17045: - Summary: DenseVectorField w/ vectorDimension > 1024 no longer works by default Key: SOLR-17045 URL: https://issues.apache.org/jira/browse/SOLR-17045 Project

[PR] SOLR-17042: Remove V2RequestSupport interface [solr]

2023-10-19 Thread via GitHub
gerlowskija opened a new pull request, #2028: URL: https://github.com/apache/solr/pull/2028 https://issues.apache.org/jira/browse/SOLR-17042 # Description Initially intended as a way to allow dog-fooding of v2 APIs by converting v1 requests into their v2 counterparts, V2Request

[jira] [Commented] (SOLR-17024) Remove support for deprecated "collection-default clusterprop syntax

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

Re: [PR] SOLR-17024: Remove deprecated 'collectionDefaults' support [solr]

2023-10-19 Thread via GitHub
gerlowskija merged PR #2002: URL: https://github.com/apache/solr/pull/2002 -- 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.apach

Re: [PR] SOLR-15857: Add AWS Secret Manager support for ZK ACL credentials [solr]

2023-10-19 Thread via GitHub
laminelam commented on code in PR #1994: URL: https://github.com/apache/solr/pull/1994#discussion_r1366016833 ## solr/modules/aws-secret-provider/src/test/org/apache/solr/secret/zk/AWSSecretCredentialsProviderTest.java: ## @@ -0,0 +1,440 @@ +/* + * Licensed to the Apache Softwar

Re: [PR] Ignore producer URP (if disabled) in standalone mode [solr-sandbox]

2023-10-19 Thread via GitHub
gerlowskija merged PR #79: URL: https://github.com/apache/solr-sandbox/pull/79 -- 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.a

[jira] [Commented] (SOLR-17024) Remove support for deprecated "collection-default clusterprop syntax

2023-10-19 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1430#comment-1430 ] Jason Gerlowski commented on SOLR-17024: It seems relatively low impact (since th

[jira] [Comment Edited] (SOLR-17040) UpdateLog refactor to use read/write locks

2023-10-19 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1419#comment-1419 ] Kevin Risden edited comment on SOLR-17040 at 10/19/23 6:09 PM:

[jira] [Comment Edited] (SOLR-17040) UpdateLog refactor to use read/write locks

2023-10-19 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1419#comment-1419 ] Kevin Risden edited comment on SOLR-17040 at 10/19/23 6:09 PM:

[jira] [Updated] (SOLR-17040) UpdateLog refactor to use read/write locks

2023-10-19 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-17040: Attachment: Screenshot 2023-10-19 at 13.52.22.png Screenshot 2023-10-19 at 13.55.54.

[jira] [Commented] (SOLR-17040) UpdateLog refactor to use read/write locks

2023-10-19 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1419#comment-1419 ] Kevin Risden commented on SOLR-17040: - I chatted a bit w/ Alex on Slack and found tha

[PR] Ignore producer URP (if disabled) in standalone mode [solr-sandbox]

2023-10-19 Thread via GitHub
gerlowskija opened a new pull request, #79: URL: https://github.com/apache/solr-sandbox/pull/79 XDC really only makes sense in a SolrCloud context. But all the same, it's nice to handle MirroringUpdateRequestProcessorFactory more gracefully if someone does accidentally configure their stan

Re: [PR] Support ./gradlew modernizer [solr]

2023-10-19 Thread via GitHub
stillalex commented on PR #2006: URL: https://github.com/apache/solr/pull/2006#issuecomment-1771383695 interesting. if they add this then yeah, I agree this change is on longer useful. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] Support ./gradlew modernizer [solr]

2023-10-19 Thread via GitHub
risdenk commented on PR #2006: URL: https://github.com/apache/solr/pull/2006#issuecomment-1771161479 Interestingly errorprone https://github.com/google/error-prone/releases/tag/v2.23.0 might have just addressed the charset stuff so this PR might not be necessary. -- This is an automated

Re: [PR] Fix typos and improve grammar in Query Guide [solr]

2023-10-19 Thread via GitHub
AndreyBozhko commented on PR #2024: URL: https://github.com/apache/solr/pull/2024#issuecomment-1771107780 Thanks for the review @epugh. Majority of these are highlighted by IntelliJ in the Problems tool window, after it runs the inspection for the project or for specific files. Althou

Re: [PR] SOLR-13748: Add support for mm parameter to bool query parser [solr]

2023-10-19 Thread via GitHub
AndreyBozhko commented on PR #2025: URL: https://github.com/apache/solr/pull/2025#issuecomment-1771097514 Since the similar parameter for DisMax/eDisMax query parsers is also named `mm`, perhaps it makes sense to keep the naming consistent? -- This is an automated message from the Apache

Re: [PR] SOLR-17036: Lazy create VersionBucket in the update log to free memory. [solr]

2023-10-19 Thread via GitHub
dsmiley commented on code in PR #2021: URL: https://github.com/apache/solr/pull/2021#discussion_r1365561237 ## solr/core/src/java/org/apache/solr/update/VersionInfo.java: ## @@ -284,11 +297,20 @@ public Long getMaxVersionFromIndex(IndexSearcher searcher) throws IOException {

[jira] [Created] (SOLR-17044) Improve context-root specifying in SolrJ

2023-10-19 Thread Jason Gerlowski (Jira)
Jason Gerlowski created SOLR-17044: -- Summary: Improve context-root specifying in SolrJ Key: SOLR-17044 URL: https://issues.apache.org/jira/browse/SOLR-17044 Project: Solr Issue Type: Improve

[jira] [Created] (SOLR-17043) Remove SolrClient path pattern matching

2023-10-19 Thread Jason Gerlowski (Jira)
Jason Gerlowski created SOLR-17043: -- Summary: Remove SolrClient path pattern matching Key: SOLR-17043 URL: https://issues.apache.org/jira/browse/SOLR-17043 Project: Solr Issue Type: Improvem

[jira] [Created] (SOLR-17042) Deprecate and remove 'V2RequestSupport' and related methods

2023-10-19 Thread Jason Gerlowski (Jira)
Jason Gerlowski created SOLR-17042: -- Summary: Deprecate and remove 'V2RequestSupport' and related methods Key: SOLR-17042 URL: https://issues.apache.org/jira/browse/SOLR-17042 Project: Solr

[jira] [Updated] (SOLR-17031) Update netty jars to 4.1.99+ to fix CVE-2023-4586 (8.11.x)

2023-10-19 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-17031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-17031: --- Fix Version/s: 8.11.3 > Update netty jars to 4.1.99+ to fix CVE-2023-4586 (8.11.x) >

[jira] [Updated] (SOLR-17031) Update netty jars to 4.1.99+ to fix CVE-2023-4586 (8.11.x)

2023-10-19 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-17031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-17031: --- Priority: Blocker (was: Critical) > Update netty jars to 4.1.99+ to fix CVE-2023-4586 (8.11.x) > ---

[jira] [Updated] (SOLR-17031) Update netty jars to 4.1.99+ to fix CVE-2023-4586 (8.11.x)

2023-10-19 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-17031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-17031: --- Summary: Update netty jars to 4.1.99+ to fix CVE-2023-4586 (8.11.x) (was: Update netty jars to 4.1.9

[jira] [Comment Edited] (SOLR-17031) Update netty jars to 4.1.99+ to fix CVE-2023-4586

2023-10-19 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-17031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1224#comment-1224 ] Jan Høydahl edited comment on SOLR-17031 at 10/19/23 12:08 PM:

[jira] [Commented] (SOLR-17031) Update netty jars to 4.1.99+ to fix CVE-2023-4586

2023-10-19 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-17031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1224#comment-1224 ] Jan Høydahl commented on SOLR-17031: Solr 9.4.0 already has 4.1.99. Feel free to make

[jira] [Commented] (SOLR-17031) Update netty jars to 4.1.99+ to fix CVE-2023-4586

2023-10-19 Thread A Vishnusankar (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1181#comment-1181 ] A Vishnusankar commented on SOLR-17031: --- Can I take this up? > Update netty jars t

Re: [PR] SOLR-17036: Lazy create VersionBucket in the update log to free memory. [solr]

2023-10-19 Thread via GitHub
bruno-roustant commented on PR #2021: URL: https://github.com/apache/solr/pull/2021#issuecomment-1770534588 I removed the Map transition from this PR. The VersionBucket array is created lazily. -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] SOLR-17036: Lazy create VersionBucket in the update log to free memory. [solr]

2023-10-19 Thread via GitHub
bruno-roustant commented on PR #2021: URL: https://github.com/apache/solr/pull/2021#issuecomment-1770500635 I read the code more. The VersionBucket is also used by non-leaders to wait for dependent updates in the case of in-place update. So it's not only a lock for atomic access. -- This

[jira] [Resolved] (SOLR-17030) Open TransactionLog for extension

2023-10-19 Thread Bruno Roustant (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Roustant resolved SOLR-17030. --- Fix Version/s: 9.5 Resolution: Fixed > Open TransactionLog for extension > ---

[jira] [Commented] (SOLR-17030) Open TransactionLog for extension

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

[jira] [Commented] (SOLR-17030) Open TransactionLog for extension

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

Re: [PR] SOLR-17030: Open TransactionLog for extension. [solr]

2023-10-19 Thread via GitHub
bruno-roustant merged PR #2012: URL: https://github.com/apache/solr/pull/2012 -- 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.ap