[GitHub] [solr] mkhludnev commented on pull request #376: SOLR-15635: don't repeat close hooks if SRI cleared twice

2021-11-09 Thread GitBox
mkhludnev commented on pull request #376: URL: https://github.com/apache/solr/pull/376#issuecomment-964836909 > In at least daemon() -- no; it misses the point. Yep. I'm missing the point. 1) Why that daemon is shut down right there? Why it's done asynchronously w/o awaitTerm?

[GitHub] [solr] dsmiley commented on a change in pull request #407: SOLR-15784 Remove SolrJ dep on commons-io

2021-11-09 Thread GitBox
dsmiley commented on a change in pull request #407: URL: https://github.com/apache/solr/pull/407#discussion_r746243135 ## File path: solr/solrj/src/java/org/apache/solr/common/EmptyEntityResolver.java ## @@ -17,15 +17,15 @@ package org.apache.solr.common; import java.io.Inp

[GitHub] [solr] dsmiley commented on pull request #376: SOLR-15635: don't repeat close hooks if SRI cleared twice

2021-11-09 Thread GitBox
dsmiley commented on pull request #376: URL: https://github.com/apache/solr/pull/376#issuecomment-964774703 > can we call awaitTermination() In at least daemon() -- no; it misses the point. Thinking about this more... I see a way to fix the race I described in the scenario I

[GitHub] [solr] madrob opened a new pull request #407: SOLR-15784 Remove SolrJ dep on commons-io

2021-11-09 Thread GitBox
madrob opened a new pull request #407: URL: https://github.com/apache/solr/pull/407 https://issues.apache.org/jira/browse/SOLR-15784 -- 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-15784) SolrJ: Remove commons-io dependency

2021-11-09 Thread Mike Drob (Jira)
Mike Drob created SOLR-15784: Summary: SolrJ: Remove commons-io dependency Key: SOLR-15784 URL: https://issues.apache.org/jira/browse/SOLR-15784 Project: Solr Issue Type: Improvement Co

[GitHub] [solr-operator] mogul opened a new issue #372: Operator fails to enable authentication for Solr version 6.6.6, 6.6.6-slim

2021-11-09 Thread GitBox
mogul opened a new issue #372: URL: https://github.com/apache/solr-operator/issues/372 ## Summary: The operator documentation says that [it works with all official Solr images](https://github.com/apache/solr-operator/blob/v0.4.0/docs/solr-cloud/README.md#official-solr-images). Howe

[GitHub] [solr] janhoy commented on a change in pull request #372: SOLR-11623 Every request handler in Solr implement PermissionNameProvider

2021-11-09 Thread GitBox
janhoy commented on a change in pull request #372: URL: https://github.com/apache/solr/pull/372#discussion_r746157330 ## File path: solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java ## @@ -51,9 +52,10 @@ import static org.apache.solr.core.RequestParams.USEPARA

[GitHub] [solr] janhoy commented on a change in pull request #372: SOLR-11623 Every request handler in Solr implement PermissionNameProvider

2021-11-09 Thread GitBox
janhoy commented on a change in pull request #372: URL: https://github.com/apache/solr/pull/372#discussion_r746154948 ## File path: solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java ## @@ -51,9 +52,10 @@ import static org.apache.solr.core.RequestParams.USEPARA

[jira] [Commented] (SOLR-15783) MDC Values can leak between request threads, trace_id currently does

2021-11-09 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17441434#comment-17441434 ] David Smiley commented on SOLR-15783: - +1 to your patch – looks great!  Thanks for fi

[jira] [Updated] (SOLR-15783) MDC Values can leak between request threads, trace_id currently does

2021-11-09 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter updated SOLR-15783: -- Attachment: SOLR-15783.patch Status: Open (was: Open) There's a lot going on i

[jira] [Created] (SOLR-15783) MDC Values can leak between request threads, trace_id currently does

2021-11-09 Thread Chris M. Hostetter (Jira)
Chris M. Hostetter created SOLR-15783: - Summary: MDC Values can leak between request threads, trace_id currently does Key: SOLR-15783 URL: https://issues.apache.org/jira/browse/SOLR-15783 Project:

[jira] [Commented] (SOLR-15774) Security Admin UI screen add permission picks wrong one

2021-11-09 Thread Timothy Potter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17441387#comment-17441387 ] Timothy Potter commented on SOLR-15774: --- this didn't make the 8.11 RC1 ... I'll sti

[jira] [Comment Edited] (SOLR-15774) Security Admin UI screen add permission picks wrong one

2021-11-09 Thread Timothy Potter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17441387#comment-17441387 ] Timothy Potter edited comment on SOLR-15774 at 11/9/21, 10:12 PM: -

[jira] [Assigned] (SOLR-15625) Proper documentation for the benchmark module.

2021-11-09 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Robert Miller reassigned SOLR-15625: - Assignee: Mark Robert Miller > Proper documentation for the benchmark module. >

[GitHub] [solr] mkhludnev commented on pull request #376: SOLR-15635: don't repeat close hooks if SRI cleared twice

2021-11-09 Thread GitBox
mkhludnev commented on pull request #376: URL: https://github.com/apache/solr/pull/376#issuecomment-964582922 we have (at least) two tread pool usages https://github.com/mkhludnev/solr/blob/SOLR-15635-clear_SRI_twice/solr/solrj/src/java/org/apache/solr/client/solrj/io/stream/DaemonStream.ja

[GitHub] [solr-operator] HoustonPutman commented on pull request #371: Remove mirrors from release wizard

2021-11-09 Thread GitBox
HoustonPutman commented on pull request #371: URL: https://github.com/apache/solr-operator/pull/371#issuecomment-964582787 Copied some logic from here: https://github.com/apache/solr/pull/348 -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [solr] madrob commented on a change in pull request #372: SOLR-11623 Every request handler in Solr implement PermissionNameProvider

2021-11-09 Thread GitBox
madrob commented on a change in pull request #372: URL: https://github.com/apache/solr/pull/372#discussion_r746072094 ## File path: solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java ## @@ -51,9 +52,10 @@ import static org.apache.solr.core.RequestParams.USEPARA

[GitHub] [solr-operator] HoustonPutman merged pull request #367: Enable leader election for the operator by default.

2021-11-09 Thread GitBox
HoustonPutman merged pull request #367: URL: https://github.com/apache/solr-operator/pull/367 -- 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: issu

[GitHub] [solr-operator] HoustonPutman closed issue #366: Enable leader election by default with the Solr Operator

2021-11-09 Thread GitBox
HoustonPutman closed issue #366: URL: https://github.com/apache/solr-operator/issues/366 -- 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-un

[GitHub] [solr-operator] HoustonPutman opened a new pull request #371: Remove mirrors from release wizard

2021-11-09 Thread GitBox
HoustonPutman opened a new pull request #371: URL: https://github.com/apache/solr-operator/pull/371 https://blogs.apache.org/foundation/entry/apache-software-foundation-moves-to So there are no more mirrors to check. So I am removing the name "mirrors" from the release wizard, as wel

[GitHub] [solr] markrmiller opened a new pull request #406: SOLR-15625 Improve documentation for the benchmark module.

2021-11-09 Thread GitBox
markrmiller opened a new pull request #406: URL: https://github.com/apache/solr/pull/406 [SOLR-15625 Proper documentation for the benchmark module.](https://app.gitkraken.com/glo/view/card/3d59ae3380a5483d910b909e8f4da07c) -- This is an automated message from the Apache Git Service. To r

[GitHub] [solr] dsmiley commented on pull request #372: SOLR-11623 Every request handler in Solr implement PermissionNameProvider

2021-11-09 Thread GitBox
dsmiley commented on pull request #372: URL: https://github.com/apache/solr/pull/372#issuecomment-964542435 There spreadsheet confuses me a bit. There there are two columns that have a blue for the same row, are both needed or just one to show the screen? So does the Schema screen r

[GitHub] [solr] janhoy commented on pull request #146: SOLR-15258: Implement FileSystemConfigSetService

