[GitHub] [solr-site] janhoy merged pull request #42: Mark Erick Erickson as emeritus PMC member

2021-11-05 Thread GitBox
janhoy merged pull request #42: URL: https://github.com/apache/solr-site/pull/42 -- 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] [Commented] (SOLR-15762) IllegalStateException: Recursive update thrown when executing complex Join queries

2021-11-05 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17439555#comment-17439555 ] Thomas Wöckinger commented on SOLR-15762: - >From the design point of view SolrCac

[GitHub] [solr] gerlowskija commented on a change in pull request #396: SOLR-15351: Rewrite GET /v2/c/collName using annotations

2021-11-05 Thread GitBox
gerlowskija commented on a change in pull request #396: URL: https://github.com/apache/solr/pull/396#discussion_r743697148 ## File path: solr/core/src/java/org/apache/solr/handler/admin/api/CollectionStatusAPI.java ## @@ -0,0 +1,72 @@ +/* + * Licensed to the Apache Software Fo

[GitHub] [solr] epugh commented on a change in pull request #396: SOLR-15351: Rewrite GET /v2/c/collName using annotations

2021-11-05 Thread GitBox
epugh commented on a change in pull request #396: URL: https://github.com/apache/solr/pull/396#discussion_r743614499 ## File path: solr/core/src/java/org/apache/solr/handler/admin/api/CollectionStatusAPI.java ## @@ -0,0 +1,72 @@ +/* + * Licensed to the Apache Software Foundati

[GitHub] [solr] makosten commented on a change in pull request #288: SOLR-15705: A deleteById request without _route_ param for compositeid or implicit router could be sent to all shard leaders

2021-11-05 Thread GitBox
makosten commented on a change in pull request #288: URL: https://github.com/apache/solr/pull/288#discussion_r743107726 ## File path: solr/core/src/java/org/apache/solr/update/processor/DistributedZkUpdateProcessor.java ## @@ -316,6 +317,41 @@ public void processDelete(DeleteU

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

2021-11-05 Thread GitBox
janhoy commented on pull request #372: URL: https://github.com/apache/solr/pull/372#issuecomment-962163811 -- 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

[GitHub] [solr] dsmiley commented on a change in pull request #288: SOLR-15705: A deleteById request without _route_ param for compositeid router could be sent to all shard leaders

2021-11-05 Thread GitBox
dsmiley commented on a change in pull request #288: URL: https://github.com/apache/solr/pull/288#discussion_r743873440 ## File path: solr/core/src/java/org/apache/solr/update/processor/DistributedZkUpdateProcessor.java ## @@ -316,6 +317,41 @@ public void processDelete(DeleteUp

[GitHub] [solr] magibney commented on pull request #385: SOLR-15760: Improve the default distributed facet overrequest function/heuristic

2021-11-05 Thread GitBox
magibney commented on pull request #385: URL: https://github.com/apache/solr/pull/385#issuecomment-961576928 The condition on small offset was added in 1f693769bad1cd8fc40b339d00c43f16f9d1, and I think in a pinch this could stand to simply be removed (to restore the initial uncondition

[GitHub] [solr-site] janhoy commented on pull request #16: Options for Solr Operator logos

2021-11-05 Thread GitBox
janhoy commented on pull request #16: URL: https://github.com/apache/solr-site/pull/16#issuecomment-961909355 So given these all infringe the Kubernetes trademarks, I guess we have to re-boot this process? And close this PR -- This is an automated message from the Apache Git Service. To

[GitHub] [solr] magibney edited a comment on pull request #385: SOLR-15760: Improve the default distributed facet overrequest function/heuristic

2021-11-05 Thread GitBox
magibney edited a comment on pull request #385: URL: https://github.com/apache/solr/pull/385#issuecomment-961576928 The condition on small offset was added in 1f693769bad1cd8fc40b339d00c43f16f9d1, and I think in a pinch this could stand to simply be removed (to restore the initial unco

[GitHub] [solr] dsmiley commented on a change in pull request #338: @sayandigital SOLR-13182 - NullPointerException

2021-11-05 Thread GitBox
dsmiley commented on a change in pull request #338: URL: https://github.com/apache/solr/pull/338#discussion_r743753769 ## File path: solr/core/src/java/org/apache/solr/search/join/BlockJoinParentQParser.java ## @@ -60,10 +60,15 @@ protected String getFiltersParamName() { }

[GitHub] [solr] cpoerschke commented on pull request #288: SOLR-15705: A deleteById request without _route_ param for compositeid router could be sent to all shard leaders

