[jira] [Commented] (SOLR-16585) All docs query with any nonzero positive start value throws NPE with "this.docs is null"

2022-12-12 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17646388#comment-17646388 ] Michael Gibney commented on SOLR-16585: --- [PR #1236|https://github.com/apache/solr/pull/1236]

[jira] [Assigned] (SOLR-16585) All docs query with any nonzero positive start value throws NPE with "this.docs is null"

2022-12-12 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Gibney reassigned SOLR-16585: - Assignee: Michael Gibney > All docs query with any nonzero positive start value throws

[GitHub] [solr] patsonluk opened a new pull request, #1237: SOLR-16586: Log start of SearchHandler#handleRequestBody

2022-12-12 Thread GitBox
patsonluk opened a new pull request, #1237: URL: https://github.com/apache/solr/pull/1237 https://issues.apache.org/jira/browse/SOLR-16586 # Description Add logging to start of `SearchHandler#handleRequestBody` so if processing hangs we know which query is causing that

[jira] [Commented] (SOLR-16584) integrationTests (BATS) fail on GitHub and Jenkins

2022-12-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17646345#comment-17646345 ] ASF subversion and git services commented on SOLR-16584: Commit

[GitHub] [solr] janhoy merged pull request #1231: SOLR-16584 Badapple the failing BATS test

2022-12-12 Thread GitBox
janhoy merged PR #1231: URL: https://github.com/apache/solr/pull/1231 -- 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:

[GitHub] [solr] janhoy commented on pull request #1223: test bats

2022-12-12 Thread GitBox
janhoy commented on PR #1223: URL: https://github.com/apache/solr/pull/1223#issuecomment-1347398061 The Check-main jenkins job had [one single SUCCESS](https://ci-builds.apache.org/job/Solr/job/Solr-Check-main/5564/console) run, with `integrationTests` enabled, so we can officially declare

[jira] [Commented] (SOLR-15787) Implement FileSystemConfigSetService

2022-12-12 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17646344#comment-17646344 ] David Smiley commented on SOLR-15787: - Thanks for the notice Kevin! Can you look [~nazerke]? >

[jira] [Created] (SOLR-16586) Add logging at the beginning of searchHandler#handleRequestBody

2022-12-12 Thread Patson Luk (Jira)
Patson Luk created SOLR-16586: - Summary: Add logging at the beginning of searchHandler#handleRequestBody Key: SOLR-16586 URL: https://issues.apache.org/jira/browse/SOLR-16586 Project: Solr

[jira] [Commented] (SOLR-15787) Implement FileSystemConfigSetService

2022-12-12 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17646343#comment-17646343 ] Kevin Risden commented on SOLR-15787: - I think this above commit is causing exceptions on Windows:

[GitHub] [solr] janhoy commented on pull request #1168: SOLR-16532 New OTEL module with OTLP trace exporter

2022-12-12 Thread GitBox
janhoy commented on PR #1168: URL: https://github.com/apache/solr/pull/1168#issuecomment-1347390755 Thanks @risdenk for fixing the weird gradle thing, that was a tricky one! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [solr] janhoy commented on pull request #1168: SOLR-16532 New OTEL module with OTLP trace exporter

2022-12-12 Thread GitBox
janhoy commented on PR #1168: URL: https://github.com/apache/solr/pull/1168#issuecomment-1347386908 > Sounds good but how? I was thinking in a `static {}` context, but there are some interactions there, so let's defer such feature, at least to another JIRA. -- This is an automated

[GitHub] [solr] janhoy commented on pull request #1223: test bats

2022-12-12 Thread GitBox
janhoy commented on PR #1223: URL: https://github.com/apache/solr/pull/1223#issuecomment-1347379105 I added `integrationTests` task to Check jenkins job for 9.1 and 9.x as well, so we can see if it fails for those as well, or if this is something introduced in main. -- This is an

[GitHub] [solr] magibney commented on pull request #1236: SOLR-16585: Fix NPE in MatchAllDocs pagination

