[GitHub] [solr] dsmiley commented on pull request #1632: SOLR-14886 : suppress stack traces in query response

2023-09-11 Thread via GitHub
dsmiley commented on PR #1632: URL: https://github.com/apache/solr/pull/1632#issuecomment-1714888248 It's sad to see so much ceremony in NodeConfig :-( -- an issue for another PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [solr] dsmiley commented on a diff in pull request #1632: SOLR-14886 : suppress stack traces in query response

2023-09-11 Thread via GitHub
dsmiley commented on code in PR #1632: URL: https://github.com/apache/solr/pull/1632#discussion_r1322296243 ## solr/core/src/test/org/apache/solr/servlet/HideStackTraceTest.java: ## @@ -0,0 +1,175 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[GitHub] [solr] stillalex commented on pull request #1856: SOLR-16943 Move Jetty HttpClient tracing into InstrumentedHttpListenerFactory

2023-09-11 Thread via GitHub
stillalex commented on PR #1856: URL: https://github.com/apache/solr/pull/1856#issuecomment-1714858621 @dsmiley was there anything more you wanted to cover here or could we merge? re. backport to 9.x branch. I think the complexity is pretty high, it deserves a dedicated PR for 9.x branch

[GitHub] [solr] patsonluk commented on pull request #1143: SOLR-16506: Throws exception on core startup for node name mismatch

2023-09-11 Thread via GitHub
patsonluk commented on PR #1143: URL: https://github.com/apache/solr/pull/1143#issuecomment-1714784748 Mismatching node name could happen when `-Dhost` is used, under such circumstances, it is desirable to publish a down state with the updated node name (this probably explains the [check](

[GitHub] [solr] patsonluk closed pull request #1143: SOLR-16506: Throws exception on core startup for node name mismatch

2023-09-11 Thread via GitHub
patsonluk closed pull request #1143: SOLR-16506: Throws exception on core startup for node name mismatch URL: https://github.com/apache/solr/pull/1143 -- 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

[jira] [Commented] (SOLR-16970) SOLR_OPTS is unable to override many sysProps

2023-09-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17763967#comment-17763967 ] ASF subversion and git services commented on SOLR-16970: Commit e

[jira] [Commented] (SOLR-16970) SOLR_OPTS is unable to override many sysProps

2023-09-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17763965#comment-17763965 ] ASF subversion and git services commented on SOLR-16970: Commit 6

[GitHub] [solr] HoustonPutman merged pull request #1913: SOLR-16970: SOLR_OPTS should override most options

2023-09-11 Thread via GitHub
HoustonPutman merged PR #1913: URL: https://github.com/apache/solr/pull/1913 -- 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.apa

[GitHub] [solr] patsonluk closed pull request #1438: SOLR-16690: enqueueUpdate should execute callback even if cmds is empty or noop

2023-09-11 Thread via GitHub
patsonluk closed pull request #1438: SOLR-16690: enqueueUpdate should execute callback even if cmds is empty or noop URL: https://github.com/apache/solr/pull/1438 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [solr] patsonluk commented on pull request #1438: SOLR-16690: enqueueUpdate should execute callback even if cmds is empty or noop

2023-09-11 Thread via GitHub
patsonluk commented on PR #1438: URL: https://github.com/apache/solr/pull/1438#issuecomment-1714685834 Closing this as the proposed change can introduce incorrect behavior. For example, if there's already pending changes in the `ZkStateWriter`, and a no op changes invocation to `enqueueUpda

[GitHub] [solr] laminelam commented on a diff in pull request #1791: add support of OAuth 2.0/OIDC 'code with PKCE' flow (front-end)

2023-09-11 Thread via GitHub
laminelam commented on code in PR #1791: URL: https://github.com/apache/solr/pull/1791#discussion_r1322136364 ## solr/webapp/web/js/angular/services.js: ## @@ -286,8 +286,74 @@ solrAdminServices.factory('System', }) }]) .factory('AuthenticationService', -['base64'

[GitHub] [solr] solrbot commented on pull request #1769: Update io.grpc:grpc-* to v1.58.0

2023-09-11 Thread via GitHub
solrbot commented on PR #1769: URL: https://github.com/apache/solr/pull/1769#issuecomment-1714674897 ### ⚠ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, i

[GitHub] [solr] HoustonPutman commented on a diff in pull request #1913: SOLR-16970: SOLR_OPTS should override most options

