[jira] [Updated] (SOLR-16983) ObjectReleaseTracker completely useless in all SolrTestCaseJ4 based tests

2023-09-15 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter updated SOLR-16983: -- Attachment: SOLR-16983.patch Status: Open (was: Open) {quote}but the majority

[GitHub] [solr] iamsanjay commented on pull request #1933: SOLR-16397: Create v2(JAX-RS) endpoints for UNLOAD core

2023-09-15 Thread via GitHub
iamsanjay commented on PR #1933: URL: https://github.com/apache/solr/pull/1933#issuecomment-1722120765 Getting below error, only if I'm using V2 Jersey endpoints. > Core demo is not yet closed, waiting 100 ms before checking again I looked into this more and found out below code

[GitHub] [solr] iamsanjay opened a new pull request, #1933: SOLR-16397: Create v2(JAX-RS) endpoints for UNLOAD core

2023-09-15 Thread via GitHub
iamsanjay opened a new pull request, #1933: URL: https://github.com/apache/solr/pull/1933 https://issues.apache.org/jira/browse/SOLR-16397 # Description V2(JAX-RS) Endpoints for core admin op "UNLOAD". # Solution There is already one class present in th

[GitHub] [solr] joel-bernstein commented on a diff in pull request #1925: SOLR-16931: ReRankScaler explain only works when debugQuery=true, sho…

2023-09-15 Thread via GitHub
joel-bernstein commented on code in PR #1925: URL: https://github.com/apache/solr/pull/1925#discussion_r1327886183 ## solr/core/src/test/org/apache/solr/search/TestReRankQParserPlugin.java: ## @@ -1522,7 +1522,7 @@ public void testReRankScaleQueries() throws Exception { par

[jira] [Updated] (SOLR-16983) ObjectReleaseTracker completely useless in all SolrTestCaseJ4 based tests

2023-09-15 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter updated SOLR-16983: -- Attachment: test-output-if-clear-is-removed-from-SolrTestCaseJ4.txt.gz Status: O

[jira] [Commented] (SOLR-16983) ObjectReleaseTracker completely useless in all SolrTestCaseJ4 based tests

2023-09-15 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17765884#comment-17765884 ] Chris M. Hostetter commented on SOLR-16983: --- bq. But based on a quick check (w/

[GitHub] [solr] tflobbe opened a new pull request, #1932: Reduce logging level for slice -> shard mapping in RTG

2023-09-15 Thread via GitHub
tflobbe opened a new pull request, #1932: URL: https://github.com/apache/solr/pull/1932 It's strange to be logging this (multiple lines per request) at info level. Seems like some leftover when testing/debugging -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [solr] tflobbe opened a new pull request, #1931: SOLR-16978: Be case insensitive when parsing booleans from text

2023-09-15 Thread via GitHub
tflobbe opened a new pull request, #1931: URL: https://github.com/apache/solr/pull/1931 The translation between V1 parameters into the new code based in V2 APIs is using `StrUtils.getBool(String param)` to parse from string. This `StrUtils.getBool` is intended to be more flexible than `Boo

[jira] [Commented] (SOLR-16983) ObjectReleaseTracker completely useless in all SolrTestCaseJ4 based tests

2023-09-15 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17765875#comment-17765875 ] Chris M. Hostetter commented on SOLR-16983: --- I believe the most straightforward

[jira] [Updated] (SOLR-16983) ObjectReleaseTracker completely useless in all SolrTestCaseJ4 based tests

2023-09-15 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter updated SOLR-16983: -- Attachment: SOLR-16983.bug-demo.nocommit.patch Status: Open (was: Open) I'm at

[jira] [Created] (SOLR-16983) ObjectReleaseTracker completely useless in all SolrTestCaseJ4 based tests

2023-09-15 Thread Chris M. Hostetter (Jira)
Chris M. Hostetter created SOLR-16983: - Summary: ObjectReleaseTracker completely useless in all SolrTestCaseJ4 based tests Key: SOLR-16983 URL: https://issues.apache.org/jira/browse/SOLR-16983 Pro

[GitHub] [solr] janhoy commented on a diff in pull request #96: SOLR-15056: add circuit breaker for CPU, fix load circuit breaker

2023-09-15 Thread via GitHub
janhoy commented on code in PR #96: URL: https://github.com/apache/solr/pull/96#discussion_r1327846742 ## solr/solr-ref-guide/modules/deployment-guide/pages/circuit-breakers.adoc: ## @@ -24,12 +24,19 @@ resource configuration. Circuit breakers should be used when the user wishe

[GitHub] [solr] janhoy opened a new pull request, #1930: SOLR-16982: Trip a Circuit Breaker only for external requests

