[jira] [Commented] (SOLR-15732) queries to missing collection are slow

2022-12-01 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17642292#comment-17642292 ] David Smiley commented on SOLR-15732: - See the "work log" tab here in JIRA if you wish. It has my

[jira] [Comment Edited] (SOLR-15732) queries to missing collection are slow

2022-12-01 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17642288#comment-17642288 ] Noble Paul edited comment on SOLR-15732 at 12/2/22 5:45 AM: > this was just

[jira] [Commented] (SOLR-15732) queries to missing collection are slow

2022-12-01 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17642288#comment-17642288 ] Noble Paul commented on SOLR-15732: --- > this was just pushed to a new branch on the main repo; isn't on

[jira] [Commented] (SOLR-15732) queries to missing collection are slow

2022-12-01 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17642285#comment-17642285 ] David Smiley commented on SOLR-15732: - Judging from the previous comment, this was just pushed to a

[jira] [Commented] (SOLR-15732) queries to missing collection are slow

2022-12-01 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17642280#comment-17642280 ] ASF subversion and git services commented on SOLR-15732: Commit

[jira] [Assigned] (SOLR-16569) Add Java system property for overseer queue size

2022-12-01 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul reassigned SOLR-16569: - Assignee: Noble Paul > Add Java system property for overseer queue size >

[GitHub] [solr] noblepaul commented on a diff in pull request #1205: SOLR-16569: Add java system property to overseer queue size

2022-12-01 Thread GitBox
noblepaul commented on code in PR #1205: URL: https://github.com/apache/solr/pull/1205#discussion_r1037762353 ## solr/core/src/java/org/apache/solr/cloud/Overseer.java: ## @@ -271,8 +272,8 @@ public void run() { byte[] data = fallbackQueue.peek();

[GitHub] [solr] noblepaul commented on a diff in pull request #1205: SOLR-16569: Add java system property to overseer queue size

2022-12-01 Thread GitBox
noblepaul commented on code in PR #1205: URL: https://github.com/apache/solr/pull/1205#discussion_r1037762147 ## solr/core/src/java/org/apache/solr/cloud/Overseer.java: ## @@ -336,8 +337,8 @@ public void run() { for (Pair head : queue) { byte[]

[GitHub] [solr-docker] janhoy commented on a diff in pull request #14: Update the jattach version to 2.1

2022-12-01 Thread GitBox
janhoy commented on code in PR #14: URL: https://github.com/apache/solr-docker/pull/14#discussion_r1037703984 ## 8.11-slim/Dockerfile: ## @@ -19,7 +19,7 @@ RUN set -ex; \ apt-get update; \ apt-get -y install acl dirmngr gpg lsof procps wget netcat gosu tini; \ rm -rf

[jira] [Commented] (SOLR-16523) gosu, jattach binary version

2022-12-01 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17642216#comment-17642216 ] Jan Høydahl commented on SOLR-16523: Normally you'd open new issues for new things, but I'll let this

[GitHub] [solr] dsmiley commented on a diff in pull request #146: SOLR-15787: Implement FileSystemConfigSetService

2022-12-01 Thread GitBox
dsmiley commented on code in PR #146: URL: https://github.com/apache/solr/pull/146#discussion_r1037645351 ## solr/core/src/java/org/apache/solr/core/FileSystemConfigSetService.java: ## @@ -148,4 +284,13 @@ protected Long getCurrentSchemaModificationVersion( return null;

[GitHub] [solr] dsmiley commented on pull request #146: SOLR-15787: Implement FileSystemConfigSetService

2022-12-01 Thread GitBox
dsmiley commented on PR #146: URL: https://github.com/apache/solr/pull/146#issuecomment-1334575217 Tip: Follow the [Google Java Format configuration settings for your IDE](https://github.com/google/google-java-format). Furthermore, I suggest telling IntelliJ to automatically apply

[GitHub] [solr] dsmiley commented on a diff in pull request #146: SOLR-15787: Implement FileSystemConfigSetService