2023-09-11 Thread via GitHub
HoustonPutman commented on code in PR #1913: URL: https://github.com/apache/solr/pull/1913#discussion_r1322087879 ## solr/bin/solr: ## @@ -1886,7 +1892,7 @@ function start_solr() { # OOME is thrown. Program operation after OOME is unpredictable. "-XX:+CrashOnOutOfMemor

[GitHub] [solr] tflobbe commented on a diff in pull request #1913: SOLR-16970: SOLR_OPTS should override most options

2023-09-11 Thread via GitHub
tflobbe commented on code in PR #1913: URL: https://github.com/apache/solr/pull/1913#discussion_r1322079893 ## solr/bin/solr: ## @@ -1886,7 +1892,7 @@ function start_solr() { # OOME is thrown. Program operation after OOME is unpredictable. "-XX:+CrashOnOutOfMemoryError

[jira] [Resolved] (SOLR-16415) ZK DistributedMap should reject slash in IDs

2023-09-11 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-16415. - Fix Version/s: 9.4 Resolution: Fixed > ZK DistributedMap should reject slash in IDs >

[jira] [Updated] (SOLR-16415) ZK DistributedMap should reject slash in IDs

2023-09-11 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-16415: Summary: ZK DistributedMap should reject slash in IDs (was: DELETESTATUS API throws Exception) >

[jira] [Commented] (SOLR-16415) DELETESTATUS API throws Exception

2023-09-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17763913#comment-17763913 ] ASF subversion and git services commented on SOLR-16415: Commit f

[GitHub] [solr] renatoh opened a new pull request, #1915: Removing list.to array calls with pre sized arrays

2023-09-11 Thread via GitHub
renatoh opened a new pull request, #1915: URL: https://github.com/apache/solr/pull/1915 https://issues.apache.org/jira/browse/SOLR-X # Description Please provide a short description of the changes you're making with this pull request. # Solution Pl

[GitHub] [solr] stillalex commented on a diff in pull request #1119: [SOLR-16461] Create v2 equivalent of v1 ReplicationHandler 'BACKUP'

2023-09-11 Thread via GitHub
stillalex commented on code in PR #1119: URL: https://github.com/apache/solr/pull/1119#discussion_r1322029693 ## solr/core/src/test/org/apache/solr/handler/admin/api/SnapshotBackupAPITest.java: ## @@ -0,0 +1,106 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under o

[GitHub] [solr] stillalex commented on a diff in pull request #1119: [SOLR-16461] Create v2 equivalent of v1 ReplicationHandler 'BACKUP'

2023-09-11 Thread via GitHub
stillalex commented on code in PR #1119: URL: https://github.com/apache/solr/pull/1119#discussion_r1322029293 ## solr/core/src/java/org/apache/solr/handler/admin/api/SnapshotBackupAPI.java: ## @@ -0,0 +1,174 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one o

[GitHub] [solr] stillalex commented on a diff in pull request #1119: [SOLR-16461] Create v2 equivalent of v1 ReplicationHandler 'BACKUP'

2023-09-11 Thread via GitHub
stillalex commented on code in PR #1119: URL: https://github.com/apache/solr/pull/1119#discussion_r1322028887 ## solr/core/src/java/org/apache/solr/handler/admin/api/SnapshotBackupAPI.java: ## @@ -0,0 +1,174 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one o

[jira] [Commented] (SOLR-16415) DELETESTATUS API throws Exception

2023-09-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17763901#comment-17763901 ] ASF subversion and git services commented on SOLR-16415: Commit 7

[GitHub] [solr] dsmiley merged pull request #1824: SOLR-16415: ZK DistributedMap should reject slash in IDs.

2023-09-11 Thread via GitHub
dsmiley merged PR #1824: URL: https://github.com/apache/solr/pull/1824 -- 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.or

[GitHub] [solr] stillalex commented on a diff in pull request #1119: [SOLR-16461] Create v2 equivalent of v1 ReplicationHandler 'BACKUP'

2023-09-11 Thread via GitHub
stillalex commented on code in PR #1119: URL: https://github.com/apache/solr/pull/1119#discussion_r1322003104 ## solr/core/src/java/org/apache/solr/handler/admin/api/SnapshotBackupAPI.java: ## @@ -0,0 +1,174 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one o

