[GitHub] [lucene-solr] thomaswoeckinger commented on issue #855: SOLR-13739: Improve performance on huge schema updates

2019-09-12 Thread GitBox
thomaswoeckinger commented on issue #855: SOLR-13739: Improve performance on huge schema updates URL: https://github.com/apache/lucene-solr/pull/855#issuecomment-530695879 @dsmiley ready to merge? This is an automated

[JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 209 - Still unstable

2019-09-12 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/209/ 1 tests failed. FAILED: org.apache.solr.cloud.RollingRestartTest.test Error Message: Address already in use Stack Trace: java.net.BindException: Address already in use at

[JENKINS] Lucene-Solr-SmokeRelease-8.x - Build # 208 - Failure

2019-09-12 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-8.x/208/ No tests ran. Build Log: [...truncated 10 lines...] ERROR: Timeout after 10 minutes ERROR: Error cloning remote repo 'origin' hudson.plugins.git.GitException: Command "git fetch --tags --progress

[jira] [Commented] (LUCENE-8968) Improve performance of WITHIN and DISJOINT queries for Shape queries

2019-09-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928269#comment-16928269 ] ASF subversion and git services commented on LUCENE-8968: - Commit

[jira] [Commented] (LUCENE-8968) Improve performance of WITHIN and DISJOINT queries for Shape queries

2019-09-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928270#comment-16928270 ] ASF subversion and git services commented on LUCENE-8968: - Commit

[GitHub] [lucene-solr] atris commented on issue #854: Shared PQ Based Early Termination for Concurrent Search

2019-09-12 Thread GitBox
atris commented on issue #854: Shared PQ Based Early Termination for Concurrent Search URL: https://github.com/apache/lucene-solr/pull/854#issuecomment-530678743 > > RE: synchronization, what are your thoughts on using a global shared array where each collector publishes its bottom value

[jira] [Created] (LUCENE-8978) "Max Bottom" Based Early Termination For Concurrent Search

2019-09-12 Thread Atri Sharma (Jira)
Atri Sharma created LUCENE-8978: --- Summary: "Max Bottom" Based Early Termination For Concurrent Search Key: LUCENE-8978 URL: https://issues.apache.org/jira/browse/LUCENE-8978 Project: Lucene - Core

[GitHub] [lucene-solr] jimczi commented on issue #854: Shared PQ Based Early Termination for Concurrent Search

2019-09-12 Thread GitBox
jimczi commented on issue #854: Shared PQ Based Early Termination for Concurrent Search URL: https://github.com/apache/lucene-solr/pull/854#issuecomment-530794180 > I was thinking of a class similar to HitsThresholdChecker, allowing shared state, since, as you rightly said, the size of

[GitHub] [lucene-solr] atris opened a new pull request #876: Use The Passed In Threshold Value in doConcurrentSearchWithThreshold

2019-09-12 Thread GitBox
atris opened a new pull request #876: Use The Passed In Threshold Value in doConcurrentSearchWithThreshold URL: https://github.com/apache/lucene-solr/pull/876 This is an automated message from the Apache Git Service. To

[jira] [Commented] (SOLR-13734) JWTAuthPlugin to support multiple issuers

2019-09-12 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-13734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928363#comment-16928363 ] Jan Høydahl commented on SOLR-13734: [~noble.paul] or others, do you have time for a quick look? In

[jira] [Updated] (SOLR-13751) Add BooleanSimilarityFactory to Solr

2019-09-12 Thread Andy Webb (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Webb updated SOLR-13751: - Status: Patch Available (was: Open) > Add BooleanSimilarityFactory to Solr >

[jira] [Updated] (SOLR-13751) Add BooleanSimilarityFactory to Solr

2019-09-12 Thread Andy Webb (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Webb updated SOLR-13751: - Description: Solr doesn't expose Lucene's BooleanSimilarity (ref LUCENE-5867) so it's not available for

[JENKINS] Lucene-Solr-Tests-master - Build # 3719 - Failure

2019-09-12 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/3719/ All tests passed Build Log: [...truncated 64081 lines...] -ecj-javadoc-lint-src: [mkdir] Created dir: /tmp/ecj880195367 [ecj-lint] Compiling 1289 source files to /tmp/ecj880195367 [ecj-lint] Processing annotations

[GitHub] [lucene-solr] atris opened a new pull request #877: LUCENE-8978: Maximal Bottom Score Based Early Termination

2019-09-12 Thread GitBox
atris opened a new pull request #877: LUCENE-8978: Maximal Bottom Score Based Early Termination URL: https://github.com/apache/lucene-solr/pull/877 This commit introduces a mechanism for early termination where, for indices sorted by relevance, hits are collected in per thread queue.

[GitHub] [lucene-solr] atris commented on issue #877: LUCENE-8978: Maximal Bottom Score Based Early Termination

2019-09-12 Thread GitBox
atris commented on issue #877: LUCENE-8978: Maximal Bottom Score Based Early Termination URL: https://github.com/apache/lucene-solr/pull/877#issuecomment-530818867 cc @jimczi I have not implemented the logic for Paging collector yet -- can do it in a separate PR if this looks fine

[jira] [Created] (SOLR-13757) termfreq function does not work for (int) point field

2019-09-12 Thread Andreas Hubold (Jira)
Andreas Hubold created SOLR-13757: - Summary: termfreq function does not work for (int) point field Key: SOLR-13757 URL: https://issues.apache.org/jira/browse/SOLR-13757 Project: Solr Issue

[JENKINS] Lucene-Solr-Tests-master - Build # 3721 - Failure

2019-09-12 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/3721/ All tests passed Build Log: [...truncated 64664 lines...] -ecj-javadoc-lint-src: [mkdir] Created dir: /tmp/ecj644621066 [ecj-lint] Compiling 69 source files to /tmp/ecj644621066 [ecj-lint] invalid Class-Path header in

[JENKINS] Lucene-Solr-SmokeRelease-master - Build # 1450 - Failure

2019-09-12 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-master/1450/ No tests ran. Build Log: [...truncated 24519 lines...] [asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)

[GitHub] [lucene-solr] ctargett commented on issue #843: SOLR-13714: Correct refguide regarding shardHandlerFactory solrconfig…

2019-09-12 Thread GitBox
ctargett commented on issue #843: SOLR-13714: Correct refguide regarding shardHandlerFactory solrconfig… URL: https://github.com/apache/lucene-solr/pull/843#issuecomment-530944197 +1, thanks for fixing this. This is an

[jira] [Commented] (SOLR-13714) Incorrect shardHandlerFactory config element documented in refguide for "distributed requests"

2019-09-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928803#comment-16928803 ] ASF subversion and git services commented on SOLR-13714: Commit

[GitHub] [lucene-solr] ctargett merged pull request #843: SOLR-13714: Correct refguide regarding shardHandlerFactory solrconfig…

2019-09-12 Thread GitBox
ctargett merged pull request #843: SOLR-13714: Correct refguide regarding shardHandlerFactory solrconfig… URL: https://github.com/apache/lucene-solr/pull/843 This is an automated message from the Apache Git Service. To

[jira] [Commented] (SOLR-13714) Incorrect shardHandlerFactory config element documented in refguide for "distributed requests"

2019-09-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928809#comment-16928809 ] ASF subversion and git services commented on SOLR-13714: Commit

[jira] [Resolved] (SOLR-13714) Incorrect shardHandlerFactory config element documented in refguide for "distributed requests"

2019-09-12 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cassandra Targett resolved SOLR-13714. -- Fix Version/s: 8.2 Assignee: Cassandra Targett Resolution: Fixed >

[jira] [Commented] (SOLR-13714) Incorrect shardHandlerFactory config element documented in refguide for "distributed requests"

2019-09-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928808#comment-16928808 ] ASF subversion and git services commented on SOLR-13714: Commit

[jira] [Commented] (SOLR-13094) NPE while doing regular Facet

2019-09-12 Thread Jay (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928892#comment-16928892 ] Jay commented on SOLR-13094: This is blocking our upgrade to solr 8, we are currently on 7.7.2 but still

[jira] [Commented] (SOLR-13094) NPE while doing regular Facet

2019-09-12 Thread Jay (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928887#comment-16928887 ] Jay commented on SOLR-13094: [~sarkaramr...@gmail.com]: I am seeing similar error when running group

[JENKINS] Lucene-Solr-Tests-8.x - Build # 569 - Failure

2019-09-12 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/569/ No tests ran. Build Log: [...truncated 13593 lines...] ERROR: command execution failed. ERROR: Step ‘Archive the artifacts’ failed: no workspace for Lucene-Solr-Tests-8.x #569 ERROR: Step ‘Publish JUnit test result report’ failed:

[jira] [Assigned] (SOLR-13125) Optimize Queries when sorting by router.field

2019-09-12 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck reassigned SOLR-13125: --- Assignee: Gus Heck > Optimize Queries when sorting by router.field >

[GitHub] [lucene-solr] eribeiro commented on a change in pull request #864: SOLR-13101 : Shared storage support in SolrCloud

2019-09-12 Thread GitBox
eribeiro commented on a change in pull request #864: SOLR-13101 : Shared storage support in SolrCloud URL: https://github.com/apache/lucene-solr/pull/864#discussion_r323982385 ## File path: solr/core/src/java/org/apache/solr/store/blob/process/CorePullTask.java ## @@

[GitHub] [lucene-solr] eribeiro commented on a change in pull request #864: SOLR-13101 : Shared storage support in SolrCloud

2019-09-12 Thread GitBox
eribeiro commented on a change in pull request #864: SOLR-13101 : Shared storage support in SolrCloud URL: https://github.com/apache/lucene-solr/pull/864#discussion_r323982385 ## File path: solr/core/src/java/org/apache/solr/store/blob/process/CorePullTask.java ## @@

[GitHub] [lucene-solr] eribeiro commented on a change in pull request #864: SOLR-13101 : Shared storage support in SolrCloud

2019-09-12 Thread GitBox
eribeiro commented on a change in pull request #864: SOLR-13101 : Shared storage support in SolrCloud URL: https://github.com/apache/lucene-solr/pull/864#discussion_r324023752 ## File path: solr/core/src/java/org/apache/solr/store/shared/SharedStoreManager.java ## @@

[GitHub] [lucene-solr] eribeiro commented on a change in pull request #864: SOLR-13101 : Shared storage support in SolrCloud

2019-09-12 Thread GitBox
eribeiro commented on a change in pull request #864: SOLR-13101 : Shared storage support in SolrCloud URL: https://github.com/apache/lucene-solr/pull/864#discussion_r324026158 ## File path: solr/core/src/java/org/apache/solr/store/blob/client/BlobCoreMetadata.java ## @@

[GitHub] [lucene-solr] eribeiro commented on a change in pull request #864: SOLR-13101 : Shared storage support in SolrCloud

2019-09-12 Thread GitBox
eribeiro commented on a change in pull request #864: SOLR-13101 : Shared storage support in SolrCloud URL: https://github.com/apache/lucene-solr/pull/864#discussion_r324030543 ## File path: solr/core/src/java/org/apache/solr/store/blob/client/LocalStorageClient.java ##

[JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 210 - Still Unstable

2019-09-12 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/210/ 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest Error Message: ObjectTracker found 4 object(s) that were not released!!! [InternalHttpClient, NRTCachingDirectory,

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 1959 - Still Failing

2019-09-12 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1959/ No tests ran. Build Log: [...truncated 25 lines...] ERROR: Failed to check out http://svn.apache.org/repos/asf/lucene/test-data org.tmatesoft.svn.core.SVNException: svn: E175002: connection refused by the server svn:

[GitHub] [lucene-solr] eribeiro commented on a change in pull request #864: SOLR-13101 : Shared storage support in SolrCloud

2019-09-12 Thread GitBox
eribeiro commented on a change in pull request #864: SOLR-13101 : Shared storage support in SolrCloud URL: https://github.com/apache/lucene-solr/pull/864#discussion_r323984413 ## File path: solr/core/src/java/org/apache/solr/cloud/autoscaling/IndexSizeTrigger.java ## @@

[GitHub] [lucene-solr] eribeiro commented on a change in pull request #864: SOLR-13101 : Shared storage support in SolrCloud

2019-09-12 Thread GitBox
eribeiro commented on a change in pull request #864: SOLR-13101 : Shared storage support in SolrCloud URL: https://github.com/apache/lucene-solr/pull/864#discussion_r323981156 ## File path: solr/core/src/java/org/apache/solr/store/blob/process/CorePullTask.java ## @@

[GitHub] [lucene-solr] eribeiro commented on a change in pull request #864: SOLR-13101 : Shared storage support in SolrCloud

2019-09-12 Thread GitBox
eribeiro commented on a change in pull request #864: SOLR-13101 : Shared storage support in SolrCloud URL: https://github.com/apache/lucene-solr/pull/864#discussion_r323974231 ## File path: solr/core/src/java/org/apache/solr/store/blob/provider/BlobStorageProvider.java ##

[GitHub] [lucene-solr] eribeiro commented on a change in pull request #864: SOLR-13101 : Shared storage support in SolrCloud

2019-09-12 Thread GitBox
eribeiro commented on a change in pull request #864: SOLR-13101 : Shared storage support in SolrCloud URL: https://github.com/apache/lucene-solr/pull/864#discussion_r323972376 ## File path: solr/core/src/java/org/apache/solr/store/blob/client/S3StorageClient.java ## @@

[GitHub] [lucene-solr] eribeiro commented on a change in pull request #864: SOLR-13101 : Shared storage support in SolrCloud

2019-09-12 Thread GitBox
eribeiro commented on a change in pull request #864: SOLR-13101 : Shared storage support in SolrCloud URL: https://github.com/apache/lucene-solr/pull/864#discussion_r323974906 ## File path: solr/core/src/java/org/apache/solr/store/blob/provider/BlobStorageProvider.java ##

[GitHub] [lucene-solr] eribeiro commented on a change in pull request #864: SOLR-13101 : Shared storage support in SolrCloud

2019-09-12 Thread GitBox
eribeiro commented on a change in pull request #864: SOLR-13101 : Shared storage support in SolrCloud URL: https://github.com/apache/lucene-solr/pull/864#discussion_r323973484 ## File path: solr/core/src/java/org/apache/solr/store/blob/process/CorePullTracker.java ## @@

[GitHub] [lucene-solr] eribeiro commented on a change in pull request #864: SOLR-13101 : Shared storage support in SolrCloud

2019-09-12 Thread GitBox
eribeiro commented on a change in pull request #864: SOLR-13101 : Shared storage support in SolrCloud URL: https://github.com/apache/lucene-solr/pull/864#discussion_r323967328 ## File path: solr/core/src/java/org/apache/solr/handler/admin/RequestApplyUpdatesOp.java ## @@

[GitHub] [lucene-solr] eribeiro commented on a change in pull request #864: SOLR-13101 : Shared storage support in SolrCloud

2019-09-12 Thread GitBox
eribeiro commented on a change in pull request #864: SOLR-13101 : Shared storage support in SolrCloud URL: https://github.com/apache/lucene-solr/pull/864#discussion_r323982385 ## File path: solr/core/src/java/org/apache/solr/store/blob/process/CorePullTask.java ## @@

[GitHub] [lucene-solr] eribeiro commented on a change in pull request #864: SOLR-13101 : Shared storage support in SolrCloud

2019-09-12 Thread GitBox
eribeiro commented on a change in pull request #864: SOLR-13101 : Shared storage support in SolrCloud URL: https://github.com/apache/lucene-solr/pull/864#discussion_r324027378 ## File path: solr/core/src/java/org/apache/solr/store/blob/client/BlobCoreMetadataBuilder.java