2021-11-05 Thread GitBox
cpoerschke commented on pull request #288: URL: https://github.com/apache/solr/pull/288#issuecomment-962098372 Added two commits with small tweaks, yet to complete running full test suite locally but assuming it passes LGTM here. @makosten - would you like to go add a `solr/CHANGES.t

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

2021-11-05 Thread GitBox
dsmiley commented on a change in pull request #372: URL: https://github.com/apache/solr/pull/372#discussion_r743855022 ## File path: solr/core/src/java/org/apache/solr/handler/PingRequestHandler.java ## @@ -133,6 +134,12 @@ private static final Logger log = LoggerFactory.ge

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

2021-11-05 Thread GitBox
mkhludnev commented on pull request #376: URL: https://github.com/apache/solr/pull/376#issuecomment-961963576 > the problem here was that we end up calling close too many times, right? Exactly `SRI.closeHook()` is invoked twice, one from the request thread, the second one due to cleanin

[GitHub] [solr-operator] pareekdevanshu commented on issue #325: Null Pointer when running Prometheus Exporter

2021-11-05 Thread GitBox
pareekdevanshu commented on issue #325: URL: https://github.com/apache/solr-operator/issues/325#issuecomment-961733311 -- 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 un

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

2021-11-05 Thread GitBox
janhoy commented on a change in pull request #372: URL: https://github.com/apache/solr/pull/372#discussion_r743000618 ## File path: solr/core/src/java/org/apache/solr/handler/admin/LukeRequestHandler.java ## @@ -105,6 +106,11 @@ static final int HIST_ARRAY_SIZE = 33; +

[GitHub] [solr] dsmiley commented on pull request #385: SOLR-15760: Improve the default distributed facet overrequest function/heuristic

2021-11-05 Thread GitBox
dsmiley commented on pull request #385: URL: https://github.com/apache/solr/pull/385#issuecomment-961602247 -- 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,

[GitHub] [solr-operator] HoustonPutman commented on issue #325: Null Pointer when running Prometheus Exporter

2021-11-05 Thread GitBox
HoustonPutman commented on issue #325: URL: https://github.com/apache/solr-operator/issues/325#issuecomment-961970042 -- 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 uns

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

2021-11-05 Thread GitBox
mkhludnev edited a comment on pull request #376: URL: https://github.com/apache/solr/pull/376#issuecomment-961963576 -- 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 unsu

[GitHub] [solr] sonatype-lift[bot] commented on a change in pull request #288: SOLR-15705: A deleteById request without _route_ param for compositeid router could be sent to all shard leaders

2021-11-05 Thread GitBox
sonatype-lift[bot] commented on a change in pull request #288: URL: https://github.com/apache/solr/pull/288#discussion_r743873466 ## File path: solr/core/src/java/org/apache/solr/update/processor/DistributedZkUpdateProcessor.java ## @@ -316,6 +317,41 @@ public void processDele

[GitHub] [solr] dsmiley commented on a change in pull request #338: @sayandigital SOLR-13182 - NullPointerException

2021-11-05 Thread GitBox
dsmiley commented on a change in pull request #338: URL: https://github.com/apache/solr/pull/338#discussion_r743753769 ## File path: solr/core/src/java/org/apache/solr/search/join/BlockJoinParentQParser.java ## @@ -60,10 +60,15 @@ protected String getFiltersParamName() { }

[GitHub] [solr] gerlowskija commented on a change in pull request #396: SOLR-15351: Rewrite GET /v2/c/collName using annotations

2021-11-05 Thread GitBox
gerlowskija commented on a change in pull request #396: URL: https://github.com/apache/solr/pull/396#discussion_r743697148 ## File path: solr/core/src/java/org/apache/solr/handler/admin/api/CollectionStatusAPI.java ## @@ -0,0 +1,72 @@ +/* + * Licensed to the Apache Software Fo

[GitHub] [solr] epugh commented on a change in pull request #396: SOLR-15351: Rewrite GET /v2/c/collName using annotations

2021-11-05 Thread GitBox
epugh commented on a change in pull request #396: URL: https://github.com/apache/solr/pull/396#discussion_r743614499 ## File path: solr/core/src/java/org/apache/solr/handler/admin/api/CollectionStatusAPI.java ## @@ -0,0 +1,72 @@ +/* + * Licensed to the Apache Software Foundati