[GitHub] [solr] stillalex commented on a diff in pull request #1914: SOLR-16971 RealTimeGet with Composite router throws NPE

2023-09-11 Thread via GitHub
stillalex commented on code in PR #1914: URL: https://github.com/apache/solr/pull/1914#discussion_r1321986627 ## solr/core/src/test/org/apache/solr/cloud/FullSolrCloudDistribCmdsTest.java: ## @@ -272,6 +272,40 @@ public void testDeleteByIdImplicitRouter() throws Exception {

[GitHub] [solr] sigram commented on a diff in pull request #1905: SOLR-16968: The MemoryCircuitBreaker now uses average heap usage

2023-09-11 Thread via GitHub
sigram commented on code in PR #1905: URL: https://github.com/apache/solr/pull/1905#discussion_r1321979342 ## solr/core/src/java/org/apache/solr/util/circuitbreaker/AveragingMetricProvider.java: ## @@ -0,0 +1,80 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under o

[GitHub] [solr] sigram commented on a diff in pull request #1905: SOLR-16968: The MemoryCircuitBreaker now uses average heap usage

2023-09-11 Thread via GitHub
sigram commented on code in PR #1905: URL: https://github.com/apache/solr/pull/1905#discussion_r1321979342 ## solr/core/src/java/org/apache/solr/util/circuitbreaker/AveragingMetricProvider.java: ## @@ -0,0 +1,80 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under o

[GitHub] [solr] sigram commented on a diff in pull request #1905: SOLR-16968: The MemoryCircuitBreaker now uses average heap usage

2023-09-11 Thread via GitHub
sigram commented on code in PR #1905: URL: https://github.com/apache/solr/pull/1905#discussion_r1321979342 ## solr/core/src/java/org/apache/solr/util/circuitbreaker/AveragingMetricProvider.java: ## @@ -0,0 +1,80 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under o

[GitHub] [solr] epugh commented on a diff in pull request #1914: SOLR-16971 RealTimeGet with Composite router throws NPE

2023-09-11 Thread via GitHub
epugh commented on code in PR #1914: URL: https://github.com/apache/solr/pull/1914#discussion_r1321971417 ## solr/core/src/test/org/apache/solr/cloud/FullSolrCloudDistribCmdsTest.java: ## @@ -272,6 +272,40 @@ public void testDeleteByIdImplicitRouter() throws Exception { }

[GitHub] [solr] stillalex commented on pull request #1898: SOLR-15367 Convert "rid" functionality into a default Tracer

2023-09-11 Thread via GitHub
stillalex commented on PR #1898: URL: https://github.com/apache/solr/pull/1898#issuecomment-1714429359 updated the major changes doc. @dsmiley would appreciate a quick sanity check before merging. -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [solr] HoustonPutman commented on pull request #1912: Add full mTLS integration tests for Solr

2023-09-11 Thread via GitHub
HoustonPutman commented on PR #1912: URL: https://github.com/apache/solr/pull/1912#issuecomment-1714423565 > I love it... I wonder though if we should think about having a explicit "integration" tests subdir? We use BATS for both "unit testing" our Bash scripts, but also now are using it mo

[GitHub] [solr] patsonluk commented on pull request #1457: SOLR-16696: Breakpoint injection for testing with CommonTestInjection

2023-09-11 Thread via GitHub
patsonluk commented on PR #1457: URL: https://github.com/apache/solr/pull/1457#issuecomment-1714423429 > This looks really useful -- indeed basically _required_ in order to specifically target certain kinds of race/deadlock issues. Basically identical in spirit to `injectDelay()`, but more

[GitHub] [solr] patsonluk commented on a diff in pull request #1457: SOLR-16696: Breakpoint injection for testing with CommonTestInjection

2023-09-11 Thread via GitHub
patsonluk commented on code in PR #1457: URL: https://github.com/apache/solr/pull/1457#discussion_r1321959127 ## solr/solrj/src/java/org/apache/solr/common/util/CommonTestInjection.java: ## @@ -73,4 +76,66 @@ public static boolean injectDelay() { } return true; } +

[GitHub] [solr] tomglk commented on pull request #1883: SOLR-15440: FieldValueFeature now uses DocValues when docValues=true and stored=true are combined.

2023-09-11 Thread via GitHub
tomglk commented on PR #1883: URL: https://github.com/apache/solr/pull/1883#issuecomment-1714418382 Oh yes, keeping the reading near the clearing is a good call. Nice! I like it and do not see any more todos. :) -- This is an automated message from the Apache Git Service. To respond

