[GitHub] [solr] anshumg commented on pull request #225: SOLR-15538 Update Lucene Preview Release dependency

2021-08-31 Thread GitBox
anshumg commented on pull request #225: URL: https://github.com/apache/solr/pull/225#issuecomment-909863732 @markrmiller - Do you plan to update this to prerelease8 (considering that's available)? Assuming that doesn't break anything else, and this patch works, might be worth to me

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

2021-08-31 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-2534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated SOLR-2534: Issue Type: Improvement (was: Bug) > Add min() and max() on strings > -- > >

[jira] [Commented] (SOLR-12848) SolrJ does not use HTTP proxy anymore

2021-08-31 Thread Selvamohan Neethiraj (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17407725#comment-17407725 ] Selvamohan Neethiraj commented on SOLR-12848: - +1 for the patch. I have verif

[jira] [Commented] (SOLR-15602) Upgrade gradle to 7.2

2021-08-31 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17407715#comment-17407715 ] Chris M. Hostetter commented on SOLR-15602: --- Huh ... obviously that last commen

[jira] [Commented] (SOLR-15602) Upgrade gradle to 7.2

2021-08-31 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17407712#comment-17407712 ] Chris M. Hostetter commented on SOLR-15602: --- {{testDocker}} isn't happy ... but

[jira] [Updated] (SOLR-15602) Upgrade gradle to 7.2

2021-08-31 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter updated SOLR-15602: -- Attachment: SOLR-15602.testDocker-fixes.patch Status: Open (was: Open) attachi

[GitHub] [solr] sonatype-lift[bot] commented on a change in pull request #254: Solr 15581

2021-08-31 Thread GitBox
sonatype-lift[bot] commented on a change in pull request #254: URL: https://github.com/apache/solr/pull/254#discussion_r699714106 ## File path: solr/core/src/java/org/apache/solr/core/SolrCore.java ## @@ -828,6 +828,7 @@ void initIndex(boolean passOnPreviousState, boolean reloa

[GitHub] [solr-operator] thelabdude commented on pull request #318: Option to watch for updates to the mTLS cert used by the operator to call Solr pods

2021-08-31 Thread GitBox
thelabdude commented on pull request #318: URL: https://github.com/apache/solr-operator/pull/318#issuecomment-909688647 > Would be good to add a changelog entry as well. > > Awesome work with the fsnotify stuff. It looks like that is a BSD3 licensed library, so I think you need to in

[GitHub] [solr-operator] thelabdude commented on a change in pull request #318: Option to watch for updates to the mTLS cert used by the operator to call Solr pods

2021-08-31 Thread GitBox
thelabdude commented on a change in pull request #318: URL: https://github.com/apache/solr-operator/pull/318#discussion_r699711318 ## File path: helm/solr-operator/templates/deployment.yaml ## @@ -64,6 +64,10 @@ spec: {{- if .Values.mTLS.insecureSkipVerify }}

[jira] [Commented] (SOLR-15610) Support json formatted logging via conf: add log4j-layout-template-json to 'server'

2021-08-31 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17407702#comment-17407702 ] Chris M. Hostetter commented on SOLR-15610: --- {quote}Are you just targeting 9.0

[GitHub] [solr-operator] thelabdude commented on a change in pull request #318: Option to watch for updates to the mTLS cert used by the operator to call Solr pods

2021-08-31 Thread GitBox
thelabdude commented on a change in pull request #318: URL: https://github.com/apache/solr-operator/pull/318#discussion_r699702285 ## File path: helm/solr-operator/templates/deployment.yaml ## @@ -64,6 +64,10 @@ spec: {{- if .Values.mTLS.insecureSkipVerify }}

[jira] [Commented] (SOLR-15607) Invert indent switch behaviour for clarity

2021-08-31 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17407698#comment-17407698 ] Jan Høydahl commented on SOLR-15607: Is the proposal to change the default for indent

[jira] [Commented] (SOLR-15610) Support json formatted logging via conf: add log4j-layout-template-json to 'server'

2021-08-31 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17407692#comment-17407692 ] Houston Putman commented on SOLR-15610: --- +1 I think this would be great. Would def

[GitHub] [solr-operator] HoustonPutman commented on a change in pull request #312: Configuration options to support an additional client TLS cert in addition to the server certificate

2021-08-31 Thread GitBox
HoustonPutman commented on a change in pull request #312: URL: https://github.com/apache/solr-operator/pull/312#discussion_r699692536 ## File path: controllers/util/solr_tls_util.go ## @@ -27,171 +27,217 @@ import ( ) const ( - SolrTlsCertMd5Annotation= "solr.apac

[GitHub] [solr-operator] thelabdude commented on a change in pull request #312: Configuration options to support an additional client TLS cert in addition to the server certificate

2021-08-31 Thread GitBox
thelabdude commented on a change in pull request #312: URL: https://github.com/apache/solr-operator/pull/312#discussion_r699691075 ## File path: controllers/util/solr_tls_util.go ## @@ -27,171 +27,217 @@ import ( ) const ( - SolrTlsCertMd5Annotation= "solr.apache.

[GitHub] [solr-operator] HoustonPutman commented on a change in pull request #318: Option to watch for updates to the mTLS cert used by the operator to call Solr pods

2021-08-31 Thread GitBox
HoustonPutman commented on a change in pull request #318: URL: https://github.com/apache/solr-operator/pull/318#discussion_r699685355 ## File path: helm/solr-operator/templates/deployment.yaml ## @@ -64,6 +64,10 @@ spec: {{- if .Values.mTLS.insecureSkipVerify }}

[GitHub] [solr-operator] thelabdude commented on a change in pull request #312: Configuration options to support an additional client TLS cert in addition to the server certificate

2021-08-31 Thread GitBox
thelabdude commented on a change in pull request #312: URL: https://github.com/apache/solr-operator/pull/312#discussion_r699690548 ## File path: controllers/solrprometheusexporter_controller.go ## @@ -434,53 +458,133 @@ func (r *SolrPrometheusExporterReconciler) buildSecretWat

[GitHub] [solr-operator] thelabdude commented on a change in pull request #312: Configuration options to support an additional client TLS cert in addition to the server certificate

2021-08-31 Thread GitBox
thelabdude commented on a change in pull request #312: URL: https://github.com/apache/solr-operator/pull/312#discussion_r699689067 ## File path: controllers/solrcloud_controller.go ## @@ -960,80 +950,160 @@ func (r *SolrCloudReconciler) indexAndWatchForTLSSecret(mgr ctrl.Manag

[jira] [Commented] (SOLR-15610) Support json formatted logging via conf: add log4j-layout-template-json to 'server'

2021-08-31 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17407666#comment-17407666 ] Chris M. Hostetter commented on SOLR-15610: --- The crux of this change would simp

[jira] [Created] (SOLR-15610) Support json formatted logging via conf: add log4j-layout-template-json to 'server'

2021-08-31 Thread Chris M. Hostetter (Jira)
Chris M. Hostetter created SOLR-15610: - Summary: Support json formatted logging via conf: add log4j-layout-template-json to 'server' Key: SOLR-15610 URL: https://issues.apache.org/jira/browse/SOLR-15610

[GitHub] [solr-operator] HoustonPutman commented on a change in pull request #312: Configuration options to support an additional client TLS cert in addition to the server certificate

2021-08-31 Thread GitBox
HoustonPutman commented on a change in pull request #312: URL: https://github.com/apache/solr-operator/pull/312#discussion_r699669943 ## File path: controllers/solrcloud_controller.go ## @@ -960,80 +950,160 @@ func (r *SolrCloudReconciler) indexAndWatchForTLSSecret(mgr ctrl.Ma

[GitHub] [solr-operator] thelabdude opened a new pull request #318: Option to watch for updates to the mTLS cert used by the operator to call Solr pods

2021-08-31 Thread GitBox
thelabdude opened a new pull request #318: URL: https://github.com/apache/solr-operator/pull/318 Fixes #317 Use `fsnotify` to watch the mTLS `tls.crt` file (mounted from a secret) to hot reload the certificate for the Http client used to make calls to Solr. For files loaded f

[GitHub] [solr] sonatype-lift[bot] commented on a change in pull request #254: Solr 15581

2021-08-31 Thread GitBox
sonatype-lift[bot] commented on a change in pull request #254: URL: https://github.com/apache/solr/pull/254#discussion_r699665335 ## File path: solr/benchmark/src/java/org/apache/solr/bench/BaseBenchState.java ## @@ -0,0 +1,92 @@ +/* + * Licensed to the Apache Software Foundati

[jira] [Updated] (SOLR-15609) Upgrade log4j -> 2.14.1

2021-08-31 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter updated SOLR-15609: -- Attachment: SOLR-15609.patch SOLR-15609.8x.patch Status: Open (

[jira] [Created] (SOLR-15609) Upgrade log4j -> 2.14.1

2021-08-31 Thread Chris M. Hostetter (Jira)
Chris M. Hostetter created SOLR-15609: - Summary: Upgrade log4j -> 2.14.1 Key: SOLR-15609 URL: https://issues.apache.org/jira/browse/SOLR-15609 Project: Solr Issue Type: Improvement

[jira] [Commented] (SOLR-15607) Invert indent switch behaviour for clarity

2021-08-31 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17407620#comment-17407620 ] David Eric Pugh commented on SOLR-15607: One  thought  I had, what if we  make in

[jira] [Commented] (SOLR-15607) Invert indent switch behaviour for clarity

2021-08-31 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17407619#comment-17407619 ] David Eric Pugh commented on SOLR-15607: Thanks [~janhoy] for the feedback.    Th

[GitHub] [solr] dweiss commented on a change in pull request #275: SOLR-15602: upgrade to gradle 7.2, clean up gradle code a bit.

2021-08-31 Thread GitBox
dweiss commented on a change in pull request #275: URL: https://github.com/apache/solr/pull/275#discussion_r699614087 ## File path: gradle/java/jar-manifest.gradle ## @@ -61,8 +61,9 @@ subprojects { "Specification-Version" : project.baseVersion,

[GitHub] [solr] dweiss commented on a change in pull request #275: SOLR-15602: upgrade to gradle 7.2, clean up gradle code a bit.

2021-08-31 Thread GitBox
dweiss commented on a change in pull request #275: URL: https://github.com/apache/solr/pull/275#discussion_r699608834 ## File path: gradle/java/jar-manifest.gradle ## @@ -61,8 +61,9 @@ subprojects { "Specification-Version" : project.baseVersion,

[GitHub] [solr] dweiss commented on a change in pull request #275: SOLR-15602: upgrade to gradle 7.2, clean up gradle code a bit.

2021-08-31 Thread GitBox
dweiss commented on a change in pull request #275: URL: https://github.com/apache/solr/pull/275#discussion_r699607305 ## File path: gradle/generation/local-settings.gradle ## @@ -35,26 +35,48 @@ configure(rootProject) { def testsJvms = (int) Math.max(1d, Math.min(cpus

[jira] [Commented] (SOLR-15607) Invert indent switch behaviour for clarity

2021-08-31 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17407611#comment-17407611 ] Jan Høydahl commented on SOLR-15607: The general URL behavior for this page is that t

[GitHub] [solr] dweiss commented on a change in pull request #275: SOLR-15602: upgrade to gradle 7.2, clean up gradle code a bit.

2021-08-31 Thread GitBox
dweiss commented on a change in pull request #275: URL: https://github.com/apache/solr/pull/275#discussion_r699603869 ## File path: gradle/generation/javacc.gradle ## @@ -129,17 +115,33 @@ configure(project(":solr:core")) { // We always regenerate, no need to declare outputs

[GitHub] [solr] dweiss commented on a change in pull request #275: SOLR-15602: upgrade to gradle 7.2, clean up gradle code a bit.

2021-08-31 Thread GitBox
dweiss commented on a change in pull request #275: URL: https://github.com/apache/solr/pull/275#discussion_r699602425 ## File path: build.gradle ## @@ -183,6 +184,7 @@ apply from: file('gradle/hacks/solr.findbugs.gradle') apply from: file('gradle/hacks/wipe-temp.gradle') appl

[jira] [Commented] (SOLR-15607) Invert indent switch behaviour for clarity

2021-08-31 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17407589#comment-17407589 ] David Eric Pugh commented on SOLR-15607: This looks great to me.  The one change

[jira] [Resolved] (SOLR-15599) Upgrade AWS SDK from v1 to v2 for the S3 Repository

2021-08-31 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman resolved SOLR-15599. --- Fix Version/s: 8.10 Resolution: Done > Upgrade AWS SDK from v1 to v2 for the S3 Reposi

[jira] [Commented] (SOLR-15599) Upgrade AWS SDK from v1 to v2 for the S3 Repository

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

[jira] [Updated] (SOLR-15608) Remove deprecated CloudSolrClient.Builder() constructor

2021-08-31 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated SOLR-15608: - Parent: SOLR-13138 Issue Type: Sub-task (was: Task) > Remove deprecated CloudSolrClient.Builder(

[jira] [Commented] (SOLR-15599) Upgrade AWS SDK from v1 to v2 for the S3 Repository

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

[jira] [Created] (SOLR-15608) Remove deprecated CloudSolrClient.Builder() constructor

2021-08-31 Thread Mike Drob (Jira)
Mike Drob created SOLR-15608: Summary: Remove deprecated CloudSolrClient.Builder() constructor Key: SOLR-15608 URL: https://issues.apache.org/jira/browse/SOLR-15608 Project: Solr Issue Type: Task

[GitHub] [solr] markrmiller commented on pull request #254: Solr 15581

2021-08-31 Thread GitBox
markrmiller commented on pull request #254: URL: https://github.com/apache/solr/pull/254#issuecomment-909438956 @madrob updated pr, not merged up to master this time yet as the last time that bit me. -- This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Commented] (SOLR-15600) Move Powered By logos to separate page

2021-08-31 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17407515#comment-17407515 ] Jan Høydahl commented on SOLR-15600: [~dsmiley], please read the email to private ([

[GitHub] [solr] cpoerschke commented on pull request #276: SOLR-15606: rename (deprecated) Insanity.java to NumericHidingLeafReader.java

2021-08-31 Thread GitBox
cpoerschke commented on pull request #276: URL: https://github.com/apache/solr/pull/276#issuecomment-909377241 > Does this need a CHANGES entry? Good question. Yeah, might as well have one, no harm in having one. -- This is an automated message from the Apache Git Service. To respo

[jira] [Commented] (SOLR-15600) Move Powered By logos to separate page

2021-08-31 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17407496#comment-17407496 ] David Smiley commented on SOLR-15600: - Yes. Maybe we should first solicit our commun

[GitHub] [solr] madrob commented on a change in pull request #275: SOLR-15602: upgrade to gradle 7.2, clean up gradle code a bit.

2021-08-31 Thread GitBox
madrob commented on a change in pull request #275: URL: https://github.com/apache/solr/pull/275#discussion_r699392924 ## File path: build.gradle ## @@ -20,15 +20,15 @@ import java.time.format.DateTimeFormatter plugins { id "base" - id "com.palantir.consistent-versions" v

[GitHub] [solr-site] janhoy opened a new pull request #38: SOLR-15600 Move powered by to sub page, skip logos (merge to prod)

2021-08-31 Thread GitBox
janhoy opened a new pull request #38: URL: https://github.com/apache/solr-site/pull/38 Co-authored-by: David Smiley Co-authored-by: Christine Poerschke Co-authored-by: Houston Putman (#36) -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [solr-operator] thelabdude opened a new issue #317: Solr operator pod should hot reload the TLS client cert used to send requests to HTTPs enabled Solr pods

2021-08-31 Thread GitBox
thelabdude opened a new issue #317: URL: https://github.com/apache/solr-operator/issues/317 If Solr has mTLS configured with ClientAuth `Need` the the Solr operator pod needs a client cert that Solr pods trust. We added support for loading said cert from a secret in v0.3.0, see (#256). The

[GitHub] [solr-site] janhoy merged pull request #38: SOLR-15600 Move powered by to sub page, skip logos (merge to prod)

2021-08-31 Thread GitBox
janhoy merged pull request #38: URL: https://github.com/apache/solr-site/pull/38 -- 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] madrob closed pull request #273: SOLR-13209: Fix NullPointerException error resulting from parsing null query

2021-08-31 Thread GitBox
madrob closed pull request #273: URL: https://github.com/apache/solr/pull/273 -- 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

[jira] [Commented] (SOLR-13209) NullPointerException from call in org.apache.solr.search.SolrIndexSearcher.getDocSet

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

[jira] [Commented] (SOLR-13209) NullPointerException from call in org.apache.solr.search.SolrIndexSearcher.getDocSet

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

[GitHub] [solr] spyk commented on a change in pull request #242: SOLR-15569: Split on the right subtree when node value == threshold on MultipleAdditiveTreesModel

2021-08-31 Thread GitBox
spyk commented on a change in pull request #242: URL: https://github.com/apache/solr/pull/242#discussion_r698497679 ## File path: solr/contrib/ltr/src/java/org/apache/solr/ltr/model/MultipleAdditiveTreesModel.java ## @@ -292,10 +291,10 @@ private static float scoreNode(float[]

[GitHub] [solr-operator] thelabdude commented on a change in pull request #312: Configuration options to support an additional client TLS cert in addition to the server certificate

2021-08-31 Thread GitBox
thelabdude commented on a change in pull request #312: URL: https://github.com/apache/solr-operator/pull/312#discussion_r698804396 ## File path: controllers/controller_utils_test.go ## @@ -184,46 +182,6 @@ func expectDeployment(t *testing.T, g *gomega.GomegaWithT, requests cha

[jira] [Resolved] (SOLR-13209) NullPointerException from call in org.apache.solr.search.SolrIndexSearcher.getDocSet

2021-08-31 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob resolved SOLR-13209. -- Fix Version/s: 8.10 main (9.0) Resolution: Fixed Thanks to everybody that wor

[GitHub] [solr] janhoy merged pull request #24: SOLR-15111 Use JDK8 Base64 instead of own implementation

2021-08-31 Thread GitBox
janhoy merged pull request #24: URL: https://github.com/apache/solr/pull/24 -- 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...@sol

[GitHub] [solr-site] janhoy merged pull request #36: SOLR-15600 Move powered by to sub page, skip logos

2021-08-31 Thread GitBox
janhoy merged pull request #36: URL: https://github.com/apache/solr-site/pull/36 -- 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] HoustonPutman closed issue #223: Solr Operator compatibility with Istio

2021-08-31 Thread GitBox
HoustonPutman closed issue #223: URL: https://github.com/apache/solr-operator/issues/223 -- 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-un

[GitHub] [solr-operator] HoustonPutman merged pull request #316: s/his/this typo(?) fix in solr-cloud-crd.md

2021-08-31 Thread GitBox
HoustonPutman merged pull request #316: URL: https://github.com/apache/solr-operator/pull/316 -- 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: issu

[GitHub] [solr] madrob commented on a change in pull request #254: Solr 15581

2021-08-31 Thread GitBox
madrob commented on a change in pull request #254: URL: https://github.com/apache/solr/pull/254#discussion_r698717978 ## File path: solr/benchmark/src/java/org/apache/solr/bench/generators/StringsDSL.java ## @@ -0,0 +1,305 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] [solr-operator] HoustonPutman commented on issue #223: Solr Operator compatibility with Istio

2021-08-31 Thread GitBox
HoustonPutman commented on issue #223: URL: https://github.com/apache/solr-operator/issues/223#issuecomment-908658951 Both prerequisites are now in. The v0.4.0 release should solve this issue. -- This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [solr-site] HoustonPutman merged pull request #37: Merge main into production

2021-08-31 Thread GitBox
HoustonPutman merged pull request #37: URL: https://github.com/apache/solr-site/pull/37 -- 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-uns

[GitHub] [solr] dweiss commented on a change in pull request #277: SOLR-15603: Activate Gradle build cache

2021-08-31 Thread GitBox
dweiss commented on a change in pull request #277: URL: https://github.com/apache/solr/pull/277#discussion_r698541218 ## File path: build.gradle ## @@ -20,7 +20,7 @@ import java.time.format.DateTimeFormatter plugins { id "base" - id "com.palantir.consistent-versions" ver

[GitHub] [solr-operator] HoustonPutman merged pull request #311: Add ability to specify ZK Config values.

2021-08-31 Thread GitBox
HoustonPutman merged pull request #311: URL: https://github.com/apache/solr-operator/pull/311 -- 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: issu

[GitHub] [solr] HoustonPutman commented on a change in pull request #248: SOLR-6156: Fix NullPointerException if group.field grouping is used with rows=0 and timeAllowed

2021-08-31 Thread GitBox
HoustonPutman commented on a change in pull request #248: URL: https://github.com/apache/solr/pull/248#discussion_r698537736 ## File path: solr/core/src/java/org/apache/solr/search/grouping/CommandHandler.java ## @@ -216,6 +225,9 @@ private void searchWithTimeLimiter(Query que

[GitHub] [solr] HoustonPutman merged pull request #271: SOLR-15599: Upgrade aws sdk

2021-08-31 Thread GitBox
HoustonPutman merged pull request #271: URL: https://github.com/apache/solr/pull/271 -- 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-unsubs

[GitHub] [solr-operator] HoustonPutman closed issue #290: Allow configuration of zookeeper cluster configs via values.yaml

2021-08-31 Thread GitBox
HoustonPutman closed issue #290: URL: https://github.com/apache/solr-operator/issues/290 -- 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-un

[GitHub] [solr] alextu commented on a change in pull request #277: SOLR-15603: Activate Gradle build cache

2021-08-31 Thread GitBox
alextu commented on a change in pull request #277: URL: https://github.com/apache/solr/pull/277#discussion_r698578438 ## File path: build.gradle ## @@ -20,7 +20,7 @@ import java.time.format.DateTimeFormatter plugins { id "base" - id "com.palantir.consistent-versions" ver

[jira] [Resolved] (SOLR-15111) Use JDK8 Base64 instead of own implementation

2021-08-31 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-15111. Fix Version/s: main (9.0) Resolution: Fixed Thanks for the contribution Andras. Too many con

[jira] [Commented] (SOLR-15111) Use JDK8 Base64 instead of own implementation

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

[jira] [Commented] (SOLR-15111) Use JDK8 Base64 instead of own implementation

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

[GitHub] [solr] janhoy merged pull request #24: SOLR-15111 Use JDK8 Base64 instead of own implementation

2021-08-31 Thread GitBox
janhoy merged pull request #24: URL: https://github.com/apache/solr/pull/24 -- 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...@sol

[jira] [Assigned] (SOLR-15111) Use JDK8 Base64 instead of own implementation

2021-08-31 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl reassigned SOLR-15111: -- Assignee: Jan Høydahl > Use JDK8 Base64 instead of own implementation > --

[jira] [Commented] (SOLR-15600) Move Powered By logos to separate page

2021-08-31 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17407317#comment-17407317 ] Jan Høydahl commented on SOLR-15600: I like the "submit a PR" suggestion. So that wou

[jira] [Commented] (SOLR-15600) Move Powered By logos to separate page

2021-08-31 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17407314#comment-17407314 ] Jan Høydahl commented on SOLR-15600: I merged the PR to staging, see [https://solr.st

[GitHub] [solr-site] janhoy merged pull request #36: SOLR-15600 Move powered by to sub page, skip logos

2021-08-31 Thread GitBox
janhoy merged pull request #36: URL: https://github.com/apache/solr-site/pull/36 -- 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] dweiss commented on a change in pull request #277: SOLR-15603: Activate Gradle build cache

2021-08-31 Thread GitBox
dweiss commented on a change in pull request #277: URL: https://github.com/apache/solr/pull/277#discussion_r699189769 ## File path: gradle/generate-defaults.gradle ## @@ -42,6 +42,7 @@ configure(rootProject) { "systemProp.file.encoding=UTF-8",

[jira] [Commented] (SOLR-15412) Strict validation on Replica metadata can cause complete outage

2021-08-31 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17407200#comment-17407200 ] Ishan Chattopadhyaya commented on SOLR-15412: - I likely won't have time for t

[GitHub] [solr] alextu commented on a change in pull request #277: SOLR-15603: Activate Gradle build cache

2021-08-31 Thread GitBox
alextu commented on a change in pull request #277: URL: https://github.com/apache/solr/pull/277#discussion_r699108383 ## File path: gradle/generate-defaults.gradle ## @@ -42,6 +42,7 @@ configure(rootProject) { "systemProp.file.encoding=UTF-8",

[GitHub] [solr] dweiss commented on a change in pull request #277: SOLR-15603: Activate Gradle build cache

2021-08-31 Thread GitBox
dweiss commented on a change in pull request #277: URL: https://github.com/apache/solr/pull/277#discussion_r699061855 ## File path: solr/solr-ref-guide/build.gradle ## @@ -215,20 +216,21 @@ check.dependsOn checkLocalJavadocLinksSite, checkSite // Hook site building to assemble

[GitHub] [solr] dweiss commented on a change in pull request #277: SOLR-15603: Activate Gradle build cache

2021-08-31 Thread GitBox
dweiss commented on a change in pull request #277: URL: https://github.com/apache/solr/pull/277#discussion_r699060499 ## File path: build.gradle ## @@ -20,7 +20,7 @@ import java.time.format.DateTimeFormatter plugins { id "base" - id "com.palantir.consistent-versions" ver