2021-11-09 Thread GitBox
janhoy commented on pull request #146: URL: https://github.com/apache/solr/pull/146#issuecomment-964539548 The answer made me no wiser :) To me it looked like this is committed elsewhere without being closed. But you're saying this PR should get another JIRA number and remains to be merged

[GitHub] [solr] dsmiley commented on pull request #146: SOLR-15258: Implement FileSystemConfigSetService

2021-11-09 Thread GitBox
dsmiley commented on pull request #146: URL: https://github.com/apache/solr/pull/146#issuecomment-964531376 SOLR-15258 is a refactoring that we might say can include this or maybe not; it doesn't matter I suppose. It's 9.0 only so there is more fluidity. I suppose a separate issue feels

[jira] [Resolved] (SOLR-15660) Remove universal 10 second test thread leak linger.

2021-11-09 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Robert Miller resolved SOLR-15660. --- Fix Version/s: main (9.0) Resolution: Fixed > Remove universal 10 second test

[jira] [Commented] (SOLR-15660) Remove universal 10 second test thread leak linger.

2021-11-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17441352#comment-17441352 ] ASF subversion and git services commented on SOLR-15660: Commit 1

[GitHub] [solr] markrmiller merged pull request #377: SOLR-15660: Remove universal 10 second test thread leak linger.

2021-11-09 Thread GitBox
markrmiller merged pull request #377: URL: https://github.com/apache/solr/pull/377 -- 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

[jira] [Updated] (SOLR-14894) Use annotations to implement V2 /collection APIs

2021-11-09 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski updated SOLR-14894: --- Fix Version/s: main (9.0) > Use annotations to implement V2 /collection APIs > --

[jira] [Resolved] (SOLR-14894) Use annotations to implement V2 /collection APIs

2021-11-09 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski resolved SOLR-14894. Resolution: Fixed Closing as this work appears to be done.  Feel free to reopen if anyone k

[GitHub] [solr-operator] thelabdude merged pull request #370: Properly resolve the name of the basic auth secret for a SolrCloud when calling the backup API

2021-11-09 Thread GitBox
thelabdude merged pull request #370: URL: https://github.com/apache/solr-operator/pull/370 -- 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-

[GitHub] [solr-operator] thelabdude closed issue #369: Backups not able to authenticate to Solr due to not finding the correct secret name

2021-11-09 Thread GitBox
thelabdude closed issue #369: URL: https://github.com/apache/solr-operator/issues/369 -- 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-unsub

[GitHub] [solr-operator] HoustonPutman closed issue #353: solr-operator: Windows nginx ingress end point giving 404 not found error

2021-11-09 Thread GitBox
HoustonPutman closed issue #353: URL: https://github.com/apache/solr-operator/issues/353 -- 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-un

[GitHub] [solr-operator] thelabdude opened a new pull request #370: Properly resolve the name of the basic auth secret for a SolrCloud when calling the backup API

2021-11-09 Thread GitBox
thelabdude opened a new pull request #370: URL: https://github.com/apache/solr-operator/pull/370 Was a bug introduced when refactoring the security code, basically need to call the `solrCloud.BasicAuthSecretName()` method. Tested in live EKS cluster and backup API requests are now working.

[GitHub] [solr-operator] thelabdude opened a new issue #369: Backups not able to authenticate to Solr due to not finding the correct secret name

2021-11-09 Thread GitBox
thelabdude opened a new issue #369: URL: https://github.com/apache/solr-operator/issues/369 ``` 2021-11-09T18:25:20.110Z ERROR controller-runtime.manager.controller.solrbackupError while taking SolrCloud backup {"reconciler group": "solr.apache.org", "reconciler kind":

[GitHub] [solr-operator] HoustonPutman opened a new pull request #368: Change managed backup repo to volume repo.

2021-11-09 Thread GitBox
HoustonPutman opened a new pull request #368: URL: https://github.com/apache/solr-operator/pull/368 Related to #347 and #301 Since the persistence option has been removed, there is no more "management" done for Managed Backup Repositories. Therefore it makes sense to rename "Mana

[GitHub] [solr] markrmiller commented on pull request #317: SOLR-15639: Improve S3 Tests

2021-11-09 Thread GitBox
markrmiller commented on pull request #317: URL: https://github.com/apache/solr/pull/317#issuecomment-964367898 See https://issues.apache.org/jira/browse/SOLR-15639 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [solr] markrmiller closed pull request #317: SOLR-15639: Improve S3 Tests

2021-11-09 Thread GitBox
markrmiller closed pull request #317: URL: https://github.com/apache/solr/pull/317 -- 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

[GitHub] [solr-operator] HoustonPutman commented on pull request #343: Use global.imagePullSecrets at solr-operator helm chart #338

2021-11-09 Thread GitBox
HoustonPutman commented on pull request #343: URL: https://github.com/apache/solr-operator/pull/343#issuecomment-964366058 Well if you want to share imagePullSecrets here, you can merely use the same serviceAccount that is created by the Zookeeper Operator with the Solr Operator. That way

[GitHub] [solr-operator] HoustonPutman opened a new pull request #367: Enable leader election for the operator by default.

2021-11-09 Thread GitBox
HoustonPutman opened a new pull request #367: URL: https://github.com/apache/solr-operator/pull/367 Resolves #366 -- 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 unsub

[GitHub] [solr] janhoy merged pull request #405: Fix githubPRs.py to query the new solr repo

2021-11-09 Thread GitBox
janhoy merged pull request #405: URL: https://github.com/apache/solr/pull/405 -- 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...@s

[GitHub] [solr-operator] HoustonPutman merged pull request #359: Add ability to schedule recurring incremental backups

2021-11-09 Thread GitBox
HoustonPutman merged pull request #359: URL: https://github.com/apache/solr-operator/pull/359 -- 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: issu

[GitHub] [solr-operator] HoustonPutman closed issue #303: Add scheduling support for backups

2021-11-09 Thread GitBox
HoustonPutman closed issue #303: URL: https://github.com/apache/solr-operator/issues/303 -- 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-un

[jira] [Created] (SOLR-15782) Configure custom node/container handlers in solr.xml

2021-11-09 Thread David Smiley (Jira)
David Smiley created SOLR-15782: --- Summary: Configure custom node/container handlers in solr.xml Key: SOLR-15782 URL: https://issues.apache.org/jira/browse/SOLR-15782 Project: Solr Issue Type: I

[GitHub] [solr-operator] HoustonPutman opened a new issue #366: Enable leader election by default with the Solr Operator

2021-11-09 Thread GitBox
HoustonPutman opened a new issue #366: URL: https://github.com/apache/solr-operator/issues/366 Starting with Kubebuilder v3, leader election is a very easy option to enable. This makes it very easy to ensure that there are not multiple solr-operator pods running at the same time, causin

[GitHub] [solr-operator] HoustonPutman commented on pull request #359: Add ability to schedule recurring incremental backups

2021-11-09 Thread GitBox
HoustonPutman commented on pull request #359: URL: https://github.com/apache/solr-operator/pull/359#issuecomment-964314521 @gerlowskija almost forgot, but I added the `disabled` flag and it works really well! -- This is an automated message from the Apache Git Service. To respond to the

[jira] [Commented] (SOLR-15663) JsonFaceting benchmark should flush by doc count for better reproducible behavior.

2021-11-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17441261#comment-17441261 ] ASF subversion and git services commented on SOLR-15663: Commit 7

[jira] [Resolved] (SOLR-15663) JsonFaceting benchmark should flush by doc count for better reproducible behavior.

2021-11-09 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Robert Miller resolved SOLR-15663. --- Fix Version/s: main (9.0) Resolution: Fixed > JsonFaceting benchmark should fl

[GitHub] [solr] markrmiller merged pull request #388: SOLR-15663: JsonFaceting benchmark should flush by doc count for better reproducible behavior.

2021-11-09 Thread GitBox
markrmiller merged pull request #388: URL: https://github.com/apache/solr/pull/388 -- 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

[jira] [Updated] (SOLR-15648) ManagedSchema#GetZkSchemaVersionCallable can get into a loop that wants to go on for 10 minutes before it cuts off.

2021-11-09 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Robert Miller updated SOLR-15648: -- Fix Version/s: main (9.0) (was: 9.0) > ManagedSchema#GetZkSchema

[jira] [Resolved] (SOLR-15648) ManagedSchema#GetZkSchemaVersionCallable can get into a loop that wants to go on for 10 minutes before it cuts off.

2021-11-09 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Robert Miller resolved SOLR-15648. --- Fix Version/s: 9.0 Resolution: Fixed > ManagedSchema#GetZkSchemaVersionCallabl

[jira] [Resolved] (SOLR-15538) Update Lucene Preview Release dependency

2021-11-09 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Robert Miller resolved SOLR-15538. --- Fix Version/s: main (9.0) Resolution: Fixed > Update Lucene Preview Release de

[jira] [Closed] (SOLR-15639) S3 tests are needlessly slow.

2021-11-09 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Robert Miller closed SOLR-15639. - > S3 tests are needlessly slow. > - > > Key: SOLR

[jira] [Resolved] (SOLR-15639) S3 tests are needlessly slow.

2021-11-09 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Robert Miller resolved SOLR-15639. --- Resolution: Won't Fix The work done here was for SOLR-15660, but I have dealt with th

[jira] [Commented] (SOLR-10529) Solr UI Health Check enable/disable ping Button doesn't work

2021-11-09 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17441250#comment-17441250 ] ASF subversion and git services commented on SOLR-10529: Commit 2

[GitHub] [solr] thelabdude opened a new pull request #404: SOLR-15774: Remove chosen attribute on predefined permission select box to avoid one-by-one error on security UI

2021-11-09 Thread GitBox
thelabdude opened a new pull request #404: URL: https://github.com/apache/solr/pull/404 https://issues.apache.org/jira/browse/SOLR-15774 -- 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 s

[jira] [Commented] (SOLR-15779) Remove Stopwords from sample_techproducts_config?

