[jira] [Commented] (SOLR-16223) Eliminate exceptions that aren't actually thrown

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

[GitHub] [solr] epugh merged pull request #885: SOLR-16223: Don't declare Exceptions that aren't Thrown

2022-06-01 Thread GitBox
epugh merged PR #885: URL: https://github.com/apache/solr/pull/885 -- 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 F

[GitHub] [solr] epugh opened a new pull request, #889: SOLR-16228: Audit how we refer to Solr Modules

2022-06-01 Thread GitBox
epugh opened a new pull request, #889: URL: https://github.com/apache/solr/pull/889 https://issues.apache.org/jira/browse/SOLR-16228 # Description Our docs reflect years of evolution of how we add things to solr, and don't put Solr Modules front and center. # Solution

[jira] [Commented] (SOLR-16226) Sync up docs on Module's to reflect how to enable them.

2022-06-01 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17545200#comment-17545200 ] Eric Pugh commented on SOLR-16226: -- Here is a summary of all the changes I made to each

[jira] [Resolved] (SOLR-16228) solr 9 docker container searches are 10^5 slower than solr 8 docker container

2022-06-01 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-16228. Resolution: Invalid It is not possible to do query benchmarks with a single query, let alone on a

[jira] [Updated] (SOLR-16228) solr 9 docker container searches are 10^5 slower than solr 8 docker container

2022-06-01 Thread Sean W (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean W updated SOLR-16228: -- Description: Hi Everyone,  I just found that Solr 9 searches are 400%+ slower than Solr 8 when using Docker c

[jira] [Updated] (SOLR-16228) solr 9 docker container searches 400%+ slower than solr 8 docker container

2022-06-01 Thread Sean W (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean W updated SOLR-16228: -- Description: Hi Everyone,  I just found that Solr 9 searches are 400%+ slower than Solr 8 when using Docker c

[jira] [Updated] (SOLR-16228) solr 9 docker container searches 400%+ slower than solr 8 docker container

2022-06-01 Thread Sean W (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean W updated SOLR-16228: -- Description: Hi Everyone,  I just found that Solr 9 searches are 400%+ slower than Solr 8 when using Docker c

[jira] [Updated] (SOLR-16228) solr 9 docker container searches 400%+ slower than solr 8 docker container

2022-06-01 Thread Sean W (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean W updated SOLR-16228: -- Description: Hi Everyone,  I just found that Solr 8 searches are 400%+ faster than Solr 9.  In case it helps,

[jira] [Created] (SOLR-16228) solr 9 docker container searches 400%+ slower than solr 8 docker container

2022-06-01 Thread Sean W (Jira)
Sean W created SOLR-16228: - Summary: solr 9 docker container searches 400%+ slower than solr 8 docker container Key: SOLR-16228 URL: https://issues.apache.org/jira/browse/SOLR-16228 Project: Solr Is

[GitHub] [solr] HoustonPutman commented on a diff in pull request #857: SOLR-16192: Add ZK credentials injectors support

2022-06-01 Thread GitBox
HoustonPutman commented on code in PR #857: URL: https://github.com/apache/solr/pull/857#discussion_r887204381 ## solr/bin/solr.in.cmd: ## @@ -224,4 +236,5 @@ REM then enable the following setting to address CVE-2021-44228 REM set SOLR_OPTS=%SOLR_OPTS% -Dlog4j2.formatMsgNoLook

[GitHub] [solr-sandbox] anshumg merged pull request #19: Experiment with Producer in crossdc package.

2022-06-01 Thread GitBox
anshumg merged PR #19: URL: https://github.com/apache/solr-sandbox/pull/19 -- 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] epugh commented on a diff in pull request #888: SOLR-15743: Convert v2 GET /config APIs to annotations

2022-06-01 Thread GitBox
epugh commented on code in PR #888: URL: https://github.com/apache/solr/pull/888#discussion_r887186675 ## solr/core/src/test/org/apache/solr/handler/admin/V2CollectionsAPIMappingTest.java: ## @@ -17,42 +17,18 @@ package org.apache.solr.handler.admin; import static org.apache

[GitHub] [solr] epugh commented on a diff in pull request #888: SOLR-15743: Convert v2 GET /config APIs to annotations

2022-06-01 Thread GitBox
epugh commented on code in PR #888: URL: https://github.com/apache/solr/pull/888#discussion_r887184488 ## solr/core/src/java/org/apache/solr/handler/SolrConfigHandler.java: ## @@ -83,6 +84,7 @@ import org.apache.solr.core.SolrConfig; import org.apache.solr.core.SolrCore; impo

[GitHub] [solr] gerlowskija opened a new pull request, #888: Solr 15743 convert v2 config apis to annotations

2022-06-01 Thread GitBox
gerlowskija opened a new pull request, #888: URL: https://github.com/apache/solr/pull/888 # Description Solr's been in the slow process of moving its v2 APIs away from the existing apispec/mapping framework towards one that relies on more explicit annotations to specify API prope

[GitHub] [solr] janhoy commented on a diff in pull request #887: SOLR-16227 Use local params value syntax for phrase queries

2022-06-01 Thread GitBox
janhoy commented on code in PR #887: URL: https://github.com/apache/solr/pull/887#discussion_r887170885 ## solr/modules/sql/src/java/org/apache/solr/handler/sql/SolrFilter.java: ## @@ -362,8 +362,9 @@ protected String translateLike(RexNode like) { // but that expects th

[GitHub] [solr] janhoy commented on pull request #887: SOLR-16227 Use local params value syntax for phrase queries

2022-06-01 Thread GitBox
janhoy commented on PR #887: URL: https://github.com/apache/solr/pull/887#issuecomment-1143979653 Thanks! Even a test case; beautiful! Can you also add a CHANGES.txt line? For now you can add it for the 9.1 section. Likely this will not make it to 8.11.2 in time, but you can as

[jira] [Comment Edited] (SOLR-16227) Solr SQL query parsing fails on multiple LIKE clauses and multiple terms

2022-06-01 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17545074#comment-17545074 ] Jan Høydahl edited comment on SOLR-16227 at 6/1/22 6:08 PM: T

[jira] [Commented] (SOLR-16227) Solr SQL query parsing fails on multiple LIKE clauses and multiple terms

2022-06-01 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17545074#comment-17545074 ] Jan Høydahl commented on SOLR-16227: Thanks for the report. Are you skilled in Java a

[GitHub] [solr] kiranchitturi opened a new pull request, #887: SOLR-16227 Use local params value syntax for phrase queries

2022-06-01 Thread GitBox
kiranchitturi opened a new pull request, #887: URL: https://github.com/apache/solr/pull/887 https://issues.apache.org/jira/browse/SOLR-16227 # Description Please provide a short description of the changes you're making with this pull request. # Solution Please pr

[GitHub] [solr] cpoerschke commented on pull request #886: SOLR-16142: Fix Admin UI's spatial parameter generation.

2022-06-01 Thread GitBox
cpoerschke commented on PR #886: URL: https://github.com/apache/solr/pull/886#issuecomment-1143908205 > okay, digging in some more so amending the `purgeParams` calls works I think, making the `spatial` checkbox similar to the `dismax` and `edismax` dropdown options. WDYT? -- This

[jira] [Commented] (SOLR-16226) Sync up docs on Module's to reflect how to enable them.

2022-06-01 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17545036#comment-17545036 ] Houston Putman commented on SOLR-16226: --- I kind of think of it in Upper Case, becau

[GitHub] [solr] cpoerschke commented on pull request #886: SOLR-16142: Fix Admin UI's spatial parameter generation.

2022-06-01 Thread GitBox
cpoerschke commented on PR #886: URL: https://github.com/apache/solr/pull/886#issuecomment-1143876246 > ... getDependentFields("spatial")` logic which might break if the `spatial.` prefix is simply dropped? ... okay, so experimentally, when the `spatial` checkbox is unchecked then it

[jira] [Updated] (SOLR-16227) Solr SQL query parsing fails on multiple LIKE clauses and multiple terms

2022-06-01 Thread Kiran (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kiran updated SOLR-16227: - Fix Version/s: 8.11.2 9.1 > Solr SQL query parsing fails on multiple LIKE clauses and multiple

[jira] [Updated] (SOLR-16227) Solr SQL query parsing fails on multiple LIKE clauses and multiple terms

2022-06-01 Thread Kiran (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kiran updated SOLR-16227: - Description:   {code:java} select count(*) as QUERY_COUNT from test_index WHERE (name LIKE 'Sample Temp*') AND (

[jira] [Created] (SOLR-16227) Solr SQL query parsing fails on multiple LIKE clauses and multiple terms

2022-06-01 Thread Kiran (Jira)
Kiran created SOLR-16227: Summary: Solr SQL query parsing fails on multiple LIKE clauses and multiple terms Key: SOLR-16227 URL: https://issues.apache.org/jira/browse/SOLR-16227 Project: Solr Issue

[GitHub] [solr] epugh commented on pull request #886: SOLR-16142: Fix Admin UI's spatial parameter generation.

2022-06-01 Thread GitBox
epugh commented on PR #886: URL: https://github.com/apache/solr/pull/886#issuecomment-1143868787 okay, digging in some more -- 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.

[GitHub] [solr] cpoerschke commented on pull request #886: SOLR-16142: Fix Admin UI's spatial parameter generation.

2022-06-01 Thread GitBox
cpoerschke commented on PR #886: URL: https://github.com/apache/solr/pull/886#issuecomment-1143867832 Hmm, I'm not very familiar with this code but from trying to learn via the #122 diff there is I see at https://github.com/apache/solr/blob/releases/solr/9.0.0/solr/webapp/web/js/angular/con

[GitHub] [solr] cpoerschke commented on pull request #886: SOLR-16142: Fix Admin UI's spatial parameter generation.

2022-06-01 Thread GitBox
cpoerschke commented on PR #886: URL: https://github.com/apache/solr/pull/886#issuecomment-1143855301 Perhaps last minute candidate for 8.11.2 if this fix is accurate? cc/fyi @madrob -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Updated] (SOLR-16142) Spatial search in Query UI generates incorrect parameters

2022-06-01 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-16142: --- Affects Version/s: 8.9 9.0 > Spatial search in Query UI genera

[jira] [Commented] (SOLR-16142) Spatial search in Query UI generates incorrect parameters

2022-06-01 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17545012#comment-17545012 ] Christine Poerschke commented on SOLR-16142: Thanks [~arsaljalib] for reporti

[GitHub] [solr] cpoerschke opened a new pull request, #886: SOLR-16142: Fix Admin UI's spatial parameter generation.

2022-06-01 Thread GitBox
cpoerschke opened a new pull request, #886: URL: https://github.com/apache/solr/pull/886 https://issues.apache.org/jira/browse/SOLR-16142 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the speci

[jira] [Commented] (SOLR-16226) Sync up docs on Module's to reflect how to enable them.

2022-06-01 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17544949#comment-17544949 ] Eric Pugh commented on SOLR-16226: -- So, is a solr module a "Solr Module"?   For the sent

[jira] [Commented] (SOLR-16152) Solr Standalone: bin/solr package fails with NullPointerException

2022-06-01 Thread Sebastian (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17544927#comment-17544927 ] Sebastian commented on SOLR-16152: -- Thank you for the attention. A helpful error message

[jira] [Commented] (SOLR-16226) Sync up docs on Module's to reflect how to enable them.

2022-06-01 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17544880#comment-17544880 ] Eric Pugh commented on SOLR-16226: -- These are all the pages that appear to refer to modu

[jira] [Created] (SOLR-16226) Sync up docs on Module's to reflect how to enable them.

2022-06-01 Thread Eric Pugh (Jira)
Eric Pugh created SOLR-16226: Summary: Sync up docs on Module's to reflect how to enable them. Key: SOLR-16226 URL: https://issues.apache.org/jira/browse/SOLR-16226 Project: Solr Issue Type: Impr

[GitHub] [solr] epugh commented on pull request #885: SOLR-16223: Don't declare Exceptions that aren't Thrown

2022-06-01 Thread GitBox
epugh commented on PR #885: URL: https://github.com/apache/solr/pull/885#issuecomment-1143524197 Thanks for the reviewI have a dream that maybe the ECJ checks could apply to src/test and fail precommit...I looked at what @ErickErickson did back in https://issues.apache.org/jira/

[jira] [Commented] (SOLR-16152) Solr Standalone: bin/solr package fails with NullPointerException

2022-06-01 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17544862#comment-17544862 ] Jan Høydahl commented on SOLR-16152: That command should ideally print a helpful erro

[jira] [Commented] (SOLR-16152) Solr Standalone: bin/solr package fails with NullPointerException

2022-06-01 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17544857#comment-17544857 ] Jason Gerlowski commented on SOLR-16152: Hi [~SebasX], thanks for pointing this o

[jira] [Resolved] (SOLR-16151) Async exception during distributed update: Bad Request

2022-06-01 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski resolved SOLR-16151. Resolution: Invalid > Async exception during distributed update: Bad Request > ---

[jira] [Commented] (SOLR-16151) Async exception during distributed update: Bad Request

2022-06-01 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17544848#comment-17544848 ] Jason Gerlowski commented on SOLR-16151: Hi Guarav, 1. We try not to use JIRA as

[GitHub] [solr-sandbox] markrmiller merged pull request #18: Producer only needs one of the many runtime dependencies.

2022-06-01 Thread GitBox
markrmiller merged PR #18: URL: https://github.com/apache/solr-sandbox/pull/18 -- 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.a

[GitHub] [solr-sandbox] markrmiller merged pull request #17: Test Passing

2022-06-01 Thread GitBox
markrmiller merged PR #17: URL: https://github.com/apache/solr-sandbox/pull/17 -- 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.a