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

2022-12-07 Thread Noble Paul (Jira)
Noble Paul created SOLR-16580: - Summary: Avoid making copies of DocCollection for PRS updates Key: SOLR-16580 URL: https://issues.apache.org/jira/browse/SOLR-16580 Project: Solr Issue Type: Task

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

2022-12-07 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul reassigned SOLR-16580: - Assignee: Noble Paul > Avoid making copies of DocCollection for PRS updates > --

[GitHub] [solr-operator] arogic commented on issue #503: solr-operator-zookeeper-operator-pre-delete job node selector

2022-12-07 Thread GitBox
arogic commented on issue #503: URL: https://github.com/apache/solr-operator/issues/503#issuecomment-1342215020 Thanks @HoustonPutman. I got around the issue by adding node taint on my aks windows node pool. ` "node_taints": [ "app.kubernetes.io/name=solr:NoSchedule"

[GitHub] [solr-docker] janhoy commented on pull request #14: Update the jattach version to 2.1

2022-12-07 Thread GitBox
janhoy commented on PR #14: URL: https://github.com/apache/solr-docker/pull/14#issuecomment-1341666549 I agree with the proposed timeline. First 9.2, then this can go in. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [solr-docker] HoustonPutman commented on pull request #14: Update the jattach version to 2.1

2022-12-07 Thread GitBox
HoustonPutman commented on PR #14: URL: https://github.com/apache/solr-docker/pull/14#issuecomment-1341636304 @janhoy did you see my earlier comment. I don't think its a good idea to update the jattach for 8.11 while we cannot update it for 9.1. We can upgrade it in Solr for a 9.2 rel

[GitHub] [solr-docker] ritchieaxon commented on pull request #14: Update the jattach version to 2.1

2022-12-07 Thread GitBox
ritchieaxon commented on PR #14: URL: https://github.com/apache/solr-docker/pull/14#issuecomment-1341559628 Hi @HoustonPutman, wondering if you have a timeline to update the jattach? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [solr-operator] HoustonPutman closed issue #503: solr-operator-zookeeper-operator-pre-delete job node selector

2022-12-07 Thread GitBox
HoustonPutman closed issue #503: solr-operator-zookeeper-operator-pre-delete job node selector URL: https://github.com/apache/solr-operator/issues/503 -- 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

[GitHub] [solr-operator] HoustonPutman commented on issue #503: solr-operator-zookeeper-operator-pre-delete job node selector

2022-12-07 Thread GitBox
HoustonPutman commented on issue #503: URL: https://github.com/apache/solr-operator/issues/503#issuecomment-1341553159 Good question. Everything containing `zookeeper-operator` is managed by the zookeeper operator helm chart. I would look at their [repo/documentation](https://github.

[jira] [Updated] (SOLR-16578) Upgrade to errorprone 2.16

2022-12-07 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16578: Status: Patch Available (was: Open) > Upgrade to errorprone 2.16 > -- > >

[jira] [Updated] (SOLR-16579) Upgrade Jackson to 2.14.1

2022-12-07 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16579: Status: Patch Available (was: Open) > Upgrade Jackson to 2.14.1 > - > >

[GitHub] [solr] risdenk commented on pull request #1198: SOLR-16562: Upgrade to Caffeine 3.1.2

2022-12-07 Thread GitBox
risdenk commented on PR #1198: URL: https://github.com/apache/solr/pull/1198#issuecomment-1341499352 Thanks @ben-manes - I decided to separate these upgrades for Jackson and errorprone into separate commits to make it easier to see in solr/CHANGES.txt and not conflate the caffeine upgrade.

[GitHub] [solr] risdenk commented on a diff in pull request #1198: SOLR-16562: Upgrade to Caffeine 3.1.2

2022-12-07 Thread GitBox
risdenk commented on code in PR #1198: URL: https://github.com/apache/solr/pull/1198#discussion_r1042610822 ## solr/CHANGES.txt: ## @@ -140,6 +140,8 @@ Other Changes * SOLR-15861: ConcurrentUpdateSolrClient should work with ManagedExecutorService (Sammy Chu, Kevin Risden)

[GitHub] [solr] risdenk commented on a diff in pull request #1198: SOLR-16562: Upgrade to Caffeine 3.1.2

