[GitHub] [solr-sandbox] markrmiller opened a new pull request, #13: Straighten out consumer path.

2022-05-13 Thread GitBox
markrmiller opened a new pull request, #13: URL: https://github.com/apache/solr-sandbox/pull/13 some general cleanup of course, but specifically, need to remember to add a couple lines to support deletes in serialization. -- This is an automated message from the Apache Git Service. To res

[GitHub] [solr] gerlowskija opened a new pull request, #863: SOLR-15744: Convert task-mgmt v2 APIs to annotations

2022-05-13 Thread GitBox
gerlowskija opened a new pull request, #863: URL: https://github.com/apache/solr/pull/863 # Description Solr is slowly moving over to standardize on the "annotation-based" framework for implementing APIs, but many APIs remain using the old apispec framework. # Solution

[jira] [Commented] (SOLR-16195) Correct API paths in "Task Management" ref guide page

2022-05-13 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17536939#comment-17536939 ] Jason Gerlowski commented on SOLR-16195: I've opened up a PR to fix this; will me

[GitHub] [solr] gerlowskija opened a new pull request, #862: SOLR-16195: Correct task-mgmt API paths in ref-guide

2022-05-13 Thread GitBox
gerlowskija opened a new pull request, #862: URL: https://github.com/apache/solr/pull/862 # Description The "task management" page in the ref-guide had accidentally omitted the collection-name path segment from its API examples. # Solution This commit corrects the API ex

[jira] [Resolved] (SOLR-16196) Use the Solr KEYS file for the official Dockerfile

2022-05-13 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman resolved SOLR-16196. --- Fix Version/s: 9.0 Assignee: Houston Putman Resolution: Fixed > Use the Solr

[jira] [Commented] (SOLR-16196) Use the Solr KEYS file for the official Dockerfile

2022-05-13 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17536922#comment-17536922 ] ASF subversion and git services commented on SOLR-16196: Commit 2

[jira] [Commented] (SOLR-16196) Use the Solr KEYS file for the official Dockerfile

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

[jira] [Commented] (SOLR-16196) Use the Solr KEYS file for the official Dockerfile

2022-05-13 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17536919#comment-17536919 ] ASF subversion and git services commented on SOLR-16196: Commit f

[GitHub] [solr] HoustonPutman merged pull request #861: SOLR-16196: Use Solr KEYS in official Dockerfile

2022-05-13 Thread GitBox
HoustonPutman merged PR #861: URL: https://github.com/apache/solr/pull/861 -- 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

[GitHub] [solr-docker] HoustonPutman commented on pull request #4: SOLR-16196: Fixes for 9.0 release

2022-05-13 Thread GitBox
HoustonPutman commented on PR #4: URL: https://github.com/apache/solr-docker/pull/4#issuecomment-1126552551 Thanks for the review @tianon ! -- 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 spe

[GitHub] [solr-docker] HoustonPutman merged pull request #4: SOLR-16196: Fixes for 9.0 release

2022-05-13 Thread GitBox
HoustonPutman merged PR #4: URL: https://github.com/apache/solr-docker/pull/4 -- 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

[GitHub] [solr] HoustonPutman commented on pull request #859: Ref guide overall version improvement

2022-05-13 Thread GitBox
HoustonPutman commented on PR #859: URL: https://github.com/apache/solr/pull/859#issuecomment-1126549605 You can build this yourself and test it out with: ``` gradle buildOfficialSite -Prefguide.official.includePrereleaseVersions=true -Prefguide.buildLocalUI=true ``` New look

[GitHub] [solr-docker] tianon commented on pull request #4: SOLR-16196: Fixes for 9.0 release

2022-05-13 Thread GitBox
tianon commented on PR #4: URL: https://github.com/apache/solr-docker/pull/4#issuecomment-1126548877 All the `gpg` invocations ought to have `--batch` on them (the way it's been explained to me in the past by GnuPG developers is that it switches GnuPG from "UI / UX mode" into "API mode"), b

[GitHub] [solr] sonatype-lift[bot] commented on a diff in pull request #859: Ref guide overall version improvement

2022-05-13 Thread GitBox
sonatype-lift[bot] commented on code in PR #859: URL: https://github.com/apache/solr/pull/859#discussion_r872870358 ## solr/solr-ref-guide/ui-src/js/07-copy-perma-link.js: ## @@ -0,0 +1,51 @@ +;(function () { + 'use strict' + + var TRAILING_SPACE_RX = / +$/gm + var config = (

[GitHub] [solr] HoustonPutman commented on a diff in pull request #859: Ref guide overall version improvement

2022-05-13 Thread GitBox
HoustonPutman commented on code in PR #859: URL: https://github.com/apache/solr/pull/859#discussion_r872870330 ## solr/solr-ref-guide/ui-src/js/07-copy-perma-link.js: ## @@ -0,0 +1,51 @@ +;(function () { + 'use strict' + + var TRAILING_SPACE_RX = / +$/gm + var config = (docum

