[GitHub] [solr] magibney commented on pull request #448: SOLR-15836: Address counterintuitive behavior of JSON "terms" subfacet refinement

2021-12-08 Thread GitBox
magibney commented on pull request #448: URL: https://github.com/apache/solr/pull/448#issuecomment-989354257 The initial test didn't actually work/demo what it was supposed to. Not sure how I overlooked that. 184c59b gets the test working properly (failing, AwaitsFix). -- This is an aut

[jira] [Commented] (SOLR-15832) Schema Designer publish shouldn't fail if .system collection doesn't exist

2021-12-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17456059#comment-17456059 ] ASF subversion and git services commented on SOLR-15832: Commit a

[jira] [Resolved] (SOLR-15832) Schema Designer publish shouldn't fail if .system collection doesn't exist

2021-12-08 Thread Timothy Potter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter resolved SOLR-15832. --- Fix Version/s: main (9.0) 8.11.1 Resolution: Fixed > Schema Designe

[jira] [Updated] (SOLR-15840) Performance degradation with Http2 client

2021-12-08 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-15840: Affects Version/s: 8.10 (was: 8.11) > Performance degrad

[jira] [Updated] (SOLR-15840) Performance degradation with Http2 client

2021-12-08 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-15840: Affects Version/s: 8.11 > Performance degradation with Http2 client > -

[jira] [Commented] (SOLR-15840) Performance degradation with Http2 client

2021-12-08 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17456050#comment-17456050 ] Ishan Chattopadhyaya commented on SOLR-15840: - Here's the corresponding issue

[jira] [Commented] (SOLR-15840) Performance degradation with Http2 client

2021-12-08 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17456049#comment-17456049 ] Ishan Chattopadhyaya commented on SOLR-15840: - [~markrmil...@gmail.com], plea

[jira] [Created] (SOLR-15840) Performance degradation with Http2 client

2021-12-08 Thread Ishan Chattopadhyaya (Jira)
Ishan Chattopadhyaya created SOLR-15840: --- Summary: Performance degradation with Http2 client Key: SOLR-15840 URL: https://issues.apache.org/jira/browse/SOLR-15840 Project: Solr Issue Ty

[jira] [Resolved] (SOLR-15839) After upgrade of Lucene a test mocking org.apache.lucene.search.Sort no longer works (final class)

2021-12-08 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved SOLR-15839. -- Fix Version/s: main (9.0) Assignee: Uwe Schindler Resolution: Fixed > After upg

[jira] [Commented] (SOLR-15839) After upgrade of Lucene a test mocking org.apache.lucene.search.Sort no longer works (final class)

2021-12-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17456046#comment-17456046 ] ASF subversion and git services commented on SOLR-15839: Commit 8

[GitHub] [solr] uschindler merged pull request #452: SOLR-15839: Don't mock oal.search.Sort class (why the hell was this needed?)

2021-12-08 Thread GitBox
uschindler merged pull request #452: URL: https://github.com/apache/solr/pull/452 -- 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.

[GitHub] [solr] uschindler commented on pull request #452: SOLR-15839: Don't mock oal.search.Sort class (why the hell was this needed?)

2021-12-08 Thread GitBox
uschindler commented on pull request #452: URL: https://github.com/apache/solr/pull/452#issuecomment-989284382 Sneaky test passes: ``` gradlew :solr:core:test --tests QueryComponentPartialResultsTest To honour the JVM settings for this build a single-use Daemon process will be

[GitHub] [solr] uschindler commented on pull request #452: SOLR-15839: Don't mock oal.search.Sort class (why the hell was this needed?)

2021-12-08 Thread GitBox
uschindler commented on pull request #452: URL: https://github.com/apache/solr/pull/452#issuecomment-989282793 This is a fishy, stinky, and SNEAKY thing to mock! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Commented] (SOLR-15839) After upgrade of Lucene a test mocking org.apache.lucene.search.Sort no longer works (final class)

2021-12-08 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17456023#comment-17456023 ] Uwe Schindler commented on SOLR-15839: -- Mocking of oal.search.Sort is not needed at

[GitHub] [solr] uschindler opened a new pull request #452: SOLR-15839: Don't mocj Sort class (why the hell was this needed?)

2021-12-08 Thread GitBox
uschindler opened a new pull request #452: URL: https://github.com/apache/solr/pull/452 See https://issues.apache.org/jira/browse/SOLR-15839 -- 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 s

