[jira] [Commented] (SOLR-16580) Avoid making copies of DocCollection for PRS updates

2024-01-23 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17810179#comment-17810179 ] Noble Paul commented on SOLR-16580: --- The reason this was added was because it was inter

[PR] edismax-matchalldocs-optimization [solr]

2024-01-23 Thread via GitHub
risdenk opened a new pull request, #2218: URL: https://github.com/apache/solr/pull/2218 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 Pl

Re: [PR] 8.11.2-fixing-urls to be in-sync [solr-docker]

2024-01-23 Thread via GitHub
olevchyk commented on PR #17: URL: https://github.com/apache/solr-docker/pull/17#issuecomment-1906932751 > Curious, how did you notice this? Won't the Dockerfile simply fallback to using SOLR_DIST_URL and SOLR_ARCHIVE_URL and it still works? attaching a part of the build log ```

[jira] [Comment Edited] (SOLR-16580) Avoid making copies of DocCollection for PRS updates

2024-01-23 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17810099#comment-17810099 ] Houston Putman edited comment on SOLR-16580 at 1/23/24 8:36 PM: ---

[jira] [Commented] (SOLR-16580) Avoid making copies of DocCollection for PRS updates

2024-01-23 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17810099#comment-17810099 ] Houston Putman commented on SOLR-16580: --- This is causing reproducible failures on b

Re: [PR] 8.11.2-fixing-urls to be in-sync [solr-docker]

2024-01-23 Thread via GitHub
janhoy commented on PR #17: URL: https://github.com/apache/solr-docker/pull/17#issuecomment-1906869196 Curious, how did you notice this? Won't the Dockerfile simply fallback to using SOLR_DIST_URL and SOLR_ARCHIVE_URL and it still works? -- This is an automated message from the Apache Git

Re: [PR] 8.11.2-fixing-urls to be in-sync [solr-docker]

2024-01-23 Thread via GitHub
olevchyk commented on code in PR #17: URL: https://github.com/apache/solr-docker/pull/17#discussion_r1463854141 ## 8.11-slim/Dockerfile: ## @@ -28,7 +28,7 @@ ENV SOLR_USER="solr" \ SOLR_UID="8983" \ SOLR_GROUP="solr" \ SOLR_GID="8983" \ - SOLR_CLOSER_URL="http

[jira] [Created] (SOLR-17128) Upgrade to Lucene 9.9.2

2024-01-23 Thread Jason Gerlowski (Jira)
Jason Gerlowski created SOLR-17128: -- Summary: Upgrade to Lucene 9.9.2 Key: SOLR-17128 URL: https://issues.apache.org/jira/browse/SOLR-17128 Project: Solr Issue Type: Improvement Securi

[jira] [Updated] (SOLR-17128) Upgrade to Lucene 9.9.2

2024-01-23 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski updated SOLR-17128: --- Fix Version/s: 9.5.0 > Upgrade to Lucene 9.9.2 > --- > >

Re: [PR] 8.11.2-fixing-urls to be in-sync [solr-docker]

2024-01-23 Thread via GitHub
janhoy commented on code in PR #17: URL: https://github.com/apache/solr-docker/pull/17#discussion_r1463810790 ## 8.11-slim/Dockerfile: ## @@ -28,7 +28,7 @@ ENV SOLR_USER="solr" \ SOLR_UID="8983" \ SOLR_GROUP="solr" \ SOLR_GID="8983" \ - SOLR_CLOSER_URL="http:/

[jira] [Resolved] (SOLR-17127) Update components in solr 8.11.2 and 9.4.1

2024-01-23 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-17127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-17127. Resolution: Information Provided Hi, We do not accept broad "security scan reports" as this, pleas

[PR] Optimize ZkStateReader.refreshCollectionList [solr]

2024-01-23 Thread via GitHub
dsmiley opened a new pull request, #2217: URL: https://github.com/apache/solr/pull/2217 Avoid O(N^2) for many collections. The arg to retain(col) should ideally always be a Set. --- FYI this fixed an issue in production with tens of thousands of collections. Mind boggling; I kn

[jira] [Comment Edited] (SOLR-17120) NullPointerException in UpdateLog.applyOlderUpdates in solr 6.6-9.4 involving partial updates