[jira] [Commented] (SOLR-16971) RealTimeGet with Composite router throws NPE

2023-09-11 Thread Alex Deparvu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17763880#comment-17763880 ] Alex Deparvu commented on SOLR-16971: - I believe this was introduced with changes for

[jira] [Updated] (SOLR-16971) RealTimeGet with Composite router throws NPE

2023-09-11 Thread Alex Deparvu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Deparvu updated SOLR-16971: Affects Version/s: 9.0 > RealTimeGet with Composite router throws NPE > ---

[GitHub] [solr] stillalex opened a new pull request, #1914: SOLR-16971 RealTimeGet with Composite router throws NPE

2023-09-11 Thread via GitHub
stillalex opened a new pull request, #1914: URL: https://github.com/apache/solr/pull/1914 https://issues.apache.org/jira/browse/SOLR-16971 # Description RealTimeGet with Composite router throws NPE at slice resolution time making it unusable. # Solution

[jira] [Assigned] (SOLR-14886) Suppress stack trace in Query response.

2023-09-11 Thread Alex Deparvu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Deparvu reassigned SOLR-14886: --- Assignee: Alex Deparvu > Suppress stack trace in Query response. > -

[GitHub] [solr] stillalex commented on pull request #1632: SOLR-14886 : suppress stack traces in query response

2023-09-11 Thread via GitHub
stillalex commented on PR #1632: URL: https://github.com/apache/solr/pull/1632#issuecomment-1714390934 @dsmiley I refactored the test as best I could. please take a look and let me know if more cleanup is needed. I had to rebase+force push to get crave build running again -- This is an

[GitHub] [solr] gerlowskija commented on a diff in pull request #1903: SOLR-16397: Create v2(JAX-RS) endpoints for RELOAD core

2023-09-11 Thread via GitHub
gerlowskija commented on code in PR #1903: URL: https://github.com/apache/solr/pull/1903#discussion_r1321902791 ## solr/core/src/java/org/apache/solr/handler/admin/api/ReloadCoreAPI.java: ## @@ -17,52 +17,68 @@ package org.apache.solr.handler.admin.api; -import static org.a

[GitHub] [solr] magibney commented on a diff in pull request #1457: SOLR-16696: Breakpoint injection for testing with CommonTestInjection

2023-09-11 Thread via GitHub
magibney commented on code in PR #1457: URL: https://github.com/apache/solr/pull/1457#discussion_r1321891475 ## solr/solrj/src/java/org/apache/solr/common/util/CommonTestInjection.java: ## @@ -73,4 +76,66 @@ public static boolean injectDelay() { } return true; } + +

[jira] [Commented] (SOLR-16825) Generate Java bindings from OpenAPI spec

2023-09-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17763855#comment-17763855 ] ASF subversion and git services commented on SOLR-16825: Commit 4

[jira] [Commented] (SOLR-16825) Generate Java bindings from OpenAPI spec

2023-09-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17763853#comment-17763853 ] ASF subversion and git services commented on SOLR-16825: Commit 8

[GitHub] [solr] gerlowskija merged pull request #1902: SOLR-16825: Migrate api definitions to submodule, pt 3

2023-09-11 Thread via GitHub
gerlowskija merged PR #1902: URL: https://github.com/apache/solr/pull/1902 -- 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 #1632: SOLR-14886 : suppress stack traces in query response

2023-09-11 Thread via GitHub
dsmiley commented on PR #1632: URL: https://github.com/apache/solr/pull/1632#issuecomment-1714322303 Thanks for trying Alex! I suppose this test is more sensitive to the serialization, in which case you should probably use SolrJettyTestRule. EmbeddedSolrServer: Ideally, a test (or

[GitHub] [solr] stillalex commented on pull request #1632: SOLR-14886 : suppress stack traces in query response

2023-09-11 Thread via GitHub
stillalex commented on PR #1632: URL: https://github.com/apache/solr/pull/1632#issuecomment-1714298498 @dsmiley I am attempting to rewrite the test using thew new `EmbeddedSolrServerTestRule` but I am falling short. First it seems to shortcut exceptions in the response via `checkForExcep

[jira] [Updated] (SOLR-16963) verifyClientHostName is used incorrectly

