[jira] [Commented] (SOLR-15376) Update SolrJ CollectionAdminRequest.CreateTimeRoutedAlias.setMaxFutureMs

2021-08-10 Thread Nahian-Al Hasan (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17397080#comment-17397080 ] Nahian-Al Hasan commented on SOLR-15376: Hi. I've made a PR but it's remained sta

[GitHub] [solr] Jdurham2843 commented on a change in pull request #243: SOLR-15480 Added putAll method to Tuple and refactored the copy constructor, merge, and clone methods to use it.

2021-08-10 Thread GitBox
Jdurham2843 commented on a change in pull request #243: URL: https://github.com/apache/solr/pull/243#discussion_r686484317 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/io/Tuple.java ## @@ -87,10 +87,20 @@ public Tuple(String k1, Object v1, String k2, Object v2

[GitHub] [solr] Jdurham2843 commented on a change in pull request #243: SOLR-15480 Added putAll method to Tuple and refactored the copy constructor, merge, and clone methods to use it.

2021-08-10 Thread GitBox
Jdurham2843 commented on a change in pull request #243: URL: https://github.com/apache/solr/pull/243#discussion_r686473560 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/io/Tuple.java ## @@ -275,15 +295,32 @@ public void setMetrics(Map> metrics) { } publ

[GitHub] [solr] Jdurham2843 commented on a change in pull request #243: SOLR-15480 Added putAll method to Tuple and refactored the copy constructor, merge, and clone methods to use it.

2021-08-10 Thread GitBox
Jdurham2843 commented on a change in pull request #243: URL: https://github.com/apache/solr/pull/243#discussion_r686482165 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/io/Tuple.java ## @@ -87,10 +87,20 @@ public Tuple(String k1, Object v1, String k2, Object v2

[GitHub] [solr] Jdurham2843 commented on a change in pull request #243: SOLR-15480 Added putAll method to Tuple and refactored the copy constructor, merge, and clone methods to use it.

2021-08-10 Thread GitBox
Jdurham2843 commented on a change in pull request #243: URL: https://github.com/apache/solr/pull/243#discussion_r686484583 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/io/Tuple.java ## @@ -275,15 +295,32 @@ public void setMetrics(Map> metrics) { } publ

[GitHub] [solr] Jdurham2843 commented on a change in pull request #243: SOLR-15480 Added putAll method to Tuple and refactored the copy constructor, merge, and clone methods to use it.

2021-08-10 Thread GitBox
Jdurham2843 commented on a change in pull request #243: URL: https://github.com/apache/solr/pull/243#discussion_r686484317 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/io/Tuple.java ## @@ -87,10 +87,20 @@ public Tuple(String k1, Object v1, String k2, Object v2

[GitHub] [solr] Jdurham2843 commented on a change in pull request #243: SOLR-15480 Added putAll method to Tuple and refactored the copy constructor, merge, and clone methods to use it.

2021-08-10 Thread GitBox
Jdurham2843 commented on a change in pull request #243: URL: https://github.com/apache/solr/pull/243#discussion_r686482165 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/io/Tuple.java ## @@ -87,10 +87,20 @@ public Tuple(String k1, Object v1, String k2, Object v2

[GitHub] [solr] Jdurham2843 commented on a change in pull request #243: SOLR-15480 Added putAll method to Tuple and refactored the copy constructor, merge, and clone methods to use it.

2021-08-10 Thread GitBox
Jdurham2843 commented on a change in pull request #243: URL: https://github.com/apache/solr/pull/243#discussion_r686482165 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/io/Tuple.java ## @@ -87,10 +87,20 @@ public Tuple(String k1, Object v1, String k2, Object v2

[GitHub] [solr] Jdurham2843 commented on a change in pull request #243: SOLR-15480 Added putAll method to Tuple and refactored the copy constructor, merge, and clone methods to use it.

2021-08-10 Thread GitBox
Jdurham2843 commented on a change in pull request #243: URL: https://github.com/apache/solr/pull/243#discussion_r686474438 ## File path: solr/CHANGES.txt ## @@ -317,6 +317,11 @@ Other Changes * SOLR-15385: Address many rawtypes warnings, resulting in several modified signat

[GitHub] [solr] Jdurham2843 commented on a change in pull request #243: SOLR-15480 Added putAll method to Tuple and refactored the copy constructor, merge, and clone methods to use it.

2021-08-10 Thread GitBox
Jdurham2843 commented on a change in pull request #243: URL: https://github.com/apache/solr/pull/243#discussion_r686473560 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/io/Tuple.java ## @@ -275,15 +295,32 @@ public void setMetrics(Map> metrics) { } publ

[GitHub] [solr] markrmiller commented on pull request #255: SOLR-15560: Look into JIT optimization in JavaBin.

2021-08-10 Thread GitBox
markrmiller commented on pull request #255: URL: https://github.com/apache/solr/pull/255#issuecomment-896478156 So far, initial summary is: 79% improvement for decode performance for this benchmark. 327% improvement for encode performance for this benchmark. -- This is an automa

[jira] [Commented] (SOLR-15560) Optimize JavaBinCodec encode/decode performance.

2021-08-10 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17397034#comment-17397034 ] Mark Robert Miller commented on SOLR-15560: --- Initial summary is: {color:#00875

[jira] [Updated] (SOLR-15560) Optimize JavaBinCodec encode/decode performance.

2021-08-10 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Robert Miller updated SOLR-15560: -- Attachment: javabin.encode.before.and.after.compare.png javabin.encode.b

[jira] [Commented] (SOLR-15560) Optimize JavaBinCodec encode/decode performance.

2021-08-10 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17397032#comment-17397032 ] Mark Robert Miller commented on SOLR-15560: --- A quick crack at *{color:#ff8b00}J

[jira] [Updated] (SOLR-15560) Optimize JavaBinCodec encode/decode performance.

2021-08-10 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Robert Miller updated SOLR-15560: -- Summary: Optimize JavaBinCodec encode/decode performance. (was: Look into JIT optimiza

[jira] [Commented] (SOLR-15560) Look into JIT optimization in JavaBin.

2021-08-10 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17397014#comment-17397014 ] Mark Robert Miller commented on SOLR-15560: --- I'm mixing in a few things beyond

[GitHub] [solr] markrmiller commented on pull request #255: SOLR-15560: Look into JIT optimization in JavaBin.

2021-08-10 Thread GitBox
markrmiller commented on pull request #255: URL: https://github.com/apache/solr/pull/255#issuecomment-896417540 I've put an initial before/after comparison for JavaBinCodec decode performance in the JIRA issue: https://issues.apache.org/jira/browse/SOLR-15560 -- This is an automated mess

[jira] [Comment Edited] (SOLR-15560) Look into JIT optimization in JavaBin.

2021-08-10 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17396961#comment-17396961 ] Mark Robert Miller edited comment on SOLR-15560 at 8/11/21, 1:09 AM: --

[jira] [Updated] (SOLR-15560) Look into JIT optimization in JavaBin.

2021-08-10 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Robert Miller updated SOLR-15560: -- Attachment: (was: javabin.decode.before.and.after.compare.png) > Look into JIT opti

[jira] [Updated] (SOLR-15560) Look into JIT optimization in JavaBin.

2021-08-10 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Robert Miller updated SOLR-15560: -- Attachment: javabin.decode.1.before.json javabin.decode.2.after.json

[jira] [Updated] (SOLR-15560) Look into JIT optimization in JavaBin.

2021-08-10 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Robert Miller updated SOLR-15560: -- Attachment: (was: javabin.decode.before.and.after.summary.png) > Look into JIT opti

[jira] [Commented] (SOLR-15560) Look into JIT optimization in JavaBin.

2021-08-10 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17396961#comment-17396961 ] Mark Robert Miller commented on SOLR-15560: --- Initial exploratory comparison of

[jira] [Updated] (SOLR-15560) Look into JIT optimization in JavaBin.

2021-08-10 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Robert Miller updated SOLR-15560: -- Attachment: javabin.decode.before.and.after.summary.png javabin.decode.b

[GitHub] [solr] markrmiller opened a new pull request #255: SOLR-15560: Look into JIT optimization in JavaBin.

2021-08-10 Thread GitBox
markrmiller opened a new pull request #255: URL: https://github.com/apache/solr/pull/255 Initially this is just a quick exploration on decode perf, encode perf still to do. Basic benchmark will encode/decode a NamedList with a few typical entries as well as 30 SolrDocuments in a Sol

[jira] [Assigned] (SOLR-15560) Look into JIT optimization in JavaBin.

2021-08-10 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Robert Miller reassigned SOLR-15560: - Assignee: Mark Robert Miller > Look into JIT optimization in JavaBin. >

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

2021-08-10 Thread GitBox
athrog commented on pull request #120: URL: https://github.com/apache/solr/pull/120#issuecomment-896383942 Okay, took my first shot at the ref guide -- let me know what you all think! One thing that stood out to me while documenting all the params was our use of the `blob.*` prefix (

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

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

[GitHub] [solr] madrob commented on pull request #252: SOLR-9853: Improve SQL handling of multi-valued fields: project, group by, where filters

2021-08-10 Thread GitBox
madrob commented on pull request #252: URL: https://github.com/apache/solr/pull/252#issuecomment-896338823 Overall looks good, did not run tests. I'd also like to see an extra test where not all of the mv fields have the same values, like where some documents are possibly missing values.

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

2021-08-10 Thread GitBox
markrmiller commented on pull request #254: URL: https://github.com/apache/solr/pull/254#issuecomment-896324201 FYI, english words and license from https://github.com/dwyl/english-words/blob/master/LICENSE.md -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [solr] thelabdude commented on a change in pull request #252: SOLR-9853: Improve SQL handling of multi-valued fields: project, group by, where filters

2021-08-10 Thread GitBox
thelabdude commented on a change in pull request #252: URL: https://github.com/apache/solr/pull/252#discussion_r686318203 ## File path: solr/core/src/java/org/apache/solr/handler/sql/SolrSchema.java ## @@ -166,51 +193,54 @@ RelProtoDataType getRelDataType(String collection) {

[jira] [Resolved] (SOLR-13354) Document the suspend-trigger and resume-trigger APIs in the ref guide

2021-08-10 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cassandra Targett resolved SOLR-13354. -- Fix Version/s: (was: 8.2) (was: main (9.0)) Resolution

[jira] [Resolved] (SOLR-14214) Ref Guide: Clean up info about clients other than SolrJ

2021-08-10 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cassandra Targett resolved SOLR-14214. -- Fix Version/s: main (9.0) Resolution: Fixed I played around with this during SOL

[jira] [Resolved] (SOLR-14908) solr-8.6.2/contrib/clustering/README.txt contains reference rot.

2021-08-10 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cassandra Targett resolved SOLR-14908. -- Resolution: Not A Problem > solr-8.6.2/contrib/clustering/README.txt contains reference

[jira] [Assigned] (SOLR-15495) Mark UTILIZENODE deprecated in 8.x docs

2021-08-10 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cassandra Targett reassigned SOLR-15495: Assignee: Cassandra Targett > Mark UTILIZENODE deprecated in 8.x docs > --

[GitHub] [solr] markrmiller opened a new pull request #254: Solr 15581

2021-08-10 Thread GitBox
markrmiller opened a new pull request #254: URL: https://github.com/apache/solr/pull/254 Includes an EnglishWOrdGenerator as an initial proof of concept. First PR is incomplete, a variety of things to smooth out and straighten up and the EnglishWordGenerator is only single token ATM.

[jira] [Created] (SOLR-15581) Expand the benchmark DocMaker api to allow for a wider array of value generation strategies.

2021-08-10 Thread Mark Robert Miller (Jira)
Mark Robert Miller created SOLR-15581: - Summary: Expand the benchmark DocMaker api to allow for a wider array of value generation strategies. Key: SOLR-15581 URL: https://issues.apache.org/jira/browse/SOLR-155

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

2021-08-10 Thread GitBox
athrog commented on pull request #120: URL: https://github.com/apache/solr/pull/120#issuecomment-896281413 Happy to take the other two documentation tasks. @gerlowskija already wrote a short section in the ref guide for the GCS backup repo, so I can modify that for S3 easily. Will try to h

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

2021-08-10 Thread GitBox
HoustonPutman commented on pull request #120: URL: https://github.com/apache/solr/pull/120#issuecomment-896266547 Fixed a weird issue with the upgrade of the smile library. Tests pass now. -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [solr-operator] gerlowskija edited a comment on issue #301: Add support for GCS storage to 'solrbackup'

2021-08-10 Thread GitBox
gerlowskija edited a comment on issue #301: URL: https://github.com/apache/solr-operator/issues/301#issuecomment-896118995 > The only thing the operator should do for these "native" backup options, is to call the Solr API right? That's what I'm proposing, yep - the operator wouldn't

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

2021-08-10 Thread GitBox
gerlowskija commented on issue #301: URL: https://github.com/apache/solr-operator/issues/301#issuecomment-896239650 Two additional notes: 1. If solrcloud's `backupRestoreOptions` changes to allow configuring multiple backup repositories, how should backcompat be handled? The README

[GitHub] [solr] cpoerschke commented on a change in pull request #243: SOLR-15480 Added putAll method to Tuple and refactored the copy constructor, merge, and clone methods to use it.

2021-08-10 Thread GitBox
cpoerschke commented on a change in pull request #243: URL: https://github.com/apache/solr/pull/243#discussion_r686186391 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/io/Tuple.java ## @@ -275,15 +295,32 @@ public void setMetrics(Map> metrics) { } publi

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

2021-08-10 Thread GitBox
HoustonPutman commented on pull request #120: URL: https://github.com/apache/solr/pull/120#issuecomment-896197689 @athrog & @gerlowskija , I've gotten the precommit to pass (wow this adds a lot of dependencies). The full tests also pass 🎉 As per my comment above, I believe there are

[GitHub] [solr] markrmiller opened a new pull request #253: SOLR-15580: Allow setting the base work directory to another location…

2021-08-10 Thread GitBox
markrmiller opened a new pull request #253: URL: https://github.com/apache/solr/pull/253 Currently, you can specify an alternate location for a mini-cluster if it's created, but this is a kind of special case where that mini-cluster will not be removed or altered if specified this way. Thi

[jira] [Updated] (SOLR-14758) NPE in QueryComponent.mergeIds when using timeAllowed and sorting

2021-08-10 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-14758: - Resolution: Fixed Status: Resolved (was: Patch Available) Merged into solr/main and back

[GitHub] [solr] thelabdude opened a new pull request #252: SOLR-9853: Improve SQL handling of multi-valued fields: project, group by, where filters

2021-08-10 Thread GitBox
thelabdude opened a new pull request #252: URL: https://github.com/apache/solr/pull/252 https://issues.apache.org/jira/browse/SOLR-9853 # Description WIP ... # Solution Please provide a short description of the approach taken to implement your solution. #

[jira] [Commented] (SOLR-14758) NPE in QueryComponent.mergeIds when using timeAllowed and sorting

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

[jira] [Created] (SOLR-15580) Allow setting the base work directory to another location for the benchmark module.

2021-08-10 Thread Mark Robert Miller (Jira)
Mark Robert Miller created SOLR-15580: - Summary: Allow setting the base work directory to another location for the benchmark module. Key: SOLR-15580 URL: https://issues.apache.org/jira/browse/SOLR-15580

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

2021-08-10 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Robert Miller resolved SOLR-15428. --- Fix Version/s: main (9.0) Assignee: Mark Robert Miller Resolution: Fix

[GitHub] [solr] uschindler merged pull request #251: SOLR-14758: Fix NPE in QueryComponent.mergeIds when using timeAllowed and sorting

2021-08-10 Thread GitBox
uschindler merged pull request #251: URL: https://github.com/apache/solr/pull/251 -- 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] HoustonPutman edited a comment on pull request #120: SOLR-15089: Allow backup/restoration to Amazon's S3 blobstore

2021-08-10 Thread GitBox
HoustonPutman edited a comment on pull request #120: URL: https://github.com/apache/solr/pull/120#issuecomment-895311438 I've made two commits to fix some of the precommit issues, but there are two that remain that still need to be addressed. - [x] Run `./gradlew :solr:contrib:s3-rep

[GitHub] [solr-operator] gerlowskija opened a new issue #303: Add scheduling support for backups

2021-08-10 Thread GitBox
gerlowskija opened a new issue #303: URL: https://github.com/apache/solr-operator/issues/303 Currently, each ‘solrbackup’ resource triggers a one-time backup of the specified collections. This is great for many usecases that only need backups on an ad-hoc basis, but it falls short on SaaS

[GitHub] [solr] uschindler commented on pull request #251: SOLR-14758: Fix NPE in QueryComponent.mergeIds when using timeAllowed and sorting

2021-08-10 Thread GitBox
uschindler commented on pull request #251: URL: https://github.com/apache/solr/pull/251#issuecomment-896126000 No reviewer responded for > 2days so I merge this now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Commented] (SOLR-14758) NPE in QueryComponent.mergeIds when using timeAllowed and sorting

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

[GitHub] [solr-operator] gerlowskija edited a comment on issue #301: Add support for GCS storage to 'solrbackup'

2021-08-10 Thread GitBox
gerlowskija edited a comment on issue #301: URL: https://github.com/apache/solr-operator/issues/301#issuecomment-896118995 > The only thing the operator should do for these "native" backup options, is to call the Solr API right? That's what I'm proposing, yep - the operator wouldn't

[jira] [Commented] (SOLR-15500) Compressed Backup

2021-08-10 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17396750#comment-17396750 ] Jason Gerlowski commented on SOLR-15500: bq. Do you compare only index file names

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

2021-08-10 Thread GitBox
gerlowskija commented on issue #301: URL: https://github.com/apache/solr-operator/issues/301#issuecomment-896118995 > The only thing the operator should do for these "native" backup options, is to call the Solr API right? That's what I'm proposing, yep - the operator wouldn't be doin

[jira] [Commented] (SOLR-15500) Compressed Backup

2021-08-10 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17396544#comment-17396544 ] Jan Høydahl commented on SOLR-15500: Do you compare only index file names or also tim