2022-12-07 Thread GitBox
risdenk commented on code in PR #1198: URL: https://github.com/apache/solr/pull/1198#discussion_r1042610198 ## solr/core/src/java/org/apache/solr/core/backup/BackupManager.java: ## @@ -252,7 +252,7 @@ public void uploadConfigDir( String sourceConfigName, String targetConf

[jira] [Commented] (SOLR-16578) Upgrade to errorprone 2.16

2022-12-07 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17644486#comment-17644486 ] Kevin Risden commented on SOLR-16578: - PR https://github.com/apache/solr/pull/1198 se

[jira] [Commented] (SOLR-16579) Upgrade Jackson to 2.14.1

2022-12-07 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17644487#comment-17644487 ] Kevin Risden commented on SOLR-16579: - PR https://github.com/apache/solr/pull/1198 se

[jira] [Updated] (SOLR-16579) Upgrade Jackson to 2.14.1

2022-12-07 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16579: Priority: Minor (was: Major) > Upgrade Jackson to 2.14.1 > - > >

[jira] [Created] (SOLR-16578) Upgrade to errorprone 2.16

2022-12-07 Thread Kevin Risden (Jira)
Kevin Risden created SOLR-16578: --- Summary: Upgrade to errorprone 2.16 Key: SOLR-16578 URL: https://issues.apache.org/jira/browse/SOLR-16578 Project: Solr Issue Type: Task Security Level:

[jira] [Created] (SOLR-16579) Upgrade Jackson to 2.14.1

2022-12-07 Thread Kevin Risden (Jira)
Kevin Risden created SOLR-16579: --- Summary: Upgrade Jackson to 2.14.1 Key: SOLR-16579 URL: https://issues.apache.org/jira/browse/SOLR-16579 Project: Solr Issue Type: Task Security Level: P

[jira] [Updated] (SOLR-16568) Update woodstox-core to 6.4.0 to mitigate CVE-2022-40152

2022-12-07 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16568: Priority: Minor (was: Major) > Update woodstox-core to 6.4.0 to mitigate CVE-2022-40152 >

[jira] [Updated] (SOLR-16568) Update woodstox-core to 6.4.0 to mitigate CVE-2022-40152

2022-12-07 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16568: Fix Version/s: 9.2 > Update woodstox-core to 6.4.0 to mitigate CVE-2022-40152 > ---

[jira] [Updated] (SOLR-16568) Update woodstox-core to 6.4.0 to mitigate CVE-2022-40152

2022-12-07 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16568: Description: This was brought up on the mailing list here: https://lists.apache.org/thread/psc4r75

[jira] [Commented] (SOLR-16568) Update woodstox-core to 6.4.0 to mitigate CVE-2022-40152

2022-12-07 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17644482#comment-17644482 ] ASF subversion and git services commented on SOLR-16568: Commit 9

[jira] [Updated] (SOLR-16568) Update woodstox-core to 6.4.0 to mitigate CVE-2022-40152

2022-12-07 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16568: Resolution: Fixed Status: Resolved (was: Patch Available) > Update woodstox-core to 6.4.0

[jira] [Updated] (SOLR-16568) Update woodstox-core to 6.4.0 to mitigate CVE-2022-40152