[GitHub] [solr] makosten commented on a change in pull request #288: SOLR-15705: A deleteById request without _route_ param for compositeid or implicit router could be sent to all shard leaders

2021-11-05 Thread GitBox
makosten commented on a change in pull request #288: URL: https://github.com/apache/solr/pull/288#discussion_r743107726 ## File path: solr/core/src/java/org/apache/solr/update/processor/DistributedZkUpdateProcessor.java ## @@ -316,6 +317,41 @@ public void processDelete(DeleteU

[GitHub] [solr-operator] HoustonPutman closed issue #326: Break up backupIsReady in SolrCloud status by backupRepository

2021-11-05 Thread GitBox
HoustonPutman closed issue #326: URL: https://github.com/apache/solr-operator/issues/326 -- 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] dsmiley commented on a change in pull request #288: SOLR-15705: A deleteById request without _route_ param for compositeid router could be sent to all shard leaders

2021-11-05 Thread GitBox
dsmiley commented on a change in pull request #288: URL: https://github.com/apache/solr/pull/288#discussion_r743873440 ## File path: solr/core/src/java/org/apache/solr/update/processor/DistributedZkUpdateProcessor.java ## @@ -316,6 +317,41 @@ public void processDelete(DeleteUp

[GitHub] [solr] magibney commented on pull request #385: SOLR-15760: Improve the default distributed facet overrequest function/heuristic

2021-11-05 Thread GitBox
magibney commented on pull request #385: URL: https://github.com/apache/solr/pull/385#issuecomment-961576928 The condition on small offset was added in 1f693769bad1cd8fc40b339d00c43f16f9d1, and I think in a pinch this could stand to simply be removed (to restore the initial uncondition

[GitHub] [solr-site] janhoy commented on pull request #16: Options for Solr Operator logos

2021-11-05 Thread GitBox
janhoy commented on pull request #16: URL: https://github.com/apache/solr-site/pull/16#issuecomment-961909355 So given these all infringe the Kubernetes trademarks, I guess we have to re-boot this process? And close this PR -- This is an automated message from the Apache Git Service. To

[GitHub] [solr-operator] HoustonPutman merged pull request #358: Specify individual backupRepo availability in SolrCloud Status

2021-11-05 Thread GitBox
HoustonPutman merged pull request #358: URL: https://github.com/apache/solr-operator/pull/358 -- 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] magibney edited a comment on pull request #385: SOLR-15760: Improve the default distributed facet overrequest function/heuristic

2021-11-05 Thread GitBox
magibney edited a comment on pull request #385: URL: https://github.com/apache/solr/pull/385#issuecomment-961576928 The condition on small offset was added in 1f693769bad1cd8fc40b339d00c43f16f9d1, and I think in a pinch this could stand to simply be removed (to restore the initial unco

[GitHub] [solr] cpoerschke commented on pull request #288: SOLR-15705: A deleteById request without _route_ param for compositeid router could be sent to all shard leaders

2021-11-05 Thread GitBox
cpoerschke commented on pull request #288: URL: https://github.com/apache/solr/pull/288#issuecomment-962098372 Added two commits with small tweaks, yet to complete running full test suite locally but assuming it passes LGTM here. @makosten - would you like to go add a `solr/CHANGES.t

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

2021-11-05 Thread GitBox
dsmiley commented on a change in pull request #372: URL: https://github.com/apache/solr/pull/372#discussion_r743855022 ## File path: solr/core/src/java/org/apache/solr/handler/PingRequestHandler.java ## @@ -133,6 +134,12 @@ private static final Logger log = LoggerFactory.ge

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

2021-11-05 Thread GitBox
mkhludnev commented on pull request #376: URL: https://github.com/apache/solr/pull/376#issuecomment-961963576 > the problem here was that we end up calling close too many times, right? Exactly `SRI.closeHook()` is invoked twice, one from the request thread, the second one due to cleanin

[GitHub] [solr] sonatype-lift[bot] commented on a change in pull request #288: SOLR-15705: A deleteById request without _route_ param for compositeid router could be sent to all shard leaders

2021-11-05 Thread GitBox
sonatype-lift[bot] commented on a change in pull request #288: URL: https://github.com/apache/solr/pull/288#discussion_r743873466 ## File path: solr/core/src/java/org/apache/solr/update/processor/DistributedZkUpdateProcessor.java ## @@ -316,6 +317,41 @@ public void processDele

[GitHub] [solr] dsmiley commented on a change in pull request #288: SOLR-15705: A deleteById request without _route_ param for compositeid router could be sent to all shard leaders

