[GitHub] [solr] HoustonPutman commented on pull request #120: SOLR-15089: Allow backup/restoration to Amazon's S3 blobstore

2021-08-06 Thread GitBox
HoustonPutman commented on pull request #120: URL: https://github.com/apache/solr/pull/120#issuecomment-894527932 Ok pushed the changes to show you what I'm talking about. (in two prs, to somewhat separate concerns). Happy to address concerns or revert parts if y'all are unconvinced.

[GitHub] [solr] thelabdude opened a new pull request #249: SOLR-15579: Re-configure calcite to allow more values in an IN clause

2021-08-06 Thread GitBox
thelabdude opened a new pull request #249: URL: https://github.com/apache/solr/pull/249 https://issues.apache.org/jira/browse/SOLR-15579 # Description See the JIRA # Solution Override the default `DEFAULT_IN_SUB_QUERY_THRESHOLD` for Calcite's `SqlToRelConverter`

[jira] [Created] (SOLR-15579) SQL WHERE filter with 20 or more values in the IN clause results in no filtering on that field

2021-08-06 Thread Timothy Potter (Jira)
Timothy Potter created SOLR-15579: - Summary: SQL WHERE filter with 20 or more values in the IN clause results in no filtering on that field Key: SOLR-15579 URL: https://issues.apache.org/jira/browse/SOLR-15579

[GitHub] [solr-site] janhoy commented on pull request #30: Add artifactHub widget to resources and downloads.

2021-08-06 Thread GitBox
janhoy commented on pull request #30: URL: https://github.com/apache/solr-site/pull/30#issuecomment-894500136 Ok, no problem then :) -- 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

[jira] [Comment Edited] (SOLR-6156) Exception while using group with timeAllowed on SolrCloud.

2021-08-06 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-6156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17394961#comment-17394961 ] Christine Poerschke edited comment on SOLR-6156 at 8/6/21, 7:46 PM:

[GitHub] [solr] cpoerschke opened a new pull request #248: SOLR-6156: Fix NullPointerException if group.field grouping is used with rows=0 and timeAllowed

2021-08-06 Thread GitBox
cpoerschke opened a new pull request #248: URL: https://github.com/apache/solr/pull/248 https://issues.apache.org/jira/browse/SOLR-6156 -- 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

[jira] [Commented] (SOLR-6156) Exception while using group with timeAllowed on SolrCloud.

2021-08-06 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-6156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17394961#comment-17394961 ] Christine Poerschke commented on SOLR-6156: --- {quote}While debugging found that the create()

[jira] [Commented] (SOLR-15279) .SolrClientNodeStateProvider Error on getting remote info, trying again

2021-08-06 Thread Hitesh N. Kulkarni (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17394960#comment-17394960 ] Hitesh N. Kulkarni commented on SOLR-15279: --- I am also getting same error in solr 8.4.0, Can

[GitHub] [solr-site] HoustonPutman commented on pull request #30: Add artifactHub widget to resources and downloads.

2021-08-06 Thread GitBox
HoustonPutman commented on pull request #30: URL: https://github.com/apache/solr-site/pull/30#issuecomment-894447102 So after the (hopefully soon) `v0.4.0` Solr Operator release, there will be another widget there (the Solr Helm chart). So I kept it center-aligned so that I don't

[jira] [Updated] (SOLR-12677) XML Loader: support parsing of atomic updates for labelled child documents

2021-08-06 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-12677: Labels: NestedDocuments (was: ) > XML Loader: support parsing of atomic updates for labelled

[GitHub] [solr-operator] HoustonPutman commented on issue #301: Add support for GCS storage to 'solrbackup'

2021-08-06 Thread GitBox
HoustonPutman commented on issue #301: URL: https://github.com/apache/solr-operator/issues/301#issuecomment-894420587 So I just want to make sure I understand correctly. The only thing the operator should do for these "native" backup options, is to call the Solr API right? (And

[GitHub] [solr] HoustonPutman commented on pull request #120: SOLR-15089: Allow backup/restoration to Amazon's S3 blobstore

2021-08-06 Thread GitBox
HoustonPutman commented on pull request #120: URL: https://github.com/apache/solr/pull/120#issuecomment-894415992 Also found a small issue where in S3 you can have a file (not directory), and the API is checking to see if a directory path exists, without the `/` ending on the path. This

[jira] [Resolved] (SOLR-15576) Solr SQL filter on valid ISO 8601 timestamp fails

2021-08-06 Thread Timothy Potter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter resolved SOLR-15576. --- Fix Version/s: 8.10 main (9.0) Resolution: Fixed > Solr SQL filter

[jira] [Commented] (SOLR-15576) Solr SQL filter on valid ISO 8601 timestamp fails

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

[jira] [Commented] (SOLR-15576) Solr SQL filter on valid ISO 8601 timestamp fails

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

[GitHub] [solr] thelabdude merged pull request #247: SOLR-15576: Allow filtering on ISO-8601 formatted timestamp literals in SQL WHERE clause

2021-08-06 Thread GitBox
thelabdude merged pull request #247: URL: https://github.com/apache/solr/pull/247 -- 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] cpoerschke commented on a change in pull request #176: SOLR-15476: Facilitate 'shards.info' content customisation.

2021-08-06 Thread GitBox
cpoerschke commented on a change in pull request #176: URL: https://github.com/apache/solr/pull/176#discussion_r684330959 ## File path: solr/core/src/test/org/apache/solr/handler/component/CustomSearchHandlerTest.java ## @@ -0,0 +1,180 @@ +/* + * Licensed to the Apache

[jira] [Commented] (SOLR-15239) Document running Solr on Docker

2021-08-06 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17394829#comment-17394829 ] Houston Putman commented on SOLR-15239: --- All done, thanks for the reminder. > Document running

[jira] [Assigned] (SOLR-15239) Document running Solr on Docker

2021-08-06 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman reassigned SOLR-15239: - Assignee: Houston Putman > Document running Solr on Docker >

[jira] [Resolved] (SOLR-15239) Document running Solr on Docker

2021-08-06 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman resolved SOLR-15239. --- Fix Version/s: main (9.0) Resolution: Done > Document running Solr on Docker >

[jira] [Commented] (SOLR-15575) CollectionAdminRequest's processAndWait does not propagate the per-request basic auth credentials from the main request to RequestStatus and DeleteStatus used internall

2021-08-06 Thread Timothy Potter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17394807#comment-17394807 ] Timothy Potter commented on SOLR-15575: --- I didn't test with JWT ... but I suspect the Bearer header

[jira] [Commented] (SOLR-14414) New Admin UI

2021-08-06 Thread Almog Tavor (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17394804#comment-17394804 ] Almog Tavor commented on SOLR-14414: I agree that YASA ([https://yasa-org.github.io/]) does not have

[jira] [Comment Edited] (SOLR-14414) New Admin UI

2021-08-06 Thread Almog Tavor (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17389085#comment-17389085 ] Almog Tavor edited comment on SOLR-14414 at 8/6/21, 2:33 PM: - Any news about

[jira] [Commented] (SOLR-2534) Add min() and max() on strings

2021-08-06 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-2534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17394795#comment-17394795 ] Mike Drob commented on SOLR-2534: - Would this be more of a LUCENE issue, or do we think it is really a

[jira] [Commented] (SOLR-15575) CollectionAdminRequest's processAndWait does not propagate the per-request basic auth credentials from the main request to RequestStatus and DeleteStatus used internall

2021-08-06 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17394778#comment-17394778 ] Jan Høydahl commented on SOLR-15575: Do you know what happens with JWT auth? >

[jira] [Commented] (SOLR-15527) Security admin screen for managing users, roles, and permissions

2021-08-06 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17394769#comment-17394769 ] Jan Høydahl commented on SOLR-15527: This is so cool! Thanks lab dude! :)  > Security admin screen

[jira] [Commented] (SOLR-14414) New Admin UI

2021-08-06 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17394766#comment-17394766 ] Jan Høydahl commented on SOLR-14414: To me it seems like there was a lot of positive energy

[jira] [Commented] (SOLR-15239) Document running Solr on Docker

2021-08-06 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17394735#comment-17394735 ] Jan Høydahl commented on SOLR-15239: [~houston]? > Document running Solr on Docker >

[GitHub] [solr-site] janhoy commented on pull request #30: Add artifactHub widget to resources and downloads.

2021-08-06 Thread GitBox
janhoy commented on pull request #30: URL: https://github.com/apache/solr-site/pull/30#issuecomment-894100115 Cool. Would the widget look better left-aligned? ![Skjermbilde 2021-08-06 kl 10 33