[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 231 - Unstable

2018-05-30 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/231/ 14 tests failed. FAILED: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test Error Message: Could not load collection from ZK: collection1 Stack Trace: org.apache.solr.common.SolrException: Could not load collection

[jira] [Commented] (SOLR-12297) Create a good SolrClient for SolrCloud paving the way for async requests, HTTP2, multiplexing, and the latest & greatest Jetty features.

2018-05-30 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496130#comment-16496130 ] Shawn Heisey commented on SOLR-12297: - [~markrmil...@gmail.com] are you ready for feedback and help

[jira] [Commented] (SOLR-11654) TimePartitionedUpdateProcessor.lookupShardLeaderOfCollection should route to the ideal shard

2018-05-30 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496119#comment-16496119 ] Gus Heck commented on SOLR-11654: - This has been dangling a bit too long, so attaching what I have so

[jira] [Updated] (SOLR-11654) TimePartitionedUpdateProcessor.lookupShardLeaderOfCollection should route to the ideal shard

2018-05-30 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck updated SOLR-11654: Attachment: SOLR-11654.patch > TimePartitionedUpdateProcessor.lookupShardLeaderOfCollection should route

Re: Solr Star Burst - SolrCloud Performance / Scale

2018-05-30 Thread Mark Miller
> > If I just very slowly put it in piece by piece and tried to pre think out > every step, the results would be pretty dreary. > To elaborate on that, there probably would not have been results from me :) I almost quit in the middle of Jetty HttpClient. I relearned every mistake I made trying

Re: Solr Star Burst - SolrCloud Performance / Scale