2023-09-15 Thread via GitHub
janhoy opened a new pull request, #1930: URL: https://github.com/apache/solr/pull/1930 https://issues.apache.org/jira/browse/SOLR-16982 There may be more smart/robust ways of telling whether a request is "internal" or sharded, but this works :) -- This is an automated message from

[GitHub] [solr] wrunderwood commented on a diff in pull request #96: SOLR-15056: add circuit breaker for CPU, fix load circuit breaker

2023-09-15 Thread via GitHub
wrunderwood commented on code in PR #96: URL: https://github.com/apache/solr/pull/96#discussion_r1327836121 ## solr/solr-ref-guide/modules/deployment-guide/pages/circuit-breakers.adoc: ## @@ -24,12 +24,19 @@ resource configuration. Circuit breakers should be used when the user

[GitHub] [solr] janhoy commented on a diff in pull request #96: SOLR-15056: add circuit breaker for CPU, fix load circuit breaker

2023-09-15 Thread via GitHub
janhoy commented on code in PR #96: URL: https://github.com/apache/solr/pull/96#discussion_r1327778603 ## solr/solr-ref-guide/modules/deployment-guide/pages/circuit-breakers.adoc: ## @@ -24,12 +24,19 @@ resource configuration. Circuit breakers should be used when the user wishe

[GitHub] [solr] mkhludnev commented on a diff in pull request #1925: SOLR-16931: ReRankScaler explain only works when debugQuery=true, sho…

2023-09-15 Thread via GitHub
mkhludnev commented on code in PR #1925: URL: https://github.com/apache/solr/pull/1925#discussion_r1327796126 ## solr/core/src/test/org/apache/solr/search/TestReRankQParserPlugin.java: ## @@ -1522,7 +1522,7 @@ public void testReRankScaleQueries() throws Exception { params.a

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

2023-09-15 Thread via GitHub
stillalex commented on PR #1856: URL: https://github.com/apache/solr/pull/1856#issuecomment-1721858882 quick update on one change I added to this PR. with a minor tweak I opened the door for the SimplePropagator to inject a single tracer id at the point of origin (`CollApiCmds`) for all int

[jira] [Created] (SOLR-16982) Trip a Circuit Breaker only for external requests

2023-09-15 Thread Jira
Jan Høydahl created SOLR-16982: -- Summary: Trip a Circuit Breaker only for external requests Key: SOLR-16982 URL: https://issues.apache.org/jira/browse/SOLR-16982 Project: Solr Issue Type: Improv

[jira] [Commented] (SOLR-16981) bin/solr stop -all does not always find running processes

2023-09-15 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17765848#comment-17765848 ] Jan Høydahl commented on SOLR-16981: So I tested solr stop -all again (with SOLR_PORT

[GitHub] [solr] wrunderwood commented on pull request #96: SOLR-15056: add circuit breaker for CPU, fix load circuit breaker

2023-09-15 Thread via GitHub
wrunderwood commented on PR #96: URL: https://github.com/apache/solr/pull/96#issuecomment-1721846297 Just updated the docs. When circuit breakers are enabled for update requests, how does that work for replicas? Can an NRT replica get out of sync by rejecting a request? It should be

[GitHub] [solr] janhoy commented on pull request #1923: SOLR-16979: Randomize port number of Solr in BATS tests

2023-09-15 Thread via GitHub
janhoy commented on PR #1923: URL: https://github.com/apache/solr/pull/1923#issuecomment-1721828727 I'll merge once I get one review approval. -- 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

[GitHub] [solr] janhoy commented on pull request #1929: Revert "SOLR-16981: bin/solr stop improvements"

2023-09-15 Thread via GitHub
janhoy commented on PR #1929: URL: https://github.com/apache/solr/pull/1929#issuecomment-1721824359 I think the best is to just revert and continue work on the issue as normal until we decide what needs to be done. PS: The "usage" text fix does not need to be reverted? -- This is a

[jira] [Updated] (SOLR-16931) ReRankScaler explain only works when debugQuery=true, should also work with debug=true

2023-09-15 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-16931: -- Summary: ReRankScaler explain only works when debugQuery=true, should also work with debug=true

[jira] [Updated] (SOLR-16931) ReRankScaler explain only works when debugQuery=true, should also work with debug=true

2023-09-15 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-16931: -- Description: The ReRankScaler collects specific information for the explain when debugQuery is

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

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

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

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

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

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

[GitHub] [solr] stillalex merged pull request #1914: SOLR-16971 RealTimeGet with Composite router throws NPE