2024-01-23 Thread Calvin Smith (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17809709#comment-17809709 ] Calvin Smith edited comment on SOLR-17120 at 1/23/24 5:47 PM: -

[jira] [Commented] (SOLR-17059) When ran Backup API, it doesn't create backup.properties file in backup path

2024-01-23 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17810055#comment-17810055 ] Jason Gerlowski commented on SOLR-17059: Hi Anusha - starting in Solr 8.9, the de

[PR] 8.11.2-fixing-urls to be in-sync [solr-docker]

2024-01-23 Thread via GitHub
olevchyk opened a new pull request, #17: URL: https://github.com/apache/solr-docker/pull/17 the URL 8.11.2 for download is currently broken, not sure what would be the correct source but I set it to be the same https://solr.apache.org/downloads.html -- This is an automated message from

[jira] [Commented] (SOLR-17112) bin/solr script doesn't do ps properly on some systems

2024-01-23 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17810044#comment-17810044 ] Ishan Chattopadhyaya commented on SOLR-17112: - bq. Exactly which version of L

[jira] [Commented] (SOLR-17112) bin/solr script doesn't do ps properly on some systems

2024-01-23 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17810040#comment-17810040 ] Ishan Chattopadhyaya commented on SOLR-17112: - To test using Google's colab,

Re: [PR] SOLR-17119: Exception swallowing in ContainerPluginsApi causes some config validation errors to be ignored [solr]

2024-01-23 Thread via GitHub
dsmiley commented on code in PR #2202: URL: https://github.com/apache/solr/pull/2202#discussion_r1463627890 ## solr/CHANGES.txt: ## @@ -140,6 +140,9 @@ Improvements * SOLR-17096: solr.xml now supports declaring clusterSingleton plugins (Paul McArthur, David Smiley) +* SOLR

Re: [PR] SOLR-17126 Cut over System.getProperty() to EnvUtils for modules (backport-9x) [solr]

2024-01-23 Thread via GitHub
janhoy commented on PR #2215: URL: https://github.com/apache/solr/pull/2215#issuecomment-1906513076 https://issues.apache.org/jira/browse/SOLR-17126 -- 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 t

[PR] SOLR-17126 Changes entry for 9.6 and new JIRA number [solr]

2024-01-23 Thread via GitHub
janhoy opened a new pull request, #2216: URL: https://github.com/apache/solr/pull/2216 https://issues.apache.org/jira/browse/SOLR-17126 Targeting 9.6 for this since 9.5 release is already rolling. Therefore also using a separate JIRA number -- This is an automated message from the

Re: [PR] SOLR-17120: handle null value when merging partials [solr]

2024-01-23 Thread via GitHub
cpoerschke commented on PR #2214: URL: https://github.com/apache/solr/pull/2214#issuecomment-1906437975 > LGTM - do you want to handle merging @cpoerschke , or should I? Don't want to step on your toes here... Thanks @gerlowskija - I'm happy to handle the merge and cherry-picking to

[jira] [Updated] (SOLR-17127) Update components in solr 8.11.2 and 9.4.1

2024-01-23 Thread Rafael Rios Saavedra (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael Rios Saavedra updated SOLR-17127: Description: There are several components affected by CVEs in solr: 8.11.2 and 9.4.

[jira] [Updated] (SOLR-17127) Update components in solr 8.11.2 and 9.4.1

2024-01-23 Thread Rafael Rios Saavedra (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael Rios Saavedra updated SOLR-17127: Description: There are several components affected by CVEs in solr: 8.11.2 and 9.4.

[jira] [Created] (SOLR-17127) update comp

2024-01-23 Thread Rafael Rios Saavedra (Jira)
Rafael Rios Saavedra created SOLR-17127: --- Summary: update comp Key: SOLR-17127 URL: https://issues.apache.org/jira/browse/SOLR-17127 Project: Solr Issue Type: Task Security Level:

Re: [PR] SOLR-17120: handle null value when merging partials [solr]

2024-01-23 Thread via GitHub
gerlowskija commented on code in PR #2214: URL: https://github.com/apache/solr/pull/2214#discussion_r1463400754 ## solr/CHANGES.txt: ## @@ -164,6 +164,9 @@ Bug Fixes * SOLR-17090: The v2 "delete alias" API no longer errantly returns a 405 status code (Jason Gerlowski) +* S

Re: [PR] SOLR-17120: handle null value when merging partials [solr]

2024-01-23 Thread via GitHub
gerlowskija commented on PR #2214: URL: https://github.com/apache/solr/pull/2214#issuecomment-1906214351 > 21 tests failed, all of which were in org.apache.solr.s3.S3BackupRepositoryTest or org.apache.solr.s3.S3OutputStreamTest Solr has some test-flakiness issues, and the S3 tests ar

[jira] [Created] (SOLR-17126) Cut over System.getProperty() to EnvUtils for modules

2024-01-23 Thread Jira
Jan Høydahl created SOLR-17126: -- Summary: Cut over System.getProperty() to EnvUtils for modules Key: SOLR-17126 URL: https://issues.apache.org/jira/browse/SOLR-17126 Project: Solr Issue Type: Ta

Re: [PR] SOLR-17119: Exception swallowing in ContainerPluginsApi causes some config validation errors to be ignored [solr]

2024-01-23 Thread via GitHub
ycallea commented on PR #2202: URL: https://github.com/apache/solr/pull/2202#issuecomment-1906160411 > Can a CHANGES.txt entry be proposed here? I suppose this is an "Improvement", though I can sympathize why you filed the JIRA issue as a bug. I agree classifying it as a bug could be

Re: [PR] Introduce stale bot [solr]

2024-01-23 Thread via GitHub
janhoy commented on code in PR #2184: URL: https://github.com/apache/solr/pull/2184#discussion_r1463332602 ## .github/workflows/stale.yml: ## @@ -0,0 +1,39 @@ +# This workflow warns of PRs that have had no activity for a specified amount of time. +# +# For more information, see

Re: [PR] SOLR-17120: handle null value when merging partials [solr]

2024-01-23 Thread via GitHub
cpoerschke commented on code in PR #2214: URL: https://github.com/apache/solr/pull/2214#discussion_r1463320201 ## solr/CHANGES.txt: ## @@ -164,6 +164,9 @@ Bug Fixes * SOLR-17090: The v2 "delete alias" API no longer errantly returns a 405 status code (Jason Gerlowski) +* SO

[jira] [Commented] (SOLR-15960) Unified use of system properties and environment variables

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

Re: [PR] SOLR-15960 Cut over System.getProperty() to EnvUtils for modules [solr]

2024-01-23 Thread via GitHub
janhoy merged PR #2193: URL: https://github.com/apache/solr/pull/2193 -- 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