2021-11-05 Thread GitBox
dsmiley commented on a change in pull request #288: URL: https://github.com/apache/solr/pull/288#discussion_r743873440 ## File path: solr/core/src/java/org/apache/solr/update/processor/DistributedZkUpdateProcessor.java ## @@ -316,6 +317,41 @@ public void processDelete(DeleteUp

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

2021-11-05 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17439404#comment-17439404 ] David Smiley commented on SOLR-15762: - If SolrCache had a isAsync() method, then Join

[GitHub] [solr] cpoerschke commented on pull request #288: SOLR-15705: A deleteById request without _route_ param for compositeid router could be sent to all shard leaders

2021-11-05 Thread GitBox
cpoerschke commented on pull request #288: URL: https://github.com/apache/solr/pull/288#issuecomment-962098372 Added two commits with small tweaks, yet to complete running full test suite locally but assuming it passes LGTM here. @makosten - would you like to go add a `solr/CHANGES.t

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

2021-11-05 Thread GitBox
dsmiley commented on a change in pull request #372: URL: https://github.com/apache/solr/pull/372#discussion_r743855022 ## File path: solr/core/src/java/org/apache/solr/handler/PingRequestHandler.java ## @@ -133,6 +134,12 @@ private static final Logger log = LoggerFactory.ge

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

2021-11-05 Thread GitBox
janhoy commented on a change in pull request #372: URL: https://github.com/apache/solr/pull/372#discussion_r743840541 ## File path: solr/core/src/java/org/apache/solr/handler/PingRequestHandler.java ## @@ -133,6 +134,12 @@ private static final Logger log = LoggerFactory.get

[GitHub] [solr] epugh commented on a change in pull request #396: SOLR-15351: Rewrite GET /v2/c/collName using annotations

2021-11-05 Thread GitBox
epugh commented on a change in pull request #396: URL: https://github.com/apache/solr/pull/396#discussion_r743836401 ## File path: solr/core/src/java/org/apache/solr/handler/api/ApiRegistrar.java ## @@ -19,16 +19,7 @@ import org.apache.solr.api.ApiBag; import org.apache.sol

[jira] [Commented] (SOLR-14438) Mention decodeAES in LICENSE.txt

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

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

2021-11-05 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17439360#comment-17439360 ] Thomas Wöckinger edited comment on SOLR-15762 at 11/5/21, 4:12 PM:

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

2021-11-05 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Wöckinger updated SOLR-15762: Labels: pull-request-available (was: ) > IllegalStateException: Recursive update thrown wh

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

2021-11-05 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17439360#comment-17439360 ] Thomas Wöckinger commented on SOLR-15762: - Pull Request create just a second ago,

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

2021-11-05 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17439349#comment-17439349 ] Adrien Grand commented on SOLR-15762: - [~mdrob] Do you know when I can expect this sm

[GitHub] [solr] dsmiley commented on a change in pull request #338: @sayandigital SOLR-13182 - NullPointerException

2021-11-05 Thread GitBox
dsmiley commented on a change in pull request #338: URL: https://github.com/apache/solr/pull/338#discussion_r743753769 ## File path: solr/core/src/java/org/apache/solr/search/join/BlockJoinParentQParser.java ## @@ -60,10 +60,15 @@ protected String getFiltersParamName() { }

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

2021-11-05 Thread Jira
Jan Høydahl created SOLR-15774: -- Summary: Security Admin UI screen add permission picks wrong one Key: SOLR-15774 URL: https://issues.apache.org/jira/browse/SOLR-15774 Project: Solr Issue Type:

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

2021-11-05 Thread GitBox
mkhludnev edited a comment on pull request #376: URL: https://github.com/apache/solr/pull/376#issuecomment-961963576 > the problem here was that we end up calling close too many times, right? Exactly `SRI.closeHook()` is invoked twice, one from the request thread, the second one due

[GitHub] [solr-operator] HoustonPutman commented on issue #325: Null Pointer when running Prometheus Exporter

2021-11-05 Thread GitBox
HoustonPutman commented on issue #325: URL: https://github.com/apache/solr-operator/issues/325#issuecomment-961970042 I would expect a release candidate to come out next week. And if that passes then the full release will be available late that week or early the next week -- This is an a

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

2021-11-05 Thread GitBox
mkhludnev commented on pull request #376: URL: https://github.com/apache/solr/pull/376#issuecomment-961963576 > the problem here was that we end up calling close too many times, right? Exactly `SRI.closeHook()` is invoked twice, one from the request thread, the second one due to cleanin