2023-09-15 Thread via GitHub
stillalex merged PR #1914: URL: https://github.com/apache/solr/pull/1914 -- 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.

[jira] [Commented] (SOLR-16938) Auto configure tracer without a tag in solr.xml

2023-09-15 Thread Alex Deparvu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17765823#comment-17765823 ] Alex Deparvu commented on SOLR-16938: - yeah, that was it. thanks for the context > A

[GitHub] [solr] wrunderwood commented on pull request #96: SOLR-15056: add circuit breaker for CPU, fix load circuit breaker

2023-09-15 Thread via GitHub
wrunderwood commented on PR #96: URL: https://github.com/apache/solr/pull/96#issuecomment-1721706717 The documentation says " A user may register multiple circuit breakers of the same type with different thresholds for each request type." That is a future feature, right? I'll delete that fo

[jira] [Commented] (SOLR-16931) ReRankScaler explain only works when debugQuery=true, should also work with debug=query

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

[jira] [Commented] (SOLR-16938) Auto configure tracer without a tag in solr.xml

2023-09-15 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17765748#comment-17765748 ] David Smiley commented on SOLR-16938: - What I refer to: [https://github.com/gradle-d

[jira] [Commented] (SOLR-16938) Auto configure tracer without a tag in solr.xml

2023-09-15 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17765746#comment-17765746 ] David Smiley commented on SOLR-16938: - Are you referring to modules/opentelemetry/bui

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