[GitHub] [solr] HoustonPutman opened a new pull request, #861: SOLR-16196: Use Solr KEYS in official Dockerfile

2022-05-13 Thread GitBox
HoustonPutman opened a new pull request, #861: URL: https://github.com/apache/solr/pull/861 Also address other issues required by official images team for the 9.0.0 image. https://issues.apache.org/jira/browse/SOLR-16196 Mirroring the changes made in: https://github.com/apache/

[jira] [Created] (SOLR-16196) Use the Solr KEYS file for the official Dockerfile

2022-05-13 Thread Houston Putman (Jira)
Houston Putman created SOLR-16196: - Summary: Use the Solr KEYS file for the official Dockerfile Key: SOLR-16196 URL: https://issues.apache.org/jira/browse/SOLR-16196 Project: Solr Issue Type:

[jira] [Resolved] (SOLR-15102) Create release workflow for Solr docker images

2022-05-13 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman resolved SOLR-15102. --- Fix Version/s: 9.0 Resolution: Done > Create release workflow for Solr docker images >

[GitHub] [solr] laminelam commented on a diff in pull request #857: SOLR-16192: Add ZK credentials injectors support

2022-05-13 Thread GitBox
laminelam commented on code in PR #857: URL: https://github.com/apache/solr/pull/857#discussion_r872750831 ## solr/solrj/src/java/org/apache/solr/common/cloud/acl/ZkACLProvider.java: ## @@ -14,12 +14,14 @@ * See the License for the specific language governing permissions and

[GitHub] [solr] laminelam commented on pull request #857: SOLR-16192: Add ZK credentials injectors support

2022-05-13 Thread GitBox
laminelam commented on PR #857: URL: https://github.com/apache/solr/pull/857#issuecomment-1126493386 Thank you @madrob for your time reviewing this. I have pushed a new commit with code changes and left some answers to your comments. -- This is an automated message from the Apache Git

[jira] [Commented] (SOLR-16194) Updating Time Routed Alias Parameters Loses Existing Collection List

2022-05-13 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17536879#comment-17536879 ] Gus Heck commented on SOLR-16194: - Fixing this will make it such that changing {{router.s

[GitHub] [solr-sandbox] anshumg merged pull request #12: Create a commons module for crossdc

2022-05-13 Thread GitBox
anshumg merged PR #12: URL: https://github.com/apache/solr-sandbox/pull/12 -- 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

[GitHub] [solr] laminelam commented on a diff in pull request #857: SOLR-16192: Add ZK credentials injectors support

2022-05-13 Thread GitBox
laminelam commented on code in PR #857: URL: https://github.com/apache/solr/pull/857#discussion_r872750831 ## solr/solrj/src/java/org/apache/solr/common/cloud/acl/ZkACLProvider.java: ## @@ -14,12 +14,14 @@ * See the License for the specific language governing permissions and

[jira] [Commented] (SOLR-16194) Updating Time Routed Alias Parameters Loses Existing Collection List

