[jira] [Resolved] (SOLR-16297) Prevent introducing wildcard imports

2022-07-19 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-16297. -- Fix Version/s: 9.1 main (10.0) Assignee: Eric Pugh Resolution: Fixed

[GitHub] [solr] epugh merged pull request #949: SOLR-16271: explicit imports

2022-07-19 Thread GitBox
epugh merged PR #949: URL: https://github.com/apache/solr/pull/949 -- 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 F

[GitHub] [solr] epugh opened a new pull request, #949: SOLR-16271: explicit imports

2022-07-19 Thread GitBox
epugh opened a new pull request, #949: URL: https://github.com/apache/solr/pull/949 https://issues.apache.org/jira/browse/SOLR-16271 This is a follow up to the first PR for moving to explicit imports. Turns out there were a lot more that needed it. Found it post enabling the

[GitHub] [solr] epugh merged pull request #942: SOLR-16297: enable check on wildcards

2022-07-19 Thread GitBox
epugh merged PR #942: URL: https://github.com/apache/solr/pull/942 -- 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 F

[jira] [Resolved] (SOLR-16299) Remove symlinks from ref-guide-examples

2022-07-19 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman resolved SOLR-16299. --- Fix Version/s: 9.1 Resolution: Fixed > Remove symlinks from ref-guide-examples > -

[jira] [Commented] (SOLR-16299) Remove symlinks from ref-guide-examples

2022-07-19 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17568752#comment-17568752 ] ASF subversion and git services commented on SOLR-16299: Commit 7

[jira] [Commented] (SOLR-16299) Remove symlinks from ref-guide-examples

2022-07-19 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17568751#comment-17568751 ] ASF subversion and git services commented on SOLR-16299: Commit 0

[GitHub] [solr] HoustonPutman merged pull request #946: SOLR-16299: Remove symlinks for ref-guide examples

2022-07-19 Thread GitBox
HoustonPutman merged PR #946: URL: https://github.com/apache/solr/pull/946 -- 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] dsmiley commented on pull request #948: SOLR-15007: Adding ability to provide aggregated node level metrics for request handlers

2022-07-19 Thread GitBox
dsmiley commented on PR #948: URL: https://github.com/apache/solr/pull/948#issuecomment-1189559129 BTW, not saying there's a bug here, but take care to ensure that metrics are unregistered properly as it could be a nasty memory leak if not -- https://issues.apache.org/jira/browse/SOLR-13677

[GitHub] [solr] HoustonPutman commented on a diff in pull request #946: SOLR-16299: Remove symlinks for ref-guide examples

2022-07-19 Thread GitBox
HoustonPutman commented on code in PR #946: URL: https://github.com/apache/solr/pull/946#discussion_r924959800 ## solr/solr-ref-guide/java-examples.gradle: ## @@ -0,0 +1,51 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agre

[jira] [Commented] (SOLR-15007) Aggregate core handler=/select and /update metrics at the node level metric too

2022-07-19 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17568738#comment-17568738 ] David Smiley commented on SOLR-15007: - Awesome Justin! Indeed, I think a way to enab

[GitHub] [solr] dsmiley commented on a diff in pull request #948: SOLR-15007: Adding ability to provide aggregated node level metrics for request handlers

2022-07-19 Thread GitBox
dsmiley commented on code in PR #948: URL: https://github.com/apache/solr/pull/948#discussion_r924949671 ## solr/core/src/test/org/apache/solr/handler/RequestHandlerMetricsTest.java: ## @@ -0,0 +1,192 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

[jira] [Commented] (SOLR-15007) Aggregate core handler=/select and /update metrics at the node level metric too

2022-07-19 Thread Justin Sweeney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17568720#comment-17568720 ] Justin Sweeney commented on SOLR-15007: --- We encountered this same issue at FullStor

[GitHub] [solr] justinrsweeney opened a new pull request, #948: SOLR-15007: Adding ability to provide aggregated node level metrics for request handlers

2022-07-19 Thread GitBox
justinrsweeney opened a new pull request, #948: URL: https://github.com/apache/solr/pull/948 This is more effective for metrics when there are a large number of cores per node, especially since some metrics like histograms cannot be aggregated after the fact. https://issues.apache.or

[GitHub] [solr] epugh commented on a diff in pull request #947: SOLR-16300: migrate assert to non deprecated version

2022-07-19 Thread GitBox
epugh commented on code in PR #947: URL: https://github.com/apache/solr/pull/947#discussion_r924806224 ## solr/test-framework/src/java/org/apache/solr/cloud/SolrCloudTestCase.java: ## @@ -72,6 +74,11 @@ */ public class SolrCloudTestCase extends SolrTestCaseJ4 { + + public

[GitHub] [solr] cpoerschke commented on a diff in pull request #947: SOLR-16300: migrate assert to non deprecated version

2022-07-19 Thread GitBox
cpoerschke commented on code in PR #947: URL: https://github.com/apache/solr/pull/947#discussion_r924794097 ## solr/test-framework/src/java/org/apache/solr/cloud/SolrCloudTestCase.java: ## @@ -72,6 +74,11 @@ */ public class SolrCloudTestCase extends SolrTestCaseJ4 { + + pu

[GitHub] [solr] epugh commented on pull request #942: SOLR-16297: enable check on wildcards

2022-07-19 Thread GitBox
epugh commented on PR #942: URL: https://github.com/apache/solr/pull/942#issuecomment-1189232312 waiting for a full run of the build on jenkins to finish and then will merge this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[jira] [Resolved] (SOLR-16271) Eliminate import statements that end in .*

2022-07-19 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-16271. -- Fix Version/s: 9.1 main (10.0) Assignee: Eric Pugh (was: David Smiley)

[jira] [Commented] (SOLR-16271) Eliminate import statements that end in .*

2022-07-19 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17568622#comment-17568622 ] ASF subversion and git services commented on SOLR-16271: Commit 6

[jira] [Commented] (SOLR-16271) Eliminate import statements that end in .*

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

[GitHub] [solr] epugh merged pull request #938: SOLR-16271: remove wildcard imports

2022-07-19 Thread GitBox
epugh merged PR #938: URL: https://github.com/apache/solr/pull/938 -- 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 F

[GitHub] [solr] epugh opened a new pull request, #947: SOLR-16300: migrate assert to non deprecated version

2022-07-19 Thread GitBox
epugh opened a new pull request, #947: URL: https://github.com/apache/solr/pull/947 https://issues.apache.org/jira/browse/SOLR-16300 # Description intellij has flagged various deprecations in how we assert in our tests. # Solution This PR has two approaches for

[jira] [Resolved] (SOLR-16301) org.apache.solr.common.SolrException

2022-07-19 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya resolved SOLR-16301. - Resolution: Invalid Please ask your questions like this at the solr-users mailing

[jira] [Updated] (SOLR-16301) org.apache.solr.common.SolrException

2022-07-19 Thread Prahlad jee (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prahlad jee updated SOLR-16301: --- Affects Version/s: 8.8.2 (was: 8.4.1) > org.apache.solr.common.SolrExcepti

[jira] [Updated] (SOLR-16301) org.apache.solr.common.SolrException

2022-07-19 Thread Prahlad jee (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prahlad jee updated SOLR-16301: --- Affects Version/s: 8.4.1 (was: 4.8.1) > org.apache.solr.common.SolrExcepti

[jira] [Created] (SOLR-16301) org.apache.solr.common.SolrException

2022-07-19 Thread Prahlad jee (Jira)
Prahlad jee created SOLR-16301: -- Summary: org.apache.solr.common.SolrException Key: SOLR-16301 URL: https://issues.apache.org/jira/browse/SOLR-16301 Project: Solr Issue Type: Bug Security