[jira] [Commented] (SOLR-15636) Robust support for running Solr with an embedded zookeeper

2021-11-05 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17439301#comment-17439301 ] Jan Høydahl commented on SOLR-15636: This is really exciting, and also a potential go

[GitHub] [solr] gerlowskija commented on a change in pull request #396: SOLR-15351: Rewrite GET /v2/c/collName using annotations

2021-11-05 Thread GitBox
gerlowskija commented on a change in pull request #396: URL: https://github.com/apache/solr/pull/396#discussion_r743697148 ## File path: solr/core/src/java/org/apache/solr/handler/admin/api/CollectionStatusAPI.java ## @@ -0,0 +1,72 @@ +/* + * Licensed to the Apache Software Fo

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

2021-11-05 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17439279#comment-17439279 ] Adrien Grand commented on SOLR-15762: - [~mdrob] Pleas go ahead and merge this small f

[jira] [Commented] (SOLR-15694) Concept of node roles and non-data nodes

2021-11-05 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17439284#comment-17439284 ] Jan Høydahl commented on SOLR-15694: Browsing the other SIPs, [SIP-11|https://cwiki.

[GitHub] [solr-site] janhoy commented on pull request #16: Options for Solr Operator logos

2021-11-05 Thread GitBox
janhoy commented on pull request #16: URL: https://github.com/apache/solr-site/pull/16#issuecomment-961909355 So given these all infringe the Kubernetes trademarks, I guess we have to re-boot this process? And close this PR -- This is an automated message from the Apache Git Service. To

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

2021-11-05 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17439269#comment-17439269 ] Mike Drob commented on SOLR-15762: -- I think both the exception translation and then addi

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

2021-11-05 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17439260#comment-17439260 ] Thomas Wöckinger edited comment on SOLR-15762 at 11/5/21, 1:31 PM:

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

2021-11-05 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17439260#comment-17439260 ] Thomas Wöckinger commented on SOLR-15762: - [~mdrob] For sure, so you want to catc

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

2021-11-05 Thread GitBox
janhoy opened a new pull request #41: URL: https://github.com/apache/solr-site/pull/41 https://issues.apache.org/jira/browse/SOLR-15773 -- 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 specif

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

2021-11-05 Thread Jira
Jan Høydahl created SOLR-15773: -- Summary: Download page links to start download immediately Key: SOLR-15773 URL: https://issues.apache.org/jira/browse/SOLR-15773 Project: Solr Issue Type: Improv

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

2021-11-05 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17439255#comment-17439255 ] Mike Drob commented on SOLR-15762: -- I think those are both great solutions. Unfortunatel

[jira] [Updated] (SOLR-15772) More visible security warnings in Admin UI

2021-11-05 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-15772: --- Description: We recently got both a "Security" panel on the Admin UI Dashboard, and a brand new "Sec

[jira] [Created] (SOLR-15772) More visible security warnings in Admin UI

2021-11-05 Thread Jira
Jan Høydahl created SOLR-15772: -- Summary: More visible security warnings in Admin UI Key: SOLR-15772 URL: https://issues.apache.org/jira/browse/SOLR-15772 Project: Solr Issue Type: Improvement

[GitHub] [solr] epugh commented on a change in pull request #396: SOLR-15351: Rewrite GET /v2/c/collName using annotations

2021-11-05 Thread GitBox
epugh commented on a change in pull request #396: URL: https://github.com/apache/solr/pull/396#discussion_r743614499 ## File path: solr/core/src/java/org/apache/solr/handler/admin/api/CollectionStatusAPI.java ## @@ -0,0 +1,72 @@ +/* + * Licensed to the Apache Software Foundati

[jira] [Updated] (SOLR-15771) bin/solr auth enable should model best practices for security.json

2021-11-05 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-15771: --- Description: During discussion of SOLR-15770, the idea came up that the {{bin/solr auth enable}} com

[GitHub] [solr] gerlowskija opened a new pull request #396: SOLR-15351: Rewrite GET /v2/c/collName using annotations

2021-11-05 Thread GitBox
gerlowskija opened a new pull request #396: URL: https://github.com/apache/solr/pull/396 # Description Solr's v2 APIs can be implemented in 1 of 2 possible ways: an apispec (i.e. JSON file) based approach that was originally conceived when the v2 APIs were created, and an approach t

