[jira] [Commented] (SOLR-16263) Migrate tests from deprecate http clients to http2 equivalents

2022-06-27 Thread David Smiley (Jira)
Title: Message Title David Smiley commente

[jira] [Assigned] (SOLR-16263) Migrate tests from deprecate http clients to http2 equivalents

2022-06-27 Thread David Smiley (Jira)
Title: Message Title David Smiley assigned

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

2022-06-27 Thread David Smiley (Jira)
Title: Message Title David Smiley commente

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

2022-06-27 Thread David Smiley (Jira)
Title: Message Title David Smiley commente

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

2022-06-27 Thread Chris M. Hostetter (Jira)
Title: Message Title Chris M. Hostetter re

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

2022-06-27 Thread ASF subversion and git services (Jira)
Title: Message Title ASF subversion and gi

[jira] [Created] (SOLR-16272) bin/solr package install is not repeatable if first install fails with key error

2022-06-27 Thread Sebastian Gift (Jira)
Title: Message Title Sebastian Gift create

[jira] [Updated] (SOLR-16263) Migrate tests from deprecate http clients to http2 equivalents

2022-06-27 Thread Eric Pugh (Jira)
Title: Message Title Eric Pugh updated an

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

2022-06-27 Thread ASF subversion and git services (Jira)
Title: Message Title ASF subversion and gi

[jira] [Assigned] (SOLR-16269) Review use of final and static in methods

2022-06-27 Thread Eric Pugh (Jira)
Title: Message Title Eric Pugh assigned an

[jira] [Assigned] (SOLR-16268) Review Use of toString() when creating a error message

2022-06-27 Thread Eric Pugh (Jira)
Title: Message Title Eric Pugh assigned an

[GitHub] [solr] epugh opened a new pull request, #922: SOLR-162680: toString is not required when crafting a string message

2022-06-27 Thread GitBox
epugh opened a new pull request, #922: URL: https://github.com/apache/solr/pull/922 https://issues.apache.org/jira/browse/SOLR-162680 # Description We sprinkle in a lot of our messages in the tests a lot of `.toString()`, however we don't need them. They make the methods longe

[jira] [Assigned] (SOLR-16270) Address "dangling javadocs"

2022-06-27 Thread Eric Pugh (Jira)
Title: Message Title Eric Pugh assigned an

[GitHub] [solr] epugh opened a new pull request, #921: SOLR-16224: class level variables that can be safely made local, and are boilerpl…

2022-06-27 Thread GitBox
epugh opened a new pull request, #921: URL: https://github.com/apache/solr/pull/921 …ate in nature, they dont help you understand how the test works https://issues.apache.org/jira/browse/SOLR-16224 # Description In the unit tests we have variables defined at the class level t

[GitHub] [solr] epugh opened a new pull request, #920: SOLR-16271: clean up imports (WIP)

2022-06-27 Thread GitBox
epugh opened a new pull request, #920: URL: https://github.com/apache/solr/pull/920 https://issues.apache.org/jira/browse/SOLR-16271 # Description We have extra imports and lots of `.*;` patterns in the test code. # Solution Replace with explicit imports. # Tests

[GitHub] [solr] epugh opened a new pull request, #919: SOLR-16269 clean up use of final keyword

2022-06-27 Thread GitBox
epugh opened a new pull request, #919: URL: https://github.com/apache/solr/pull/919 https://issues.apache.org/jira/browse/SOLR-16269 # Description IntelliJ flagged that some methods had extra keywords on them. # Solution Apply fixes suggested by IntelliJ # Tests

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

2022-06-27 Thread Eric Pugh (Jira)
Title: Message Title Eric Pugh commented o

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

2022-06-27 Thread Eric Pugh (Jira)
Title: Message Title Eric Pugh created an

[GitHub] [solr] epugh opened a new pull request, #918: SOLR-16270: address dangling javadocs

2022-06-27 Thread GitBox
epugh opened a new pull request, #918: URL: https://github.com/apache/solr/pull/918 https://issues.apache.org/jira/browse/SOLR-16270 # Description intellij is warning of "dangling javadocs" and "invalid @returns" tags. # Solution Fix them! Make some javadocs actuall i

[jira] [Created] (SOLR-16270) Address "dangling javadocs"

2022-06-27 Thread Eric Pugh (Jira)
Title: Message Title Eric Pugh created an

[jira] [Updated] (SOLR-16269) Review use of final and static in methods

2022-06-27 Thread Eric Pugh (Jira)
Title: Message Title Eric Pugh updated an

[jira] [Created] (SOLR-16269) Review use of final and static in methods

2022-06-27 Thread Eric Pugh (Jira)
Title: Message Title Eric Pugh created an

[jira] [Created] (SOLR-16268) Review Use of toString() when creating a error message

2022-06-27 Thread Eric Pugh (Jira)
Title: Message Title Eric Pugh created an

[jira] [Updated] (SOLR-16267) JSON Facet Stats methods include docs with no field value when using nested function

2022-06-27 Thread Gerald Bonfiglio (Jira)
Title: Message Title Gerald Bonfiglio upda

[GitHub] [solr-operator] HoustonPutman opened a new pull request, #450: Fix SolrCloud Status node version bug

2022-06-27 Thread GitBox
HoustonPutman opened a new pull request, #450: URL: https://github.com/apache/solr-operator/pull/450 Fixes #445 The bug is reproduced by using a Solr image that contains a ":" followed by a port, as described in the linked issue. -- This is an automated message from the Apache Git

[jira] [Resolved] (SOLR-16266) Http2SolrClient: Replace ByteArrayOutputStream.toByteArray() w/BAOS.getbuf()

2022-06-27 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter resolved SOLR-16266. --- Fix Version/s: 9.1 main (10.0) Resolution: Fixed > Http2Sol

[jira] [Commented] (SOLR-16266) Http2SolrClient: Replace ByteArrayOutputStream.toByteArray() w/BAOS.getbuf()

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

[jira] [Commented] (SOLR-16221) Solr Jenkins CI - s390x support

2022-06-27 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17559321#comment-17559321 ] Uwe Schindler commented on SOLR-16221: -- Hi, I noticed that nodes got up, but they f

[jira] [Commented] (SOLR-16266) Http2SolrClient: Replace ByteArrayOutputStream.toByteArray() w/BAOS.getbuf()

2022-06-27 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17559319#comment-17559319 ] ASF subversion and git services commented on SOLR-16266: Commit 1

[jira] [Commented] (SOLR-16221) Solr Jenkins CI - s390x support

2022-06-27 Thread Nayana Thorat (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17559313#comment-17559313 ] Nayana Thorat commented on SOLR-16221: -- nodes are up now > Solr Jenkins CI - s390x

[GitHub] [solr-operator] HoustonPutman opened a new pull request, #449: Upgrade Zookeeper Operator dep to 0.2.14

2022-06-27 Thread GitBox
HoustonPutman opened a new pull request, #449: URL: https://github.com/apache/solr-operator/pull/449 Resolves #443 -- 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

[jira] [Updated] (SOLR-16267) JSON Facet Stats methods include docs with no field value when using nested function

2022-06-27 Thread Gerald Bonfiglio (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerald Bonfiglio updated SOLR-16267: Description: I’m noticing some unexpected and undesirable behavior when using JSON Facet AP

[jira] [Created] (SOLR-16267) JSON Facet Stats methods include docs with no field value when using nested function

2022-06-27 Thread Gerald Bonfiglio (Jira)
Gerald Bonfiglio created SOLR-16267: --- Summary: JSON Facet Stats methods include docs with no field value when using nested function Key: SOLR-16267 URL: https://issues.apache.org/jira/browse/SOLR-16267

[jira] [Commented] (SOLR-16258) gradle should not normally use 'errorprone'

2022-06-27 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17559266#comment-17559266 ] Uwe Schindler commented on SOLR-16258: -- Thanks for porting the changes! > gradle sh

[jira] [Assigned] (SOLR-16263) Migrate tests from deprecate http clients to http2 equivalents

2022-06-27 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh reassigned SOLR-16263: Assignee: (was: Eric Pugh) > Migrate tests from deprecate http clients to http2 equivalents >

[jira] [Commented] (SOLR-16263) Migrate tests from deprecate http clients to http2 equivalents

2022-06-27 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17559263#comment-17559263 ] Eric Pugh commented on SOLR-16263: -- I'd love to hand this one off to you!    I did some

[jira] [Resolved] (SOLR-16244) Fix typos in unit tests

2022-06-27 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-16244. -- Fix Version/s: 9.1 main (10.0) Resolution: Fixed > Fix typos in unit tests >

[jira] [Commented] (SOLR-16244) Fix typos in unit tests

2022-06-27 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17559259#comment-17559259 ] ASF subversion and git services commented on SOLR-16244: Commit e

[jira] [Commented] (SOLR-16244) Fix typos in unit tests

2022-06-27 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17559256#comment-17559256 ] ASF subversion and git services commented on SOLR-16244: Commit 2

[GitHub] [solr] epugh merged pull request #900: SOLR-16244: Update typos and grammar

2022-06-27 Thread GitBox
epugh merged PR #900: URL: https://github.com/apache/solr/pull/900 -- 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-16258) gradle should not normally use 'errorprone'

2022-06-27 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter resolved SOLR-16258. --- Fix Version/s: 9.1 main (10.0) Resolution: Fixed > gradle s

[jira] [Commented] (SOLR-16258) gradle should not normally use 'errorprone'

2022-06-27 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17559239#comment-17559239 ] ASF subversion and git services commented on SOLR-16258: Commit f

[jira] [Commented] (SOLR-16258) gradle should not normally use 'errorprone'

2022-06-27 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17559235#comment-17559235 ] ASF subversion and git services commented on SOLR-16258: Commit f

[jira] [Assigned] (SOLR-16221) Solr Jenkins CI - s390x support

2022-06-27 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reassigned SOLR-16221: Assignee: Uwe Schindler > Solr Jenkins CI - s390x support > -

[jira] [Commented] (SOLR-16221) Solr Jenkins CI - s390x support

2022-06-27 Thread Nayana Thorat (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17559041#comment-17559041 ] Nayana Thorat commented on SOLR-16221: -- [~uschindler] Yes..nodes are currently down.