[GitHub] [solr] atris commented on a change in pull request #193: SOLR-15474: Support Pluggable Circuit Breakers

2021-07-21 Thread GitBox
atris commented on a change in pull request #193: URL: https://github.com/apache/solr/pull/193#discussion_r673838104 ## File path: solr/solr-ref-guide/src/circuit-breakers.adoc ## @@ -27,23 +27,16 @@ If circuit breakers are enabled, requests may be rejected under the condition

[jira] [Commented] (SOLR-15474) pluggable support for custom circuit breakers

2021-07-21 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384835#comment-17384835 ] Ishan Chattopadhyaya commented on SOLR-15474: - {quote}All circuit breaker con

[jira] [Commented] (SOLR-15474) pluggable support for custom circuit breakers

2021-07-21 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384836#comment-17384836 ] Ishan Chattopadhyaya commented on SOLR-15474: - {quote}Can we mark these APIs

[GitHub] [solr] atris commented on a change in pull request #193: SOLR-15474: Support Pluggable Circuit Breakers

2021-07-21 Thread GitBox
atris commented on a change in pull request #193: URL: https://github.com/apache/solr/pull/193#discussion_r673916341 ## File path: solr/core/src/java/org/apache/solr/util/circuitbreaker/CircuitBreakerManager.java ## @@ -135,15 +125,61 @@ public static String toErrorMessage(Lis

[jira] [Commented] (SOLR-15474) pluggable support for custom circuit breakers

2021-07-21 Thread Atri Sharma (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384856#comment-17384856 ] Atri Sharma commented on SOLR-15474: bq. These circuit breakers should be loadable fr

[jira] [Comment Edited] (SOLR-15474) pluggable support for custom circuit breakers

2021-07-21 Thread Atri Sharma (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384856#comment-17384856 ] Atri Sharma edited comment on SOLR-15474 at 7/21/21, 12:15 PM:

[jira] [Commented] (SOLR-15474) pluggable support for custom circuit breakers

2021-07-21 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384865#comment-17384865 ] Ishan Chattopadhyaya commented on SOLR-15474: - I see, thats awesome. Lets doc

[GitHub] [solr] cpoerschke commented on a change in pull request #228: SOLR-15496 LTRRescorer unnecessarily (re)creates Comparator

2021-07-21 Thread GitBox
cpoerschke commented on a change in pull request #228: URL: https://github.com/apache/solr/pull/228#discussion_r674005774 ## File path: solr/contrib/ltr/src/java/org/apache/solr/ltr/LTRRescorer.java ## @@ -131,31 +146,12 @@ public TopDocs rescore(IndexSearcher searcher, TopDocs

[GitHub] [solr] marcosfpr commented on a change in pull request #228: SOLR-15496 LTRRescorer unnecessarily (re)creates Comparator

2021-07-21 Thread GitBox
marcosfpr commented on a change in pull request #228: URL: https://github.com/apache/solr/pull/228#discussion_r674040410 ## File path: solr/contrib/ltr/src/java/org/apache/solr/ltr/LTRRescorer.java ## @@ -131,31 +146,12 @@ public TopDocs rescore(IndexSearcher searcher, TopDocs

[GitHub] [solr] marcosfpr commented on pull request #228: SOLR-15496 LTRRescorer unnecessarily (re)creates Comparator

2021-07-21 Thread GitBox
marcosfpr commented on pull request #228: URL: https://github.com/apache/solr/pull/228#issuecomment-884246916 > Thanks @marcosfpr for the updates! I've just added a draft `solr/CHANGES.txt` entry, but before merging the pull request here would like to check about your preferred name for th

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

2021-07-21 Thread GitBox
HoustonPutman commented on issue #223: URL: https://github.com/apache/solr-operator/issues/223#issuecomment-884273427 This should be completed by #290 , which will add the ability to change Zookeeper Config options through the Solr CRD. (The other half, basic-auth, has already been a

[GitHub] [solr-operator] HoustonPutman opened a new issue #294: Use a more secure base-image for the Solr Operator docker image

2021-07-21 Thread GitBox
HoustonPutman opened a new issue #294: URL: https://github.com/apache/solr-operator/issues/294 The security report for the Solr Operator Docker image on it's [ArtifactHub page](https://artifacthub.io/packages/helm/apache-solr/solr-operator) is not very good. This is due mostly to the fact

[GitHub] [solr-operator] HoustonPutman opened a new pull request #295: Change base image of Solr Operator to distroless/static

2021-07-21 Thread GitBox
HoustonPutman opened a new pull request #295: URL: https://github.com/apache/solr-operator/pull/295 Resolves #294 I reached my limit of `docker scan` for this month, but the base image has no vulnerabilities, so we should be down to 2 given the vulnerabilities listed for the solr-op

[GitHub] [solr] cpoerschke commented on a change in pull request #227: SOLR-15550 Save submitter trace in ObjectReleaseTracker

2021-07-21 Thread GitBox
cpoerschke commented on a change in pull request #227: URL: https://github.com/apache/solr/pull/227#discussion_r674076231 ## File path: solr/core/src/test/org/apache/solr/util/TestObjectReleaseTracker.java ## @@ -16,46 +16,103 @@ */ package org.apache.solr.util; -import or

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

2021-07-21 Thread GitBox
HoustonPutman commented on pull request #120: URL: https://github.com/apache/solr/pull/120#issuecomment-884310443 @athrog I went ahead and added the S3 endpoint support I was testing with, along with a bit of documentation in the README. Happy to make any changes you would like, or revert

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

2021-07-21 Thread GitBox
HoustonPutman commented on a change in pull request #120: URL: https://github.com/apache/solr/pull/120#discussion_r674134226 ## File path: solr/contrib/s3-repository/src/java/org/apache/solr/s3/S3StorageClient.java ## @@ -0,0 +1,491 @@ +/* + * Licensed to the Apache Software F

[GitHub] [solr] cpoerschke merged pull request #228: SOLR-15496 LTRRescorer unnecessarily (re)creates Comparator

2021-07-21 Thread GitBox
cpoerschke merged pull request #228: URL: https://github.com/apache/solr/pull/228 -- 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.

[jira] [Commented] (SOLR-15496) LTRRescorer unnecessarily (re)creates ScoreDoc Comparator objects

2021-07-21 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384973#comment-17384973 ] ASF subversion and git services commented on SOLR-15496: Commit d

[GitHub] [solr-operator] HoustonPutman opened a new issue #296: Integrate ArtifactHub verification into project linting

2021-07-21 Thread GitBox
HoustonPutman opened a new issue #296: URL: https://github.com/apache/solr-operator/issues/296 [ArtifactHub](https://artifacthub.io/), provides a wonderful UI and landing page for our [Helm Charts](https://artifacthub.io/packages/search?repo=apache-solr&sort=relevance&page=1). However, we

[GitHub] [solr] cpoerschke commented on pull request #189: SOLR-14920: contrib/ltr/src/java: apply & enforce 'spotless' code formatting

2021-07-21 Thread GitBox
cpoerschke commented on pull request #189: URL: https://github.com/apache/solr/pull/189#issuecomment-884325710 converting to draft until #192 and #228 are both merged into `main` and then into this branch. -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [solr] madrob commented on a change in pull request #227: SOLR-15550 Save submitter trace in ObjectReleaseTracker

2021-07-21 Thread GitBox
madrob commented on a change in pull request #227: URL: https://github.com/apache/solr/pull/227#discussion_r674165749 ## File path: solr/core/src/test/org/apache/solr/util/TestObjectReleaseTracker.java ## @@ -16,46 +16,103 @@ */ package org.apache.solr.util; -import org.ap

[GitHub] [solr] madrob commented on a change in pull request #214: SOLR-15428: Integrate the OpenJDK JMH micro benchmark framework for m…

2021-07-21 Thread GitBox
madrob commented on a change in pull request #214: URL: https://github.com/apache/solr/pull/214#discussion_r674167212 ## File path: solr/benchmark/src/java/org/apache/solr/bench/DocMakerRamGen.java ## @@ -0,0 +1,246 @@ +/* + * Licensed to the Apache Software Foundation (ASF) un

[jira] [Commented] (SOLR-15496) LTRRescorer unnecessarily (re)creates ScoreDoc Comparator objects

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

[jira] [Commented] (SOLR-15496) LTRRescorer unnecessarily (re)creates ScoreDoc Comparator objects

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

[jira] [Resolved] (SOLR-15496) LTRRescorer unnecessarily (re)creates ScoreDoc Comparator objects

2021-07-21 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke resolved SOLR-15496. Fix Version/s: 8.10 main (9.0) Assignee: Christine Poers

[GitHub] [solr-operator] HoustonPutman opened a new pull request #297: Ability to customize probes for the PrometheusExporter

2021-07-21 Thread GitBox
HoustonPutman opened a new pull request #297: URL: https://github.com/apache/solr-operator/pull/297 Resolves #282 I also went ahead and simplified the way that Probe customization is done in the code. Startup Probes are now tested as well, as apparently they had not been tested pre

[jira] [Commented] (SOLR-15428) Integrate the OpenJDK JMH micro benchmark framework for micro benchmarks and performance comparisons and investigation.

2021-07-21 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385032#comment-17385032 ] Mark Robert Miller commented on SOLR-15428: --- I've pushed an additional query ba

[GitHub] [solr] anshumg opened a new pull request #229: SOLR-15309: Update .gitignore files for IntelliJ IDEA

2021-07-21 Thread GitBox
anshumg opened a new pull request #229: URL: https://github.com/apache/solr/pull/229 https://issues.apache.org/jira/browse/SOLR-15309 # Description Add missing entires to .gitignore file for IntelliJ IDEA. # Tests Manually verified that the IntelliJ files no longe

[GitHub] [solr] madrob merged pull request #227: SOLR-15550 Save submitter trace in ObjectReleaseTracker

2021-07-21 Thread GitBox
madrob merged pull request #227: URL: https://github.com/apache/solr/pull/227 -- 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 commented on issue #294: Use a more secure base-image for the Solr Operator docker image

2021-07-21 Thread GitBox
HoustonPutman commented on issue #294: URL: https://github.com/apache/solr-operator/issues/294#issuecomment-884387080 The difference between `distroless/base` and `distroless/static` is mainly for the purpose of [including `libc`](https://github.com/GoogleContainerTools/distroless/blob/mai

[jira] [Commented] (SOLR-15550) Record submitterStackTrace on ObjectReleaseTracker in tests

2021-07-21 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385041#comment-17385041 ] ASF subversion and git services commented on SOLR-15550: Commit 4

[jira] [Resolved] (SOLR-15550) Record submitterStackTrace on ObjectReleaseTracker in tests

2021-07-21 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob resolved SOLR-15550. -- Fix Version/s: main (9.0) Assignee: Mike Drob Resolution: Fixed > Record submitterStack

[GitHub] [solr-operator] HoustonPutman closed issue #294: Use a more secure base-image for the Solr Operator docker image

2021-07-21 Thread GitBox
HoustonPutman closed issue #294: URL: https://github.com/apache/solr-operator/issues/294 -- 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 #295: Change base image of Solr Operator to distroless/static

2021-07-21 Thread GitBox
HoustonPutman merged pull request #295: URL: https://github.com/apache/solr-operator/pull/295 -- 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

[jira] [Created] (SOLR-15555) Use filterCache.computeIfAbsent in SolrIndexSearcher

2021-07-21 Thread Mike Drob (Jira)
Mike Drob created SOLR-1: Summary: Use filterCache.computeIfAbsent in SolrIndexSearcher Key: SOLR-1 URL: https://issues.apache.org/jira/browse/SOLR-1 Project: Solr Issue Type: Improve

[GitHub] [solr] madrob opened a new pull request #230: SOLR-15555 Improved caching on FilterQuery

2021-07-21 Thread GitBox
madrob opened a new pull request #230: URL: https://github.com/apache/solr/pull/230 https://issues.apache.org/jira/browse/SOLR-1 -- 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

[jira] [Resolved] (SOLR-10817) Update Ref Guide coverage of schema.xml vs managed-schema

2021-07-21 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cassandra Targett resolved SOLR-10817. -- Fix Version/s: (was: 8.1) Resolution: Fixed Fixed as part of SOLR-1 > U

[jira] [Resolved] (SOLR-14900) Update ReGuide build's asciidoctor and ruby/jruby modules to the latest version

2021-07-21 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cassandra Targett resolved SOLR-14900. -- Fix Version/s: main (9.0) Assignee: Cassandra Targett (was: Alexandre Rafalovi

[jira] [Created] (SOLR-15556) Ref Guide Redesign Phase 3: Replace Jekyll

2021-07-21 Thread Cassandra Targett (Jira)
Cassandra Targett created SOLR-15556: Summary: Ref Guide Redesign Phase 3: Replace Jekyll Key: SOLR-15556 URL: https://issues.apache.org/jira/browse/SOLR-15556 Project: Solr Issue Type: I

[jira] [Created] (SOLR-15557) Figure out how to handle ref guide page renames/redirects

2021-07-21 Thread Cassandra Targett (Jira)
Cassandra Targett created SOLR-15557: Summary: Figure out how to handle ref guide page renames/redirects Key: SOLR-15557 URL: https://issues.apache.org/jira/browse/SOLR-15557 Project: Solr

[jira] [Resolved] (SOLR-14444) Ref Guide Redesign Phase 2: Page Organization Overhaul

2021-07-21 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cassandra Targett resolved SOLR-1. -- Resolution: Fixed > Ref Guide Redesign Phase 2: Page Organization Overhaul > --

[jira] [Commented] (SOLR-15556) Ref Guide Redesign Phase 3: Replace Jekyll

2021-07-21 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385068#comment-17385068 ] Cassandra Targett commented on SOLR-15556: -- This is a nice list of SSGs which ha

[GitHub] [solr] ctargett opened a new pull request #231: Fix solr-ref-guide/README.adoc

2021-07-21 Thread GitBox
ctargett opened a new pull request #231: URL: https://github.com/apache/solr/pull/231 Since we moved Gradle, most of the detail in the `solr-ref-guide/README.adoc` file is out of date. This has been a persistent problem with the README - accurate information had always been maintained in

[jira] [Assigned] (SOLR-15497) Broken external web links in RefGuide

2021-07-21 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cassandra Targett reassigned SOLR-15497: Assignee: Cassandra Targett > Broken external web links in RefGuide >

[GitHub] [solr] ctargett merged pull request #231: Fix solr-ref-guide/README.adoc

2021-07-21 Thread GitBox
ctargett merged pull request #231: URL: https://github.com/apache/solr/pull/231 -- 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] anshumg commented on pull request #229: SOLR-15309: Update .gitignore files for IntelliJ IDEA

2021-07-21 Thread GitBox
anshumg commented on pull request #229: URL: https://github.com/apache/solr/pull/229#issuecomment-884476498 Opening the project directly through Idea doesn't create these files, but if someone runs `gradle idea` task, they are left with a bunch of IntelliJ files that GH lists out. -

[GitHub] [solr] anshumg merged pull request #229: SOLR-15309: Update .gitignore files for IntelliJ IDEA

2021-07-21 Thread GitBox
anshumg merged pull request #229: URL: https://github.com/apache/solr/pull/229 -- 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...@

[jira] [Commented] (SOLR-15309) Add missing entires to .gitignore file for apache-solr

2021-07-21 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385091#comment-17385091 ] ASF subversion and git services commented on SOLR-15309: Commit e

[jira] [Commented] (SOLR-15309) Add missing entires to .gitignore file for apache-solr

2021-07-21 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385099#comment-17385099 ] Mike Drob commented on SOLR-15309: -- >From the PR: bq. Opening the project directly thro

[jira] [Commented] (SOLR-15497) Broken external web links in RefGuide

2021-07-21 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385103#comment-17385103 ] Cassandra Targett commented on SOLR-15497: -- ||URL||Page||Note|| |[http://logging

[jira] [Comment Edited] (SOLR-15497) Broken external web links in RefGuide

2021-07-21 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385103#comment-17385103 ] Cassandra Targett edited comment on SOLR-15497 at 7/21/21, 9:15 PM: ---

[jira] [Commented] (SOLR-15309) Add missing entires to .gitignore file for apache-solr

2021-07-21 Thread Anshum Gupta (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385108#comment-17385108 ] Anshum Gupta commented on SOLR-15309: - Good point [~mdrob]. I've used it every now a

[jira] [Commented] (SOLR-15497) Broken external web links in RefGuide

2021-07-21 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385107#comment-17385107 ] Cassandra Targett commented on SOLR-15497: -- The table came out really hard to re

[GitHub] [solr] ctargett opened a new pull request #232: SOLR-15497: Fix broken links in the Ref Guide

2021-07-21 Thread GitBox
ctargett opened a new pull request #232: URL: https://github.com/apache/solr/pull/232 https://issues.apache.org/jira/browse/SOLR-15497 Jan ran a link checker on the Ref Guide and found a number of broken links. This fixes most of them. (Not sure why these other commits that we

[GitHub] [solr] madrob commented on a change in pull request #230: SOLR-15555 Improved caching on FilterQuery

2021-07-21 Thread GitBox
madrob commented on a change in pull request #230: URL: https://github.com/apache/solr/pull/230#discussion_r674457589 ## File path: solr/core/src/java/org/apache/solr/search/SolrCache.java ## @@ -106,8 +107,23 @@ * @return existing or newly computed value, null if there was

[jira] [Commented] (SOLR-15428) Integrate the OpenJDK JMH micro benchmark framework for micro benchmarks and performance comparisons and investigation.

2021-07-21 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385240#comment-17385240 ] Mark Robert Miller commented on SOLR-15428: --- Some pointers for anyone intereste

[jira] [Comment Edited] (SOLR-15428) Integrate the OpenJDK JMH micro benchmark framework for micro benchmarks and performance comparisons and investigation.

2021-07-21 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385240#comment-17385240 ] Mark Robert Miller edited comment on SOLR-15428 at 7/22/21, 4:06 AM: --

[jira] [Comment Edited] (SOLR-15428) Integrate the OpenJDK JMH micro benchmark framework for micro benchmarks and performance comparisons and investigation.

2021-07-21 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385240#comment-17385240 ] Mark Robert Miller edited comment on SOLR-15428 at 7/22/21, 4:08 AM: --

[jira] [Comment Edited] (SOLR-15428) Integrate the OpenJDK JMH micro benchmark framework for micro benchmarks and performance comparisons and investigation.

2021-07-21 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385240#comment-17385240 ] Mark Robert Miller edited comment on SOLR-15428 at 7/22/21, 4:10 AM: --

[jira] [Commented] (SOLR-15538) Update Lucene Preview Release dependency

2021-07-21 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17385246#comment-17385246 ] Mark Robert Miller commented on SOLR-15538: --- For this I just kicked off a Jenki