2022-12-07 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16568: Summary: Update woodstox-core to 6.4.0 to mitigate CVE-2022-40152 (was: Update woodstox-core to 6.

[jira] [Updated] (SOLR-16568) Update woodstox-core to 6.4.0 to mitigate CVE-2022-40152

2022-12-07 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16568: Description: This was brought up on the mailing list here: https://lists.apache.org/thread/psc4r75

[GitHub] [solr-operator] arogic opened a new issue, #503: solr-operator-zookeeper-operator-pre-delete job node selector

2022-12-07 Thread GitBox
arogic opened a new issue, #503: URL: https://github.com/apache/solr-operator/issues/503 Hi, We have an AKS Kubernetes Cluster with Linux and Windows Node Pools. We deploy the zookeeper-operator helm chart through the solr-operator helm chart. When we delete the solr-operator using helm,

[jira] [Updated] (SOLR-16568) Update woodstox-core to 6.4.0 to mitigate CVE-2022-40153

2022-12-07 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16568: Description: This was brought up on the mailing list here: https://lists.apache.org/thread/psc4r75

[jira] [Updated] (SOLR-16568) Update woodstox-core to 6.4.0 to mitigate CVE-2022-40153

2022-12-07 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16568: Issue Type: Task (was: Bug) > Update woodstox-core to 6.4.0 to mitigate CVE-2022-40153 > -

[jira] [Updated] (SOLR-16568) Update woodstox-core to 6.4.0 to mitigate CVE-2022-40153

2022-12-07 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16568: Summary: Update woodstox-core to 6.4.0 to mitigate CVE-2022-40153 (was: Update woodstox.core to 6.

[jira] [Assigned] (SOLR-16568) Update woodstox.core to 6.4.0 to mitigate CVE-2022-40153

2022-12-07 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden reassigned SOLR-16568: --- Assignee: Kevin Risden > Update woodstox.core to 6.4.0 to mitigate CVE-2022-40153 >

[jira] [Commented] (SOLR-16562) Upgrade to Caffeine 3.1.2

2022-12-07 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17644480#comment-17644480 ] Kevin Risden commented on SOLR-16562: - Upgrading woodstox core separate since a contr

[jira] [Commented] (SOLR-16568) Update woodstox.core to 6.4.0 to mitigate CVE-2022-40153

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

[jira] [Updated] (SOLR-16568) Update woodstox.core to 6.4.0 to mitigate CVE-2022-40153

2022-12-07 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16568: Fix Version/s: main (10.0) > Update woodstox.core to 6.4.0 to mitigate CVE-2022-40153 > ---

[GitHub] [solr] risdenk merged pull request #1209: SOLR-16568: Update FasterXML Woodstox to 6.4.0

2022-12-07 Thread GitBox
risdenk merged PR #1209: URL: https://github.com/apache/solr/pull/1209 -- 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.or

[GitHub] [solr] risdenk merged pull request #1201: Disable useless errorprone checks

2022-12-07 Thread GitBox
risdenk merged PR #1201: URL: https://github.com/apache/solr/pull/1201 -- 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.or

[jira] [Commented] (SOLR-8975) SolrClient setters should be deprecated in favor of Solr Client Builder methods

2022-12-07 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-8975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17644474#comment-17644474 ] ASF subversion and git services commented on SOLR-8975: --- Commit a445

[jira] [Updated] (SOLR-16523) gosu, jattach binary version

2022-12-07 Thread Ritchie Gu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ritchie Gu updated SOLR-16523: -- Description: I noticed that as part of the process, it's installing gosu and few other packages [http

[jira] [Commented] (SOLR-8975) SolrClient setters should be deprecated in favor of Solr Client Builder methods

2022-12-07 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-8975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17644465#comment-17644465 ] ASF subversion and git services commented on SOLR-8975: --- Commit 8675

[GitHub] [solr] risdenk merged pull request #1222: SOLR-8975: Ensure poll time default of 250 is set on builder

2022-12-07 Thread GitBox
risdenk merged PR #1222: URL: https://github.com/apache/solr/pull/1222 -- 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.or

[GitHub] [solr] epugh commented on pull request #1222: SOLR-8975: Ensure poll time default of 250 is set on builder

2022-12-07 Thread GitBox
epugh commented on PR #1222: URL: https://github.com/apache/solr/pull/1222#issuecomment-1341338664 this makes sense... I see how we had it on the main `ConcurrentUpdateSolrClient` originally. Thanks for debugging this! -- This is an automated message from the Apache Git Service.

[GitHub] [solr] risdenk opened a new pull request, #1222: SOLR-8975: Ensure poll time default of 250 is set on builder

2022-12-07 Thread GitBox
risdenk opened a new pull request, #1222: URL: https://github.com/apache/solr/pull/1222 https://issues.apache.org/jira/browse/SOLR-8975 Followup to fix ConnectionReuseTest.testConnectionReuse -- This is an automated message from the Apache Git Service. To respond to the message, ple

[jira] [Commented] (SOLR-16556) Solr stream expression: Implement Page Streaming Decorator to allow results to be displayed with pagination.

2022-12-07 Thread Maulin (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17644392#comment-17644392 ] Maulin commented on SOLR-16556: --- Hi [~jbernste] Thanks for your feedback. I looked at [ht

[GitHub] [solr] heythm opened a new pull request, #1221: SOLR-16577: Always log core load issues

2022-12-07 Thread GitBox
heythm opened a new pull request, #1221: URL: https://github.com/apache/solr/pull/1221 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 Ple

[jira] [Updated] (SOLR-10464) setCollectionCacheTTL should be deprecated in favor of Solr Client Builder methods

2022-12-07 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh updated SOLR-10464: - Summary: setCollectionCacheTTL should be deprecated in favor of Solr Client Builder methods (was: setCol

[jira] [Commented] (SOLR-10463) setRetryExpiryTime should be deprecated in favor of SolrClientBuilder methods

2022-12-07 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17644333#comment-17644333 ] Eric Pugh commented on SOLR-10463: -- I flagged in the PR, there is a chance this property

[GitHub] [solr] epugh opened a new pull request, #1220: SOLR-10463: setRetryExpiryTime should be deprecated in favor of Solr Client Builder methods

2022-12-07 Thread GitBox
epugh opened a new pull request, #1220: URL: https://github.com/apache/solr/pull/1220 https://issues.apache.org/jira/browse/SOLR-10463 # Description Similar to a number of others, this moves the property to the Builder. HOWEVER, one thing is that it appears in my searchin

[jira] [Assigned] (SOLR-10463) setRetryExpiryTime should be deprecated in favor of SolrClientBuilder methods

2022-12-07 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh reassigned SOLR-10463: Assignee: Eric Pugh > setRetryExpiryTime should be deprecated in favor of SolrClientBuilder method

[GitHub] [solr] epugh opened a new pull request, #1219: SOLR-10462: migrate to using the Builder setting the pollQueueTime

2022-12-07 Thread GitBox
epugh opened a new pull request, #1219: URL: https://github.com/apache/solr/pull/1219 https://issues.apache.org/jira/browse/SOLR-10462 # Description Migrate to the Builder for the pollQueueTime # Solution Please provide a short description of the approach taken to

[GitHub] [solr] epugh commented on a diff in pull request #1218: SOLR-16573:SolrClientTestRule for EmbeddedSolrServer

2022-12-07 Thread GitBox
epugh commented on code in PR #1218: URL: https://github.com/apache/solr/pull/1218#discussion_r1042159303 ## solr/test-framework/src/java/org/apache/solr/util/SolrClientTestRule.java: ## @@ -0,0 +1,45 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] [solr] joshgog opened a new pull request, #1218: SOLR-16573:SolrClientTestRule for EmbeddedSolrServer

2022-12-07 Thread GitBox
joshgog opened a new pull request, #1218: URL: https://github.com/apache/solr/pull/1218 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

[jira] [Assigned] (SOLR-10462) setPollQueueTime should be deprecated in favor of SolrClientBuilder methods

2022-12-07 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh reassigned SOLR-10462: Assignee: Eric Pugh > setPollQueueTime should be deprecated in favor of SolrClientBuilder methods

[GitHub] [solr] epugh opened a new pull request, #1217: SOLR-10461: move setAliveCheckInterval from clients into Builder

2022-12-07 Thread GitBox
epugh opened a new pull request, #1217: URL: https://github.com/apache/solr/pull/1217 https://issues.apache.org/jira/browse/SOLR-10461 # Description Move to using builders everywhere. # Solution move setAliveCheckInterval from client to Builder. # Tests P

[GitHub] [solr-operator] vipul-06 commented on issue #501: Apache-solr:Solr-exporter

2022-12-07 Thread GitBox
vipul-06 commented on issue #501: URL: https://github.com/apache/solr-operator/issues/501#issuecomment-1340668997 Ok let me give a try -- 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

[jira] [Created] (SOLR-16577) Core load issues are not always logged

2022-12-07 Thread Haythem Khiri (Jira)
Haythem Khiri created SOLR-16577: Summary: Core load issues are not always logged Key: SOLR-16577 URL: https://issues.apache.org/jira/browse/SOLR-16577 Project: Solr Issue Type: Improvement

[jira] [Commented] (SOLR-15732) queries to missing collection are slow

2022-12-07 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17644215#comment-17644215 ] Noble Paul commented on SOLR-15732: --- Sorry, I just wanted to avoid failures in jenkins