[jira] [Created] (SOLR-16369) avoid xpath in parsing elevate.xml

2022-09-01 Thread Noble Paul (Jira)
Noble Paul created SOLR-16369: - Summary: avoid xpath in parsing elevate.xml Key: SOLR-16369 URL: https://issues.apache.org/jira/browse/SOLR-16369 Project: Solr Issue Type: Task Security Lev

[jira] [Commented] (SOLR-15007) Aggregate core handler=/select and /update metrics at the node level metric too

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

[GitHub] [solr] dsmiley merged pull request #948: SOLR-15007: Adding ability to provide aggregated node level metrics for request handlers

2022-09-01 Thread GitBox
dsmiley merged PR #948: URL: https://github.com/apache/solr/pull/948 -- 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] sonatype-lift[bot] commented on a diff in pull request #993: SOLR-16366: Avoid using XPath in SolrXmlConfig

2022-09-01 Thread GitBox
sonatype-lift[bot] commented on code in PR #993: URL: https://github.com/apache/solr/pull/993#discussion_r961280664 ## solr/core/src/java/org/apache/solr/core/SolrXmlConfig.java: ## @@ -234,7 +234,9 @@ public static NodeConfig fromInputStream( try (ByteArrayInputStream du

[jira] [Commented] (SOLR-16366) Avoid using XPath in SolrXmlConfig

2022-09-01 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17599211#comment-17599211 ] Noble Paul commented on SOLR-16366: --- [~dsmiley]    The objective is not performance i

[jira] [Assigned] (SOLR-16366) Avoid using XPath in SolrXmlConfig

2022-09-01 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul reassigned SOLR-16366: - Assignee: Noble Paul > Avoid using XPath in SolrXmlConfig > -- >

[jira] [Commented] (SOLR-16303) Upgrade to Lucene 9.3

2022-09-01 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17599178#comment-17599178 ] David Smiley commented on SOLR-16303: - Mike, you missed {{solr/solr-ref-guide/antora.

[GitHub] [solr] risdenk commented on pull request #841: SOLR-16046: Thread leak in TestLeaderElectionZkExpiry

2022-09-01 Thread GitBox
risdenk commented on PR #841: URL: https://github.com/apache/solr/pull/841#issuecomment-1234557833 > It should execute in the same order, unless there's something "magical" about this being done from a different thread? @magibney I think this is because it is trying to expire the ZK s

[GitHub] [solr] risdenk commented on a diff in pull request #975: Allow JAX-RS v2 API definition

2022-09-01 Thread GitBox
risdenk commented on code in PR #975: URL: https://github.com/apache/solr/pull/975#discussion_r960824509 ## solr/core/src/java/org/apache/solr/handler/SchemaHandler.java: ## @@ -333,6 +330,13 @@ public Collection getApis() { return apis; } + @Override + public Collec

[GitHub] [solr] risdenk commented on a diff in pull request #975: Allow JAX-RS v2 API definition

2022-09-01 Thread GitBox
risdenk commented on code in PR #975: URL: https://github.com/apache/solr/pull/975#discussion_r960818330 ## solr/core/src/java/org/apache/solr/jersey/PostRequestDecorationFilter.java: ## @@ -0,0 +1,56 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] [solr] gerlowskija commented on pull request #975: Allow JAX-RS v2 API definition

2022-09-01 Thread GitBox
gerlowskija commented on PR #975: URL: https://github.com/apache/solr/pull/975#issuecomment-1234459810 > I think this is looking great... Time to remove the "Draft" tag? Done 🎉 ! This should be getting pretty close. I need to merge in `main` to resolve some conflicts and address som

[GitHub] [solr] uschindler commented on pull request #992: Allow skipping failure for RAT and Source Patterns

2022-09-01 Thread GitBox
uschindler commented on PR #992: URL: https://github.com/apache/solr/pull/992#issuecomment-1234375287 But as check tasks are last in execution (only "check" depends on it), this is fine). -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [solr] uschindler commented on pull request #992: Allow skipping failure for RAT and Source Patterns

2022-09-01 Thread GitBox
uschindler commented on PR #992: URL: https://github.com/apache/solr/pull/992#issuecomment-1234374062 Info: "When executed with --continue, Gradle will execute every task to be executed where all of the dependencies for that task completed without failure, instead of stopping as soon as the

[GitHub] [solr] uschindler commented on pull request #992: Allow skipping failure for RAT and Source Patterns

2022-09-01 Thread GitBox
uschindler commented on PR #992: URL: https://github.com/apache/solr/pull/992#issuecomment-1234372271 Hi, I am fine with that, but actually in an CI environment this is not needed. On Jenkins all jobs start with `gradlew --continue`, so the GradleException when thrown during task executi

[GitHub] [solr] madrob merged pull request #992: Allow skipping failure for RAT and Source Patterns

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

[jira] [Created] (SOLR-16368) Refactoring: Use SolrClient type instead of overly specific subclasses

2022-09-01 Thread David Smiley (Jira)
David Smiley created SOLR-16368: --- Summary: Refactoring: Use SolrClient type instead of overly specific subclasses Key: SOLR-16368 URL: https://issues.apache.org/jira/browse/SOLR-16368 Project: Solr

[jira] [Updated] (SOLR-16363) addDoc() in DirectUpdateHandler2 needs additional Exception Handling

2022-09-01 Thread Aman Verma (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aman Verma updated SOLR-16363: -- Description: In certain situation, to handle IllegalArgumentException while adding doc to solr is link

[jira] [Updated] (SOLR-16363) addDoc() in DirectUpdateHandler2 needs additional Exception Handling

2022-09-01 Thread Aman Verma (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aman Verma updated SOLR-16363: -- Affects Version/s: main (10.0) > addDoc() in DirectUpdateHandler2 needs additional Exception Handling >

[jira] [Commented] (SOLR-16367) Switch from CloudLegacySolrClient to CloudSolrClient

2022-09-01 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17598977#comment-17598977 ] David Smiley commented on SOLR-16367: - As a prerequisite step to reduce the scope of

[jira] [Created] (SOLR-16367) Switch from CloudLegacySolrClient to CloudSolrClient

2022-09-01 Thread David Smiley (Jira)
David Smiley created SOLR-16367: --- Summary: Switch from CloudLegacySolrClient to CloudSolrClient Key: SOLR-16367 URL: https://issues.apache.org/jira/browse/SOLR-16367 Project: Solr Issue Type: I

[jira] [Commented] (SOLR-16366) Avoid using XPath in SolrXmlConfig

2022-09-01 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17598972#comment-17598972 ] David Smiley commented on SOLR-16366: - On the other hand, it's only parsed once in a

[GitHub] [solr] gerlowskija commented on a diff in pull request #975: Allow JAX-RS v2 API definition

2022-09-01 Thread GitBox
gerlowskija commented on code in PR #975: URL: https://github.com/apache/solr/pull/975#discussion_r960599028 ## solr/core/src/java/org/apache/solr/jersey/PostRequestDecorationFilter.java: ## @@ -0,0 +1,56 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or m

[GitHub] [solr-operator] parekhcoder opened a new issue, #469: backup, restore, listbackup api doesn't work

2022-09-01 Thread GitBox
parekhcoder opened a new issue, #469: URL: https://github.com/apache/solr-operator/issues/469 I created persistent volume claim and backup repository as specified in the link. https://apache.github.io/solr-operator/docs/solr-backup/ (Persistent volume is cifs mount) When I run back

[jira] [Resolved] (SOLR-15345) filter queries (fq) ignore the default query parser (defType)

2022-09-01 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved SOLR-15345. Resolution: Won't Fix > filter queries (fq) ignore the default query parser (defType) > ---

[jira] [Commented] (SOLR-15345) filter queries (fq) ignore the default query parser (defType)

2022-09-01 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17598798#comment-17598798 ] Dawid Weiss commented on SOLR-15345: Cleaning up outstanding issues. I'm closing this

[GitHub] [solr] dweiss closed pull request #82: SOLR-15345: add fq.qparser and fq.defType alias so that filter queries

2022-09-01 Thread GitBox
dweiss closed pull request #82: SOLR-15345: add fq.qparser and fq.defType alias so that filter queries URL: https://github.com/apache/solr/pull/82 -- 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