[GitHub] [lucene-solr] dweiss commented on a change in pull request #2052: LUCENE-8982: Make NativeUnixDirectory pure java with FileChannel direct IO flag, and rename to DirectIODirectory

2020-12-03 Thread GitBox
dweiss commented on a change in pull request #2052: URL: https://github.com/apache/lucene-solr/pull/2052#discussion_r534851417 ## File path: lucene/misc/native/build.gradle ## @@ -51,11 +47,7 @@ tasks.withType(CppCompile).configureEach { // is present. systemIncludes.from

[jira] [Created] (LUCENE-9631) Properly override slice() on subclasses of OffsetRange

2020-12-03 Thread Dawid Weiss (Jira)
Dawid Weiss created LUCENE-9631: --- Summary: Properly override slice() on subclasses of OffsetRange Key: LUCENE-9631 URL: https://issues.apache.org/jira/browse/LUCENE-9631 Project: Lucene - Core

[jira] [Commented] (LUCENE-9631) Properly override slice() on subclasses of OffsetRange

2020-12-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17243064#comment-17243064 ] ASF subversion and git services commented on LUCENE-9631: - Commi

[jira] [Resolved] (LUCENE-9631) Properly override slice() on subclasses of OffsetRange

2020-12-03 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-9631. - Fix Version/s: master (9.0) Resolution: Fixed > Properly override slice() on subclasses o

[jira] [Commented] (LUCENE-9619) Move Points from a visitor API to a custor-style API?

2020-12-03 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17243094#comment-17243094 ] Ignacio Vera commented on LUCENE-9619: -- {quote} my thinking was that this API could

[jira] [Comment Edited] (LUCENE-9619) Move Points from a visitor API to a custor-style API?

2020-12-03 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17243094#comment-17243094 ] Ignacio Vera edited comment on LUCENE-9619 at 12/3/20, 10:34 AM: -

[jira] [Comment Edited] (LUCENE-9619) Move Points from a visitor API to a custor-style API?

2020-12-03 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17243094#comment-17243094 ] Ignacio Vera edited comment on LUCENE-9619 at 12/3/20, 10:35 AM: -

[jira] [Commented] (LUCENE-9619) Move Points from a visitor API to a custor-style API?

2020-12-03 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17243107#comment-17243107 ] Adrien Grand commented on LUCENE-9619: -- The difference between what I'm proposing a

[jira] [Commented] (LUCENE-9619) Move Points from a visitor API to a custor-style API?

2020-12-03 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17243129#comment-17243129 ] Ignacio Vera commented on LUCENE-9619: -- I see, yes DocIdSetIterator is not an optio

[jira] [Updated] (SOLR-14613) Provide a clean API for pluggable replica assignment implementations

2020-12-03 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki updated SOLR-14613: Fix Version/s: master (9.0) > Provide a clean API for pluggable replica assignment implemen

[jira] [Commented] (LUCENE-9628) Make sure to account for ScoreMode.TOP_DOCS in queries

2020-12-03 Thread Mayya Sharipova (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17243150#comment-17243150 ] Mayya Sharipova commented on LUCENE-9628: - [~jtibshirani] Thank you for raising

[jira] [Created] (SOLR-15030) Make score available as pseudo field in Function Queries

2020-12-03 Thread Jira
Jan Høydahl created SOLR-15030: -- Summary: Make score available as pseudo field in Function Queries Key: SOLR-15030 URL: https://issues.apache.org/jira/browse/SOLR-15030 Project: Solr Issue Type:

[GitHub] [lucene-solr] mayya-sharipova commented on pull request #2075: LUCENE-9599 Disable sort optim on index sort

2020-12-03 Thread GitBox
mayya-sharipova commented on pull request #2075: URL: https://github.com/apache/lucene-solr/pull/2075#issuecomment-738000448 I've chatted with @jimczi offline, and we have decided to rename `usesIndexSort()` to a more general `disableSkipping` for future use cases where `TopFieldCollect

[GitHub] [lucene-solr] mayya-sharipova edited a comment on pull request #2075: LUCENE-9599 Disable sort optim on index sort

2020-12-03 Thread GitBox
mayya-sharipova edited a comment on pull request #2075: URL: https://github.com/apache/lucene-solr/pull/2075#issuecomment-738000448 I've chatted with @jimczi offline, and we have decided to rename `usesIndexSort()` to a more general `disableSkipping` for future use cases where `TopField

[jira] [Commented] (SOLR-14992) TestPullReplicaErrorHandling.testCantConnectToPullReplica Failures

2020-12-03 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17243194#comment-17243194 ] Erick Erickson commented on SOLR-14992: --- See, if I delay long enough, I have less w

[jira] [Created] (SOLR-15031) NPE caused by FunctionQParser returning a null ValueSource

2020-12-03 Thread Pieter (Jira)
Pieter created SOLR-15031: - Summary: NPE caused by FunctionQParser returning a null ValueSource Key: SOLR-15031 URL: https://issues.apache.org/jira/browse/SOLR-15031 Project: Solr Issue Type: Bug

[GitHub] [lucene-solr] jimczi commented on a change in pull request #2075: LUCENE-9599 Disable sort optim on index sort

2020-12-03 Thread GitBox
jimczi commented on a change in pull request #2075: URL: https://github.com/apache/lucene-solr/pull/2075#discussion_r535253273 ## File path: lucene/core/src/java/org/apache/lucene/search/TopFieldCollector.java ## @@ -360,8 +352,8 @@ protected void updateMinCompetitiveScore(Scor

[jira] [Updated] (SOLR-15031) NPE caused by FunctionQParser returning a null ValueSource

2020-12-03 Thread Pieter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pieter updated SOLR-15031: -- Description: When parsing a sub query in a function query, {{FunctionQParser#parseValueSource}} does not check

[jira] [Updated] (SOLR-15031) NPE caused by FunctionQParser returning a null ValueSource

2020-12-03 Thread Pieter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pieter updated SOLR-15031: -- Description: When parsing a sub query in a function query, {{FunctionQParser#parseValueSource}} does not check

[jira] [Updated] (LUCENE-9629) Use computed mask values in ForUtil

2020-12-03 Thread Feng Guo (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Guo updated LUCENE-9629: - Priority: Minor (was: Major) > Use computed mask values in ForUtil > --

[GitHub] [lucene-solr] mikemccand merged pull request #2095: LUCENE-9618: Do not call IntervalIterator.nextInterval after NO_MORE_DOCS returned

2020-12-03 Thread GitBox
mikemccand merged pull request #2095: URL: https://github.com/apache/lucene-solr/pull/2095 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

[jira] [Commented] (LUCENE-9618) Improve IntervalIterator.nextInterval's behavior/documentation/test

2020-12-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17243253#comment-17243253 ] ASF subversion and git services commented on LUCENE-9618: - Commi

[jira] [Commented] (LUCENE-9618) Improve IntervalIterator.nextInterval's behavior/documentation/test

2020-12-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17243254#comment-17243254 ] ASF subversion and git services commented on LUCENE-9618: - Commi

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2101: SOLR-15016 Replica placement plugins should use container plugins API / configs

2020-12-03 Thread GitBox
murblanc commented on a change in pull request #2101: URL: https://github.com/apache/lucene-solr/pull/2101#discussion_r53592 ## File path: solr/core/src/java/org/apache/solr/api/ContainerPluginsRegistry.java ## @@ -239,8 +238,7 @@ private static String getActualPath(ApiInfo

[jira] [Commented] (SOLR-14992) TestPullReplicaErrorHandling.testCantConnectToPullReplica Failures

2020-12-03 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17243283#comment-17243283 ] Erick Erickson commented on SOLR-14992: --- OK, 100 iterations later on 8x (BTW, I tes

[GitHub] [lucene-solr] thelabdude commented on pull request #2067: SOLR-14987: Reuse HttpSolrClient per node vs. one per Solr core when using CloudSolrStream

2020-12-03 Thread GitBox
thelabdude commented on pull request #2067: URL: https://github.com/apache/lucene-solr/pull/2067#issuecomment-738084590 Plan to merge this into master later today. This is an automated message from the Apache Git Service. To

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2101: SOLR-15016 Replica placement plugins should use container plugins API / configs

2020-12-03 Thread GitBox
murblanc commented on a change in pull request #2101: URL: https://github.com/apache/lucene-solr/pull/2101#discussion_r535346975 ## File path: solr/core/src/java/org/apache/solr/api/ContainerPluginsRegistry.java ## @@ -422,7 +421,10 @@ public static Class getConfigClass(Configu

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2101: SOLR-15016 Replica placement plugins should use container plugins API / configs

2020-12-03 Thread GitBox
murblanc commented on a change in pull request #2101: URL: https://github.com/apache/lucene-solr/pull/2101#discussion_r535354318 ## File path: solr/core/src/java/org/apache/solr/cluster/placement/PlacementPluginFactory.java ## @@ -17,15 +17,37 @@ package org.apache.solr.clu

[GitHub] [lucene-solr] sigram commented on a change in pull request #2101: SOLR-15016 Replica placement plugins should use container plugins API / configs

2020-12-03 Thread GitBox
sigram commented on a change in pull request #2101: URL: https://github.com/apache/lucene-solr/pull/2101#discussion_r535356233 ## File path: solr/core/src/java/org/apache/solr/api/ContainerPluginsRegistry.java ## @@ -422,7 +421,10 @@ public static Class getConfigClass(Configura

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2101: SOLR-15016 Replica placement plugins should use container plugins API / configs

2020-12-03 Thread GitBox
murblanc commented on a change in pull request #2101: URL: https://github.com/apache/lucene-solr/pull/2101#discussion_r535359225 ## File path: solr/core/src/java/org/apache/solr/cluster/events/impl/CollectionsRepairEventListener.java ## @@ -76,10 +78,12 @@ private int waitF

[GitHub] [lucene-solr] sigram commented on a change in pull request #2101: SOLR-15016 Replica placement plugins should use container plugins API / configs

2020-12-03 Thread GitBox
sigram commented on a change in pull request #2101: URL: https://github.com/apache/lucene-solr/pull/2101#discussion_r535359830 ## File path: solr/core/src/java/org/apache/solr/cluster/events/impl/CollectionsRepairEventListener.java ## @@ -76,10 +78,12 @@ private int waitFor

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2101: SOLR-15016 Replica placement plugins should use container plugins API / configs

2020-12-03 Thread GitBox
murblanc commented on a change in pull request #2101: URL: https://github.com/apache/lucene-solr/pull/2101#discussion_r535360258 ## File path: solr/core/src/java/org/apache/solr/core/CoreContainer.java ## @@ -2180,6 +2188,10 @@ public ClusterEventProducer getClusterEventProduce

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2101: SOLR-15016 Replica placement plugins should use container plugins API / configs

2020-12-03 Thread GitBox
murblanc commented on a change in pull request #2101: URL: https://github.com/apache/lucene-solr/pull/2101#discussion_r535361197 ## File path: solr/core/src/test/org/apache/solr/cluster/placement/impl/PlacementPluginIntegrationTest.java ## @@ -109,4 +132,108 @@ public void tes

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2101: SOLR-15016 Replica placement plugins should use container plugins API / configs

2020-12-03 Thread GitBox
murblanc commented on a change in pull request #2101: URL: https://github.com/apache/lucene-solr/pull/2101#discussion_r535361621 ## File path: solr/core/src/test/org/apache/solr/cluster/placement/impl/PlacementPluginIntegrationTest.java ## @@ -109,4 +132,108 @@ public void tes

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2101: SOLR-15016 Replica placement plugins should use container plugins API / configs

2020-12-03 Thread GitBox
murblanc commented on a change in pull request #2101: URL: https://github.com/apache/lucene-solr/pull/2101#discussion_r535361621 ## File path: solr/core/src/test/org/apache/solr/cluster/placement/impl/PlacementPluginIntegrationTest.java ## @@ -109,4 +132,108 @@ public void tes

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #2052: LUCENE-8982: Make NativeUnixDirectory pure java with FileChannel direct IO flag, and rename to DirectIODirectory

2020-12-03 Thread GitBox
mikemccand commented on a change in pull request #2052: URL: https://github.com/apache/lucene-solr/pull/2052#discussion_r535354667 ## File path: lucene/misc/src/java/org/apache/lucene/misc/store/DirectIODirectory.java ## @@ -51,16 +50,9 @@ * to the provided Directory instanc

[jira] [Resolved] (LUCENE-9618) Improve IntervalIterator.nextInterval's behavior/documentation/test

2020-12-03 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-9618. Resolution: Fixed Thanks [~zhai7631]! > Improve IntervalIterator.nextInterval's b

[GitHub] [lucene-solr] saatchibhalla commented on pull request #2040: SOLR-14965 add overseer queue size metrics

2020-12-03 Thread GitBox
saatchibhalla commented on pull request #2040: URL: https://github.com/apache/lucene-solr/pull/2040#issuecomment-738118886 > Saatchi; could you please comment here what this change in the config is about? Did you blend two metrics into one, and if so why? Maybe could you share a snippet of

[GitHub] [lucene-solr] sigram commented on a change in pull request #2101: SOLR-15016 Replica placement plugins should use container plugins API / configs

2020-12-03 Thread GitBox
sigram commented on a change in pull request #2101: URL: https://github.com/apache/lucene-solr/pull/2101#discussion_r535404901 ## File path: solr/core/src/test/org/apache/solr/cluster/placement/impl/PlacementPluginIntegrationTest.java ## @@ -109,4 +132,108 @@ public void testM

[GitHub] [lucene-solr] sigram commented on a change in pull request #2040: SOLR-14965 add overseer queue size metrics

2020-12-03 Thread GitBox
sigram commented on a change in pull request #2040: URL: https://github.com/apache/lucene-solr/pull/2040#discussion_r535413902 ## File path: solr/core/src/java/org/apache/solr/cloud/Overseer.java ## @@ -185,6 +190,9 @@ public ClusterStateUpdater(final ZkStateReader reader, fin

[GitHub] [lucene-solr] mayya-sharipova merged pull request #2075: LUCENE-9599 Disable sort optim on index sort

2020-12-03 Thread GitBox
mayya-sharipova merged pull request #2075: URL: https://github.com/apache/lucene-solr/pull/2075 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[jira] [Commented] (LUCENE-9599) Disable sort optimization in comparators on index sort

2020-12-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17243362#comment-17243362 ] ASF subversion and git services commented on LUCENE-9599: - Commi

[jira] [Commented] (SOLR-15026) MiniSolrCloudCluster can inconsistently get confused about when it's using SSL

2020-12-03 Thread Timothy Potter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17243396#comment-17243396 ] Timothy Potter commented on SOLR-15026: --- I've been all over this code recently, so

[jira] [Assigned] (SOLR-15026) MiniSolrCloudCluster can inconsistently get confused about when it's using SSL

2020-12-03 Thread Timothy Potter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter reassigned SOLR-15026: - Assignee: Timothy Potter > MiniSolrCloudCluster can inconsistently get confused about wh

[jira] [Commented] (SOLR-15026) MiniSolrCloudCluster can inconsistently get confused about when it's using SSL

2020-12-03 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17243399#comment-17243399 ] Chris M. Hostetter commented on SOLR-15026: --- I have not started digging into th

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2101: SOLR-15016 Replica placement plugins should use container plugins API / configs

2020-12-03 Thread GitBox
murblanc commented on a change in pull request #2101: URL: https://github.com/apache/lucene-solr/pull/2101#discussion_r535497621 ## File path: solr/core/src/java/org/apache/solr/cluster/events/ClusterEventProducer.java ## @@ -26,7 +26,7 @@ public interface ClusterEventProduce

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2101: SOLR-15016 Replica placement plugins should use container plugins API / configs

2020-12-03 Thread GitBox
murblanc commented on a change in pull request #2101: URL: https://github.com/apache/lucene-solr/pull/2101#discussion_r535506478 ## File path: solr/core/src/java/org/apache/solr/cluster/events/impl/ClusterEventProducerFactory.java ## @@ -128,13 +128,17 @@ public void added(Con

[jira] [Commented] (LUCENE-9552) Add a LatLonPoint query that accepts an array of LatLonGeometries

2020-12-03 Thread Nick Knize (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17243456#comment-17243456 ] Nick Knize commented on LUCENE-9552: Note [~ivera], [Reproducible failure|https://c

[GitHub] [lucene-solr] murblanc commented on a change in pull request #2101: SOLR-15016 Replica placement plugins should use container plugins API / configs

2020-12-03 Thread GitBox
murblanc commented on a change in pull request #2101: URL: https://github.com/apache/lucene-solr/pull/2101#discussion_r535520411 ## File path: solr/core/src/java/org/apache/solr/cluster/events/impl/ClusterEventProducerFactory.java ## @@ -149,21 +153,25 @@ public void deleted(C

[GitHub] [lucene-solr] sigram commented on a change in pull request #2101: SOLR-15016 Replica placement plugins should use container plugins API / configs

2020-12-03 Thread GitBox
sigram commented on a change in pull request #2101: URL: https://github.com/apache/lucene-solr/pull/2101#discussion_r535525525 ## File path: solr/core/src/java/org/apache/solr/cluster/events/ClusterEventProducer.java ## @@ -26,7 +26,7 @@ public interface ClusterEventProducer

[GitHub] [lucene-solr] sigram commented on a change in pull request #2101: SOLR-15016 Replica placement plugins should use container plugins API / configs

2020-12-03 Thread GitBox
sigram commented on a change in pull request #2101: URL: https://github.com/apache/lucene-solr/pull/2101#discussion_r535527148 ## File path: solr/core/src/java/org/apache/solr/cluster/events/impl/ClusterEventProducerFactory.java ## @@ -149,21 +153,25 @@ public void deleted(Con

[GitHub] [lucene-solr] mayya-sharipova opened a new pull request #2117: LUCENE-9599 Disable sort optim on index sort

2020-12-03 Thread GitBox
mayya-sharipova opened a new pull request #2117: URL: https://github.com/apache/lucene-solr/pull/2117 Disable sort optimization in comparators on index sort. Currently, if search sort is equal or a part of the index sort, we have an early termination in TopFieldCollector. But co

[jira] [Commented] (LUCENE-9629) Use computed mask values in ForUtil

2020-12-03 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17243520#comment-17243520 ] Adrien Grand commented on LUCENE-9629: -- +1 the arrays make it look better. I'll mer

[GitHub] [lucene-solr] dweiss commented on pull request #2113: LUCENE-9629: Use computed masks

2020-12-03 Thread GitBox
dweiss commented on pull request #2113: URL: https://github.com/apache/lucene-solr/pull/2113#issuecomment-738329601 I wonder if the difference in performance is observable since final long values would be inlined at compile time (and easily optimized for hotspot) whereas array accesses, ev

[GitHub] [lucene-solr] dsmiley commented on pull request #2040: SOLR-14965 add overseer queue size metrics

2020-12-03 Thread GitBox
dsmiley commented on pull request #2040: URL: https://github.com/apache/lucene-solr/pull/2040#issuecomment-738410528 Looks good now Saatchi! I'll merge tomorrow with the following CHANGES.txt note under "Improvements": SOLR-14965: metrics: Adds two metrics to the SolrCloud Overs

[jira] [Commented] (SOLR-15029) Allow Shard Leader to give up leadership gracefully via shard terms

2020-12-03 Thread Tomas Eduardo Fernandez Lobbe (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17243575#comment-17243575 ] Tomas Eduardo Fernandez Lobbe commented on SOLR-15029: -- +1. While th

[jira] [Commented] (LUCENE-9628) Make sure to account for ScoreMode.TOP_DOCS in queries

2020-12-03 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17243576#comment-17243576 ] Julie Tibshirani commented on LUCENE-9628: -- bq. I think it'd be helpful if we i

[jira] [Commented] (SOLR-14992) TestPullReplicaErrorHandling.testCantConnectToPullReplica Failures

2020-12-03 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17243589#comment-17243589 ] Erick Erickson commented on SOLR-14992: --- 650 more iterations and this failure is go

[jira] [Comment Edited] (SOLR-14992) TestPullReplicaErrorHandling.testCantConnectToPullReplica Failures

2020-12-03 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17243589#comment-17243589 ] Erick Erickson edited comment on SOLR-14992 at 12/3/20, 11:48 PM: -

[GitHub] [lucene-solr] madrob merged pull request #2115: SOLR-14992 Wait for node down before checking for node up

2020-12-03 Thread GitBox
madrob merged pull request #2115: URL: https://github.com/apache/lucene-solr/pull/2115 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

[GitHub] [lucene-solr] madrob commented on a change in pull request #2115: SOLR-14992 Wait for node down before checking for node up

2020-12-03 Thread GitBox
madrob commented on a change in pull request #2115: URL: https://github.com/apache/lucene-solr/pull/2115#discussion_r535747625 ## File path: solr/core/src/test/org/apache/solr/cloud/TestPullReplicaErrorHandling.java ## @@ -236,8 +237,9 @@ public void testCloseHooksDeletedOnRec

[jira] [Commented] (SOLR-14992) TestPullReplicaErrorHandling.testCantConnectToPullReplica Failures

2020-12-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17243603#comment-17243603 ] ASF subversion and git services commented on SOLR-14992: Commit c

[jira] [Commented] (SOLR-14992) TestPullReplicaErrorHandling.testCantConnectToPullReplica Failures

2020-12-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17243613#comment-17243613 ] ASF subversion and git services commented on SOLR-14992: Commit f

[jira] [Resolved] (SOLR-14992) TestPullReplicaErrorHandling.testCantConnectToPullReplica Failures

2020-12-03 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob resolved SOLR-14992. -- Fix Version/s: master (9.0) 8.8 Resolution: Fixed > TestPullReplicaErrorHandl

[jira] [Created] (SOLR-15032) Race condition in TestPullReplicaErrorHandling

2020-12-03 Thread Mike Drob (Jira)
Mike Drob created SOLR-15032: Summary: Race condition in TestPullReplicaErrorHandling Key: SOLR-15032 URL: https://issues.apache.org/jira/browse/SOLR-15032 Project: Solr Issue Type: Test Se

[GitHub] [lucene-solr] zacharymorn commented on a change in pull request #2052: LUCENE-8982: Make NativeUnixDirectory pure java with FileChannel direct IO flag, and rename to DirectIODirectory

2020-12-03 Thread GitBox
zacharymorn commented on a change in pull request #2052: URL: https://github.com/apache/lucene-solr/pull/2052#discussion_r535812210 ## File path: lucene/misc/native/build.gradle ## @@ -51,11 +47,7 @@ tasks.withType(CppCompile).configureEach { // is present. systemIncludes

[GitHub] [lucene-solr] zacharymorn commented on a change in pull request #2052: LUCENE-8982: Make NativeUnixDirectory pure java with FileChannel direct IO flag, and rename to DirectIODirectory

2020-12-03 Thread GitBox
zacharymorn commented on a change in pull request #2052: URL: https://github.com/apache/lucene-solr/pull/2052#discussion_r535812509 ## File path: lucene/misc/src/java/org/apache/lucene/misc/store/DirectIODirectory.java ## @@ -51,16 +50,9 @@ * to the provided Directory instan

[jira] [Commented] (LUCENE-8757) Better Segment To Thread Mapping Algorithm

2020-12-03 Thread hu (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17243740#comment-17243740 ] hu commented on LUCENE-8757: I have a questions,when multi-user query search method , the sl

[jira] [Updated] (LUCENE-8757) Better Segment To Thread Mapping Algorithm

2020-12-03 Thread hu (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hu updated LUCENE-8757: --- Attachment: image-2020-12-04-14-09-22-924.png > Better Segment To Thread Mapping Algorithm > ---

[GitHub] [lucene-solr] gf2121 commented on pull request #2113: LUCENE-9629: Use computed masks

2020-12-03 Thread GitBox
gf2121 commented on pull request #2113: URL: https://github.com/apache/lucene-solr/pull/2113#issuecomment-738594982 Thank you for your reply @dweiss ! This is indeed something to worry about, so a silly benchmark between const values and const arrays had been run before i submited this com

[GitHub] [lucene-solr] dweiss commented on pull request #2113: LUCENE-9629: Use computed masks

2020-12-03 Thread GitBox
dweiss commented on pull request #2113: URL: https://github.com/apache/lucene-solr/pull/2113#issuecomment-738597267 Microbenchmarks can be tricky... here I think the optimizer can remove a lot of the code because the results of those computations are not stored anywhere. A JMH benchmark wo