2021-11-09 Thread Walter Underwood (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17441231#comment-17441231 ] Walter Underwood commented on SOLR-15779: - The stopword filter should be removed

[jira] [Commented] (SOLR-10100) Hiding credentials from security.json when retrieving through /admin/zookeeper

2021-11-09 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-10100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17441226#comment-17441226 ] Jan Høydahl commented on SOLR-10100: SOLR-11623 will implement this in 9.0 > Hiding

[GitHub] [solr] janhoy commented on pull request #146: SOLR-15258: Implement FileSystemConfigSetService

2021-11-09 Thread GitBox
janhoy commented on pull request #146: URL: https://github.com/apache/solr/pull/146#issuecomment-964256724 Jira SOLR-15258 is closed, can this PR also be closed? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [solr] janhoy commented on pull request #72: SOLR-15090: Update developer licensing README

2021-11-09 Thread GitBox
janhoy commented on pull request #72: URL: https://github.com/apache/solr/pull/72#issuecomment-964255928 Can this be closed? The corresponding jira is closed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [solr-operator] HoustonPutman commented on a change in pull request #359: Add ability to schedule recurring incremental backups

2021-11-09 Thread GitBox
HoustonPutman commented on a change in pull request #359: URL: https://github.com/apache/solr-operator/pull/359#discussion_r745723018 ## File path: api/v1beta1/solrbackup_types.go ## @@ -64,6 +71,29 @@ func (spec *SolrBackupSpec) withDefaults(backupName string) (changed bool)

[GitHub] [solr] janhoy merged pull request #402: LUCENE-9229 fixed 3 javadoc links 1) google guave, 2&3) Two links relocated away from "aggregateknowledge"

2021-11-09 Thread GitBox
janhoy merged pull request #402: URL: https://github.com/apache/solr/pull/402 -- 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...@s

[GitHub] [solr] janhoy commented on pull request #402: LUCENE-9229 fixed 3 javadoc links 1) google guave, 2&3) Two links relocated away from "aggregateknowledge"

2021-11-09 Thread GitBox
janhoy commented on pull request #402: URL: https://github.com/apache/solr/pull/402#issuecomment-964248384 Thanks. For future PRs, please fill in the description field and complete the checklist. The title of the PR should start with the JIRA issue number, e.g. "SOLR-1234 my feature".

[GitHub] [solr] janhoy merged pull request #400: LUCENE-9229 fixed esri link

2021-11-09 Thread GitBox
janhoy merged pull request #400: URL: https://github.com/apache/solr/pull/400 -- 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...@s

[jira] [Created] (SOLR-15781) Cosmetic and consistency improvements to v2 API

2021-11-09 Thread Jason Gerlowski (Jira)
Jason Gerlowski created SOLR-15781: -- Summary: Cosmetic and consistency improvements to v2 API Key: SOLR-15781 URL: https://issues.apache.org/jira/browse/SOLR-15781 Project: Solr Issue Type:

[jira] [Commented] (SOLR-15774) Security Admin UI screen add permission picks wrong one

2021-11-09 Thread Timothy Potter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17441202#comment-17441202 ] Timothy Potter commented on SOLR-15774: --- looks like the filtered list of perms didn

[jira] [Assigned] (SOLR-15774) Security Admin UI screen add permission picks wrong one

2021-11-09 Thread Timothy Potter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter reassigned SOLR-15774: - Assignee: Timothy Potter > Security Admin UI screen add permission picks wrong one > ---

[GitHub] [solr-operator] fernaspiazu edited a comment on issue #364: JTS and Polygons jar file

2021-11-09 Thread GitBox
fernaspiazu edited a comment on issue #364: URL: https://github.com/apache/solr-operator/issues/364#issuecomment-964156262 Hi @HoustonPutman, Thank you very much for your answer. I have recently found a solution that may not be elegant, but works well in any version of Solr im

[GitHub] [solr-operator] fernaspiazu commented on issue #364: JTS and Polygons jar file

2021-11-09 Thread GitBox
fernaspiazu commented on issue #364: URL: https://github.com/apache/solr-operator/issues/364#issuecomment-964156262 Hi @HoustonPutman, Thank you very much for your answer. I have recently found a solution that may not be elegant, but works well in any version of Solr image, be

[jira] [Created] (SOLR-15780) Document v2 API as experimental

2021-11-09 Thread Jason Gerlowski (Jira)
Jason Gerlowski created SOLR-15780: -- Summary: Document v2 API as experimental Key: SOLR-15780 URL: https://issues.apache.org/jira/browse/SOLR-15780 Project: Solr Issue Type: Task Secur

[jira] [Commented] (SOLR-15141) Investigate V2RequestSupport's role in SolrJ's V2 API support

2021-11-09 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17441159#comment-17441159 ] Jason Gerlowski commented on SOLR-15141: I discussed this a bit offline with Eric

[jira] [Commented] (SOLR-15734) Prepare v2 API for v2 deprecation, eventual removal

2021-11-09 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17441158#comment-17441158 ] Jason Gerlowski commented on SOLR-15734: One thing I wanted to clarify that I rea

[GitHub] [solr] noblepaul opened a new pull request #403: SOLR-15694 Concept of node roles and non-data nodes

2021-11-09 Thread GitBox
noblepaul opened a new pull request #403: URL: https://github.com/apache/solr/pull/403 WIP -- 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-u

[jira] [Created] (SOLR-15779) Remove Stopwords from sample_techproducts_config?

2021-11-09 Thread David Eric Pugh (Jira)
David Eric Pugh created SOLR-15779: -- Summary: Remove Stopwords from sample_techproducts_config? Key: SOLR-15779 URL: https://issues.apache.org/jira/browse/SOLR-15779 Project: Solr Issue Type

[jira] [Commented] (SOLR-15778) Compute time required by features extraction

2021-11-09 Thread Alessandro Benedetti (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17441119#comment-17441119 ] Alessandro Benedetti commented on SOLR-15778: - Interesting point! [~cpoerschk

[GitHub] [solr] janhoy commented on pull request #372: SOLR-11623 Every request handler in Solr implement PermissionNameProvider

2021-11-09 Thread GitBox
janhoy commented on pull request #372: URL: https://github.com/apache/solr/pull/372#issuecomment-964007288 I plan to merge this on Thursday. -- 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 s

[jira] [Resolved] (SOLR-15773) Download page links to start download immediately

2021-11-09 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-15773. Resolution: Fixed Merged to staging [https://solr.staged.apache.org/] Seems to work well. > Downl

[GitHub] [solr-site] janhoy merged pull request #41: SOLR-15773 Download directly, without landing on the mirrors page

2021-11-09 Thread GitBox
janhoy merged pull request #41: URL: https://github.com/apache/solr-site/pull/41 -- 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..

[GitHub] [solr] janhoy commented on a change in pull request #402: fixed 3 javadoc links 1) google guave, 2&3) Two links relocated away from "aggregateknowledge"

2021-11-09 Thread GitBox
janhoy commented on a change in pull request #402: URL: https://github.com/apache/solr/pull/402#discussion_r745452047 ## File path: solr/core/src/java/org/apache/solr/util/hll/HLL.java ## @@ -44,10 +44,10 @@ * * This data structure is interoperable with the implementations

[jira] [Commented] (SOLR-15762) IllegalStateException: Recursive update thrown when executing complex Join queries

2021-11-09 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17441013#comment-17441013 ] Adrien Grand commented on SOLR-15762: - Thanks all! > IllegalStateException: Recursiv

[jira] [Commented] (SOLR-15776) Make Admin UI play well with Authorization

2021-11-09 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17441012#comment-17441012 ] Jan Høydahl commented on SOLR-15776: The permissions are a mess, true. But it's what

[jira] [Updated] (SOLR-15778) Compute time required by features extraction

2021-11-09 Thread Anna (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anna updated SOLR-15778: Description: Currently, in the debug=timing query parameter, no information is given on the time required to execu

[jira] [Updated] (SOLR-15494) Unexisting feature store in list after feature extraction

2021-11-09 Thread Anna (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anna updated SOLR-15494: Labels: learning-to-rank (was: ) > Unexisting feature store in list after feature extraction > ---

[jira] [Updated] (SOLR-15493) Feature extraction for learning to rank not arising any error if the feature store doesn't exists

2021-11-09 Thread Anna (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anna updated SOLR-15493: Labels: learning-to-rank (was: ) > Feature extraction for learning to rank not arising any error if the feature >

[jira] [Updated] (SOLR-15778) Compute time required by features extraction

2021-11-09 Thread Anna (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anna updated SOLR-15778: Affects Version/s: 8.10.1 > Compute time required by features extraction >

[jira] [Created] (SOLR-15778) Compute time required by features extraction

2021-11-09 Thread Anna (Jira)
Anna created SOLR-15778: --- Summary: Compute time required by features extraction Key: SOLR-15778 URL: https://issues.apache.org/jira/browse/SOLR-15778 Project: Solr Issue Type: Improvement Securit

[GitHub] [solr-site] janhoy commented on pull request #41: SOLR-15773 Download directly, without landing on the mirrors page

2021-11-09 Thread GitBox
janhoy commented on pull request #41: URL: https://github.com/apache/solr-site/pull/41#issuecomment-963943131 I did the same for operator dl link. As you only keep the latest version in the mirrors (CDN), I guess we need to keep the links to the archive for older versions. -- This is an

[GitHub] [solr] markrmiller commented on pull request #377: SOLR-15660: Remove universal 10 second test thread leak linger.

2021-11-09 Thread GitBox
markrmiller commented on pull request #377: URL: https://github.com/apache/solr/pull/377#issuecomment-963932414 Whatever I had to use to get consistent passes, though the hdfs ones are likely not all necessary due to the workaround hack done in minicluster shutdown done to deal with their