[GitHub] [solr] dsmiley commented on a change in pull request #592: SOLR-14765: Optimize DocList creation by skipping sort for sort-irrelevant cases

2022-02-10 Thread GitBox
dsmiley commented on a change in pull request #592: URL: https://github.com/apache/solr/pull/592#discussion_r804321053 ## File path: solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java ## @@ -1299,6 +1385,47 @@ public DocList getDocList(Query query, List filterLis

[GitHub] [solr] madrob commented on a change in pull request #614: SOLR-15965 Use proper signatures for SolrAuth

2022-02-10 Thread GitBox
madrob commented on a change in pull request #614: URL: https://github.com/apache/solr/pull/614#discussion_r804320074 ## File path: solr/solr-ref-guide/src/major-changes-in-solr-9.adoc ## @@ -53,7 +53,11 @@ SolrCloud doesn't support that but may sometime. * SOLR-14702: All r

[jira] [Updated] (SOLR-16002) FilterQuery (`filter([some_query])`) can be double-cached when used in certain contexts

2022-02-10 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated SOLR-16002: - Attachment: (was: pgp_info.pgp) > FilterQuery (`filter([some_query])`) can be double-cached when used

[jira] [Updated] (SOLR-16002) FilterQuery (`filter([some_query])`) can be double-cached when used in certain contexts

2022-02-10 Thread Sharmin kabir (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sharmin kabir updated SOLR-16002: - Attachment: pgp_info.pgp > FilterQuery (`filter([some_query])`) can be double-cached when used in

[GitHub] [solr] madrob closed pull request #523: SOLR-15915 switch from jcenter to gradle plugin portal

2022-02-10 Thread GitBox
madrob closed pull request #523: URL: https://github.com/apache/solr/pull/523 -- 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...@s

[GitHub] [solr] magibney commented on a change in pull request #592: SOLR-14765: Optimize DocList creation by skipping sort for sort-irrelevant cases

2022-02-10 Thread GitBox
magibney commented on a change in pull request #592: URL: https://github.com/apache/solr/pull/592#discussion_r804247030 ## File path: solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java ## @@ -1299,6 +1385,47 @@ public DocList getDocList(Query query, List filterLi

[jira] [Assigned] (SOLR-16002) FilterQuery (`filter([some_query])`) can be double-cached when used in certain contexts

2022-02-10 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Gibney reassigned SOLR-16002: - Assignee: Michael Gibney > FilterQuery (`filter([some_query])`) can be double-cached whe

[jira] [Updated] (SOLR-16002) FilterQuery (`filter([some_query])`) can be double-cached when used in certain contexts

2022-02-10 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Gibney updated SOLR-16002: -- Issue Type: Bug (was: Improvement) > FilterQuery (`filter([some_query])`) can be double-cached

[jira] [Updated] (SOLR-16002) FilterQuery (`filter([some_query])`) can be double-cached when used in certain contexts

2022-02-10 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Gibney updated SOLR-16002: -- Priority: Minor (was: Major) > FilterQuery (`filter([some_query])`) can be double-cached when

[jira] [Created] (SOLR-16003) ZkCmdExecutor.retryOperation does not catch KeeperException.SessionExpiredException

2022-02-10 Thread Jerry Chung (Jira)
Jerry Chung created SOLR-16003: -- Summary: ZkCmdExecutor.retryOperation does not catch KeeperException.SessionExpiredException Key: SOLR-16003 URL: https://issues.apache.org/jira/browse/SOLR-16003 Project

[jira] [Commented] (SOLR-16002) FilterQuery (`filter([some_query])`) can be double-cached when used in certain contexts

2022-02-10 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490553#comment-17490553 ] Michael Gibney commented on SOLR-16002: --- [PR #624|https://github.com/apache/solr/pu

[GitHub] [solr] magibney opened a new pull request #624: SOLR-16002: don't double-cache FilterQuery

2022-02-10 Thread GitBox
magibney opened a new pull request #624: URL: https://github.com/apache/solr/pull/624 See: [SOLR-16002](https://issues.apache.org/jira/browse/SOLR-16002) -- 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 t

[jira] [Created] (SOLR-16002) FilterQuery (`filter([some_query])`) can be double-cached when used in certain contexts

2022-02-10 Thread Michael Gibney (Jira)
Michael Gibney created SOLR-16002: - Summary: FilterQuery (`filter([some_query])`) can be double-cached when used in certain contexts Key: SOLR-16002 URL: https://issues.apache.org/jira/browse/SOLR-16002

[GitHub] [solr] madrob commented on a change in pull request #619: SOLR-11749 Several test changes

2022-02-10 Thread GitBox
madrob commented on a change in pull request #619: URL: https://github.com/apache/solr/pull/619#discussion_r804135339 ## File path: gradle/node.gradle ## @@ -0,0 +1,33 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreemen

[GitHub] [solr] epugh commented on pull request #610: SOLR-15242: Consolidate README.md with solr/README.md

2022-02-10 Thread GitBox
epugh commented on pull request #610: URL: https://github.com/apache/solr/pull/610#issuecomment-1035479626 Just added some getting started based on what @chatman did in https://github.com/apache/lucene-solr/pull/2594/, thoughts @janhoy ??? -- This is an automated message from the Apache

[GitHub] [solr] magibney commented on a change in pull request #592: SOLR-14765: Optimize DocList creation by skipping sort for sort-irrelevant cases

2022-02-10 Thread GitBox
magibney commented on a change in pull request #592: URL: https://github.com/apache/solr/pull/592#discussion_r804074552 ## File path: solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java ## @@ -1299,6 +1385,47 @@ public DocList getDocList(Query query, List filterLi

[GitHub] [solr] dsmiley commented on a change in pull request #592: SOLR-14765: Optimize DocList creation by skipping sort for sort-irrelevant cases

2022-02-10 Thread GitBox
dsmiley commented on a change in pull request #592: URL: https://github.com/apache/solr/pull/592#discussion_r804061361 ## File path: solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java ## @@ -1299,6 +1385,47 @@ public DocList getDocList(Query query, List filterLis

[jira] [Assigned] (SOLR-15741) Updated ref guide filters.adoc

2022-02-10 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh reassigned SOLR-15741: Assignee: Eric Pugh > Updated ref guide filters.adoc > -- > >

[GitHub] [solr] janhoy commented on a change in pull request #621: SOLR-15989: Upgrade to Tika 1.28

2022-02-10 Thread GitBox
janhoy commented on a change in pull request #621: URL: https://github.com/apache/solr/pull/621#discussion_r804049578 ## File path: solr/modules/extraction/build.gradle ## @@ -26,55 +26,18 @@ dependencies { implementation 'org.apache.lucene:lucene-core' implementation 'or

[GitHub] [solr] janhoy commented on a change in pull request #610: SOLR-15242: Consolidate README.md with solr/README.md

2022-02-10 Thread GitBox
janhoy commented on a change in pull request #610: URL: https://github.com/apache/solr/pull/610#discussion_r804045780 ## File path: README_v2.md ## @@ -0,0 +1,176 @@ + + +# Welcome to the Apache Solr project! +--- + +Solr is the popular, blazing

[GitHub] [solr] epugh commented on pull request #622: SOLR-15432: Update links from freenode to libera.

2022-02-10 Thread GitBox
epugh commented on pull request #622: URL: https://github.com/apache/solr/pull/622#issuecomment-1035396108 Love a quick review @chatman -- 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

[GitHub] [solr] epugh commented on pull request #622: SOLR-15432: Update links from freenode to libera.

2022-02-10 Thread GitBox
epugh commented on pull request #622: URL: https://github.com/apache/solr/pull/622#issuecomment-1035395036 I hope grabbing this reopened JIRA was the right way to go. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [solr] epugh opened a new pull request #622: SOLR-15432: Update links from freenode to libera.

2022-02-10 Thread GitBox
epugh opened a new pull request #622: URL: https://github.com/apache/solr/pull/622 https://issues.apache.org/jira/browse/SOLR-15432 # Description Remove some existing freenode links in favour of libera. # Solution Updates # Tests Please describe

[jira] [Resolved] (SOLR-15556) Ref Guide Redesign Phase 3: Replace Jekyll

2022-02-10 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman resolved SOLR-15556. --- Resolution: Fixed > Ref Guide Redesign Phase 3: Replace Jekyll >

[jira] [Commented] (SOLR-15556) Ref Guide Redesign Phase 3: Replace Jekyll

2022-02-10 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490445#comment-17490445 ] ASF subversion and git services commented on SOLR-15556: Commit 2

[jira] [Commented] (SOLR-15556) Ref Guide Redesign Phase 3: Replace Jekyll

2022-02-10 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490442#comment-17490442 ] ASF subversion and git services commented on SOLR-15556: Commit 4

[GitHub] [solr] magibney commented on a change in pull request #592: SOLR-14765: Optimize DocList creation by skipping sort for sort-irrelevant cases

2022-02-10 Thread GitBox
magibney commented on a change in pull request #592: URL: https://github.com/apache/solr/pull/592#discussion_r804016154 ## File path: solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java ## @@ -1299,6 +1385,47 @@ public DocList getDocList(Query query, List filterLi

[jira] [Commented] (SOLR-15556) Ref Guide Redesign Phase 3: Replace Jekyll

2022-02-10 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490439#comment-17490439 ] ASF subversion and git services commented on SOLR-15556: Commit 8

[GitHub] [solr] epugh commented on a change in pull request #610: SOLR-15242: Consolidate README.md with solr/README.md

2022-02-10 Thread GitBox
epugh commented on a change in pull request #610: URL: https://github.com/apache/solr/pull/610#discussion_r804009457 ## File path: README_v2.md ## @@ -0,0 +1,176 @@ + + +# Welcome to the Apache Solr project! +--- + +Solr is the popular, blazing f

[GitHub] [solr] epugh commented on a change in pull request #610: SOLR-15242: Consolidate README.md with solr/README.md

2022-02-10 Thread GitBox
epugh commented on a change in pull request #610: URL: https://github.com/apache/solr/pull/610#discussion_r804006217 ## File path: README_v2.md ## @@ -0,0 +1,176 @@ + + +# Welcome to the Apache Solr project! +--- + +Solr is the popular, blazing f

[GitHub] [solr] epugh commented on a change in pull request #610: SOLR-15242: Consolidate README.md with solr/README.md

2022-02-10 Thread GitBox
epugh commented on a change in pull request #610: URL: https://github.com/apache/solr/pull/610#discussion_r804003319 ## File path: README_v2.md ## @@ -0,0 +1,176 @@ + + +# Welcome to the Apache Solr project! +--- + +Solr is the popular, blazing f

[GitHub] [solr] epugh commented on a change in pull request #610: SOLR-15242: Consolidate README.md with solr/README.md

2022-02-10 Thread GitBox
epugh commented on a change in pull request #610: URL: https://github.com/apache/solr/pull/610#discussion_r804002546 ## File path: README_v2.md ## @@ -0,0 +1,176 @@ + + +# Welcome to the Apache Solr project! +--- + +Solr is the popular, blazing f

[jira] [Commented] (SOLR-15432) Migrate #solr IRC channel from Freenode to Libera

2022-02-10 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490430#comment-17490430 ] Eric Pugh commented on SOLR-15432: -- Grabbing this reopened ticket after working on the R

[jira] [Assigned] (SOLR-15432) Migrate #solr IRC channel from Freenode to Libera

2022-02-10 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh reassigned SOLR-15432: Assignee: Eric Pugh (was: Ishan Chattopadhyaya) > Migrate #solr IRC channel from Freenode to Libe

[GitHub] [solr] epugh commented on a change in pull request #610: SOLR-15242: Consolidate README.md with solr/README.md

2022-02-10 Thread GitBox
epugh commented on a change in pull request #610: URL: https://github.com/apache/solr/pull/610#discussion_r803982342 ## File path: README_v2.md ## @@ -0,0 +1,176 @@ + + +# Welcome to the Apache Solr project! +--- + +Solr is the popular, blazing f

[GitHub] [solr] Caa52 commented on a change in pull request #529: SOLR-12336 Remove Filter from Solr

2022-02-10 Thread GitBox
Caa52 commented on a change in pull request #529: URL: https://github.com/apache/solr/pull/529#discussion_r799609711 ## File path: solr/core/src/java/org/apache/solr/search/DocSetQuery.java ## @@ -0,0 +1,97 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one o

[jira] [Commented] (SOLR-15556) Ref Guide Redesign Phase 3: Replace Jekyll

2022-02-10 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490403#comment-17490403 ] Cassandra Targett commented on SOLR-15556: -- THANK YOU Houston & Mike for taking

[GitHub] [solr] HoustonPutman merged pull request #605: 15556: Migrate the Ref Guide to use Antora

2022-02-10 Thread GitBox
HoustonPutman merged pull request #605: URL: https://github.com/apache/solr/pull/605 -- 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-unsubs

[jira] [Commented] (SOLR-15556) Ref Guide Redesign Phase 3: Replace Jekyll

2022-02-10 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490385#comment-17490385 ] Houston Putman commented on SOLR-15556: --- Thanks Cassandra. And yeah once people sta

[GitHub] [solr] madrob commented on pull request #553: SOLR-15942: Upgrade Hadoop to 3.3.1

2022-02-10 Thread GitBox
madrob commented on pull request #553: URL: https://github.com/apache/solr/pull/553#issuecomment-1035180957 Hadoop 3.3.2 appears to be waiting on https://github.com/apache/hadoop/pull/3940 -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [solr] risdenk edited a comment on pull request #553: SOLR-15942: Upgrade Hadoop to 3.3.1

2022-02-10 Thread GitBox
risdenk edited a comment on pull request #553: URL: https://github.com/apache/solr/pull/553#issuecomment-1035162389 So been working through the reviews and cleaning up some changes: * Removed HADOOP-15681 workaround based on comment from @madrob in the jira * Enabled test that was disa

[jira] [Updated] (SOLR-15942) Upgrade Hadoop to 3.3.1

2022-02-10 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-15942: Status: Patch Available (was: Open) > Upgrade Hadoop to 3.3.1 > --- > >

[jira] [Commented] (SOLR-15989) Upgrade to Tika 1.28

2022-02-10 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490375#comment-17490375 ] Kevin Risden commented on SOLR-15989: - Sadly this looks to be blocked by SOLR-15942 s

[GitHub] [solr] risdenk commented on pull request #553: SOLR-15942: Upgrade Hadoop to 3.3.1

2022-02-10 Thread GitBox
risdenk commented on pull request #553: URL: https://github.com/apache/solr/pull/553#issuecomment-1035162389 So been working through the reviews and cleaning up some changes: * Removed HADOOP-15681 workaround based on comment from @madrob in the jira * Enabled test that was disabled du

[jira] [Updated] (SOLR-15942) Upgrade Hadoop to 3.3.1

2022-02-10 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-15942: Description: Hadoop 3.3.1 is latest stable and addresses some dependency issues like with Guava (se

[jira] [Updated] (SOLR-15942) Upgrade Hadoop to 3.3.1

2022-02-10 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-15942: Summary: Upgrade Hadoop to 3.3.1 (was: Upgrade Hadoop to 3.3.2) > Upgrade Hadoop to 3.3.1 > --

[GitHub] [solr] risdenk commented on a change in pull request #621: SOLR-15989: Upgrade to Tika 1.28

2022-02-10 Thread GitBox
risdenk commented on a change in pull request #621: URL: https://github.com/apache/solr/pull/621#discussion_r803880300 ## File path: solr/modules/extraction/build.gradle ## @@ -26,55 +26,18 @@ dependencies { implementation 'org.apache.lucene:lucene-core' implementation 'o

[GitHub] [solr] risdenk commented on pull request #621: SOLR-15989: Upgrade to Tika 1.28

2022-02-10 Thread GitBox
risdenk commented on pull request #621: URL: https://github.com/apache/solr/pull/621#issuecomment-1035149757 So sadly it looks like this needs to wait until after SOLR-15942 / Hadoop 3.3.x upgrade since this bumps Guava. It doesn't show up in the regular tests - just the HDFS specific test

[GitHub] [solr] dsmiley commented on a change in pull request #621: SOLR-15989: Upgrade to Tika 1.28

2022-02-10 Thread GitBox
dsmiley commented on a change in pull request #621: URL: https://github.com/apache/solr/pull/621#discussion_r803850807 ## File path: solr/modules/extraction/build.gradle ## @@ -26,55 +26,18 @@ dependencies { implementation 'org.apache.lucene:lucene-core' implementation 'o

[jira] [Commented] (SOLR-12209) add Paging Streaming Expression

2022-02-10 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490346#comment-17490346 ] Joel Bernstein commented on SOLR-12209: --- Take a look at https://solr.apache.org/gui

[jira] [Commented] (SOLR-12209) add Paging Streaming Expression

2022-02-10 Thread Susheel Kumar (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490334#comment-17490334 ] Susheel Kumar commented on SOLR-12209: -- Hello Joel, We are getting into a use case

[jira] [Commented] (SOLR-12018) Ref Guide: Comment system is offline

2022-02-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-12018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490327#comment-17490327 ] Jan Høydahl commented on SOLR-12018: Thanks. One less open JIRA, 3911 to go :)  > Re

[jira] [Resolved] (SOLR-15098) Refactor cloud panel to not need base_url

2022-02-10 Thread Timothy Potter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter resolved SOLR-15098. --- Resolution: Won't Fix This was needed when I was trying to remove `base_url` from the stored

[jira] [Commented] (SOLR-12420) Propose removing schema version; use luceneMatchVersion instead

2022-02-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-12420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490324#comment-17490324 ] Jan Høydahl commented on SOLR-12420: +1 - now absence of version means something like

[GitHub] [solr] madrob commented on pull request #592: SOLR-14765: Optimize DocList creation by skipping sort for sort-irrelevant cases

2022-02-10 Thread GitBox
madrob commented on pull request #592: URL: https://github.com/apache/solr/pull/592#issuecomment-1034980744 Interesting stuff going on over in LUCENE-10418 as well that maybe this could compliment in the future? -- This is an automated message from the Apache Git Service. To respond to t

[jira] [Updated] (SOLR-15942) Upgrade Hadoop to 3.3.2

2022-02-10 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-15942: Description: Hadoop 3.3.2 is latest stable and addresses some dependency issues like with Guava (se

[jira] [Comment Edited] (SOLR-15990) Use google-cloud-bom for gcs-repository dependencies

2022-02-10 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490285#comment-17490285 ] Kevin Risden edited comment on SOLR-15990 at 2/10/22, 2:21 PM:

[jira] [Updated] (SOLR-15942) Upgrade Hadoop to 3.3.2

2022-02-10 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-15942: Summary: Upgrade Hadoop to 3.3.2 (was: Upgrade Hadoop to 3.3.1) > Upgrade Hadoop to 3.3.2 > --

[jira] [Commented] (SOLR-15990) Use google-cloud-bom for gcs-repository dependencies

2022-02-10 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490285#comment-17490285 ] Kevin Risden commented on SOLR-15990: - It looks like this is blocked by SOLR-15942 si

[jira] [Resolved] (SOLR-12018) Ref Guide: Comment system is offline

2022-02-10 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cassandra Targett resolved SOLR-12018. -- Fix Version/s: 9.0 Resolution: Fixed > Ref Guide: Comment system is offline > --

[jira] [Commented] (SOLR-12018) Ref Guide: Comment system is offline

2022-02-10 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490231#comment-17490231 ] Cassandra Targett commented on SOLR-12018: -- Yes it's a default feature and enabl

[jira] [Commented] (SOLR-14800) Filter default score should be the provided boost, not zero

2022-02-10 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490224#comment-17490224 ] David Smiley commented on SOLR-14800: - [~hossman] I'd like your opinion on this, as a

[jira] [Assigned] (SOLR-12420) Propose removing schema version; use luceneMatchVersion instead

2022-02-10 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley reassigned SOLR-12420: --- Assignee: (was: David Smiley) > Propose removing schema version; use luceneMatchVersion

[jira] [Commented] (SOLR-12420) Propose removing schema version; use luceneMatchVersion instead

2022-02-10 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490211#comment-17490211 ] David Smiley commented on SOLR-12420: - I suppose the utmost simplest thing we could d

[jira] [Resolved] (SOLR-11908) Add multiVariateNormalMixtureDistribution Stream Evaluator

2022-02-10 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein resolved SOLR-11908. --- Resolution: Won't Fix > Add multiVariateNormalMixtureDistribution Stream Evaluator >

[jira] [Resolved] (SOLR-10784) Streaming Expressions machine learning functions library

2022-02-10 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein resolved SOLR-10784. --- Resolution: Resolved Time to close this umbrella ticket. > Streaming Expressions machine lea

[jira] [Resolved] (SOLR-10651) Streaming Expressions statistical functions library

2022-02-10 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein resolved SOLR-10651. --- Resolution: Fixed It's time to close this umbrella ticket. > Streaming Expressions statistic

[jira] [Commented] (SOLR-10651) Streaming Expressions statistical functions library

2022-02-10 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490172#comment-17490172 ] Joel Bernstein commented on SOLR-10651: --- Another umbrella ticket, that I'll close t

[jira] [Commented] (SOLR-10784) Streaming Expressions machine learning functions library

2022-02-10 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490171#comment-17490171 ] Joel Bernstein commented on SOLR-10784: --- Umbrella ticket with lot's of tickets unde

[jira] [Created] (SOLR-16001) Frequent failures for TestBulkSchemaConcurrent

2022-02-10 Thread Jira
Jan Høydahl created SOLR-16001: -- Summary: Frequent failures for TestBulkSchemaConcurrent Key: SOLR-16001 URL: https://issues.apache.org/jira/browse/SOLR-16001 Project: Solr Issue Type: Task

[jira] [Updated] (SOLR-12135) ZK perfomance problem when multiple updates thread of leader trying to update term

2022-02-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-12135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-12135: --- Fix Version/s: (was: 9.0) (was: 8.1) > ZK perfomance problem when multiple

[jira] [Updated] (SOLR-12196) Prepare Admin UI for migrating to Angular.io

2022-02-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-12196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-12196: --- Fix Version/s: (was: 9.0) (was: 8.1) > Prepare Admin UI for migrating to A

[jira] [Updated] (SOLR-13737) Lead with SolrCloud

2022-02-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-13737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-13737: --- Fix Version/s: (was: 9.0) Affects Version/s: (was: 9.0) There is still time to get th

[jira] [Commented] (SOLR-13230) Move JaSpell code into Solr and deprecate the factory

2022-02-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-13230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490143#comment-17490143 ] Jan Høydahl commented on SOLR-13230: This issue is tagged for 9.0. Is there anything

[jira] [Updated] (SOLR-15098) Refactor cloud panel to not need base_url

2022-02-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-15098: --- Fix Version/s: (was: 9.0) > Refactor cloud panel to not need base_url > -

[jira] [Updated] (SOLR-12420) Propose removing schema version; use luceneMatchVersion instead

2022-02-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-12420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-12420: --- Fix Version/s: (was: 9.0) > Propose removing schema version; use luceneMatchVersion instead > ---

[GitHub] [solr] janhoy commented on a change in pull request #610: SOLR-15242: Consolidate README.md with solr/README.md

2022-02-10 Thread GitBox
janhoy commented on a change in pull request #610: URL: https://github.com/apache/solr/pull/610#discussion_r803575377 ## File path: README_v2.md ## @@ -0,0 +1,176 @@ + + +# Welcome to the Apache Solr project! +--- + +Solr is the popular, blazing

[jira] [Commented] (SOLR-14843) Define strongly-typed cluster configuration API

2022-02-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490118#comment-17490118 ] Jan Høydahl commented on SOLR-14843: This Jira is tagged as 9.0. Is this all still o

[jira] [Commented] (SOLR-12420) Propose removing schema version; use luceneMatchVersion instead

2022-02-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-12420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490117#comment-17490117 ] Jan Høydahl commented on SOLR-12420: Now that Solr has its own SolrVersion, we have t

[jira] [Updated] (SOLR-11787) StackOverflowError in leader election

2022-02-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-11787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-11787: --- Fix Version/s: (was: 9.0) (was: 8.1) > StackOverflowError in leader electi

[jira] [Updated] (SOLR-11858) NPE in DirectSpellChecker

2022-02-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-11858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-11858: --- Fix Version/s: (was: 9.0) (was: 8.1) > NPE in DirectSpellChecker > ---

[jira] [Updated] (SOLR-11958) Implement an API to return Solr and GC logs

2022-02-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-11958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-11958: --- Fix Version/s: (was: 9.0) (was: 8.1) > Implement an API to return Solr and

[jira] [Updated] (SOLR-11498) eclipse error "the type xxx is already define"

2022-02-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-11498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-11498: --- Fix Version/s: (was: 9.0) (was: 8.1) > eclipse error "the type xxx is alre

[jira] [Updated] (SOLR-15312) v2 api: core creation, config vs configSet params

2022-02-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-15312: --- Fix Version/s: (was: 9.0) > v2 api: core creation, config vs configSet params > -

[jira] [Updated] (SOLR-15096) [REGRESSION] Collection Delete Performance significantly degraded in Java 11 v 8

2022-02-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-15096: --- Fix Version/s: (was: 9.0) > [REGRESSION] Collection Delete Performance significantly degraded in

[jira] [Updated] (SOLR-12018) Ref Guide: Comment system is offline

2022-02-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-12018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-12018: --- Fix Version/s: (was: 9.0) (was: 8.1) > Ref Guide: Comment system is offlin

[jira] [Updated] (SOLR-11150) When V2Request is sent to the wrong node, it throws NPE

2022-02-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-11150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-11150: --- Fix Version/s: (was: 9.0) (was: 8.1) > When V2Request is sent to the wrong

[jira] [Commented] (SOLR-11627) Weird AddReplicaTest failure on jenkins

2022-02-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-11627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490111#comment-17490111 ] Jan Høydahl commented on SOLR-11627: Was there any result of the added debug logging

[jira] [Updated] (SOLR-11627) Weird AddReplicaTest failure on jenkins

2022-02-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-11627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-11627: --- Fix Version/s: (was: 9.0) (was: 8.1) > Weird AddReplicaTest failure on jen

[jira] [Updated] (SOLR-11378) Solr can leak transaction logs if a commit happens during unload

2022-02-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-11378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-11378: --- Fix Version/s: (was: 9.0) (was: 8.1) Is this still an issue? We don't have

[jira] [Resolved] (SOLR-11280) Long cannot be cast to String in UpdateLog$LogReplayer

2022-02-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-11280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-11280. Fix Version/s: (was: 9.0) (was: 8.1) Resolution: Information Provi

[jira] [Resolved] (SOLR-11192) Deploying maven artifacts should provide a way to use a custom settings.xml file

2022-02-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-11192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-11192. Fix Version/s: (was: 9.0) (was: 8.1) Resolution: Won't Do > Deplo

[jira] [Commented] (SOLR-10784) Streaming Expressions machine learning functions library

2022-02-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-10784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490090#comment-17490090 ] Jan Høydahl commented on SOLR-10784: [~jbernste] This Jira seems to have commits from

[jira] [Commented] (SOLR-11908) Add multiVariateNormalMixtureDistribution Stream Evaluator

2022-02-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-11908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490091#comment-17490091 ] Jan Høydahl commented on SOLR-11908: [~jbernste] Why is this Jira still open, and tag

[jira] [Commented] (SOLR-15590) Start up Core Container via ServletContextListener

2022-02-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490087#comment-17490087 ] Jan Høydahl commented on SOLR-15590: [~gus] this Jira has merges to main but is still

[jira] [Commented] (SOLR-10651) Streaming Expressions statistical functions library

2022-02-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-10651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490086#comment-17490086 ] Jan Høydahl commented on SOLR-10651: [~jbernste] This Jira has many commits for 7.0,

[jira] [Resolved] (SOLR-14749) Provide a clean API for cluster-level event processing

2022-02-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-14749. Resolution: Fixed Closing this again. Please open new JIRAs for any failing tests. > Provide a cle

[jira] [Commented] (SOLR-12018) Ref Guide: Comment system is offline

2022-02-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-12018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490080#comment-17490080 ] Jan Høydahl commented on SOLR-12018: Have we enabled anything in Antora wrt providing

[jira] [Updated] (SOLR-11718) Deprecate CDCR Buffer APIs and set Buffer to "false"

2022-02-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-11718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-11718: --- Resolution: Abandoned Status: Resolved (was: Patch Available) CDCR is gone, closing > Depre

[jira] [Updated] (SOLR-12613) Rename "Cloud" tab as "Cluster" in Admin UI

2022-02-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-12613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-12613: --- Fix Version/s: (was: 9.0) (was: 8.1) > Rename "Cloud" tab as "Cluster" in

  1   2   >