[jira] [Updated] (SOLR-16557) Solr 9.0.0 - Not able to install 3rd party DIH plugin

2022-11-21 Thread Rajesh Kumar C (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Kumar C updated SOLR-16557: -- Affects Version/s: 9.0 > Solr 9.0.0 - Not able to install 3rd party DIH plugin > --

[jira] [Updated] (SOLR-16557) Solr 9.0.0 - Not able to install 3rd party DIH plugin

2022-11-21 Thread Rajesh Kumar C (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Kumar C updated SOLR-16557: -- Affects Version/s: (was: 9.0) > Solr 9.0.0 - Not able to install 3rd party DIH plugin > ---

[GitHub] [solr] magibney commented on a diff in pull request #1184: SOLR-16555: SolrIndexSearcher - FilterCache intersections/andNot should not clone bitsets repeatedly

2022-11-21 Thread GitBox
magibney commented on code in PR #1184: URL: https://github.com/apache/solr/pull/1184#discussion_r1028810262 ## solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java: ## @@ -1190,38 +1192,52 @@ public ProcessedFilter getProcessedFilter(DocSet setFilter, List queries)

[GitHub] [solr] magibney commented on a diff in pull request #1184: SOLR-16555: SolrIndexSearcher - FilterCache intersections/andNot should not clone bitsets repeatedly

2022-11-21 Thread GitBox
magibney commented on code in PR #1184: URL: https://github.com/apache/solr/pull/1184#discussion_r1028792927 ## solr/core/src/java/org/apache/solr/search/BitDocSet.java: ## @@ -194,19 +194,31 @@ public void addAllTo(FixedBitSet target) { @Override public DocSet andNot(Do

[jira] [Commented] (SOLR-16549) Solr core memory usage study

2022-11-21 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17636986#comment-17636986 ] Noble Paul commented on SOLR-16549: --- [~dsmiley] is there any reason why we can't set th

[jira] [Updated] (SOLR-16557) Solr 9.0.0 - Not able to install 3rd party DIH plugin

2022-11-21 Thread Rajesh Kumar C (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Kumar C updated SOLR-16557: -- Priority: Critical (was: Major) > Solr 9.0.0 - Not able to install 3rd party DIH plugin >

[GitHub] [solr-site] janhoy commented on pull request #85: CVE 2022 39135

2022-11-21 Thread GitBox
janhoy commented on PR #85: URL: https://github.com/apache/solr-site/pull/85#issuecomment-1322848769 There's something wrong with this PR, it seems to merge 101 commits from production branch into main? And it changes `.asf.yaml`, which it should not. Can you perhaps force-push a cle

[GitHub] [solr] risdenk commented on a diff in pull request #1184: SOLR-16555: SolrIndexSearcher - FilterCache intersections/andNot should not clone bitsets repeatedly

2022-11-21 Thread GitBox
risdenk commented on code in PR #1184: URL: https://github.com/apache/solr/pull/1184#discussion_r1028633733 ## solr/core/src/java/org/apache/solr/search/BitDocSet.java: ## @@ -194,19 +194,30 @@ public void addAllTo(FixedBitSet target) { @Override public DocSet andNot(Doc

[GitHub] [solr] magibney commented on a diff in pull request #1184: SOLR-16555: SolrIndexSearcher - FilterCache intersections/andNot should not clone bitsets repeatedly

2022-11-21 Thread GitBox
magibney commented on code in PR #1184: URL: https://github.com/apache/solr/pull/1184#discussion_r1028526100 ## solr/core/src/java/org/apache/solr/search/MutableBitDocSet.java: ## @@ -0,0 +1,137 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * co

[GitHub] [solr] magibney commented on a diff in pull request #1184: SOLR-16555: SolrIndexSearcher - FilterCache intersections/andNot should not clone bitsets repeatedly

2022-11-21 Thread GitBox
magibney commented on code in PR #1184: URL: https://github.com/apache/solr/pull/1184#discussion_r1028520036 ## solr/core/src/java/org/apache/solr/search/BitDocSet.java: ## @@ -194,19 +194,30 @@ public void addAllTo(FixedBitSet target) { @Override public DocSet andNot(Do

[GitHub] [solr] risdenk commented on a diff in pull request #1184: SOLR-16555: SolrIndexSearcher - FilterCache intersections/andNot should not clone bitsets repeatedly

2022-11-21 Thread GitBox
risdenk commented on code in PR #1184: URL: https://github.com/apache/solr/pull/1184#discussion_r1028485895 ## solr/core/src/java/org/apache/solr/search/MutableBitDocSet.java: ## @@ -0,0 +1,103 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * con

[GitHub] [solr] risdenk commented on a diff in pull request #1184: SOLR-16555: SolrIndexSearcher - FilterCache intersections/andNot should not clone bitsets repeatedly

2022-11-21 Thread GitBox
risdenk commented on code in PR #1184: URL: https://github.com/apache/solr/pull/1184#discussion_r1028485479 ## solr/core/src/java/org/apache/solr/search/MutableBitDocSet.java: ## @@ -0,0 +1,103 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * con

[GitHub] [solr] risdenk commented on a diff in pull request #1184: SOLR-16555: SolrIndexSearcher - FilterCache intersections/andNot should not clone bitsets repeatedly

2022-11-21 Thread GitBox
risdenk commented on code in PR #1184: URL: https://github.com/apache/solr/pull/1184#discussion_r1028467946 ## solr/core/src/java/org/apache/solr/search/MutableBitDocSet.java: ## @@ -0,0 +1,103 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * con

[GitHub] [solr] dsmiley commented on a diff in pull request #1184: SOLR-16555: SolrIndexSearcher - FilterCache intersections/andNot should not clone bitsets repeatedly

2022-11-21 Thread GitBox
dsmiley commented on code in PR #1184: URL: https://github.com/apache/solr/pull/1184#discussion_r1028371762 ## solr/core/src/java/org/apache/solr/search/MutableBitDocSet.java: ## @@ -0,0 +1,103 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * con

[GitHub] [solr] dsmiley commented on a diff in pull request #1184: SOLR-16555: SolrIndexSearcher - FilterCache intersections/andNot should not clone bitsets repeatedly

2022-11-21 Thread GitBox
dsmiley commented on code in PR #1184: URL: https://github.com/apache/solr/pull/1184#discussion_r1028371762 ## solr/core/src/java/org/apache/solr/search/MutableBitDocSet.java: ## @@ -0,0 +1,103 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * con

[GitHub] [solr] bszabo97 commented on a diff in pull request #1182: SOLR-16504 Convert CLI tools to Jetty HTTP 2 client.

2022-11-21 Thread GitBox
bszabo97 commented on code in PR #1182: URL: https://github.com/apache/solr/pull/1182#discussion_r1028346326 ## solr/core/src/java/org/apache/solr/util/SolrCLI.java: ## @@ -1059,12 +1080,38 @@ public Option[] getOptions() { protected void runImpl(CommandLine cli) throws Exc

[GitHub] [solr] bszabo97 commented on a diff in pull request #1182: SOLR-16504 Convert CLI tools to Jetty HTTP 2 client.

2022-11-21 Thread GitBox
bszabo97 commented on code in PR #1182: URL: https://github.com/apache/solr/pull/1182#discussion_r1028344331 ## solr/core/src/java/org/apache/solr/util/SolrCLI.java: ## @@ -968,38 +983,42 @@ public Map getStatus(String solrUrl) throws Exception { if (!solrUrl.endsWith(

[GitHub] [solr] madrob commented on a diff in pull request #1184: SOLR-16555: SolrIndexSearcher - FilterCache intersections/andNot should not clone bitsets repeatedly

2022-11-21 Thread GitBox
madrob commented on code in PR #1184: URL: https://github.com/apache/solr/pull/1184#discussion_r1028297158 ## solr/core/src/java/org/apache/solr/search/MutableBitDocSet.java: ## @@ -0,0 +1,103 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * cont

[GitHub] [solr] risdenk commented on pull request #1184: SOLR-16555: SolrIndexSearcher - FilterCache intersections/andNot should not clone bitsets repeatedly

2022-11-21 Thread GitBox
risdenk commented on PR #1184: URL: https://github.com/apache/solr/pull/1184#issuecomment-1322170003 Thanks @dsmiley appreciate the reviews. I added a bunch of others to hopefully make sure we get another set of eyes on this. I'll test this change again today with your commit as well. --

[jira] [Updated] (SOLR-16557) Solr 9.0.0 - Not able to install 3rd party DIH plugin

2022-11-21 Thread Rajesh Kumar C (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Kumar C updated SOLR-16557: -- Description: Hi Team,   I have checked in IRC Channel & sent mail to User mailing list, as well

[jira] [Updated] (SOLR-16557) Solr 9.0.0 - Not able to install 3rd party DIH plugin

2022-11-21 Thread Rajesh Kumar C (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Kumar C updated SOLR-16557: -- Summary: Solr 9.0.0 - Not able to install 3rd party DIH plugin (was: Solr 9.0.0 - DIH package

[jira] [Created] (SOLR-16557) Solr 9.0.0 - DIH package cannot be installed

2022-11-21 Thread Rajesh Kumar C (Jira)
Rajesh Kumar C created SOLR-16557: - Summary: Solr 9.0.0 - DIH package cannot be installed Key: SOLR-16557 URL: https://issues.apache.org/jira/browse/SOLR-16557 Project: Solr Issue Type: Bug