2022-12-01 Thread GitBox
dsmiley commented on code in PR #146: URL: https://github.com/apache/solr/pull/146#discussion_r1037644274 ## solr/core/src/java/org/apache/solr/core/FileSystemConfigSetService.java: ## @@ -148,4 +284,13 @@ protected Long getCurrentSchemaModificationVersion( return null;

[jira] [Commented] (SOLR-16570) collapse w/ nullPolicy=expand + hint=top_fc can NPE on empty collection

2022-12-01 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17642191#comment-17642191 ] Chris M. Hostetter commented on SOLR-16570: --- Here's the full stack trace of the error from the

[jira] [Created] (SOLR-16570) collapse w/ nullPolicy=expand + hint=top_fc can NPE on empty collection

2022-12-01 Thread Chris M. Hostetter (Jira)
Chris M. Hostetter created SOLR-16570: - Summary: collapse w/ nullPolicy=expand + hint=top_fc can NPE on empty collection Key: SOLR-16570 URL: https://issues.apache.org/jira/browse/SOLR-16570

[GitHub] [solr-operator] sanjay3290 commented on issue #483: Servicemonitor for prometheus exporter is referring to cluster port instead of metrics pod port

2022-12-01 Thread GitBox
sanjay3290 commented on issue #483: URL: https://github.com/apache/solr-operator/issues/483#issuecomment-1334495894 > We have the same problem here. We are using the solr-operator 0.6 and prometheus 2.39.1 hosted in gke version 1.21. We aren't using the prometheus operator. I deployed the

[GitHub] [solr] sonatype-lift[bot] commented on a diff in pull request #146: SOLR-15787: Implement FileSystemConfigSetService

2022-12-01 Thread GitBox
sonatype-lift[bot] commented on code in PR #146: URL: https://github.com/apache/solr/pull/146#discussion_r1037579907 ## solr/core/src/java/org/apache/solr/core/FileSystemConfigSetService.java: ## @@ -148,4 +284,13 @@ protected Long getCurrentSchemaModificationVersion(

[GitHub] [solr] risdenk commented on a diff in pull request #1206: SOLR-16564: Migrate to using DEFAULT_TEST_COLLECTION_NAME constant through out tests

2022-12-01 Thread GitBox
risdenk commented on code in PR #1206: URL: https://github.com/apache/solr/pull/1206#discussion_r1037570767 ## solr/core/src/test/org/apache/solr/handler/TestReplicationHandler.java: ## @@ -87,18 +85,18 @@ * * @since 1.4 */ -@LuceneTestCase.Nightly +//

[GitHub] [solr] risdenk commented on a diff in pull request #1206: SOLR-16564: Migrate to using DEFAULT_TEST_COLLECTION_NAME constant through out tests

2022-12-01 Thread GitBox
risdenk commented on code in PR #1206: URL: https://github.com/apache/solr/pull/1206#discussion_r1037570258 ## solr/core/src/test/org/apache/solr/cloud/TestCloudRecovery.java: ## @@ -49,7 +49,6 @@ public class TestCloudRecovery extends SolrCloudTestCase { - private static

[GitHub] [solr] risdenk commented on a diff in pull request #1206: SOLR-16564: Migrate to using DEFAULT_TEST_COLLECTION_NAME constant through out tests

2022-12-01 Thread GitBox
risdenk commented on code in PR #1206: URL: https://github.com/apache/solr/pull/1206#discussion_r1037569875 ## solr/core/src/test/org/apache/solr/cloud/TestBaseStatsCacheCloud.java: ## @@ -111,23 +111,23 @@ public void testBasicStats() throws Exception { "q",

[GitHub] [solr] risdenk commented on a diff in pull request #1206: SOLR-16564: Migrate to using DEFAULT_TEST_COLLECTION_NAME constant through out tests

2022-12-01 Thread GitBox
risdenk commented on code in PR #1206: URL: https://github.com/apache/solr/pull/1206#discussion_r1037569203 ## solr/core/src/test/org/apache/solr/cloud/OverseerTest.java: ## @@ -127,7 +127,6 @@ public class OverseerTest extends SolrTestCaseJ4 { private final List

[GitHub] [solr] risdenk commented on a diff in pull request #1206: SOLR-16564: Migrate to using DEFAULT_TEST_COLLECTION_NAME constant through out tests