2023-09-15 Thread Anna (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anna resolved SOLR-16972. - Resolution: Duplicate > java.lang.NullPointerException in ReRankScaler.explain >

[jira] [Updated] (SOLR-16931) ReRankScaler explain only works when debugQuery=true, should also work with debug=query

2023-09-15 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-16931: -- Description: The ReRankScaler collects specific information for the explain when debugQuery is

[jira] [Updated] (SOLR-16931) ReRankScaler explain only works when debugQuery=true, should also work with debug=query

2023-09-15 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-16931: -- Description: The ReRankScaler collects specific information for the explain when debugQuery is

[GitHub] [solr] renatoh commented on pull request #1873: Removing List.toArray calls with pre-sized Arrays

2023-09-15 Thread via GitHub
renatoh commented on PR #1873: URL: https://github.com/apache/solr/pull/1873#issuecomment-1721339817 @epugh Hey Eric, could you please give me a hand with this PR? I do not understand what the issue is. Thanks -- This is an automated message from the Apache Git Service. To respond

[jira] [Updated] (SOLR-16931) ReRankScaler explain only works when debugQuery=true, should also work with debug=query

2023-09-15 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-16931: -- Description: The ReRankScaler collects specific information for the explain when debugQuery is

[jira] [Updated] (SOLR-16931) ReRankScaler explain only works when debugQuery=true, should also work with debug=query

2023-09-15 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-16931: -- Description: The ReRankScaler collects specific information for the explain when debugQuery is

[jira] [Updated] (SOLR-16931) ReRankScaler explain only works when debugQuery=true, should also work with debug=query

2023-09-15 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-16931: -- Description: The ReRankScaler collects specific information for the explain when debugQuery is

[jira] [Commented] (SOLR-16976) ClassNotFoundException: org.apache.logging.log4j.jul.LogManager with JMX enabled

2023-09-15 Thread Shawn Heisey (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17765603#comment-17765603 ] Shawn Heisey commented on SOLR-16976: - Not a bug.  The JUL bridge for slf4j does not

[jira] [Updated] (SOLR-16961) Remove deprecated CircuitBreakerManager in 10.0

2023-09-15 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-16961: --- Fix Version/s: main (10.0) > Remove deprecated CircuitBreakerManager in 10.0 > --

[jira] [Resolved] (SOLR-15440) contrib/ltr FieldValueFeature: DocValues use for stored fields

2023-09-15 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke resolved SOLR-15440. Resolution: Fixed > contrib/ltr FieldValueFeature: DocValues use for stored fields

[jira] [Commented] (SOLR-15440) contrib/ltr FieldValueFeature: DocValues use for stored fields

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

[jira] [Commented] (SOLR-15440) contrib/ltr FieldValueFeature: DocValues use for stored fields

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

[jira] [Commented] (SOLR-16974) Global Circuit Breakers

2023-09-15 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17765571#comment-17765571 ] Eric Pugh commented on SOLR-16974: -- Nothing per se. And honestly, this is one of the a

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

2023-09-15 Thread via GitHub
cpoerschke merged PR #1883: URL: https://github.com/apache/solr/pull/1883 -- 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

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

2023-09-15 Thread via GitHub
cpoerschke commented on PR #1883: URL: https://github.com/apache/solr/pull/1883#issuecomment-1721123749 > https://lists.apache.org/thread/ybmp5xz3c9549opqgktdb4cxlpmdmwy4 (I think) is the dev list thread w.r.t. Crave.io CI patch application. `./gradlew -p solr/modules/ltr test` passes

[GitHub] [solr] cpoerschke commented on a diff in pull request #96: SOLR-15056: add circuit breaker for CPU, fix load circuit breaker

2023-09-15 Thread via GitHub
cpoerschke commented on code in PR #96: URL: https://github.com/apache/solr/pull/96#discussion_r1327156515 ## solr/core/src/java/org/apache/solr/util/circuitbreaker/LoadAverageCircuitBreaker.java: ## @@ -0,0 +1,109 @@ +/* + * Licensed to the Apache Software Foundation (ASF) unde

[jira] [Commented] (SOLR-16974) Global Circuit Breakers

2023-09-15 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17765566#comment-17765566 ] Jan Høydahl commented on SOLR-16974: I have continued on the PR to parse ENV/SysProp.

[GitHub] [solr-operator] rashiga commented on issue #579: Observed generation field addition in solr-operator code

2023-09-15 Thread via GitHub
rashiga commented on issue #579: URL: https://github.com/apache/solr-operator/issues/579#issuecomment-1721110058 Hi , I could understand that we are showing status per solr Node. Is there any way by which we can show an aggregated status through Observed Generation which tells us that

[jira] [Commented] (SOLR-16981) bin/solr stop -all does not always find running processes

2023-09-15 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17765564#comment-17765564 ] Jan Høydahl commented on SOLR-16981: So the PR was merged in error. We need to decide

[GitHub] [solr] epugh commented on pull request #1924: SOLR-16981: bin/solr stop improvements

2023-09-15 Thread via GitHub
epugh commented on PR #1924: URL: https://github.com/apache/solr/pull/1924#issuecomment-1721093756 @janhoy I tried to make a comment "Your docs make sense... honestly the use of SOLR_PORT isn't something I have ever used since it is buried in config file.." and somehow clicked the wro

[jira] [Commented] (SOLR-16981) bin/solr stop -all does not always find running processes

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

[GitHub] [solr] epugh opened a new pull request, #1929: Revert "SOLR-16981: bin/solr stop improvements"

2023-09-15 Thread via GitHub
epugh opened a new pull request, #1929: URL: https://github.com/apache/solr/pull/1929 Reverts apache/solr#1924 -- 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 unsubscrib

[GitHub] [solr] epugh merged pull request #1924: SOLR-16981: bin/solr stop improvements

2023-09-15 Thread via GitHub
epugh merged PR #1924: URL: https://github.com/apache/solr/pull/1924 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

[GitHub] [solr] cpoerschke merged pull request #1890: NO JIRA: remove unused CircuitBreaker.getDebugInfo() methods

2023-09-15 Thread via GitHub
cpoerschke merged PR #1890: URL: https://github.com/apache/solr/pull/1890 -- 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

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

2023-09-15 Thread via GitHub
renatoh closed pull request #1915: Removing list.to array calls with pre sized arrays URL: https://github.com/apache/solr/pull/1915 -- 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 comme

[GitHub] [solr] pvcnt opened a new pull request, #1928: Add a ReplicaCount to keep track of replicas per type

2023-09-15 Thread via GitHub
pvcnt opened a new pull request, #1928: URL: https://github.com/apache/solr/pull/1928 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 Plea

[jira] [Commented] (SOLR-16976) ClassNotFoundException: org.apache.logging.log4j.jul.LogManager with JMX enabled

2023-09-15 Thread Shawn Heisey (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17765514#comment-17765514 ] Shawn Heisey commented on SOLR-16976: - With the log4j jul jar and the sysprop telling

[GitHub] [solr] janhoy commented on a diff in pull request #1923: SOLR-16979: Randomize port number of Solr in BATS tests

2023-09-15 Thread via GitHub
janhoy commented on code in PR #1923: URL: https://github.com/apache/solr/pull/1923#discussion_r1326940839 ## solr/CHANGES.txt: ## @@ -204,6 +204,8 @@ Other Changes * SOLR-16623: new SolrJettyTestRule for tests needing HTTP or Jetty. (David Smiley, Joshua Ouma) +* SOLR-169

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

2023-09-15 Thread via GitHub
iamsanjay commented on PR #1903: URL: https://github.com/apache/solr/pull/1903#issuecomment-1720816388 @gerlowskija I have tried the POST request without `Content-type` header, and it returns `415 Unsupported Media Type`. Why I am saying this? Because as per our last discussion, It suppose