Re: [I] Uninstalling solr helm chart without uninstalling Zookeeper [solr-operator]

2023-12-13 Thread via GitHub
janhoy commented on issue #665: URL: https://github.com/apache/solr-operator/issues/665#issuecomment-1855340703 You could call the BACKUP API in order to backup the content from Zookeeper, then RESTORE once you have the new cluster and ZK installed. Or you can find one of the Zookeeper comm

[PR] enable solr.log for solrj streaming [solr]

2023-12-13 Thread via GitHub
mkhludnev opened a new pull request, #2153: URL: https://github.com/apache/solr/pull/2153 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: [I] Uninstalling solr helm chart without uninstalling Zookeeper [solr-operator]

2023-12-13 Thread via GitHub
brickpattern commented on issue #665: URL: https://github.com/apache/solr-operator/issues/665#issuecomment-1855083694 If i had started with inbuilt ZK, would the above approach of specifying zk.address for a standalone ZK will still work? I would like to retain the data in the sol

Re: [PR] SOLR-15484: use latest version of bouncycastle libraries [solr]

2023-12-13 Thread via GitHub
janhoy commented on PR #2145: URL: https://github.com/apache/solr/pull/2145#issuecomment-1854772771 I get a gradle warning that the NOTICE file is not in use. I believe it is required only for ASL and BSD licenses, not for MIT. I don't think it hurts to keep it around though. -- This is

[jira] [Commented] (SOLR-16833) Apache Solr's blog

2023-12-13 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17796477#comment-17796477 ] Jan Høydahl commented on SOLR-16833: Alessandro, our existing site at https://github.

Re: [I] Ability to mount an existing pvc to solr cloud pods for persistence. [solr-operator]

2023-12-13 Thread via GitHub
yauhen-vastraknutau-epam commented on issue #663: URL: https://github.com/apache/solr-operator/issues/663#issuecomment-1854468943 Yep, observing the same behaviour. Double checking myself at this moment to be sure that this is not some typo from me. -- This is an automated message from th

[jira] [Commented] (SOLR-16833) Apache Solr's blog

2023-12-13 Thread Alessandro Benedetti (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17796392#comment-17796392 ] Alessandro Benedetti commented on SOLR-16833: - I pretty much agree with every

[jira] [Comment Edited] (SOLR-16833) Apache Solr's blog

2023-12-13 Thread Alessandro Benedetti (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17796392#comment-17796392 ] Alessandro Benedetti edited comment on SOLR-16833 at 12/13/23 5:53 PM:

[jira] [Commented] (SOLR-16833) Apache Solr's blog

2023-12-13 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17796388#comment-17796388 ] Jason Gerlowski commented on SOLR-16833: bq. There are many places that can host

Re: [PR] Improve jsClient building for gradle caching [solr]

2023-12-13 Thread via GitHub
HoustonPutman merged PR #2149: URL: https://github.com/apache/solr/pull/2149 -- 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.apa

Re: [PR] Update dependency no.nav.security:mock-oauth2-server to v2 [solr]

2023-12-13 Thread via GitHub
solrbot commented on PR #1969: URL: https://github.com/apache/solr/pull/1969#issuecomment-1854254524 ### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for *any* future `2.x` releases. But if you manuall

Re: [PR] SOLR-16880: Add OAS to 'assembleRelease' task [solr]

2023-12-13 Thread via GitHub
gerlowskija commented on PR #2125: URL: https://github.com/apache/solr/pull/2125#issuecomment-1854108078 > Agree a better name is solr-openapi-x.y.z OK, that makes sense. Will make that change later this morning and merge. -- This is an automated message from the Apache Git Service

Re: [PR] Update dependency no.nav.security:mock-oauth2-server to v2 [solr]

2023-12-13 Thread via GitHub
janhoy commented on PR #1969: URL: https://github.com/apache/solr/pull/1969#issuecomment-1854075362 This requires JDK 17, so must be targeted for main branch after we move to JDK17. Closing for now. -- This is an automated message from the Apache Git Service. To respond to the message, pl

Re: [PR] Update dependency no.nav.security:mock-oauth2-server to v2 [solr]

2023-12-13 Thread via GitHub
janhoy closed pull request #1969: Update dependency no.nav.security:mock-oauth2-server to v2 URL: https://github.com/apache/solr/pull/1969 -- 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 specifi

[jira] [Commented] (SOLR-17048) solr-api dependency sope in solr-solrj is wrong

2023-12-13 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17796315#comment-17796315 ] Jason Gerlowski commented on SOLR-17048: Thanks for commenting here [~dsmiley].

Re: [PR] Update package-manager-internals.adoc follow up #2147 (#2151) [solr]

2023-12-13 Thread via GitHub
mkhludnev merged PR #2152: URL: https://github.com/apache/solr/pull/2152 -- 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.

[PR] Update package-manager-internals.adoc follow up #2147 (#2151) [solr]

2023-12-13 Thread via GitHub
mkhludnev opened a new pull request, #2152: URL: https://github.com/apache/solr/pull/2152 larger -> later -- 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 unsubsc

Re: [PR] Update package-manager-internals.adoc follow up #2147 [solr]

2023-12-13 Thread via GitHub
mkhludnev merged PR #2151: URL: https://github.com/apache/solr/pull/2151 -- 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.

[PR] Update package-manager-internals.adoc follow up #2147 [solr]

2023-12-13 Thread via GitHub
mkhludnev opened a new pull request, #2151: URL: https://github.com/apache/solr/pull/2151 larger -> later -- 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 unsubsc