2022-12-01 Thread GitBox
risdenk commented on code in PR #1206: URL: https://github.com/apache/solr/pull/1206#discussion_r1037568771 ## solr/core/src/test/org/apache/solr/cloud/LeaderVoteWaitTimeoutTest.java: ## @@ -179,74 +179,78 @@ public void basicTest() throws Exception { @Test public void

[GitHub] [solr] risdenk commented on a diff in pull request #1204: SOLR-15955: Fix dependency in hadoop-auth

2022-12-01 Thread GitBox
risdenk commented on code in PR #1204: URL: https://github.com/apache/solr/pull/1204#discussion_r1037567043 ## solr/modules/hadoop-auth/build.gradle: ## @@ -103,7 +103,7 @@ dependencies { exclude group: "org.apache.yetus", module: "audience-annotations" }) //

[jira] [Commented] (SOLR-16569) Add Java system property for overseer queue size

2022-12-01 Thread Nick Ginther (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17642171#comment-17642171 ] Nick Ginther commented on SOLR-16569: - PR for this issue:

[GitHub] [solr] risdenk commented on a diff in pull request #1204: SOLR-15955: Fix dependency in hadoop-auth

2022-12-01 Thread GitBox
risdenk commented on code in PR #1204: URL: https://github.com/apache/solr/pull/1204#discussion_r1037566297 ## solr/modules/hadoop-auth/build.gradle: ## @@ -103,7 +103,7 @@ dependencies { exclude group: "org.apache.yetus", module: "audience-annotations" }) //

[GitHub] [solr] nginthfs opened a new pull request, #1205: SOLR-16569: Add java system property to overseer queue size

2022-12-01 Thread GitBox
nginthfs opened a new pull request, #1205: URL: https://github.com/apache/solr/pull/1205 https://issues.apache.org/jira/browse/SOLR-16569 # Description For certain use cases, 2 is too small of an overseer queue size. This PR adds a Java system property

[GitHub] [solr] epugh opened a new pull request, #1206: SOLR-16564: Migrate to using DEFAULT_TEST_COLLECTION_NAME constant through out tests

2022-12-01 Thread GitBox
epugh opened a new pull request, #1206: URL: https://github.com/apache/solr/pull/1206 https://issues.apache.org/jira/browse/SOLR-16564 # Description Following up from #1149 where we started replacing `"collection1"` strings with the `DEFAULT_TEST_COLLECTION_NAME` constant, this

[jira] [Created] (SOLR-16569) Add Java system property for overseer queue size

2022-12-01 Thread Nick Ginther (Jira)
Nick Ginther created SOLR-16569: --- Summary: Add Java system property for overseer queue size Key: SOLR-16569 URL: https://issues.apache.org/jira/browse/SOLR-16569 Project: Solr Issue Type:

[GitHub] [solr] NazerkeBS commented on a diff in pull request #146: SOLR-15787: Implement FileSystemConfigSetService

2022-12-01 Thread GitBox
NazerkeBS commented on code in PR #146: URL: https://github.com/apache/solr/pull/146#discussion_r1037551228 ## solr/core/src/test/org/apache/solr/core/TestFileSystemConfigSetService.java: ## @@ -0,0 +1,93 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [solr] NazerkeBS commented on a diff in pull request #146: SOLR-15787: Implement FileSystemConfigSetService

2022-12-01 Thread GitBox
NazerkeBS commented on code in PR #146: URL: https://github.com/apache/solr/pull/146#discussion_r1037552389 ## solr/core/src/test/org/apache/solr/core/TestFileSystemConfigSetService.java: ## @@ -0,0 +1,93 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [solr] NazerkeBS commented on a diff in pull request #146: SOLR-15787: Implement FileSystemConfigSetService

2022-12-01 Thread GitBox
NazerkeBS commented on code in PR #146: URL: https://github.com/apache/solr/pull/146#discussion_r1037551228 ## solr/core/src/test/org/apache/solr/core/TestFileSystemConfigSetService.java: ## @@ -0,0 +1,93 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[jira] [Commented] (SOLR-16567) java.lang.StackOverflowError when combining KnnQParser and FunctionRangeQParser

2022-12-01 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17642158#comment-17642158 ] Eric Pugh commented on SOLR-16567: -- this is cool, and it's basically the skelaton of a bin/solr start

[GitHub] [solr] stillalex commented on pull request #1155: [SOLR-16497] Allow finer grained locking in SolrCores

2022-12-01 Thread GitBox
stillalex commented on PR #1155: URL: https://github.com/apache/solr/pull/1155#issuecomment-1334309402 I have attempted to write a benchmark for this change to verify some of the perf gains. based on a limited understanding of the code, the PR looks reasonable to me, but the results I had

[jira] [Created] (SOLR-16568) Update woodstox.core to 6.4.0 to mitigate CVE-2022-40153

2022-12-01 Thread Bill Kidwell (Jira)
Bill Kidwell created SOLR-16568: --- Summary: Update woodstox.core to 6.4.0 to mitigate CVE-2022-40153 Key: SOLR-16568 URL: https://issues.apache.org/jira/browse/SOLR-16568 Project: Solr Issue

[GitHub] [solr] HoustonPutman commented on a diff in pull request #1204: SOLR-15955: Fix dependency in hadoop-auth

2022-12-01 Thread GitBox
HoustonPutman commented on code in PR #1204: URL: https://github.com/apache/solr/pull/1204#discussion_r1037479484 ## solr/modules/hadoop-auth/build.gradle: ## @@ -103,7 +103,7 @@ dependencies { exclude group: "org.apache.yetus", module: "audience-annotations" }) //

[GitHub] [solr] HoustonPutman opened a new pull request, #1204: SOLR-15955: Fix dependency in hadoop-auth

2022-12-01 Thread GitBox
HoustonPutman opened a new pull request, #1204: URL: https://github.com/apache/solr/pull/1204 This dependency is not compileTimeOnly. I think this was only done because of the weird old way of handling jetty dependencies. After https://issues.apache.org/jira/browse/SOLR-16158 this

[jira] [Commented] (SOLR-16551) Provide a way to disable the PKIAuthenticationPlugin

2022-12-01 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17642131#comment-17642131 ] Houston Putman commented on SOLR-16551: --- bq. This begs the question: is there any circumstance

[GitHub] [solr-docker] ritchieaxon commented on pull request #14: Update the jattach version to 2.1

2022-12-01 Thread GitBox
ritchieaxon commented on PR #14: URL: https://github.com/apache/solr-docker/pull/14#issuecomment-1334219385 > Oh what I meant is that when 9.2 has an upgraded jattach, we can upgrade the 8.11 jattach. so that when users go from 8->9 , they don't have to downgrade. Oh yeah that will

[GitHub] [solr-docker] HoustonPutman commented on pull request #14: Update the jattach version to 2.1

2022-12-01 Thread GitBox
HoustonPutman commented on PR #14: URL: https://github.com/apache/solr-docker/pull/14#issuecomment-1334217761 Oh what I meant is that when 9.2 has an upgraded jattach, we can upgrade the 8.11 jattach. so that when users go from 8->9 , they don't have to downgrade. -- This is an automated

[GitHub] [solr-docker] ritchieaxon commented on pull request #14: Update the jattach version to 2.1

2022-12-01 Thread GitBox
ritchieaxon commented on PR #14: URL: https://github.com/apache/solr-docker/pull/14#issuecomment-1334210191 > Ok, so our 9.x images so far are running Ubuntu 20.04 (focal fossa). The jattach version for this ubuntu release is `1.5`, so if users were upgrading from the 8.11 image to 9.1,

[GitHub] [solr-docker] HoustonPutman commented on pull request #14: Update the jattach version to 2.1

2022-12-01 Thread GitBox
HoustonPutman commented on PR #14: URL: https://github.com/apache/solr-docker/pull/14#issuecomment-1334197544 Ok, so our 9.x images so far are running Ubuntu 20.20 (focal fossa). The jattach version for this ubuntu release is `1.5`, so if users were upgrading from the 8.11 image to 9.1,

[GitHub] [solr] dsmiley commented on a diff in pull request #1201: Disable useless errorprone checks

2022-12-01 Thread GitBox
dsmiley commented on code in PR #1201: URL: https://github.com/apache/solr/pull/1201#discussion_r1037424221 ## gradle/validation/error-prone.gradle: ## @@ -67,43 +67,45 @@ allprojects { prj -> // List of enabled/disabled checks // Please keep this

[GitHub] [solr] rmuir commented on a diff in pull request #1201: Disable useless errorprone checks

2022-12-01 Thread GitBox
rmuir commented on code in PR #1201: URL: https://github.com/apache/solr/pull/1201#discussion_r1037420471 ## gradle/validation/error-prone.gradle: ## @@ -67,43 +67,45 @@ allprojects { prj -> // List of enabled/disabled checks // Please keep this

[GitHub] [solr] dsmiley commented on a diff in pull request #1201: Disable useless errorprone checks

2022-12-01 Thread GitBox
dsmiley commented on code in PR #1201: URL: https://github.com/apache/solr/pull/1201#discussion_r1037419331 ## gradle/validation/error-prone.gradle: ## @@ -67,43 +67,45 @@ allprojects { prj -> // List of enabled/disabled checks // Please keep this

[GitHub] [solr] rmuir commented on a diff in pull request #1201: Disable useless errorprone checks

2022-12-01 Thread GitBox
rmuir commented on code in PR #1201: URL: https://github.com/apache/solr/pull/1201#discussion_r1037409515 ## gradle/validation/error-prone.gradle: ## @@ -67,43 +67,45 @@ allprojects { prj -> // List of enabled/disabled checks // Please keep this

[GitHub] [solr] dsmiley commented on a diff in pull request #1201: Disable useless errorprone checks

2022-12-01 Thread GitBox
dsmiley commented on code in PR #1201: URL: https://github.com/apache/solr/pull/1201#discussion_r1037403100 ## gradle/validation/error-prone.gradle: ## @@ -67,43 +67,45 @@ allprojects { prj -> // List of enabled/disabled checks // Please keep this

[jira] [Created] (SOLR-16567) java.lang.StackOverflowError when combining KnnQParser and FunctionRangeQParser

2022-12-01 Thread Gabriel Magno (Jira)
Gabriel Magno created SOLR-16567: Summary: java.lang.StackOverflowError when combining KnnQParser and FunctionRangeQParser Key: SOLR-16567 URL: https://issues.apache.org/jira/browse/SOLR-16567

[jira] [Commented] (SOLR-16551) Provide a way to disable the PKIAuthenticationPlugin

2022-12-01 Thread Alex Deparvu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17642063#comment-17642063 ] Alex Deparvu commented on SOLR-16551: - [~janhoy] could you provide some thoughts on the list thread?

[jira] [Comment Edited] (SOLR-16551) Provide a way to disable the PKIAuthenticationPlugin

2022-12-01 Thread Alex Deparvu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17642063#comment-17642063 ] Alex Deparvu edited comment on SOLR-16551 at 12/1/22 5:22 PM: -- [~janhoy]

[GitHub] [solr] dsmiley commented on pull request #1198: SOLR-16562: Upgrade to Caffeine 3.1.2

2022-12-01 Thread GitBox
dsmiley commented on PR #1198: URL: https://github.com/apache/solr/pull/1198#issuecomment-1334096151 I have no problem doing a bunch of updates at once so long as it's clear in JIRA & CHANGES.txt that we did so -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [solr] risdenk commented on pull request #1198: SOLR-16562: Upgrade to Caffeine 3.1.2

2022-12-01 Thread GitBox
risdenk commented on PR #1198: URL: https://github.com/apache/solr/pull/1198#issuecomment-1334085756 yea I'm not even sure I trust the mvnrepository.com output - https://github.com/ben-manes/caffeine/blob/master/gradle/dependencies.gradle shows lots of dependencies at least managed.

[GitHub] [solr-docker] ritchieaxon commented on pull request #14: Update the jattach version to 2.1

2022-12-01 Thread GitBox
ritchieaxon commented on PR #14: URL: https://github.com/apache/solr-docker/pull/14#issuecomment-1334081771 > Are there compatibility concerns between jattach v1 and v2? https://github.com/apangin/jattach/releases here is their release note, looks like they added support for OpenJ9

[GitHub] [solr-docker] HoustonPutman commented on pull request #14: Update the jattach version to 2.1

2022-12-01 Thread GitBox
HoustonPutman commented on PR #14: URL: https://github.com/apache/solr-docker/pull/14#issuecomment-1334066935 Are there compatibility concerns between jattach v1 and v2? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [solr] dsmiley commented on pull request #1198: SOLR-16562: Upgrade to Caffeine 3.1.2

2022-12-01 Thread GitBox
dsmiley commented on PR #1198: URL: https://github.com/apache/solr/pull/1198#issuecomment-1334038190 RE Caffeine definitely has dependencies: My attempt to show this was looking at `gradlew dependencies --configuration runtimeClasspath` but I suppose this is flawed, like maybe if the

[GitHub] [solr-docker] ritchieaxon opened a new pull request, #14: Update the jattach version to 2.1

2022-12-01 Thread GitBox
ritchieaxon opened a new pull request, #14: URL: https://github.com/apache/solr-docker/pull/14 jattach version 1.5 is out of date, currently the latest one is 2.1, creating this PR for solr team to consider to upgrade it due to security concern -- This is an automated message from the

[GitHub] [solr-operator] HoustonPutman commented on issue #483: Servicemonitor for prometheus exporter is referring to cluster port instead of metrics pod port

2022-12-01 Thread GitBox
HoustonPutman commented on issue #483: URL: https://github.com/apache/solr-operator/issues/483#issuecomment-1334024159 In that screenshot, is the `10.110.6.70` IP address the service ClusterIP or the pod IP? If it's the service's then there is something wrong with kubernetes. If its the

[jira] [Commented] (SOLR-16566) StreamExpressionTest.testKnnSearchStream failing more frequently post 11/13

2022-12-01 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17642019#comment-17642019 ] Kevin Risden commented on SOLR-16566: - This might have already been fixed on 11/25 - last update from

[jira] [Updated] (SOLR-16566) StreamExpressionTest.testKnnSearchStream failing more frequently post 11/13

2022-12-01 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16566: Description:

[jira] [Updated] (SOLR-16566) StreamExpressionTest.testKnnSearchStream failing more frequently post 11/13

2022-12-01 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16566: Description:

[jira] [Commented] (SOLR-16566) StreamExpressionTest.testKnnSearchStream failing more frequently post 11/13

2022-12-01 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17642018#comment-17642018 ] Kevin Risden commented on SOLR-16566: - FYI [~mkhl] > StreamExpressionTest.testKnnSearchStream

[jira] [Commented] (SOLR-16566) StreamExpressionTest.testKnnSearchStream failing more frequently post 11/13

2022-12-01 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17642016#comment-17642016 ] Kevin Risden commented on SOLR-16566: - I see there was a commit on Nov 25 from SOLR-16420 about this

[jira] [Updated] (SOLR-16566) StreamExpressionTest.testKnnSearchStream failing more frequently post 11/13

2022-12-01 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16566: Description:

[GitHub] [solr-operator] koboltmarky commented on issue #483: Servicemonitor for prometheus exporter is referring to cluster port instead of metrics pod port

2022-12-01 Thread GitBox
koboltmarky commented on issue #483: URL: https://github.com/apache/solr-operator/issues/483#issuecomment-1333934369 We have the same problem here. We are using the solr-operator 0.6 and prometheus 2.39.1 hosted in gke version 1.21. I deployed the solr prometheus exporter with the

[jira] [Updated] (SOLR-16566) StreamExpressionTest.testKnnSearchStream failing more frequently post 11/13

2022-12-01 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16566: Description:

[jira] [Created] (SOLR-16566) StreamExpressionTest.testKnnSearchStream failing more frequently post 11/13

2022-12-01 Thread Kevin Risden (Jira)
Kevin Risden created SOLR-16566: --- Summary: StreamExpressionTest.testKnnSearchStream failing more frequently post 11/13 Key: SOLR-16566 URL: https://issues.apache.org/jira/browse/SOLR-16566 Project:

[jira] [Commented] (SOLR-16523) gosu binary version

2022-12-01 Thread Ritchie Gu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17641924#comment-17641924 ] Ritchie Gu commented on SOLR-16523: --- [~janhoy] Can we have this ticket open for jattach change? > gosu

[jira] [Reopened] (SOLR-16523) gosu binary version

2022-12-01 Thread Ritchie Gu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ritchie Gu reopened SOLR-16523: --- > gosu binary version > --- > > Key: SOLR-16523 > URL:

[jira] [Updated] (SOLR-16523) gosu, jattach binary version

2022-12-01 Thread Ritchie Gu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ritchie Gu updated SOLR-16523: -- Summary: gosu, jattach binary version (was: gosu binary version) > gosu, jattach binary version >

[GitHub] [solr] risdenk commented on a diff in pull request #1188: SOLR-16442: git mechanics for 'gradlew updateLicenses' in lucene-upgrade.md

2022-12-01 Thread GitBox
risdenk commented on code in PR #1188: URL: https://github.com/apache/solr/pull/1188#discussion_r1037112198 ## dev-docs/lucene-upgrade.md: ## @@ -43,7 +43,11 @@ gradlew --write-locks ### `solr/licenses` update ``` +git rm solr/licenses/lucene-*-9.3.0.jar.sha1 Review

[GitHub] [solr] risdenk commented on a diff in pull request #1188: SOLR-16442: git mechanics for 'gradlew updateLicenses' in lucene-upgrade.md

2022-12-01 Thread GitBox
risdenk commented on code in PR #1188: URL: https://github.com/apache/solr/pull/1188#discussion_r1037112198 ## dev-docs/lucene-upgrade.md: ## @@ -43,7 +43,11 @@ gradlew --write-locks ### `solr/licenses` update ``` +git rm solr/licenses/lucene-*-9.3.0.jar.sha1 Review

[jira] [Resolved] (SOLR-16523) gosu binary version

2022-12-01 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-16523. Resolution: Not A Problem Closing as not a problem, as we rely on Ubuntu Focal LTS to provide both

[jira] [Commented] (SOLR-16523) gosu binary version

2022-12-01 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17641917#comment-17641917 ] Jan Høydahl commented on SOLR-16523: I see that Ubuntu maintainers patched gosu this october to

[GitHub] [solr] risdenk commented on pull request #1200: Invert error-prone configuration to be allow-list vs deny-list

2022-12-01 Thread GitBox
risdenk commented on PR #1200: URL: https://github.com/apache/solr/pull/1200#issuecomment-1333769408 Going to further clean this up here - https://github.com/apache/solr/pull/1201 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [solr] risdenk merged pull request #1200: Invert error-prone configuration to be allow-list vs deny-list

2022-12-01 Thread GitBox
risdenk merged PR #1200: URL: https://github.com/apache/solr/pull/1200 -- 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:

[GitHub] [solr] risdenk commented on pull request #1187: SOLR-16442: upgrade to Lucene 9.4.2

2022-12-01 Thread GitBox
risdenk commented on PR #1187: URL: https://github.com/apache/solr/pull/1187#issuecomment-1333767195 @cpoerschke anything more to do here? -- 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

[jira] [Commented] (SOLR-16523) gosu binary version

2022-12-01 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17641910#comment-17641910 ] Jan Høydahl commented on SOLR-16523: My opinion on security scans is that you'll never pass them for

[jira] [Commented] (SOLR-16523) gosu binary version

2022-12-01 Thread Ritchie Gu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17641906#comment-17641906 ] Ritchie Gu commented on SOLR-16523: --- Hi [~janhoy] , thanks, I will work on the PR for jattach version

[jira] [Assigned] (SOLR-16523) gosu binary version

2022-12-01 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl reassigned SOLR-16523: -- Assignee: Jan Høydahl > gosu binary version > --- > > Key:

[jira] [Commented] (SOLR-16523) gosu binary version

2022-12-01 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17641852#comment-17641852 ] Jan Høydahl commented on SOLR-16523: I propose to close this as "Not a problem". In my eyes, gosu