[jira] [Updated] (SOLR-16243) Compile SQL to a Streaming Expressions while visiting the Calcite SQL parse tree

2022-06-07 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-16243: -- Summary: Compile SQL to a Streaming Expressions while visiting the Calcite SQL parse tree (was

[jira] [Updated] (SOLR-16243) Compile SQL to Streaming Expressions while visiting the Calcite SQL parse tree

2022-06-07 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-16243: -- Description: Currently Solr SQL visits the SQL parse tree and builds up a set of properties th

[jira] [Updated] (SOLR-16243) Compile SQL to Streaming Expressions while visiting the Calcite SQL parse tree

2022-06-07 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-16243: -- Description: Currently Solr SQL visits the SQL parse tree and builds up a set of properties th

[jira] [Updated] (SOLR-16243) Compile SQL to Streaming Expressions while visiting the Calcite SQL parse tree

2022-06-07 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-16243: -- Labels: RobustSQL (was: ) > Compile SQL to Streaming Expressions while visiting the Calcite SQ

[jira] [Created] (SOLR-16243) Compile SQL to Streaming Expressions while visiting the Calcite SQL parse tree

2022-06-07 Thread Joel Bernstein (Jira)
Joel Bernstein created SOLR-16243: - Summary: Compile SQL to Streaming Expressions while visiting the Calcite SQL parse tree Key: SOLR-16243 URL: https://issues.apache.org/jira/browse/SOLR-16243 Projec

[jira] [Commented] (SOLR-15738) Rewrite security APIs using annotation framework

2022-06-07 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551327#comment-17551327 ] Noble Paul commented on SOLR-15738: --- {quote} but are we under any back-compat obligatio

[GitHub] [solr] noblepaul commented on pull request #897: SOLR-15738: Convert v2 security APIs to annotations

2022-06-07 Thread GitBox
noblepaul commented on PR #897: URL: https://github.com/apache/solr/pull/897#issuecomment-1149301465 Do we really need separate classes for specifying the `EndPoint` ? can we just make them internal to `SeciurityCOnfHandler` ? -- This is an automated message from the Apache Git Service. T

[GitHub] [solr] noblepaul commented on a diff in pull request #897: SOLR-15738: Convert v2 security APIs to annotations

2022-06-07 Thread GitBox
noblepaul commented on code in PR #897: URL: https://github.com/apache/solr/pull/897#discussion_r891806640 ## solr/core/src/java/org/apache/solr/handler/admin/api/GetAuthenticationConfigAPI.java: ## @@ -0,0 +1,48 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [solr] sonatype-lift[bot] commented on a diff in pull request #623: WIP {!join cacheEventually=true ...}...

2022-06-07 Thread GitBox
sonatype-lift[bot] commented on code in PR #623: URL: https://github.com/apache/solr/pull/623#discussion_r891717583 ## solr/core/src/java/org/apache/solr/search/RefreshCrossCoreJoinCacheFactory.java: ## @@ -0,0 +1,72 @@ +package org.apache.solr.search; + +import org.apache.solr.

[jira] [Commented] (SOLR-16242) Regenerate heavy joins in background

2022-06-07 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551284#comment-17551284 ] Mikhail Khludnev commented on SOLR-16242: - Linked PR has implementation and basic

[jira] [Created] (SOLR-16242) Regenerate heavy joins in background

2022-06-07 Thread Mikhail Khludnev (Jira)
Mikhail Khludnev created SOLR-16242: --- Summary: Regenerate heavy joins in background Key: SOLR-16242 URL: https://issues.apache.org/jira/browse/SOLR-16242 Project: Solr Issue Type: Improveme

[jira] [Commented] (SOLR-16241) JettyConfig.builder(JettyConfig) misses some properties

2022-06-07 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551273#comment-17551273 ] Chris M. Hostetter commented on SOLR-16241: --- Properties of a JettyConfig (and t

[jira] [Created] (SOLR-16241) JettyConfig.builder(JettyConfig) misses some properties

2022-06-07 Thread Chris M. Hostetter (Jira)
Chris M. Hostetter created SOLR-16241: - Summary: JettyConfig.builder(JettyConfig) misses some properties Key: SOLR-16241 URL: https://issues.apache.org/jira/browse/SOLR-16241 Project: Solr

[jira] [Commented] (SOLR-16230) JWT-Auth: Support for Keycloak-Style nested roles

2022-06-07 Thread Marco (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551213#comment-17551213 ] Marco commented on SOLR-16230: -- Here is another example for the same problem (A patch for an

[jira] [Commented] (SOLR-15738) Rewrite security APIs using annotation framework

2022-06-07 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551206#comment-17551206 ] Jason Gerlowski commented on SOLR-15738: I started on this in earnest this mornin

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

2022-06-07 Thread GitBox
HoustonPutman commented on code in PR #857: URL: https://github.com/apache/solr/pull/857#discussion_r891373297 ## solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java: ## @@ -236,8 +240,11 @@ protected ZkCredentialsProvider createZkCredentialsToAddAutomatically()

[GitHub] [solr] gerlowskija opened a new pull request, #897: SOLR-15738: Convert v2 security APIs to annotations

2022-06-07 Thread GitBox
gerlowskija opened a new pull request, #897: URL: https://github.com/apache/solr/pull/897 # Description Solr's been in the slow process of moving its v2 APIs away from the existing apispec/mapping framework towards one that relies on more explicit annotations to specify API prope

[GitHub] [solr-operator] HoustonPutman merged pull request #444: Helm chart: fix rolebindings when watching multiple namespaces

2022-06-07 Thread GitBox
HoustonPutman merged PR #444: URL: https://github.com/apache/solr-operator/pull/444 -- 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] [Assigned] (SOLR-15738) Rewrite security APIs using annotation framework

2022-06-07 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski reassigned SOLR-15738: -- Assignee: Jason Gerlowski > Rewrite security APIs using annotation framework > ---

[jira] [Commented] (SOLR-16240) org.apache.solr.common.SolrException: Error loading class 'solr.KerberosPlugin'

2022-06-07 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551108#comment-17551108 ] Kevin Risden commented on SOLR-16240: - My theory at this point is because ":org.apac

[jira] [Commented] (SOLR-16240) org.apache.solr.common.SolrException: Error loading class 'solr.KerberosPlugin'

2022-06-07 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551104#comment-17551104 ] Kevin Risden commented on SOLR-16240: - So it looks like this is caused by SOLR-13989

[jira] [Comment Edited] (SOLR-16238) Code level documentation for Solr SQL

2022-06-07 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551091#comment-17551091 ] Kevin Risden edited comment on SOLR-16238 at 6/7/22 1:42 PM: -

[jira] [Commented] (SOLR-16238) Code level documentation for Solr SQL

2022-06-07 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551091#comment-17551091 ] Kevin Risden commented on SOLR-16238: - one thing that might help is looking at https

[jira] [Commented] (SOLR-16238) Code level documentation for Solr SQL

2022-06-07 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551089#comment-17551089 ] Joel Bernstein commented on SOLR-16238: --- In order to get a fully working SQL engine

[jira] [Comment Edited] (SOLR-16238) Code level documentation for Solr SQL

2022-06-07 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551077#comment-17551077 ] Joel Bernstein edited comment on SOLR-16238 at 6/7/22 1:33 PM:

[jira] [Comment Edited] (SOLR-16238) Code level documentation for Solr SQL

2022-06-07 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551077#comment-17551077 ] Joel Bernstein edited comment on SOLR-16238 at 6/7/22 1:32 PM:

[jira] [Comment Edited] (SOLR-16238) Code level documentation for Solr SQL

2022-06-07 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551077#comment-17551077 ] Joel Bernstein edited comment on SOLR-16238 at 6/7/22 1:14 PM:

[jira] [Commented] (SOLR-16238) Code level documentation for Solr SQL

2022-06-07 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551077#comment-17551077 ] Joel Bernstein commented on SOLR-16238: --- Thanks [~krisden]! I think I'm most inter

[jira] [Commented] (SOLR-16230) JWT-Auth: Support for Keycloak-Style nested roles

2022-06-07 Thread Marco (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551076#comment-17551076 ] Marco commented on SOLR-16230: -- In order to elaborate this example more: The following is m

[jira] [Updated] (SOLR-16230) JWT-Auth: Support for Keycloak-Style nested roles

2022-06-07 Thread Marco (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco updated SOLR-16230: - Attachment: image-2022-06-07-15-05-08-010.png > JWT-Auth: Support for Keycloak-Style nested roles > -

[jira] [Updated] (SOLR-16238) Code level documentation for Solr SQL

2022-06-07 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-16238: -- Labels: RobustSQL (was: ) > Code level documentation for Solr SQL > --

[jira] [Updated] (SOLR-16240) org.apache.solr.common.SolrException: Error loading class 'solr.KerberosPlugin'

2022-06-07 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesús Ricardo Ballesteros Molina updated SOLR-16240: Environment: ** OS: Debian 11 Solr Version : 9.0 Java Ve

[jira] [Updated] (SOLR-16240) org.apache.solr.common.SolrException: Error loading class 'solr.KerberosPlugin'

2022-06-07 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesús Ricardo Ballesteros Molina updated SOLR-16240: Environment: OS: Debian 11 Solr Version : 9.0 Java Versio

[jira] [Commented] (SOLR-16240) org.apache.solr.common.SolrException: Error loading class 'solr.KerberosPlugin'

2022-06-07 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17550949#comment-17550949 ] Jesús Ricardo Ballesteros Molina commented on SOLR-16240: - I star

[jira] [Created] (SOLR-16240) org.apache.solr.common.SolrException: Error loading class 'solr.KerberosPlugin'

2022-06-07 Thread Jira
Jesús Ricardo Ballesteros Molina created SOLR-16240: --- Summary: org.apache.solr.common.SolrException: Error loading class 'solr.KerberosPlugin' Key: SOLR-16240 URL: https://issues.apache.org/jira