[jira] [Commented] (SOLR-15518) Jetty QTP Thread leaks, may update Jetty to 9.4.42+

2021-12-08 Thread Surya Kathiravan (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17455965#comment-17455965 ] Surya Kathiravan commented on SOLR-15518: - We are facing the exact issue and usin

[jira] [Commented] (SOLR-15832) Schema Designer publish shouldn't fail if .system collection doesn't exist

2021-12-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17455963#comment-17455963 ] ASF subversion and git services commented on SOLR-15832: Commit 1

[GitHub] [solr] thelabdude merged pull request #451: SOLR-15832: Clean-up after publish action in Schema Designer shouldn't fail if .system collection doesn't exist

2021-12-08 Thread GitBox
thelabdude merged pull request #451: URL: https://github.com/apache/solr/pull/451 -- 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.

[GitHub] [solr-operator] gthvidsten opened a new issue #382: Can't specify nodeSelector for SolrCloud / ZK / Busybox

2021-12-08 Thread GitBox
gthvidsten opened a new issue #382: URL: https://github.com/apache/solr-operator/issues/382 **Problem** If you have a multi platform node cluster (linux + windows) then you need to specify a `nodeSelector` to force a deployment to run on a specific node. Usually like this: ```

[GitHub] [solr-operator] gthvidsten closed issue #378: How to specify which PVC to use

2021-12-08 Thread GitBox
gthvidsten closed issue #378: URL: https://github.com/apache/solr-operator/issues/378 -- 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-unsub

[GitHub] [solr-operator] gthvidsten commented on issue #378: How to specify which PVC to use

2021-12-08 Thread GitBox
gthvidsten commented on issue #378: URL: https://github.com/apache/solr-operator/issues/378#issuecomment-989140690 I believe everything was answered here, so closing this -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [solr-operator] gthvidsten closed issue #381: Accessing Solr without using an Ingress

2021-12-08 Thread GitBox
gthvidsten closed issue #381: URL: https://github.com/apache/solr-operator/issues/381 -- 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-unsub

[GitHub] [solr-operator] gthvidsten commented on issue #381: Accessing Solr without using an Ingress

2021-12-08 Thread GitBox
gthvidsten commented on issue #381: URL: https://github.com/apache/solr-operator/issues/381#issuecomment-989140354 Closing this as we're way past the original question. Creating a new issue for the nodeSelector issues -- This is an automated message from the Apache Git Service. To respon

[jira] [Commented] (SOLR-8319) NPE when creating pivot

2021-12-08 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-8319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17455932#comment-17455932 ] Houston Putman commented on SOLR-8319: -- I've added a changelog entry as well as tests

[jira] [Updated] (SOLR-8319) NPE when creating pivot

2021-12-08 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-8319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman updated SOLR-8319: - Attachment: SOLR-8319-3.patch > NPE when creating pivot > --- > >

[GitHub] [solr] thelabdude opened a new pull request #451: SOLR-15832: Clean-up after publish action in Schema Designer shouldn't fail if .system collection doesn't exist

2021-12-08 Thread GitBox
thelabdude opened a new pull request #451: URL: https://github.com/apache/solr/pull/451 https://issues.apache.org/jira/browse/SOLR-15832 -- 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 s

[jira] [Updated] (SOLR-15802) Solr SQL doesn't support DESCRIBE table syntax

2021-12-08 Thread Timothy Potter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter updated SOLR-15802: -- Issue Type: Bug (was: Improvement) > Solr SQL doesn't support DESCRIBE table syntax >

[jira] [Comment Edited] (SOLR-15332) bin/solr doesn't list the package command as an option

2021-12-08 Thread Jeff Zemerick (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17455312#comment-17455312 ] Jeff Zemerick edited comment on SOLR-15332 at 12/8/21, 3:23 PM: ---

[jira] [Commented] (SOLR-15332) bin/solr doesn't list the package command as an option

2021-12-08 Thread Jeff Zemerick (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17455312#comment-17455312 ] Jeff Zemerick commented on SOLR-15332: -- The {{package }}command was added to the lis

[jira] [Commented] (SOLR-15839) After upgrade of Lucene a test mocking org.apache.lucene.search.Sort no longer works (final class)

2021-12-08 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17455273#comment-17455273 ] Uwe Schindler commented on SOLR-15839: -- I did not notice the problem yesterday, beca

[jira] [Created] (SOLR-15839) After upgrade of Lucene a test mocking org.apache.lucene.search.Sort no longer works (final class)

2021-12-08 Thread Uwe Schindler (Jira)
Uwe Schindler created SOLR-15839: Summary: After upgrade of Lucene a test mocking org.apache.lucene.search.Sort no longer works (final class) Key: SOLR-15839 URL: https://issues.apache.org/jira/browse/SOLR-15839

[GitHub] [solr] epugh commented on a change in pull request #450: SOLR-15745: Convert create-core v2 API to annotations

2021-12-08 Thread GitBox
epugh commented on a change in pull request #450: URL: https://github.com/apache/solr/pull/450#discussion_r764887482 ## File path: solr/core/src/test/org/apache/solr/handler/admin/V2CoresAPIMappingTest.java ## @@ -0,0 +1,146 @@ +/* + * Licensed to the Apache Software Foundatio

[GitHub] [solr] epugh commented on a change in pull request #450: SOLR-15745: Convert create-core v2 API to annotations

2021-12-08 Thread GitBox
epugh commented on a change in pull request #450: URL: https://github.com/apache/solr/pull/450#discussion_r764886640 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/request/beans/CreateCorePayload.java ## @@ -0,0 +1,83 @@ +/* + * Licensed to the Apache Software

[GitHub] [solr] epugh commented on a change in pull request #450: SOLR-15745: Convert create-core v2 API to annotations

2021-12-08 Thread GitBox
epugh commented on a change in pull request #450: URL: https://github.com/apache/solr/pull/450#discussion_r764886640 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/request/beans/CreateCorePayload.java ## @@ -0,0 +1,83 @@ +/* + * Licensed to the Apache Software

[GitHub] [solr] epugh commented on a change in pull request #450: SOLR-15745: Convert create-core v2 API to annotations

2021-12-08 Thread GitBox
epugh commented on a change in pull request #450: URL: https://github.com/apache/solr/pull/450#discussion_r764885676 ## File path: solr/core/src/test/org/apache/solr/handler/admin/V2CoresAPIMappingTest.java ## @@ -0,0 +1,146 @@ +/* + * Licensed to the Apache Software Foundatio

[GitHub] [solr] epugh commented on a change in pull request #450: SOLR-15745: Convert create-core v2 API to annotations

2021-12-08 Thread GitBox
epugh commented on a change in pull request #450: URL: https://github.com/apache/solr/pull/450#discussion_r764884564 ## File path: solr/core/src/test/org/apache/solr/handler/admin/V2CoresAPIMappingTest.java ## @@ -0,0 +1,146 @@ +/* + * Licensed to the Apache Software Foundatio

[jira] [Resolved] (SOLR-15838) Change Lucene dependency to official Lucene 9.0.0 release

2021-12-08 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved SOLR-15838. -- Fix Version/s: main (9.0) Resolution: Fixed > Change Lucene dependency to official Lucen

[GitHub] [solr] gerlowskija opened a new pull request #450: SOLR-15745: Convert create-core v2 API to annotations

2021-12-08 Thread GitBox
gerlowskija opened a new pull request #450: URL: https://github.com/apache/solr/pull/450 # Description Solr currently supports two ways of implementing v2 APIs: an older JSON file ('apispec') based approach, and a new framework that relies on annotations. The code base is a slow tr

[jira] [Commented] (SOLR-15838) Change Lucene dependency to official Lucene 9.0.0 release

2021-12-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17455075#comment-17455075 ] ASF subversion and git services commented on SOLR-15838: Commit a

[GitHub] [solr] uschindler merged pull request #449: SOLR-15838: Update Solr to use released Lucene 9.0.0

2021-12-08 Thread GitBox
uschindler merged pull request #449: URL: https://github.com/apache/solr/pull/449 -- 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.

[GitHub] [solr] uschindler commented on pull request #449: SOLR-15838: Update Solr to use released Lucene 9.0.0

2021-12-08 Thread GitBox
uschindler commented on pull request #449: URL: https://github.com/apache/solr/pull/449#issuecomment-988640991 > Related question - Solr still uses Lucene's `Version` class several places. It's probably right when determining index compatibility, analysis components etc, but other places s