2018-05-30 Thread Mark Miller
On Wed, May 30, 2018 at 10:18 PM Varun Thacker wrote: > Hi Mark, > > I've started glancing at the the repo and some of the issues you are > addressing here will make things a lot more stable under high loads. I'll > look at it in a little more detail in the coming days. > > The key would be how

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191975716 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -146,17 +146,14 @@ public String getPrintableId() { return

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191983681 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -175,69 +172,83 @@ public String getHashableId() { return id;

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191976059 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -175,69 +172,83 @@ public String getHashableId() { return id;

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191982413 --- Diff: solr/core/src/test/org/apache/solr/update/AddBlockUpdateTest.java --- @@ -260,10 +266,90 @@ public void testExceptionThrown() throws

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191978497 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -175,69 +172,83 @@ public String getHashableId() { return id;

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191976784 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -175,69 +172,83 @@ public String getHashableId() { return id;

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191978869 --- Diff: solr/core/src/java/org/apache/solr/update/DirectUpdateHandler2.java --- @@ -417,7 +417,8 @@ private void addAndDelete(AddUpdateCommand cmd,

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191977537 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -175,69 +172,83 @@ public String getHashableId() { return id;

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191980588 --- Diff: solr/core/src/java/org/apache/solr/update/DirectUpdateHandler2.java --- @@ -973,16 +976,43 @@ private void

[jira] [Commented] (SOLR-12361) Change _childDocuments to Map

2018-05-30 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496048#comment-16496048 ] David Smiley commented on SOLR-12361: - [~caomanhdat] can you please review the changes to

Re: Solr Star Burst - SolrCloud Performance / Scale

2018-05-30 Thread Varun Thacker
Hi Mark, I've started glancing at the the repo and some of the issues you are addressing here will make things a lot more stable under high loads. I'll look at it in a little more detail in the coming days. The key would be how to isolate the work in desecrate chunks to then go and make Jiras

Re: pylucene on Ubuntu 18.04

2018-05-30 Thread Jeff Breidenbach
> JCC monkeypatches as needed. I don't think monkey patching worked on Ubuntu 18.04, for any version of JCC that I tried. When running make, I ran into errors discussing how JCC was not built with shared support. > Does Lucene 4 even build and run with Java 11 ? No idea. I halted my efforts

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_172) - Build # 22142 - Unstable!

2018-05-30 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22142/ Java: 64bit/jdk1.8.0_172 -XX:-UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.metrics.rrd.SolrRrdBackendFactoryTest.testBasic Error Message: one expected:<101> but was:<100> Stack Trace:

[jira] [Commented] (LUCENE-8264) Allow an option to rewrite all segments

2018-05-30 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495893#comment-16495893 ] Erick Erickson commented on LUCENE-8264: Sorry, been away for a while [~janhoy] re:

[jira] [Commented] (SOLR-10299) Provide search for online Ref Guide

2018-05-30 Thread Alexandre Rafalovitch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495878#comment-16495878 ] Alexandre Rafalovitch commented on SOLR-10299: -- If we are getting a VM, there is nothing

[jira] [Commented] (SOLR-10299) Provide search for online Ref Guide

2018-05-30 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495868#comment-16495868 ] Shawn Heisey commented on SOLR-10299: - [~gstein]. the search capability for the reference guide needs

[jira] [Updated] (SOLR-10299) Provide search for online Ref Guide

2018-05-30 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-10299: Attachment: basic-services-diagram.png > Provide search for online Ref Guide >

Re: Solr Star Burst - SolrCloud Performance / Scale

2018-05-30 Thread Mark Miller
Some of the fallout of this should be huge improvements to our tests. Right now, some of them take so long because no one even notices when they have done things to make the situation even worse and it's hard to monitor resource usage as we develop with it already fairly unbounded. On master

[JENKINS] Lucene-Solr-SmokeRelease-7.x - Build # 230 - Still Failing

2018-05-30 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-7.x/230/ No tests ran. Build Log: [...truncated 24220 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 pull request #388: Update package-info.java

2018-05-30 Thread yhcharles
GitHub user yhcharles opened a pull request: https://github.com/apache/lucene-solr/pull/388 Update package-info.java add a missing parenthesis You can merge this pull request into a Git repository by running: $ git pull https://github.com/yhcharles/lucene-solr patch-1

[jira] [Commented] (LUCENE-8278) UAX29URLEmailTokenizer is not detecting some tokens as URL type

2018-05-30 Thread Junte Zhang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495777#comment-16495777 ] Junte Zhang commented on LUCENE-8278: - Hi Steve, sorry for the late response. I will check this

[jira] [Commented] (LUCENE-8278) UAX29URLEmailTokenizer is not detecting some tokens as URL type

2018-05-30 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495719#comment-16495719 ] Steve Rowe commented on LUCENE-8278: I plan on committing this tomorrow if I don't get any feedback

[jira] [Commented] (SOLR-12088) Shards with dead replicas cause increased write latency

2018-05-30 Thread Jerry Bao (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495708#comment-16495708 ] Jerry Bao commented on SOLR-12088: -- [~caomanhdat] I can't confirm or deny whether or not this has been

[jira] [Commented] (SOLR-10299) Provide search for online Ref Guide

2018-05-30 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-10299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495655#comment-16495655 ] Jan Høydahl commented on SOLR-10299: {quote}But we wouldn't want it exposed to the open Internet,

[jira] [Updated] (LUCENE-7976) Make TieredMergePolicy respect maxSegmentSizeMB and allow singleton merges of very large segments

2018-05-30 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated LUCENE-7976: --- Attachment: LUCENE-7976.patch > Make TieredMergePolicy respect maxSegmentSizeMB and allow

[jira] [Commented] (LUCENE-7976) Make TieredMergePolicy respect maxSegmentSizeMB and allow singleton merges of very large segments

2018-05-30 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495578#comment-16495578 ] Erick Erickson commented on LUCENE-7976: Iteration N+1. This one removes the horrible loop that

[jira] [Updated] (LUCENE-7976) Make TieredMergePolicy respect maxSegmentSizeMB and allow singleton merges of very large segments

2018-05-30 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated LUCENE-7976: --- Attachment: LUCENE-7976.patch > Make TieredMergePolicy respect maxSegmentSizeMB and allow

[JENKINS] Lucene-Solr-BadApples-Tests-master - Build # 68 - Still Unstable

2018-05-30 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/68/ 3 tests failed. FAILED: org.apache.solr.cloud.autoscaling.sim.TestGenericDistributedQueue.testDistributedQueue Error Message: Test abandoned because suite timeout was reached. Stack Trace: java.lang.Exception: Test

Solr Star Burst - SolrCloud Performance / Scale

2018-05-30 Thread Mark Miller
I've always said I wanted to focus on performance and scale for SolrCloud, but for a long time that really just involved focusing on stability. Now things have started to get pretty stable. Some things that made me cringe about SolrCloud no longer do in 7.3/7.4. Weeks back I found myself yet

[jira] [Updated] (SOLR-12429) ZK upconfig throws confusing error when it encounters a symlink

2018-05-30 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-12429: Description: If a configset being uploaded to ZK contains a symlink pointing at a directory, an

[jira] [Updated] (SOLR-12429) ZK upconfig throws confusing error when it encounters a symlink

2018-05-30 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-12429: Environment: (was: If a configset being uploaded to ZK contains a symlink pointing at a

[jira] [Created] (SOLR-12429) ZK upconfig throws confusing error when it encounters a symlink

2018-05-30 Thread Shawn Heisey (JIRA)
Shawn Heisey created SOLR-12429: --- Summary: ZK upconfig throws confusing error when it encounters a symlink Key: SOLR-12429 URL: https://issues.apache.org/jira/browse/SOLR-12429 Project: Solr

[jira] [Commented] (SOLR-10299) Provide search for online Ref Guide

2018-05-30 Thread Greg Stein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495503#comment-16495503 ] Greg Stein commented on SOLR-10299: --- >From HipChat: "But we wouldn't want it exposed to the open

[jira] [Created] (SOLR-12428) Adding LTR jar to _default configset

2018-05-30 Thread Ishan Chattopadhyaya (JIRA)
Ishan Chattopadhyaya created SOLR-12428: --- Summary: Adding LTR jar to _default configset Key: SOLR-12428 URL: https://issues.apache.org/jira/browse/SOLR-12428 Project: Solr Issue Type:

[jira] [Commented] (SOLR-12427) Status 500 on Incorrect value for start and rows

2018-05-30 Thread Munendra S N (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495468#comment-16495468 ] Munendra S N commented on SOLR-12427: - [^SOLR-12427.patch] This one uses params.getInt() instead of

[jira] [Updated] (SOLR-12427) Status 500 on Incorrect value for start and rows

2018-05-30 Thread Munendra S N (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Munendra S N updated SOLR-12427: Attachment: SOLR-12427.patch > Status 500 on Incorrect value for start and rows >

[jira] [Updated] (SOLR-12427) Status 500 on Incorrect value for start and rows

2018-05-30 Thread Munendra S N (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Munendra S N updated SOLR-12427: Attachment: SOLR-12427.patch > Status 500 on Incorrect value for start and rows >

[jira] [Commented] (SOLR-12395) Typo in SignificantTermsQParserPlugin.NAME

2018-05-30 Thread Lucene/Solr QA (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495418#comment-16495418 ] Lucene/Solr QA commented on SOLR-12395: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote ||

[jira] [Comment Edited] (LUCENE-7161) TestMoreLikeThis.testMultiFieldShouldReturnPerFieldBooleanQuery assertion error

2018-05-30 Thread Alessandro Benedetti (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495411#comment-16495411 ] Alessandro Benedetti edited comment on LUCENE-7161 at 5/30/18 4:42 PM:

[jira] [Commented] (LUCENE-7161) TestMoreLikeThis.testMultiFieldShouldReturnPerFieldBooleanQuery assertion error

2018-05-30 Thread Alessandro Benedetti (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495411#comment-16495411 ] Alessandro Benedetti commented on LUCENE-7161: -- While refactoring the MoreLikeThis[1]  I

[jira] [Resolved] (SOLR-12271) Analytics Component reads negative float and double field values incorrectly

2018-05-30 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Gove resolved SOLR-12271. Resolution: Fixed > Analytics Component reads negative float and double field values incorrectly >

[jira] [Commented] (LUCENE-8300) Add unordered-distinct IntervalsSource

2018-05-30 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495389#comment-16495389 ] Matt Weber commented on LUCENE-8300: Thank you [~romseygeek]! > Add unordered-distinct

[jira] [Commented] (SOLR-12271) Analytics Component reads negative float and double field values incorrectly

2018-05-30 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495345#comment-16495345 ] ASF subversion and git services commented on SOLR-12271: Commit

[jira] [Commented] (SOLR-12271) Analytics Component reads negative float and double field values incorrectly

2018-05-30 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495342#comment-16495342 ] ASF subversion and git services commented on SOLR-12271: Commit

[jira] [Commented] (SOLR-12271) Analytics Component reads negative float and double field values incorrectly

2018-05-30 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495343#comment-16495343 ] ASF subversion and git services commented on SOLR-12271: Commit

[jira] [Commented] (SOLR-12271) Analytics Component reads negative float and double field values incorrectly

2018-05-30 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495344#comment-16495344 ] ASF subversion and git services commented on SOLR-12271: Commit

[jira] [Commented] (SOLR-11779) Basic long-term collection of aggregated metrics

2018-05-30 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495325#comment-16495325 ] ASF subversion and git services commented on SOLR-11779: Commit

[jira] [Commented] (SOLR-11779) Basic long-term collection of aggregated metrics

2018-05-30 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495323#comment-16495323 ] ASF subversion and git services commented on SOLR-11779: Commit

[jira] [Commented] (SOLR-11779) Basic long-term collection of aggregated metrics

2018-05-30 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495322#comment-16495322 ] ASF subversion and git services commented on SOLR-11779: Commit

[jira] [Resolved] (LUCENE-8300) Add unordered-distinct IntervalsSource

2018-05-30 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-8300. --- Resolution: Fixed Fix Version/s: 7.4 > Add unordered-distinct IntervalsSource >

[jira] [Commented] (LUCENE-8300) Add unordered-distinct IntervalsSource

2018-05-30 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495287#comment-16495287 ] ASF subversion and git services commented on LUCENE-8300: - Commit

[jira] [Commented] (LUCENE-8300) Add unordered-distinct IntervalsSource

2018-05-30 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495286#comment-16495286 ] ASF subversion and git services commented on LUCENE-8300: - Commit

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191807600 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -184,14 +179,7 @@ public String getHashableId() { return

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191805956 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -206,13 +194,13 @@ private void buildDocsList() { // TODO:

[jira] [Commented] (SOLR-12374) Add SolrCore.withSearcher(lambda accepting SolrIndexSearcher)

2018-05-30 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495280#comment-16495280 ] David Smiley commented on SOLR-12374: - woops; thanks! > Add SolrCore.withSearcher(lambda accepting

[jira] [Commented] (SOLR-12374) Add SolrCore.withSearcher(lambda accepting SolrIndexSearcher)

2018-05-30 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495279#comment-16495279 ] ASF subversion and git services commented on SOLR-12374: Commit

[jira] [Resolved] (SOLR-12425) How to change schema field type from string to tdate.

2018-05-30 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-12425. --- Resolution: Information Provided This issue tracker is not a support portal. Please raise

[jira] [Commented] (SOLR-12358) Autoscaling suggestions fail randomly and for certain policies

2018-05-30 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-12358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495272#comment-16495272 ] Jan Høydahl commented on SOLR-12358: The SOLR-12375 entry is now double up :)  > Autoscaling

[jira] [Commented] (LUCENE-5143) rm or formalize dealing with "general" KEYS files in our dist dir

2018-05-30 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-5143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495267#comment-16495267 ] Jan Høydahl commented on LUCENE-5143: - {noformat} SUMMARY === Number of artifacts to check:

[jira] [Commented] (SOLR-12358) Autoscaling suggestions fail randomly and for certain policies

2018-05-30 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495264#comment-16495264 ] Noble Paul commented on SOLR-12358: --- Hope I have undone the damage > Autoscaling suggestions fail

[jira] [Commented] (SOLR-12358) Autoscaling suggestions fail randomly and for certain policies

2018-05-30 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495250#comment-16495250 ] ASF subversion and git services commented on SOLR-12358: Commit

[jira] [Commented] (SOLR-12374) Add SolrCore.withSearcher(lambda accepting SolrIndexSearcher)

2018-05-30 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495231#comment-16495231 ] Yonik Seeley commented on SOLR-12374: - The CHANGES for 7.4 has: * SOLR-12374:

[jira] [Commented] (SOLR-12417) velocity response writer v.json should enforce valid function name

2018-05-30 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495225#comment-16495225 ] ASF subversion and git services commented on SOLR-12417: Commit

[jira] [Commented] (SOLR-7830) topdocs facet function

2018-05-30 Thread Tim Owen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495223#comment-16495223 ] Tim Owen commented on SOLR-7830: I've attached a new patch, I took your original patch and updated it for

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191785849 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -250,6 +261,7 @@ private void recUnwrapRelations(List unwrappedDocs,

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191785710 --- Diff: solr/core/src/test/org/apache/solr/update/AddBlockUpdateTest.java --- @@ -693,7 +668,6 @@ private void indexSolrInputDocumentsDirectly(List

[jira] [Updated] (SOLR-7830) topdocs facet function

2018-05-30 Thread Tim Owen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Owen updated SOLR-7830: --- Attachment: ALT-SOLR-7830.patch > topdocs facet function > -- > > Key:

[jira] [Commented] (SOLR-12417) velocity response writer v.json should enforce valid function name

2018-05-30 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495215#comment-16495215 ] ASF subversion and git services commented on SOLR-12417: Commit

[jira] [Commented] (LUCENE-8338) Ensure number returned for PendingDeletes are well defined

2018-05-30 Thread Lucene/Solr QA (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495212#comment-16495212 ] Lucene/Solr QA commented on LUCENE-8338: | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191781137 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -250,6 +261,7 @@ private void recUnwrapRelations(List unwrappedDocs,

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191780669 --- Diff: solr/core/src/test/org/apache/solr/update/AddBlockUpdateTest.java --- @@ -693,7 +668,6 @@ private void indexSolrInputDocumentsDirectly(List

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191782336 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -228,11 +225,25 @@ private void buildDocsList() { return

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191780149 --- Diff: solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java --- @@ -2181,16 +2182,38 @@ public boolean compareSolrInputDocument(Object

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191776629 --- Diff: solr/core/src/test/org/apache/solr/update/AddBlockUpdateTest.java --- @@ -550,14 +531,8 @@ public void testJavaBinCodecNestedRelation()

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191775263 --- Diff: solr/core/src/java/org/apache/solr/update/processor/IgnoreLargeDocumentProcessorFactory.java --- @@ -165,11 +165,9 @@ private static long

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191779761 --- Diff: solr/core/src/java/org/apache/solr/update/DirectUpdateHandler2.java --- @@ -417,7 +417,8 @@ private void addAndDelete(AddUpdateCommand cmd,

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191775964 --- Diff: solr/core/src/test/org/apache/solr/update/AddBlockUpdateTest.java --- @@ -269,37 +269,27 @@ public void testExceptionThrown() throws

[jira] [Comment Edited] (SOLR-12358) Autoscaling suggestions fail randomly and for certain policies

2018-05-30 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-12358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495202#comment-16495202 ] Jan Høydahl edited comment on SOLR-12358 at 5/30/18 2:08 PM: - Your commit 

[JENKINS] Lucene-Solr-SmokeRelease-master - Build # 1036 - Still Failing

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

[jira] [Commented] (SOLR-12358) Autoscaling suggestions fail randomly and for certain policies

2018-05-30 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-12358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495202#comment-16495202 ] Jan Høydahl commented on SOLR-12358: Your commit a875300a897521bc618d5072b20fcd60c8f13985 also

[jira] [Updated] (SOLR-12392) IndexSizeTriggerTest fails too frequently.

2018-05-30 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki updated SOLR-12392: - Fix Version/s: master (8.0) 7.4 > IndexSizeTriggerTest fails too

[jira] [Commented] (SOLR-12392) IndexSizeTriggerTest fails too frequently.

2018-05-30 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495189#comment-16495189 ] ASF subversion and git services commented on SOLR-12392: Commit

[jira] [Resolved] (SOLR-12392) IndexSizeTriggerTest fails too frequently.

2018-05-30 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki resolved SOLR-12392. -- Resolution: Fixed > IndexSizeTriggerTest fails too frequently. >

[jira] [Updated] (LUCENE-5143) rm or formalize dealing with "general" KEYS files in our dist dir

2018-05-30 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-5143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated LUCENE-5143: Attachment: LUCENE-5143.patch > rm or formalize dealing with "general" KEYS files in our dist dir

[jira] [Commented] (SOLR-12392) IndexSizeTriggerTest fails too frequently.

2018-05-30 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495181#comment-16495181 ] ASF subversion and git services commented on SOLR-12392: Commit

[jira] [Updated] (LUCENE-5143) rm or formalize dealing with "general" KEYS files in our dist dir

2018-05-30 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-5143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated LUCENE-5143: Attachment: verify.sh > rm or formalize dealing with "general" KEYS files in our dist dir >

[jira] [Updated] (SOLR-12423) Upgrade to Tika 1.19 when available and refactor to use the ForkParser

2018-05-30 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Allison updated SOLR-12423: --- Environment: (was: in Tika 1.19) > Upgrade to Tika 1.19 when available and refactor to use the

[jira] [Updated] (SOLR-12422) Update Ref Guide to recommend against using the ExtractingRequestHandler in production

2018-05-30 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Allison updated SOLR-12422: --- Description: [~elyograg] recently updated the wiki to include the hard-learned guidance that the

[jira] [Updated] (SOLR-12422) Update Ref Guide to recommend against using the ExtractingRequestHandler in production

2018-05-30 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Allison updated SOLR-12422: --- Environment: (was: Shawn Heisey recently updated the wiki to include the hard-learned guidance

[jira] [Commented] (LUCENE-5143) rm or formalize dealing with "general" KEYS files in our dist dir

2018-05-30 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-5143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495158#comment-16495158 ] Jan Høydahl commented on LUCENE-5143: - Uploaded an updated KEYS file with Cao's GPG key. Do you

[jira] [Updated] (LUCENE-5143) rm or formalize dealing with "general" KEYS files in our dist dir

2018-05-30 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-5143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated LUCENE-5143: Attachment: KEYS > rm or formalize dealing with "general" KEYS files in our dist dir >

[JENKINS] Lucene-Solr-BadApples-Tests-7.x - Build # 71 - Still Unstable

2018-05-30 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-7.x/71/ 7 tests failed. FAILED: org.apache.lucene.index.TestIndexFileDeleter.testExcInDecRef Error Message: ReaderPool is already closed Stack Trace: org.apache.lucene.store.AlreadyClosedException: ReaderPool is already closed

[jira] [Commented] (SOLR-12415) Solr Loadbalancer client LBHttpSolrClient not working as expected, if a Solr node goes down, it is unable to detect when it become live again due to 404 error

2018-05-30 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495126#comment-16495126 ] Shawn Heisey commented on SOLR-12415: - bq. This may limit flexibility of the client that was created

[jira] [Commented] (SOLR-11861) ConfigSets CREATE baseConfigSet param should default to _default

2018-05-30 Thread Amrit Sarkar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495121#comment-16495121 ] Amrit Sarkar commented on SOLR-11861: - Sorry for being this late; unfortunately I don't see myself

  1   2   >