2022-05-13 Thread Matt Kuiper (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17536857#comment-17536857 ] Matt Kuiper commented on SOLR-16194: Observed this behavior when updating the TRA wit

[GitHub] [solr-docker] madrob commented on a diff in pull request #4: Fixes for 9.0 release

2022-05-13 Thread GitBox
madrob commented on code in PR #4: URL: https://github.com/apache/solr-docker/pull/4#discussion_r872742343 ## 9.0/Dockerfile: ## @@ -39,24 +38,30 @@ ARG SOLR_ARCHIVE_URL="https://archive.apache.org/dist/solr/solr/$SOLR_VERSION/so RUN set -ex; \ apt-get update; \ - apt-ge

[GitHub] [solr-docker] HoustonPutman commented on a diff in pull request #4: Fixes for 9.0 release

2022-05-13 Thread GitBox
HoustonPutman commented on code in PR #4: URL: https://github.com/apache/solr-docker/pull/4#discussion_r872729501 ## 9.0/Dockerfile: ## @@ -39,24 +38,30 @@ ARG SOLR_ARCHIVE_URL="https://archive.apache.org/dist/solr/solr/$SOLR_VERSION/so RUN set -ex; \ apt-get update; \ -

[GitHub] [solr-docker] madrob commented on a diff in pull request #4: Fixes for 9.0 release

2022-05-13 Thread GitBox
madrob commented on code in PR #4: URL: https://github.com/apache/solr-docker/pull/4#discussion_r872725869 ## 9.0/Dockerfile: ## @@ -39,24 +38,30 @@ ARG SOLR_ARCHIVE_URL="https://archive.apache.org/dist/solr/solr/$SOLR_VERSION/so RUN set -ex; \ apt-get update; \ - apt-ge

[GitHub] [solr-docker] HoustonPutman commented on a diff in pull request #4: Fixes for 9.0 release

2022-05-13 Thread GitBox
HoustonPutman commented on code in PR #4: URL: https://github.com/apache/solr-docker/pull/4#discussion_r872703859 ## 9.0/Dockerfile: ## @@ -131,6 +134,11 @@ RUN set -ex; \ ln -s /opt/solr/modules /opt/solr/contrib; \ ln -s /opt/solr/prometheus-exporter /opt/solr/modules/pr

[GitHub] [solr] madrob merged pull request #860: (core) Leader election declares unused IOExceptions

2022-05-13 Thread GitBox
madrob merged PR #860: URL: https://github.com/apache/solr/pull/860 -- 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

[GitHub] [solr-docker] madrob commented on a diff in pull request #4: Fixes for 9.0 release

2022-05-13 Thread GitBox
madrob commented on code in PR #4: URL: https://github.com/apache/solr-docker/pull/4#discussion_r872656853 ## 9.0/Dockerfile: ## @@ -131,6 +134,11 @@ RUN set -ex; \ ln -s /opt/solr/modules /opt/solr/contrib; \ ln -s /opt/solr/prometheus-exporter /opt/solr/modules/prometheu

[GitHub] [solr-docker] HoustonPutman commented on pull request #4: Fixes for 9.0 release

2022-05-13 Thread GitBox
HoustonPutman commented on PR #4: URL: https://github.com/apache/solr-docker/pull/4#issuecomment-1126251386 Edited for the guidelines given in: https://github.com/docker-library/official-images/pull/12406#issuecomment-1124393213 -- This is an automated message from the Apache Git Service.

[GitHub] [solr] madrob opened a new pull request, #860: (core) Leader election declares unused IOExceptions

2022-05-13 Thread GitBox
madrob opened a new pull request, #860: URL: https://github.com/apache/solr/pull/860 Minor change - no JIRA issue Removes declared IOException from method signatures where it could never be thrown. -- This is an automated message from the Apache Git Service. To respond to the messa

[jira] [Commented] (SOLR-16194) Updating Time Routed Alias Parameters Loses Existing Collection List

2022-05-13 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17536751#comment-17536751 ] Gus Heck commented on SOLR-16194: - This issue can create a (recoverable, but potentially

[jira] [Assigned] (SOLR-16195) Correct API paths in "Task Management" ref guide page

2022-05-13 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski reassigned SOLR-16195: -- Assignee: Jason Gerlowski > Correct API paths in "Task Management" ref guide page > --

[jira] [Commented] (SOLR-16195) Correct API paths in "Task Management" ref guide page

2022-05-13 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17536749#comment-17536749 ] Jason Gerlowski commented on SOLR-16195: FYI [~atri] - I'm assuming that the ref-

[jira] [Created] (SOLR-16195) Correct API paths in "Task Management" ref guide page

2022-05-13 Thread Jason Gerlowski (Jira)
Jason Gerlowski created SOLR-16195: -- Summary: Correct API paths in "Task Management" ref guide page Key: SOLR-16195 URL: https://issues.apache.org/jira/browse/SOLR-16195 Project: Solr Issue

[jira] [Updated] (SOLR-16075) ShowFileHandler path parameter should be relative to instance dir in standalone mode

2022-05-13 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-16075: --- Fix Version/s: 8.11.2 > ShowFileHandler path parameter should be relative to instance dir in > stand

[jira] [Updated] (SOLR-16168) Spellcheck NPE if invalid dictionary name is provided

2022-05-13 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-16168: --- Fix Version/s: 8.11.2 > Spellcheck NPE if invalid dictionary name is provided > -

[jira] [Updated] (SOLR-16089) DOWN replica causes missing data on Cloud>Nodes admin ui screen for unrelated nodes

2022-05-13 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-16089: --- Fix Version/s: 8.11.2 (was: main (10.0)) > DOWN replica causes missing data on

[jira] [Updated] (SOLR-16145) Overseer rejoinOverseerElection NPE

2022-05-13 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-16145: --- Fix Version/s: 8.11.2 > Overseer rejoinOverseerElection NPE > --- > >

[jira] [Updated] (SOLR-15116) Wrong HTTP status for HEAD request

2022-05-13 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-15116: --- Fix Version/s: 8.11.2 > Wrong HTTP status for HEAD request > -- > >

[jira] [Updated] (SOLR-15849) Incorrect use Zookeeper 4LW

2022-05-13 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-15849: --- Fix Version/s: 8.11.2 > Incorrect use Zookeeper 4LW > > >

[GitHub] [solr-sandbox] anshumg merged pull request #11: Move cross dc producer code into separate module

2022-05-13 Thread GitBox
anshumg merged PR #11: URL: https://github.com/apache/solr-sandbox/pull/11 -- 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

[GitHub] [solr-sandbox] anshumg opened a new pull request, #11: Move cross dc producer code into separate module

2022-05-13 Thread GitBox
anshumg opened a new pull request, #11: URL: https://github.com/apache/solr-sandbox/pull/11 For convenience, had just added code to the consumer package, this separates out the code into a different module as they'd be packaged separately. This also removes the Solr-core dependency from t