[jira] [Updated] (SOLR-15771) bin/solr auth enable should model best practices for security.json

2021-11-05 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh updated SOLR-15771: --- Component/s: SolrCLI > bin/solr auth enable should model best practices for security.json > -

[jira] [Updated] (SOLR-15771) bin/solr auth enable should model best practices for security.json

2021-11-05 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh updated SOLR-15771: --- Component/s: (was: cli) > bin/solr auth enable should model best practices for security.j

[jira] [Created] (SOLR-15771) bin/solr auth enable should model best practices for security.json

2021-11-05 Thread David Eric Pugh (Jira)
David Eric Pugh created SOLR-15771: -- Summary: bin/solr auth enable should model best practices for security.json Key: SOLR-15771 URL: https://issues.apache.org/jira/browse/SOLR-15771 Project: Solr

[jira] [Resolved] (SOLR-15706) After an incremental back up, the pugeUnused operation incorrectly deletes all backed up data

2021-11-05 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski resolved SOLR-15706. Fix Version/s: 9.0 8.11 Resolution: Fixed Alright, I finished bac

[jira] [Resolved] (SOLR-15765) Conflicting dependencies on Jackcess in solr-cell 8.10.1

2021-11-05 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh resolved SOLR-15765. Resolution: Information Provided > Conflicting dependencies on Jackcess in solr-cell 8.10.1

[jira] [Commented] (SOLR-15765) Conflicting dependencies on Jackcess in solr-cell 8.10.1

2021-11-05 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17439133#comment-17439133 ] David Eric Pugh commented on SOLR-15765: If you do decide to go the tika-pipes ro

[jira] [Created] (SOLR-15770) Clarify Authorization documentation

2021-11-05 Thread Jira
Jan Høydahl created SOLR-15770: -- Summary: Clarify Authorization documentation Key: SOLR-15770 URL: https://issues.apache.org/jira/browse/SOLR-15770 Project: Solr Issue Type: Improvement Se

[jira] [Resolved] (SOLR-13364) Make Admin UI aware of logged-in users permissions

2021-11-05 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-13364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-13364. Resolution: Done Already done elsewhere > Make Admin UI aware of logged-in users permissions > ---

[jira] [Commented] (SOLR-15765) Conflicting dependencies on Jackcess in solr-cell 8.10.1

2021-11-05 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17439123#comment-17439123 ] Markus Günther commented on SOLR-15765: --- Thanks, David, for getting back to me so q

[jira] [Resolved] (SOLR-14392) CloudSolrClient executes select calls but not updates after adding authentication

2021-11-05 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-14392. Resolution: Invalid Please direct questions like this to the [us...@solr.apache.org|mailto:us...@s

[jira] [Commented] (SOLR-13900) Permissions deleting works wrong

2021-11-05 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-13900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17439119#comment-17439119 ] Jan Høydahl commented on SOLR-13900: I managed to reproduce this with the new Securit

[jira] [Assigned] (SOLR-13900) Permissions deleting works wrong

2021-11-05 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-13900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl reassigned SOLR-13900: -- Assignee: Jan Høydahl > Permissions deleting works wrong > >

[jira] [Created] (SOLR-15769) Security UI should allow adding roles without assigning to a user

2021-11-05 Thread Jira
Jan Høydahl created SOLR-15769: -- Summary: Security UI should allow adding roles without assigning to a user Key: SOLR-15769 URL: https://issues.apache.org/jira/browse/SOLR-15769 Project: Solr I

[GitHub] [solr-operator] pareekdevanshu commented on issue #325: Null Pointer when running Prometheus Exporter

2021-11-05 Thread GitBox
pareekdevanshu commented on issue #325: URL: https://github.com/apache/solr-operator/issues/325#issuecomment-961733311 when can we expect `v0.5.0` to be available to use? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[jira] [Resolved] (SOLR-12042) Authorization rules do not work as expected.

2021-11-05 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-12042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-12042. Resolution: Not A Bug Closing as misconfiguration. This is proven to work. A tip is to try the new

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

2021-11-05 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17439057#comment-17439057 ] Thomas Wöckinger edited comment on SOLR-15762 at 11/5/21, 8:15 AM:

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

2021-11-05 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17439057#comment-17439057 ] Thomas Wöckinger edited comment on SOLR-15762 at 11/5/21, 7:13 AM:

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

2021-11-05 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17439057#comment-17439057 ] Thomas Wöckinger edited comment on SOLR-15762 at 11/5/21, 7:13 AM: