[GitHub] [solr] risdenk commented on a change in pull request #706: SOLR-14920: Spotless formatting for solrj

2022-02-24 Thread GitBox
risdenk commented on a change in pull request #706: URL: https://github.com/apache/solr/pull/706#discussion_r814364912 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateHttp2SolrClient.java ## @@ -469,18 +481,20 @@ public synchronized void blo

[GitHub] [solr] dsmiley commented on a change in pull request #658: Implement check for null scorer in DocSetQuery to simplify TestFilteredDocIdSet.testNullDocIdSet

2022-02-24 Thread GitBox
dsmiley commented on a change in pull request #658: URL: https://github.com/apache/solr/pull/658#discussion_r814461124 ## File path: solr/core/src/test/org/apache/solr/search/TestFilteredDocIdSet.java ## @@ -131,46 +131,7 @@ public void testNullDocIdSet() throws Exception {

[GitHub] [solr] dsmiley commented on pull request #670: SOLR-16019 Use var keywords in this test

2022-02-24 Thread GitBox
dsmiley commented on pull request #670: URL: https://github.com/apache/solr/pull/670#issuecomment-1050494783 The gist of it: Use `var` when the type is obvious. Perhaps the variable's name (e.g. `zkStateReader`) makes the type declaration needless, or you call some method to initialize i

[jira] [Commented] (SOLR-16044) SlowRequest logging disabled if SolrCore logger set to ERROR

2022-02-24 Thread Shawn Heisey (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497872#comment-17497872 ] Shawn Heisey commented on SOLR-16044: - I was involved on SOLR-11453 but it was [~varu

[jira] [Commented] (SOLR-14920) Format code automatically and enforce it in Solr

2022-02-24 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497844#comment-17497844 ] Erick Erickson commented on SOLR-14920: --- [~dsmiley]  I totally agree that spotless

[jira] [Commented] (SOLR-14920) Format code automatically and enforce it in Solr

2022-02-24 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497837#comment-17497837 ] Erick Erickson commented on SOLR-14920: --- Well, it went faster the second time aroun

[GitHub] [solr] dsmiley commented on a change in pull request #704: SOLR-14920: Spotless formatting for test-framework

2022-02-24 Thread GitBox
dsmiley commented on a change in pull request #704: URL: https://github.com/apache/solr/pull/704#discussion_r814350760 ## File path: solr/test-framework/src/java/org/apache/solr/SolrJettyTestBase.java ## @@ -160,8 +165,10 @@ public SolrClient createNewSolrClient() { } }

[jira] [Commented] (SOLR-15856) Reproducing test failure for TestRandomDVFaceting

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

[jira] [Commented] (SOLR-15856) Reproducing test failure for TestRandomDVFaceting

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

[jira] [Commented] (SOLR-15856) Reproducing test failure for TestRandomDVFaceting

2022-02-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497810#comment-17497810 ] ASF subversion and git services commented on SOLR-15856: Commit b

[GitHub] [solr] HoustonPutman merged pull request #700: SOLR-15856: Fix Lucene bug in facet prefix

2022-02-24 Thread GitBox
HoustonPutman merged pull request #700: URL: https://github.com/apache/solr/pull/700 -- 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-unsubs

[jira] [Commented] (SOLR-14920) Format code automatically and enforce it in Solr

2022-02-24 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497797#comment-17497797 ] David Smiley commented on SOLR-14920: - [~erickerickson] Sometimes the reformatted cod

[jira] [Commented] (SOLR-14027) Zookeeper Status Page does not work with SSL Enabled Zookeeper

2022-02-24 Thread Jerry Chung (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497776#comment-17497776 ] Jerry Chung commented on SOLR-14027: https://github.com/apache/solr/blob/06a37775cb8d

[jira] [Commented] (SOLR-14920) Format code automatically and enforce it in Solr

2022-02-24 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497773#comment-17497773 ] Kevin Risden commented on SOLR-14920: - So test-framework is definitely reasonable to

[jira] [Commented] (SOLR-14027) Zookeeper Status Page does not work with SSL Enabled Zookeeper

2022-02-24 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497772#comment-17497772 ] Jan Høydahl commented on SOLR-14027: Why do you believe so? What practical consequenc

[GitHub] [solr] risdenk opened a new pull request #706: SOLR-14920: Spotless formatting for solrj

2022-02-24 Thread GitBox
risdenk opened a new pull request #706: URL: https://github.com/apache/solr/pull/706 https://issues.apache.org/jira/browse/SOLR-14920 -- 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

[GitHub] [solr] risdenk opened a new pull request #705: SOLR-14920: Spotless formatting for core

2022-02-24 Thread GitBox
risdenk opened a new pull request #705: URL: https://github.com/apache/solr/pull/705 https://issues.apache.org/jira/browse/SOLR-14920 -- 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

[jira] [Commented] (SOLR-14920) Format code automatically and enforce it in Solr

2022-02-24 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497771#comment-17497771 ] Erick Erickson commented on SOLR-14920: --- How brave do you want to be? Has anyone fo

[jira] [Commented] (SOLR-14027) Zookeeper Status Page does not work with SSL Enabled Zookeeper

2022-02-24 Thread Jerry Chung (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497767#comment-17497767 ] Jerry Chung commented on SOLR-14027: The current implementation of getZkRawResponse s

[GitHub] [solr] risdenk commented on a change in pull request #704: SOLR-14920: Spotless formatting for test-framework

2022-02-24 Thread GitBox
risdenk commented on a change in pull request #704: URL: https://github.com/apache/solr/pull/704#discussion_r814306725 ## File path: solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java ## @@ -3022,26 +3180,26 @@ private static void randomizeNumericTypesProperties()

[GitHub] [solr] risdenk commented on a change in pull request #704: SOLR-14920: Spotless formatting for test-framework

2022-02-24 Thread GitBox
risdenk commented on a change in pull request #704: URL: https://github.com/apache/solr/pull/704#discussion_r814301498 ## File path: solr/test-framework/src/java/org/apache/solr/cloud/AbstractMoveReplicaTestBase.java ## @@ -236,15 +254,21 @@ public void test() throws Exception

[GitHub] [solr] janhoy commented on pull request #694: SOLR-16041 Prepare Smoketester to be able to run on local release folder in Jeknins

2022-02-24 Thread GitBox
janhoy commented on pull request #694: URL: https://github.com/apache/solr/pull/694#issuecomment-1050300152 > I can factor out the removal of unused `distZip` into its own PR if folks prefer that... I moved the unrelated distZip to #703 -- This is an automated message from the Ap

[jira] [Commented] (SOLR-14920) Format code automatically and enforce it in Solr

2022-02-24 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497748#comment-17497748 ] Kevin Risden commented on SOLR-14920: - Example of what test-framework looks like as a

[GitHub] [solr] risdenk opened a new pull request #704: SOLR-14920: Spotless formatting for test-framework

2022-02-24 Thread GitBox
risdenk opened a new pull request #704: URL: https://github.com/apache/solr/pull/704 https://issues.apache.org/jira/browse/SOLR-14920 -- 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

[GitHub] [solr] janhoy opened a new pull request #703: SOLR-15952: Remove some remnants of the distZipTask, which was dead code

2022-02-24 Thread GitBox
janhoy opened a new pull request #703: URL: https://github.com/apache/solr/pull/703 https://issues.apache.org/jira/browse/SOLR-15952 I factored this out into a separate commit on its original JIRA -- This is an automated message from the Apache Git Service. To respond to the messag

[jira] [Reopened] (SOLR-15952) Stop releasing Solr binary ZIP artifact from v9.0

2022-02-24 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl reopened SOLR-15952: Re-opening to remove some dead gradle code > Stop releasing Solr binary ZIP artifact from v9.0 > -

[GitHub] [solr] janhoy commented on pull request #700: SOLR-15856: Fix Lucene bug in facet prefix

2022-02-24 Thread GitBox
janhoy commented on pull request #700: URL: https://github.com/apache/solr/pull/700#issuecomment-1050270872 You are right. We are not fixing a released bug, just preventing one.. Good to go! -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[jira] [Resolved] (SOLR-16056) ZookeeperStatusHandler.getZkRawResponse does not support SSL

2022-02-24 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-16056. Resolution: Duplicate > ZookeeperStatusHandler.getZkRawResponse does not support SSL >

[jira] [Updated] (SOLR-16057) Upgrade to gradle-consistent-versions 2.8.0

2022-02-24 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16057: Fix Version/s: 9.1 > Upgrade to gradle-consistent-versions 2.8.0 >

[jira] [Commented] (SOLR-16057) Upgrade to gradle-consistent-versions 2.8.0

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

[jira] [Updated] (SOLR-16057) Upgrade to gradle-consistent-versions 2.8.0

2022-02-24 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16057: Affects Version/s: (was: 9.1) (was: main (10.0)) > Upgrade to gradle

[jira] [Updated] (SOLR-16057) Upgrade to gradle-consistent-versions 2.8.0

2022-02-24 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16057: Resolution: Fixed Status: Resolved (was: Patch Available) > Upgrade to gradle-consistent-v

[jira] [Commented] (SOLR-16057) Upgrade to gradle-consistent-versions 2.8.0

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

[GitHub] [solr] risdenk merged pull request #702: SOLR-16057: Upgrade to gradle-consistent-versions 2.8.0

2022-02-24 Thread GitBox
risdenk merged pull request #702: URL: https://github.com/apache/solr/pull/702 -- 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] risdenk commented on pull request #702: SOLR-16057: Upgrade to gradle-consistent-versions 2.8.0

2022-02-24 Thread GitBox
risdenk commented on pull request #702: URL: https://github.com/apache/solr/pull/702#issuecomment-1050227767 @HoustonPutman the dependencies that were removed were only added in 2.7.0 and that caused 2.8.0 to be released. I don't know all the details but apparently error_prone synchronizat

[GitHub] [solr] HoustonPutman commented on pull request #700: SOLR-15856: Fix Lucene bug in facet prefix

2022-02-24 Thread GitBox
HoustonPutman commented on pull request #700: URL: https://github.com/apache/solr/pull/700#issuecomment-1050224208 So this is a bug that only exists in the prereleased 9.0 (not 8.x), so not really a bug in the CHANGES.txt IMO. Do I include this as an "other changes" CHANGES line? -- Thi

[jira] [Commented] (SOLR-15870) Test TestCollectionAPI fails frequently

2022-02-24 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497705#comment-17497705 ] Houston Putman commented on SOLR-15870: --- I have found the source of the issue. We h

[jira] [Updated] (SOLR-16057) Upgrade to gradle-consistent-versions 2.8.0

2022-02-24 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16057: Description: gradle-consistent-versions annotation processor locking is causing issues in 2.7.0 ju

[jira] [Updated] (SOLR-16057) Upgrade to gradle-consistent-versions 2.8.0

2022-02-24 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16057: Description: gradle-consistent-versions annotation processor locking is causing issues in 2.7.0 jus

[jira] [Updated] (SOLR-16057) Upgrade to gradle-consistent-versions 2.8.0

2022-02-24 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16057: Affects Version/s: 9.1 main (10.0) > Upgrade to gradle-consistent-versions 2

[jira] [Updated] (SOLR-16057) Upgrade to gradle-consistent-versions 2.8.0

2022-02-24 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16057: Status: Patch Available (was: Open) > Upgrade to gradle-consistent-versions 2.8.0 > --

[GitHub] [solr] risdenk opened a new pull request #702: SOLR-16057: Upgrade to gradle-consistent-versions 2.8.0

2022-02-24 Thread GitBox
risdenk opened a new pull request #702: URL: https://github.com/apache/solr/pull/702 https://issues.apache.org/jira/browse/SOLR-16057 -- 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

[jira] [Created] (SOLR-16057) Upgrade to gradle-consistent-versions 2.8.0

2022-02-24 Thread Kevin Risden (Jira)
Kevin Risden created SOLR-16057: --- Summary: Upgrade to gradle-consistent-versions 2.8.0 Key: SOLR-16057 URL: https://issues.apache.org/jira/browse/SOLR-16057 Project: Solr Issue Type: Task

[jira] [Created] (SOLR-16056) ZookeeperStatusHandler.getZkRawResponse does not support SSL

2022-02-24 Thread Jerry Chung (Jira)
Jerry Chung created SOLR-16056: -- Summary: ZookeeperStatusHandler.getZkRawResponse does not support SSL Key: SOLR-16056 URL: https://issues.apache.org/jira/browse/SOLR-16056 Project: Solr Issue

[jira] [Commented] (SOLR-16049) Upgrade to spotless 6.3.0

2022-02-24 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497520#comment-17497520 ] Dawid Weiss commented on SOLR-16049: I've seen this too - that's why I didn't upgrade

[jira] [Commented] (SOLR-16043) HDFS tests - "Command processor" thread leak

2022-02-24 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497498#comment-17497498 ] Kevin Risden commented on SOLR-16043: - For completeness, the simplifying HDFS tests r

[jira] [Updated] (SOLR-16043) HDFS tests - "Command processor" thread leak

2022-02-24 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16043: Fix Version/s: 9.0 Resolution: Fixed Status: Resolved (was: Patch Available) > H

[jira] [Commented] (SOLR-16043) HDFS tests - "Command processor" thread leak

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

[jira] [Commented] (SOLR-16043) HDFS tests - "Command processor" thread leak

2022-02-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497497#comment-17497497 ] ASF subversion and git services commented on SOLR-16043: Commit c

[jira] [Commented] (SOLR-14920) Format code automatically and enforce it in Solr

2022-02-24 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497493#comment-17497493 ] Houston Putman commented on SOLR-14920: --- The test framework can also likely be done

[jira] [Updated] (SOLR-16043) HDFS tests - "Command processor" thread leak

2022-02-24 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16043: Status: Patch Available (was: Open) > HDFS tests - "Command processor" thread leak > -

[jira] [Updated] (SOLR-16043) HDFS tests - "Command processor" thread leak

2022-02-24 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16043: Status: Open (was: Patch Available) > HDFS tests - "Command processor" thread leak > -

[jira] [Commented] (SOLR-16043) HDFS tests - "Command processor" thread leak

2022-02-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497491#comment-17497491 ] ASF subversion and git services commented on SOLR-16043: Commit d

[jira] [Commented] (SOLR-16043) HDFS tests - "Command processor" thread leak

2022-02-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497492#comment-17497492 ] ASF subversion and git services commented on SOLR-16043: Commit 8

[jira] [Commented] (SOLR-16043) HDFS tests - "Command processor" thread leak

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

[jira] [Commented] (SOLR-16043) HDFS tests - "Command processor" thread leak

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

[GitHub] [solr] risdenk merged pull request #686: SOLR-16043: Fix HDFS tests - "Command processor" thread leak

2022-02-24 Thread GitBox
risdenk merged pull request #686: URL: https://github.com/apache/solr/pull/686 -- 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-16052) Upgrade to gradle-consistent-versions 2.7.0

2022-02-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497484#comment-17497484 ] ASF subversion and git services commented on SOLR-16052: Commit b

[jira] [Updated] (SOLR-16052) Upgrade to gradle-consistent-versions 2.7.0

2022-02-24 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16052: Fix Version/s: 9.1 Resolution: Fixed Status: Resolved (was: Patch Available) > U

[GitHub] [solr] risdenk merged pull request #697: SOLR-16052: Upgrade to gradle-consistent-versions 2.7.0

2022-02-24 Thread GitBox
risdenk merged pull request #697: URL: https://github.com/apache/solr/pull/697 -- 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-16052) Upgrade to gradle-consistent-versions 2.7.0

2022-02-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497483#comment-17497483 ] ASF subversion and git services commented on SOLR-16052: Commit a

[jira] [Commented] (SOLR-14920) Format code automatically and enforce it in Solr

2022-02-24 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497476#comment-17497476 ] Kevin Risden commented on SOLR-14920: - Sorry [~erickerickson] saw your message and th

[jira] [Commented] (SOLR-16054) Environment banner not working if environment is not dev or prod

2022-02-24 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497466#comment-17497466 ] Jan Høydahl commented on SOLR-16054: It is basically free form, but it is far simpler

[jira] [Commented] (SOLR-16049) Upgrade to spotless 6.3.0

2022-02-24 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497457#comment-17497457 ] Kevin Risden commented on SOLR-16049: - It looks like this spotless upgrade and gradle

[jira] [Commented] (SOLR-14920) Format code automatically and enforce it in Solr

2022-02-24 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497445#comment-17497445 ] Erick Erickson commented on SOLR-14920: --- Hello? Hello? I feel like I'm shouting dow

[jira] [Updated] (SOLR-16047) Upgrade owasp dependency check plugin to 6.5.3

2022-02-24 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16047: Fix Version/s: 9.0 Resolution: Fixed Status: Resolved (was: Patch Available) > U

[GitHub] [solr] risdenk closed pull request #691: SOLR-16047: Upgrade owasp dependency check plugin to 6.5.3

2022-02-24 Thread GitBox
risdenk closed pull request #691: URL: https://github.com/apache/solr/pull/691 -- 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-16047) Upgrade owasp dependency check plugin to 6.5.3

2022-02-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497437#comment-17497437 ] ASF subversion and git services commented on SOLR-16047: Commit c

[jira] [Commented] (SOLR-16047) Upgrade owasp dependency check plugin to 6.5.3

2022-02-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497436#comment-17497436 ] ASF subversion and git services commented on SOLR-16047: Commit 4

[jira] [Commented] (SOLR-16047) Upgrade owasp dependency check plugin to 6.5.3

2022-02-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497435#comment-17497435 ] ASF subversion and git services commented on SOLR-16047: Commit b

[jira] [Commented] (SOLR-15470) Stop shipping test-framework jar in binary distro

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

[GitHub] [solr] gerlowskija merged pull request #677: SOLR-15470: Convert v2 GET /schema APIs to annotations

2022-02-24 Thread GitBox
gerlowskija merged pull request #677: URL: https://github.com/apache/solr/pull/677 -- 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] [Updated] (SOLR-16049) Upgrade to spotless 6.3.0

2022-02-24 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16049: Fix Version/s: 9.1 Resolution: Fixed Status: Resolved (was: Patch Available) > U

[GitHub] [solr] risdenk closed pull request #695: SOLR-16049: Upgrade to spotless 6.3.0

2022-02-24 Thread GitBox
risdenk closed pull request #695: URL: https://github.com/apache/solr/pull/695 -- 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-16049) Upgrade to spotless 6.3.0

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

[jira] [Commented] (SOLR-16049) Upgrade to spotless 6.3.0

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

[jira] [Updated] (SOLR-16053) Upgrade buildSrc/scriptDepVersions.gradle

2022-02-24 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16053: Fix Version/s: 9.1 Resolution: Fixed Status: Resolved (was: Patch Available) > U

[jira] [Commented] (SOLR-16053) Upgrade buildSrc/scriptDepVersions.gradle

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

[jira] [Commented] (SOLR-16053) Upgrade buildSrc/scriptDepVersions.gradle

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

[GitHub] [solr] risdenk merged pull request #698: SOLR-16053: Upgrade script dep versions

2022-02-24 Thread GitBox
risdenk merged pull request #698: URL: https://github.com/apache/solr/pull/698 -- 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-16040) Fix split packages in hdfs module

2022-02-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497419#comment-17497419 ] ASF subversion and git services commented on SOLR-16040: Commit 9

[jira] [Commented] (SOLR-16040) Fix split packages in hdfs module

2022-02-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497420#comment-17497420 ] ASF subversion and git services commented on SOLR-16040: Commit d

[jira] [Updated] (SOLR-16040) Fix split packages in hdfs module

2022-02-24 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16040: Resolution: Fixed Status: Resolved (was: Patch Available) > Fix split packages in hdfs mod

[jira] [Commented] (SOLR-16054) Environment banner not working if environment is not dev or prod

2022-02-24 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497386#comment-17497386 ] Gaël Jourdan commented on SOLR-16054: - I tend to agree with [~epugh]: as a user I don

[jira] [Commented] (SOLR-16054) Environment banner not working if environment is not dev or prod

2022-02-24 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497379#comment-17497379 ] Eric Pugh commented on SOLR-16054: -- The documentation looks better, but I'm wondering if

[GitHub] [solr] epugh commented on pull request #677: SOLR-15470: Convert v2 GET /schema APIs to annotations

2022-02-24 Thread GitBox
epugh commented on pull request #677: URL: https://github.com/apache/solr/pull/677#issuecomment-1049829352 > Precommit and tests on this pass - I'll plan on merging tomorrow morning if there are no objections? ship it! -- This is an automated message from the Apache Git Service. T

[jira] [Commented] (SOLR-16054) Environment banner not working if environment is not dev or prod

2022-02-24 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497368#comment-17497368 ] Gaël Jourdan commented on SOLR-16054: - Thanks for the very quick feedback. > Environ

[jira] [Reopened] (SOLR-16054) Environment banner not working if environment is not dev or prod

2022-02-24 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl reopened SOLR-16054: Assignee: Jan Høydahl I'm reopening to improve the documentation slightly. See PR https://github

[GitHub] [solr] janhoy opened a new pull request #701: SOLR-16054: Better documentation of solr.environment property

2022-02-24 Thread GitBox
janhoy opened a new pull request #701: URL: https://github.com/apache/solr/pull/701 https://issues.apache.org/jira/browse/SOLR-16054 -- 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-16054) Environment banner not working if environment is not dev or prod

2022-02-24 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-16054. Resolution: Invalid Closing as invalid. Please ask questions in the [us...@solr.apache.org|mailto

[GitHub] [solr] janhoy commented on pull request #694: SOLR-16041 Prepare Smoketester to be able to run on local release folder in Jeknins

2022-02-24 Thread GitBox
janhoy commented on pull request #694: URL: https://github.com/apache/solr/pull/694#issuecomment-1049778822 I can factor out the removal of unused `distZip` into its own PR if folks prefer that... -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [solr] janhoy commented on a change in pull request #694: SOLR-16041 Prepare Smoketester to be able to run on local release folder in Jeknins

2022-02-24 Thread GitBox
janhoy commented on a change in pull request #694: URL: https://github.com/apache/solr/pull/694#discussion_r813803073 ## File path: solr/distribution/build.gradle ## @@ -59,11 +59,10 @@ configurations { dependencies { changesHtml project(path: ":solr:documentation", confi

[jira] [Resolved] (SOLR-15983) ClassCastException in UpdateLog$LogReplayer.doReplay

2022-02-24 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke resolved SOLR-15983. Fix Version/s: 9.0 main (10.0) Resolution: Fixed > ClassC

[jira] [Commented] (SOLR-16041) Prepare a Jenkins job that runs smoke tester on 9.0

2022-02-24 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497349#comment-17497349 ] Jan Høydahl commented on SOLR-16041: The test Jenkins job seems to succeed now: [htt

[jira] [Commented] (SOLR-15983) ClassCastException in UpdateLog$LogReplayer.doReplay

2022-02-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497348#comment-17497348 ] ASF subversion and git services commented on SOLR-15983: Commit b

[jira] [Commented] (SOLR-15983) ClassCastException in UpdateLog$LogReplayer.doReplay

2022-02-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497347#comment-17497347 ] ASF subversion and git services commented on SOLR-15983: Commit d

[jira] [Commented] (SOLR-16041) Prepare a Jenkins job that runs smoke tester on 9.0

2022-02-24 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497306#comment-17497306 ] Jan Høydahl commented on SOLR-16041: Yea, guess we could easily generate a test GPG k

[jira] [Created] (SOLR-16054) Environment banner not working if environment is not dev or prod

2022-02-24 Thread Jira
Gaël Jourdan created SOLR-16054: --- Summary: Environment banner not working if environment is not dev or prod Key: SOLR-16054 URL: https://issues.apache.org/jira/browse/SOLR-16054 Project: Solr