[jira] [Commented] (SOLR-15559) Avoid object creation in splitSmart()

2021-07-26 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17387670#comment-17387670 ] ASF subversion and git services commented on SOLR-15559: Commit 5

[GitHub] [solr] gus-asf merged pull request #235: SOLR-15559 Small optimization in StrUtils.splitSmart()

2021-07-26 Thread GitBox
gus-asf merged pull request #235: URL: https://github.com/apache/solr/pull/235 -- 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] markrmiller commented on pull request #235: SOLR-15559 Small optimization in StrUtils.splitSmart()

2021-07-26 Thread GitBox
markrmiller commented on pull request #235: URL: https://github.com/apache/solr/pull/235#issuecomment-887102668 Very nice. Not the only place someone favored a new StringBuilder over setLength(0) or did not size it. Adds up, especially with a util call like this that can happen in loops.

[GitHub] [solr] thelabdude opened a new pull request #237: SOLR-15566: Clarify ref guide documentation about SQL queries with SELECT * requiring a LIMIT clause

2021-07-26 Thread GitBox
thelabdude opened a new pull request #237: URL: https://github.com/apache/solr/pull/237 https://issues.apache.org/jira/browse/SOLR-15566 # Description Improved the docs around `select *` in the ref guide # Tests Added a simple unit test for coverage of `se

[GitHub] [solr] madrob commented on a change in pull request #230: SOLR-15555 Improved caching on FilterQuery

2021-07-26 Thread GitBox
madrob commented on a change in pull request #230: URL: https://github.com/apache/solr/pull/230#discussion_r676967652 ## File path: solr/core/src/java/org/apache/solr/query/SolrRangeQuery.java ## @@ -452,6 +455,7 @@ private SegState getSegState(LeafReaderContext context) throw

[GitHub] [solr] madrob commented on a change in pull request #230: SOLR-15555 Improved caching on FilterQuery

2021-07-26 Thread GitBox
madrob commented on a change in pull request #230: URL: https://github.com/apache/solr/pull/230#discussion_r676963773 ## File path: solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java ## @@ -804,15 +807,29 @@ public BitDocSet getDocSetBits(Query q) throws IOExcept

[GitHub] [solr] madrob commented on a change in pull request #230: SOLR-15555 Improved caching on FilterQuery

2021-07-26 Thread GitBox
madrob commented on a change in pull request #230: URL: https://github.com/apache/solr/pull/230#discussion_r676963537 ## File path: solr/core/src/java/org/apache/solr/search/facet/UnInvertedField.java ## @@ -605,80 +605,7 @@ public static UnInvertedField getUnInvertedField(Stri

[jira] [Created] (SOLR-15566) Ref guide docs on select * are slightly misleading

2021-07-26 Thread Timothy Potter (Jira)
Timothy Potter created SOLR-15566: - Summary: Ref guide docs on select * are slightly misleading Key: SOLR-15566 URL: https://issues.apache.org/jira/browse/SOLR-15566 Project: Solr Issue Type:

[jira] [Updated] (SOLR-15527) Security admin screen for managing users, roles, and permissions

2021-07-26 Thread Timothy Potter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter updated SOLR-15527: -- Attachment: disabled_when_jwt_plugin.png > Security admin screen for managing users, roles, and

[jira] [Commented] (SOLR-15546) shortestPath internally cannot handle ids with colons

2021-07-26 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17387551#comment-17387551 ] Christine Poerschke commented on SOLR-15546: Thanks [~kennyKnecht] for report

[GitHub] [solr] cpoerschke opened a new pull request #236: SOLR-15546: ShortestPathStream to handle ids with colons.

2021-07-26 Thread GitBox
cpoerschke opened a new pull request #236: URL: https://github.com/apache/solr/pull/236 https://issues.apache.org/jira/browse/SOLR-15546 -- 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 speci

[jira] [Resolved] (SOLR-15164) Task Management Interface

2021-07-26 Thread Anshum Gupta (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta resolved SOLR-15164. - Resolution: Fixed This is merged in master so yes, it's done. I'll mark is as resolved for 9.0.

[jira] [Updated] (SOLR-15164) Task Management Interface

2021-07-26 Thread Anshum Gupta (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta updated SOLR-15164: Fix Version/s: main (9.0) > Task Management Interface > - > >

[jira] [Commented] (SOLR-15164) Task Management Interface

2021-07-26 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17387507#comment-17387507 ] Mike Drob commented on SOLR-15164: -- Is this done? Should we resolve the JIRA? Follow on

[GitHub] [solr-operator] thelabdude opened a new pull request #299: Fix initial security.json rbap rules

2021-07-26 Thread GitBox
thelabdude opened a new pull request #299: URL: https://github.com/apache/solr-operator/pull/299 Very minor change to remove the `users` role from the `all` permission, move the `all` permission to the last index in the json file, and add a new rule for the `/admin/zookeeper/status` path n

[jira] [Updated] (SOLR-15555) Use filterCache.computeIfAbsent in SolrIndexSearcher

2021-07-26 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated SOLR-1: - Description: When multiple concurrent queries come in at the same time, in several cases they can trigger

[jira] [Created] (SOLR-15565) Optimize CLUSTERSTATUS when filtering by collection

2021-07-26 Thread Andrzej Bialecki (Jira)
Andrzej Bialecki created SOLR-15565: --- Summary: Optimize CLUSTERSTATUS when filtering by collection Key: SOLR-15565 URL: https://issues.apache.org/jira/browse/SOLR-15565 Project: Solr Issue

[GitHub] [solr-operator] HoustonPutman merged pull request #297: Ability to customize probes for the PrometheusExporter

2021-07-26 Thread GitBox
HoustonPutman merged pull request #297: URL: https://github.com/apache/solr-operator/pull/297 -- 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 #282: Allow changing the livenessPrope settings for prometheus exporter

2021-07-26 Thread GitBox
HoustonPutman closed issue #282: URL: https://github.com/apache/solr-operator/issues/282 -- 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-15564) Improve filtering expressions in /admin/metrics

2021-07-26 Thread Andrzej Bialecki (Jira)
Andrzej Bialecki created SOLR-15564: --- Summary: Improve filtering expressions in /admin/metrics Key: SOLR-15564 URL: https://issues.apache.org/jira/browse/SOLR-15564 Project: Solr Issue Type

[GitHub] [solr] markrmiller commented on a change in pull request #230: SOLR-15555 Improved caching on FilterQuery

2021-07-26 Thread GitBox
markrmiller commented on a change in pull request #230: URL: https://github.com/apache/solr/pull/230#discussion_r676398512 ## File path: solr/core/src/java/org/apache/solr/search/facet/UnInvertedField.java ## @@ -605,80 +605,7 @@ public static UnInvertedField getUnInvertedField