2022-12-12 Thread GitBox
magibney commented on PR #1236: URL: https://github.com/apache/solr/pull/1236#issuecomment-1347260186 >It's worth to add some similar test case into. Solr examples/CLI smoke tests. Also, it's worth to add more variety into this test case. Definitely; didn't want to delay getting

[jira] [Comment Edited] (SOLR-16139) [Regression] JSON stat facet functions not working on analysed String (SortableTextField)

2022-12-12 Thread Daniel Lowe (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17646316#comment-17646316 ] Daniel Lowe edited comment on SOLR-16139 at 12/12/22 8:09 PM: -- We also ran

[jira] [Commented] (SOLR-16139) [Regression] JSON stat facet functions not working on analysed String (SortableTextField)

2022-12-12 Thread Daniel Lowe (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17646316#comment-17646316 ] Daniel Lowe commented on SOLR-16139: We also ran into this issue when migrating from Solr 8.4 to Solr

[GitHub] [solr] magibney opened a new pull request, #1236: SOLR-16585: Fix NPE in MatchAllDocs pagination

2022-12-12 Thread GitBox
magibney opened a new pull request, #1236: URL: https://github.com/apache/solr/pull/1236 See: https://issues.apache.org/jira/browse/SOLR-16585 -- 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

[GitHub] [solr] dsmiley commented on a diff in pull request #1168: SOLR-16532 New OTEL module with OTLP trace exporter

2022-12-12 Thread GitBox
dsmiley commented on code in PR #1168: URL: https://github.com/apache/solr/pull/1168#discussion_r1046256426 ## solr/modules/opentelemetry/src/java/org/apache/solr/opentelemetry/OtelTracerConfigurator.java: ## @@ -0,0 +1,135 @@ +/* + * Licensed to the Apache Software Foundation

[jira] [Commented] (SOLR-16585) All docs query with any nonzero positive start value throws NPE with "this.docs is null"

2022-12-12 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17646290#comment-17646290 ] Michael Gibney commented on SOLR-16585: --- Yeah, confirmed this is introduced by SOLR-14765 :-(

[jira] [Commented] (SOLR-16099) HTTP Client threads can hang in Jetty's InputStreamResponseListener when using HTTP2 - impacts intra-node communication

2022-12-12 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17646260#comment-17646260 ] Houston Putman commented on SOLR-16099: --- Thanks for getting this done so fast [~krisden]! I was

[GitHub] [solr] patsonluk commented on pull request #1229: SOLR-16582: Allow configuration of solrcore response logging by path

2022-12-12 Thread GitBox
patsonluk commented on PR #1229: URL: https://github.com/apache/solr/pull/1229#issuecomment-1346967878 @noblepaul @chatman Can I get a review of this once u have a chance? This is a piece taken from

[jira] [Commented] (SOLR-16129) Solr specific InputStreamResponseListener to prevent client threads from hanging forever

2022-12-12 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17646243#comment-17646243 ] Chris M. Hostetter commented on SOLR-16129: --- I was never able to forcibly trigger the problem

[GitHub] [solr] risdenk commented on a diff in pull request #1168: SOLR-16532 New OTEL module with OTLP trace exporter

2022-12-12 Thread GitBox
risdenk commented on code in PR #1168: URL: https://github.com/apache/solr/pull/1168#discussion_r1046121655 ## solr/modules/opentelemetry/build.gradle: ## @@ -0,0 +1,56 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license

[jira] [Updated] (SOLR-16099) HTTP Client threads can hang in Jetty's InputStreamResponseListener when using HTTP2 - impacts intra-node communication

2022-12-12 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16099: Resolution: Fixed Status: Resolved (was: Patch Available) I'm going to mark this as

[jira] [Commented] (SOLR-16129) Solr specific InputStreamResponseListener to prevent client threads from hanging forever

2022-12-12 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17646207#comment-17646207 ] Kevin Risden commented on SOLR-16129: - Are there still plans to implement this? SOLR-16099 upgraded

[jira] [Updated] (SOLR-16099) HTTP Client threads can hang in Jetty's InputStreamResponseListener when using HTTP2 - impacts intra-node communication

2022-12-12 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16099: Fix Version/s: 9.2 > HTTP Client threads can hang in Jetty's InputStreamResponseListener when >

[jira] [Commented] (SOLR-16099) HTTP Client threads can hang in Jetty's InputStreamResponseListener when using HTTP2 - impacts intra-node communication

2022-12-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17646204#comment-17646204 ] ASF subversion and git services commented on SOLR-16099: Commit

[jira] [Commented] (SOLR-14765) optimize DocList creation by skipping sort for sort-irrelevant cases

2022-12-12 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17646197#comment-17646197 ] Michael Gibney commented on SOLR-14765: --- oh no; very likely. Looking into this now. > optimize

[GitHub] [solr] risdenk commented on a diff in pull request #1168: SOLR-16532 New OTEL module with OTLP trace exporter

2022-12-12 Thread GitBox
risdenk commented on code in PR #1168: URL: https://github.com/apache/solr/pull/1168#discussion_r1046063624 ## solr/modules/opentelemetry/build.gradle: ## @@ -0,0 +1,56 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license

[GitHub] [solr] risdenk commented on pull request #1223: test bats

2022-12-12 Thread GitBox
risdenk commented on PR #1223: URL: https://github.com/apache/solr/pull/1223#issuecomment-1346838555 I haven't narrowed the issue down any further yet. But my hunch is it fails to even try to kill the process with the separate port. I don't even see it yet to shutdown in the logs. Most

[GitHub] [solr] Jdurham2843 commented on pull request #1126: SOLR-16462: Create v2 equivalent of v1 'CREATESNAPSHOT', 'LISTSNAPSHOT' and 'DELETESNAPSHOT' (core level)

2022-12-12 Thread GitBox
Jdurham2843 commented on PR #1126: URL: https://github.com/apache/solr/pull/1126#issuecomment-1346800289 That doesn't sound like any fun, but I totally get it and no worries! This work should be here whenever your in a position to look at it. Hopefully the regression isn't too hard to

[jira] [Updated] (SOLR-16099) HTTP Client threads can hang in Jetty's InputStreamResponseListener when using HTTP2 - impacts intra-node communication

2022-12-12 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16099: Component/s: Server > HTTP Client threads can hang in Jetty's InputStreamResponseListener when >

[jira] [Commented] (SOLR-16099) HTTP Client threads can hang in Jetty's InputStreamResponseListener when using HTTP2 - impacts intra-node communication

2022-12-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17646141#comment-17646141 ] ASF subversion and git services commented on SOLR-16099: Commit

[jira] [Updated] (SOLR-16099) HTTP Client threads can hang in Jetty's InputStreamResponseListener when using HTTP2 - impacts intra-node communication

2022-12-12 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-16099: Fix Version/s: main (10.0) > HTTP Client threads can hang in Jetty's InputStreamResponseListener

[GitHub] [solr] risdenk merged pull request #1230: SOLR-16099: Upgrade to Jetty 10.0.13

2022-12-12 Thread GitBox
risdenk merged PR #1230: URL: https://github.com/apache/solr/pull/1230 -- 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:

[jira] [Commented] (SOLR-16567) java.lang.StackOverflowError when combining KnnQParser and FunctionRangeQParser

2022-12-12 Thread Gabriel Magno (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17646091#comment-17646091 ] Gabriel Magno commented on SOLR-16567: -- Hi Alessandro! That sounds good, I will take a look at the

[jira] [Commented] (SOLR-15751) Create a v2 equivalent for 'COLSTATUS'

2022-12-12 Thread Anakhe Ajayi (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17645997#comment-17645997 ] Anakhe Ajayi commented on SOLR-15751: - [~gerlowskija] still waiting for a response on this -

[jira] [Commented] (SOLR-16585) All docs query with any nonzero positive start value throws NPE with "this.docs is null"

2022-12-12 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17645957#comment-17645957 ] Mikhail Khludnev commented on SOLR-16585: - Probably we don't have a case with {{start>0}} see