2023-09-11 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman updated SOLR-16963: -- Summary: verifyClientHostName is used incorrectly (was: Conflicting SSL options for Http2SolrC

[GitHub] [solr] dsmiley commented on a diff in pull request #1886: SOLR-16654: Improve test

2023-09-11 Thread via GitHub
dsmiley commented on code in PR #1886: URL: https://github.com/apache/solr/pull/1886#discussion_r1321795884 ## solr/core/src/test/org/apache/solr/search/TestThinCache.java: ## @@ -26,13 +26,63 @@ import org.apache.solr.SolrTestCaseJ4; import org.apache.solr.metrics.SolrMetricM

[GitHub] [solr] stillalex commented on a diff in pull request #1886: SOLR-16654: Improve test

2023-09-11 Thread via GitHub
stillalex commented on code in PR #1886: URL: https://github.com/apache/solr/pull/1886#discussion_r1321762017 ## solr/core/src/test/org/apache/solr/search/TestThinCache.java: ## @@ -26,13 +26,63 @@ import org.apache.solr.SolrTestCaseJ4; import org.apache.solr.metrics.SolrMetri

[jira] [Commented] (SOLR-16963) Conflicting SSL options for Http2SolrClient TLS

2023-09-11 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17763791#comment-17763791 ] Houston Putman commented on SOLR-16963: --- We should backport this to 8.11.3 > Confl

[jira] [Commented] (SOLR-16963) Conflicting SSL options for Http2SolrClient TLS

2023-09-11 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17763782#comment-17763782 ] Houston Putman commented on SOLR-16963: --- Not a solution for the back compat issues,

[jira] [Updated] (SOLR-16971) RealTimeGet with Composite router throws NPE

2023-09-11 Thread Alex Deparvu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Deparvu updated SOLR-16971: Description: RealTimeGet with Composite router throws NPE at slice resolution time making it unusa

[jira] [Updated] (SOLR-16971) RealTimeGet with Composite router throws NPE

2023-09-11 Thread Alex Deparvu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Deparvu updated SOLR-16971: Description: RealTimeGet with Composite router throws NPE at slice resolution time making it unusa

[jira] [Updated] (SOLR-16971) RealTimeGet with Composite router throws NPE

2023-09-11 Thread Alex Deparvu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Deparvu updated SOLR-16971: Description: RealTimeGet with Composite router throws NPE at slice resolution time making it unusa

[jira] [Updated] (SOLR-16971) RealTimeGet with Composite router throws NPE

2023-09-11 Thread Alex Deparvu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Deparvu updated SOLR-16971: Description: RealTimeGet with Composite router throws NPE at slice resolution time making it unusa

[jira] [Created] (SOLR-16972) java.lang.NullPointerException in ReRankScaler.explain

2023-09-11 Thread Anna (Jira)
Anna created SOLR-16972: --- Summary: java.lang.NullPointerException in ReRankScaler.explain Key: SOLR-16972 URL: https://issues.apache.org/jira/browse/SOLR-16972 Project: Solr Issue Type: Bug Secur

[jira] [Updated] (SOLR-16971) RealTimeGet with Composite router throws NPE

2023-09-11 Thread Alex Deparvu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Deparvu updated SOLR-16971: Description: RealTimeGet with Composite router throws NPE at slice resolution time making it unusa

[jira] [Assigned] (SOLR-16971) RealTimeGet with Composite router throws NPE

2023-09-11 Thread Alex Deparvu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Deparvu reassigned SOLR-16971: --- Assignee: Alex Deparvu > RealTimeGet with Composite router throws NPE >

[jira] [Created] (SOLR-16971) RealTimeGet with Composite router throws NPE

2023-09-11 Thread Alex Deparvu (Jira)
Alex Deparvu created SOLR-16971: --- Summary: RealTimeGet with Composite router throws NPE Key: SOLR-16971 URL: https://issues.apache.org/jira/browse/SOLR-16971 Project: Solr Issue Type: Bug

[jira] [Assigned] (SOLR-16899) CoreAdminOp are statically registered in CoreAdminHandler, preventing more than one Solr instance in the same JVM

2023-09-11 Thread Alex Deparvu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Deparvu reassigned SOLR-16899: --- Assignee: Alex Deparvu > CoreAdminOp are statically registered in CoreAdminHandler, preventi

[GitHub] [solr] stillalex commented on pull request #1892: SOLR-16899: Do not statically register ops in CoreAdminHandler

2023-09-11 Thread via GitHub
stillalex commented on PR #1892: URL: https://github.com/apache/solr/pull/1892#issuecomment-1714096653 thank you for confirming @ctargett. @pvcnt what name should I use in the CHANGES.txt entry for the credit? -- This is an automated message from the Apache Git Service. To respond to th

[GitHub] [solr] epugh commented on pull request #1912: Add full mTLS integration tests for Solr

2023-09-11 Thread via GitHub
epugh commented on PR #1912: URL: https://github.com/apache/solr/pull/1912#issuecomment-1714022969 I love it... I wonder though if we should think about having a explicit "integration" tests subdir? We use BATS for both "unit testing" our Bash scripts, but also now are using it more a

[GitHub] [solr] HoustonPutman opened a new pull request, #1912: Add full mTLS integration tests for Solr

2023-09-11 Thread via GitHub
HoustonPutman opened a new pull request, #1912: URL: https://github.com/apache/solr/pull/1912 This adds full mTLS integration tests (WANT_CLIENT_AUTH and NEED_CLIENT_AUTH). The client/server certs are different, as are the truststore and keystore, so each is tested independently. One

[jira] [Created] (SOLR-16970) SOLR_OPTS is unable to override many sysProps

2023-09-11 Thread Houston Putman (Jira)
Houston Putman created SOLR-16970: - Summary: SOLR_OPTS is unable to override many sysProps Key: SOLR-16970 URL: https://issues.apache.org/jira/browse/SOLR-16970 Project: Solr Issue Type: Impr

[jira] [Commented] (SOLR-16750) Grouping on EnumFieldType fields fails

2023-09-11 Thread Vamsi Krishna K (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17763719#comment-17763719 ] Vamsi Krishna K commented on SOLR-16750: - Hello, please can I work on this issue

[GitHub] [solr] janhoy commented on pull request #1653: Update dependency commons-io:commons-io to v2.13.0

2023-09-11 Thread via GitHub
janhoy commented on PR #1653: URL: https://github.com/apache/solr/pull/1653#issuecomment-1713798800 Yea, looks like the bot foce pushed. Unfortunately the commons project have not released a 2.13.1 or 2.14, even if 2.13.0 contains a non-compatible change :( So we just have to wait until the

[jira] [Resolved] (SOLR-12976) Unify RedactionUtils and metrics hiddenSysProps settings

2023-09-11 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-12976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-12976. Resolution: Done This is done elsewhere > Unify RedactionUtils and metrics hiddenSysProps settings

[GitHub] [solr] cpoerschke commented on pull request #1892: SOLR-16899: Do not statically register ops in CoreAdminHandler

2023-09-11 Thread via GitHub
cpoerschke commented on PR #1892: URL: https://github.com/apache/solr/pull/1892#issuecomment-1713748603 Yes, `CoreAdminHandler.opMap` remaining static when there could be custom actions seems unintended. -- This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [solr] cpoerschke commented on pull request #1883: SOLR-15440: FieldValueFeature now uses DocValues when docValues=true and stored=true are combined.

2023-09-11 Thread via GitHub
cpoerschke commented on PR #1883: URL: https://github.com/apache/solr/pull/1883#issuecomment-1713645754 > The assert for the used scorer is a bit hidden now. I fear that for others it would not be obvious at first glance what the tests want to test. ... Yes, I agree that the assert in

[GitHub] [solr] cpoerschke commented on pull request #1653: Update dependency commons-io:commons-io to v2.13.0

2023-09-11 Thread via GitHub
cpoerschke commented on PR #1653: URL: https://github.com/apache/solr/pull/1653#issuecomment-1713600473 Oops, I checked the _"If you want to rebase/retry this PR, check this box"_ option before fully reading the PR history here ... unchecked it again now but not sure if @solrbot will see th

[GitHub] [solr] cpoerschke commented on pull request #1910: Update dependency org.apache.commons:commons-compress to v1.24.0

2023-09-11 Thread via GitHub
cpoerschke commented on PR #1910: URL: https://github.com/apache/solr/pull/1910#issuecomment-1713566544 https://commons.apache.org/proper/commons-compress/changes-report.html#a1.24.0 mentions that the change includes _Bump commons-io:commons-io from 2.11.0 to 2.13.0._ and we have #1653 to