[jira] [Commented] (SOLR-6787) API to manage blobs in Solr

2022-06-22 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-6787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17557731#comment-17557731 ] Noble Paul commented on SOLR-6787: -- If you have a Request Handler configured in {{solrcon

[GitHub] [solr-operator] HoustonPutman commented on issue #446: Operator resource update failed after authentication is disabled

2022-06-22 Thread GitBox
HoustonPutman commented on issue #446: URL: https://github.com/apache/solr-operator/issues/446#issuecomment-1163727906 Well the operator doesn't have a way to remove Auth from a SolrCloud, at least not yet. One fix you can do yourself manually is do a `kubectl exec --stdin --tty bin

[GitHub] [solr-operator] HoustonPutman commented on issue #364: JTS and Polygons jar file

2022-06-22 Thread GitBox
HoustonPutman commented on issue #364: URL: https://github.com/apache/solr-operator/issues/364#issuecomment-1163548272 Ahh I'm sorry I was wrong about the `extraVolumes` part, you can remove that. Otherwise it looks like you have the wrong indentation for `volumes`. it should be under `podO

[jira] [Commented] (SOLR-6787) API to manage blobs in Solr

2022-06-22 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-6787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17557622#comment-17557622 ] Jason Gerlowski commented on SOLR-6787: --- Hey [~noble.paul] - commit 8d7681e7 from th

[GitHub] [solr] risdenk commented on pull request #907: Update to Hadoop 3.3.3

2022-06-22 Thread GitBox
risdenk commented on PR #907: URL: https://github.com/apache/solr/pull/907#issuecomment-1163422327 Overall this looks good - really just need to check the forked o.a.hadoop classes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [solr-operator] sandeepg123456 commented on issue #364: JTS and Polygons jar file

2022-06-22 Thread GitBox
sandeepg123456 commented on issue #364: URL: https://github.com/apache/solr-operator/issues/364#issuecomment-1163409197 ![Screenshot from 2022-06-22 22-52-11](https://user-images.githubusercontent.com/107937382/175099348-b3e64d0c-c67e-4fd5-a732-3329bcfc65a3.png) I'm actually editing i

[GitHub] [solr] eliaporciani commented on a diff in pull request #904: SOLR-16246: Introduced pre-filtering in KnnQParser

2022-06-22 Thread GitBox
eliaporciani commented on code in PR #904: URL: https://github.com/apache/solr/pull/904#discussion_r904033703 ## solr/core/src/java/org/apache/solr/handler/MoreLikeThisHandler.java: ## @@ -53,18 +53,7 @@ import org.apache.solr.response.SolrQueryResponse; import org.apache.solr

[jira] [Commented] (SOLR-11953) Include JTS with Solr

2022-06-22 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17557554#comment-17557554 ] Houston Putman commented on SOLR-11953: --- I don't think there's a large amount of ha

[GitHub] [solr-operator] HoustonPutman commented on issue #364: JTS and Polygons jar file

2022-06-22 Thread GitBox
HoustonPutman commented on issue #364: URL: https://github.com/apache/solr-operator/issues/364#issuecomment-1163344372 Have you added config for `customSolrKubeOptions.podOptions.extraVolumes`? This that where you put the `solr-ext-lib` emptyDir volume? Can you share the actual yaml,

[GitHub] [solr] HoustonPutman commented on a diff in pull request #904: SOLR-16246: Introduced pre-filtering in KnnQParser

2022-06-22 Thread GitBox
HoustonPutman commented on code in PR #904: URL: https://github.com/apache/solr/pull/904#discussion_r903975160 ## solr/core/src/java/org/apache/solr/handler/MoreLikeThisHandler.java: ## @@ -53,18 +53,7 @@ import org.apache.solr.response.SolrQueryResponse; import org.apache.sol

[GitHub] [solr-operator] HoustonPutman commented on issue #424: Why Solr Operator local tutorial show 404 error??

2022-06-22 Thread GitBox
HoustonPutman commented on issue #424: URL: https://github.com/apache/solr-operator/issues/424#issuecomment-1163212444 Awesome, thanks for checking! I have added this to the live docs as well so that we don't have to wait for a release. -- This is an automated message from the Apac

[GitHub] [solr-operator] HoustonPutman merged pull request #447: Add ingressClassName to tutorial and example

2022-06-22 Thread GitBox
HoustonPutman merged PR #447: URL: https://github.com/apache/solr-operator/pull/447 -- 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-operator] HoustonPutman closed issue #424: Why Solr Operator local tutorial show 404 error??

2022-06-22 Thread GitBox
HoustonPutman closed issue #424: Why Solr Operator local tutorial show 404 error?? URL: https://github.com/apache/solr-operator/issues/424 -- 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 specifi

[GitHub] [solr-operator] mangohero1985 commented on issue #424: Why Solr Operator local tutorial show 404 error??

2022-06-22 Thread GitBox
mangohero1985 commented on issue #424: URL: https://github.com/apache/solr-operator/issues/424#issuecomment-1163207822 @HoustonPutman It worked for me. -- 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 g

[GitHub] [solr] sgift opened a new pull request, #913: SOLR-16260: Add support for Instant, LocalDate and ZonedDateTime to JavaBinCodec

2022-06-22 Thread GitBox
sgift opened a new pull request, #913: URL: https://github.com/apache/solr/pull/913 https://issues.apache.org/jira/browse/SOLR-16260 # Description Adds support for Instant, LocalDate and ZonedDateTime to JavaBinCodec. # Solution Instant, LocalDate and ZonedDateTime

[jira] [Created] (SOLR-16260) Handle JSR310 Date classes in JavaBinCodec

2022-06-22 Thread Sebastian Gift (Jira)
Sebastian Gift created SOLR-16260: - Summary: Handle JSR310 Date classes in JavaBinCodec Key: SOLR-16260 URL: https://issues.apache.org/jira/browse/SOLR-16260 Project: Solr Issue Type: Improve

[GitHub] [solr] risdenk commented on pull request #912: WIP - Use up to JDK 11 features

2022-06-22 Thread GitBox
risdenk commented on PR #912: URL: https://github.com/apache/solr/pull/912#issuecomment-1163147648 Thanks @madrob for the quick review. I threw it up to review myself and wasn't expecting comments yet :) I agree with your findings and many probably repeat throughout. I'll clean it up over t

[GitHub] [solr] risdenk commented on a diff in pull request #912: WIP - Use up to JDK 11 features

2022-06-22 Thread GitBox
risdenk commented on code in PR #912: URL: https://github.com/apache/solr/pull/912#discussion_r903793244 ## solr/core/src/java/org/apache/solr/filestore/PackageStoreAPI.java: ## @@ -212,12 +212,10 @@ public void upload(SolrQueryRequest req, SolrQueryResponse rsp) { } c

[GitHub] [solr-operator] sandeepg123456 commented on issue #364: JTS and Polygons jar file

2022-06-22 Thread GitBox
sandeepg123456 commented on issue #364: URL: https://github.com/apache/solr-operator/issues/364#issuecomment-1162945389 When I add volumeMounts to initContainers the pod itself is not showing up initContainers: - name: "install-ext-libs" image: solr:8.8.0 command: