[jira] [Commented] (LUCENE-8857) Refactor TopDocs#Merge To Take In Custom Tie Breakers

2019-06-17 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16866253#comment-16866253 ] Simon Willnauer commented on LUCENE-8857: - >From my perspective we should simplify this even

[GitHub] [lucene-solr] s1monw commented on a change in pull request #725: LUCENE-8865: Use incoming thread for execution if IndexSearcher has an executor

2019-06-17 Thread GitBox
s1monw commented on a change in pull request #725: LUCENE-8865: Use incoming thread for execution if IndexSearcher has an executor URL: https://github.com/apache/lucene-solr/pull/725#discussion_r294611420 ## File path:

[jira] [Commented] (SOLR-7530) Wrong JSON response using Terms Component with distrib=true

2019-06-17 Thread Lucene/Solr QA (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16866233#comment-16866233 ] Lucene/Solr QA commented on SOLR-7530: -- | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote ||

[JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 125 - Failure

2019-06-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/125/ 7 tests failed. FAILED: org.apache.solr.cloud.LeaderVoteWaitTimeoutTest.basicTest Error Message: Timeout occurred while waiting response from server at: https://127.0.0.1:37171/solr Stack Trace:

[jira] [Commented] (SOLR-7530) Wrong JSON response using Terms Component with distrib=true

2019-06-17 Thread Munendra S N (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16866179#comment-16866179 ] Munendra S N commented on SOLR-7530: [~mkhludnev] Current changes entry looks great. Thanks a lot for

[jira] [Commented] (PYLUCENE-50) StoredField of an int has the wrong type.

2019-06-17 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-50?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16866175#comment-16866175 ] Andi Vajda commented on PYLUCENE-50: Thank you, Aric, for you reporting this. Andi.. ?? {{field =

Re: [VOTE] Release PyLucene 8.1.1

2019-06-17 Thread Andi Vajda
The release vote has now been called off due to PYLUCENE-50. Andi.. On Mon, 17 Jun 2019, Andi Vajda wrote: On Mon, 17 Jun 2019, David Allouche wrote: On 17 Jun 2019, at 20:42, Andi Vajda wrote: On Mon, 17 Jun 2019, David Allouche wrote: Thank you, that was very informative. +0 for

[jira] [Commented] (PYLUCENE-50) StoredField of an int has the wrong type.

2019-06-17 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-50?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16866171#comment-16866171 ] Andi Vajda commented on PYLUCENE-50: For the longest time, it was possible to pass an int where a

[jira] [Resolved] (PYLUCENE-50) StoredField of an int has the wrong type.

2019-06-17 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andi Vajda resolved PYLUCENE-50. Resolution: Fixed fixed in rev 1861553 > StoredField of an int has the wrong type. >

Re: [jira] [Created] (PYLUCENE-50) StoredField of an int has the wrong type.

2019-06-17 Thread Andi Vajda
This calls off the vote... Andi.. On Tue, 18 Jun 2019, A. Coady (JIRA) wrote: A. Coady created PYLUCENE-50: Summary: StoredField of an int has the wrong type. Key: PYLUCENE-50 URL:

[jira] [Updated] (LUCENE-8866) Remove ICU dependency of kuromoji tools/test-tools

2019-06-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-8866: Attachment: LUCENE-8866.patch > Remove ICU dependency of kuromoji tools/test-tools >

[jira] [Commented] (LUCENE-8866) Remove ICU dependency of kuromoji tools/test-tools

2019-06-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16866133#comment-16866133 ] Robert Muir commented on LUCENE-8866: - Simple patch, I didn't move any code around, just removed the

[jira] [Created] (LUCENE-8866) Remove ICU dependency of kuromoji tools/test-tools

2019-06-17 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-8866: --- Summary: Remove ICU dependency of kuromoji tools/test-tools Key: LUCENE-8866 URL: https://issues.apache.org/jira/browse/LUCENE-8866 Project: Lucene - Core

Re: Lucene/Solr Developer content

2019-06-17 Thread Alexandre Rafalovitch
Does it need to go to Confluence? I know Apache built an export tool, but is there a way to dump the whole thing into a text archive? Or both :-) I am wondering if this could be a good opportunity for dog-fooding. Load the wiki export into Solr, cross-match against RefGuide, manually inspect the

[GitHub] [lucene-solr] rmuir commented on a change in pull request #722: LUCENE-8863: handle some edge cases in Kuromoji DictionaryBuilder, en…

2019-06-17 Thread GitBox
rmuir commented on a change in pull request #722: LUCENE-8863: handle some edge cases in Kuromoji DictionaryBuilder, en… URL: https://github.com/apache/lucene-solr/pull/722#discussion_r294575405 ## File path: lucene/analysis/kuromoji/build.xml ## @@ -136,8 +136,8 @@

[GitHub] [lucene-solr] rmuir commented on issue #722: LUCENE-8863: handle some edge cases in Kuromoji DictionaryBuilder, en…

2019-06-17 Thread GitBox
rmuir commented on issue #722: LUCENE-8863: handle some edge cases in Kuromoji DictionaryBuilder, en… URL: https://github.com/apache/lucene-solr/pull/722#issuecomment-502904963 +1, thank you for taking the time to do these tests. Can we open a followup issue to fix whatever we need to fix

[jira] [Created] (PYLUCENE-50) StoredField of an int has the wrong type.

2019-06-17 Thread A. Coady (JIRA)
A. Coady created PYLUCENE-50: Summary: StoredField of an int has the wrong type. Key: PYLUCENE-50 URL: https://issues.apache.org/jira/browse/PYLUCENE-50 Project: PyLucene Issue Type: Bug

Re: [VOTE] Release PyLucene 8.1.1

2019-06-17 Thread Andi Vajda
On Mon, 17 Jun 2019, David Allouche wrote: On 17 Jun 2019, at 20:42, Andi Vajda wrote: On Mon, 17 Jun 2019, David Allouche wrote: Thank you, that was very informative. +0 for this release, I builds and pass my test suite. But I was unable to make a complete integration test because I

[GitHub] [lucene-solr] uschindler commented on a change in pull request #725: LUCENE-8865: Use incoming thread for execution if IndexSearcher has an executor

2019-06-17 Thread GitBox
uschindler commented on a change in pull request #725: LUCENE-8865: Use incoming thread for execution if IndexSearcher has an executor URL: https://github.com/apache/lucene-solr/pull/725#discussion_r294557617 ## File path:

[jira] [Commented] (LUCENE-8865) Use incoming thread for execution if IndexSearcher has an executor

2019-06-17 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16866073#comment-16866073 ] Uwe Schindler commented on LUCENE-8865: --- +1 > Use incoming thread for execution if IndexSearcher

[JENKINS] Lucene-Solr-Tests-8.x - Build # 244 - Still Failing

2019-06-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/244/ 3 tests failed. FAILED: org.apache.solr.cloud.TestWaitForStateWithJettyShutdowns.testWaitForStateAfterShutDown Error Message: IOException occurred when talking to server at: http://127.0.0.1:32780/solr Stack Trace:

[jira] [Commented] (SOLR-13490) waitForState/registerCollectionStateWatcher can see stale liveNodes data due to (Zk) Watcher race condition

2019-06-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16866042#comment-16866042 ] ASF subversion and git services commented on SOLR-13490: Commit

[jira] [Commented] (SOLR-13490) waitForState/registerCollectionStateWatcher can see stale liveNodes data due to (Zk) Watcher race condition

2019-06-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16866041#comment-16866041 ] ASF subversion and git services commented on SOLR-13490: Commit

[jira] [Commented] (SOLR-7530) Wrong JSON response using Terms Component with distrib=true

2019-06-17 Thread Lucene/Solr QA (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16866028#comment-16866028 ] Lucene/Solr QA commented on SOLR-7530: -- | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote ||

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #725: LUCENE-8865: Use incoming thread for execution if IndexSearcher has an executor

2019-06-17 Thread GitBox
mikemccand commented on a change in pull request #725: LUCENE-8865: Use incoming thread for execution if IndexSearcher has an executor URL: https://github.com/apache/lucene-solr/pull/725#discussion_r294538579 ## File path:

[jira] [Updated] (SOLR-7530) Wrong JSON response using Terms Component with distrib=true

2019-06-17 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-7530: --- Attachment: SOLR-7530.patch > Wrong JSON response using Terms Component with distrib=true >

[GitHub] [lucene-solr] dsmiley commented on issue #726: LUCENE-8632: New XYShape Field and Queries for indexing and searching general cartesian geometries

2019-06-17 Thread GitBox
dsmiley commented on issue #726: LUCENE-8632: New XYShape Field and Queries for indexing and searching general cartesian geometries URL: https://github.com/apache/lucene-solr/pull/726#issuecomment-502861247 This all sounds great; I like the use of the "XY" as a naming prefix to help

Re: Lucene/Solr Developer content

2019-06-17 Thread Adrien Grand
+1 On Mon, Jun 17, 2019 at 10:18 PM Jan Høydahl wrote: > > Hi devs, > > Today we have mainly two sources of developer documentation (apart from > Javadoc and refGuide): > > * The websites. Very short instructions and linking to WIKI for in-depth > * The old Moin wikis at wiki.apache.org with

Re: Lucene/Solr Developer content

2019-06-17 Thread David Smiley
Great plan, Jan! A sticky bit of this I think is how to remove old stuff. It's easy to keep content around forever but it gets stale and clutters things up with better content. Maybe if I/someone wants to remove content, we send out a proposal to the list with links for easy peer review of

[GitHub] [lucene-solr] msokolov commented on issue #722: LUCENE-8863: handle some edge cases in Kuromoji DictionaryBuilder, en…

2019-06-17 Thread GitBox
msokolov commented on issue #722: LUCENE-8863: handle some edge cases in Kuromoji DictionaryBuilder, en… URL: https://github.com/apache/lucene-solr/pull/722#issuecomment-502856635 I posted an updated patch that addresses the comments, and also adds a test that exercises the builder with

[jira] [Commented] (SOLR-10291) Add match Boolean Stream Evaluator to support regex matching

2019-06-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16865983#comment-16865983 ] Joel Bernstein commented on SOLR-10291: --- Time to get this powerful capability into Streaming

[jira] [Updated] (SOLR-10291) Add match Boolean Stream Evaluator to support regex matching

2019-06-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-10291: -- Component/s: streaming expressions > Add match Boolean Stream Evaluator to support regex

[jira] [Assigned] (SOLR-10291) Add match Boolean Stream Evaluator to support regex matching

2019-06-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein reassigned SOLR-10291: - Assignee: Joel Bernstein > Add match Boolean Stream Evaluator to support regex matching

[JENKINS] Lucene-Solr-8.x-Linux (64bit/jdk1.8.0_201) - Build # 722 - Failure!

2019-06-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/722/ Java: 64bit/jdk1.8.0_201 -XX:-UseCompressedOops -XX:+UseG1GC 3 tests failed. FAILED: org.apache.solr.cloud.ShardRoutingTest.test Error Message: Error from server at https://127.0.0.1:43503/x_qne/if/collection1:

[jira] [Created] (SOLR-13556) Allow length Stream evaluator to return the length of a string

2019-06-17 Thread Joel Bernstein (JIRA)
Joel Bernstein created SOLR-13556: - Summary: Allow length Stream evaluator to return the length of a string Key: SOLR-13556 URL: https://issues.apache.org/jira/browse/SOLR-13556 Project: Solr

[jira] [Updated] (SOLR-13556) Allow the length Stream Evaluator to return the length of a string

2019-06-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-13556: -- Summary: Allow the length Stream Evaluator to return the length of a string (was: Allow

[jira] [Updated] (SOLR-13554) Add robust flag to movingMAD Stream Evaluation

2019-06-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-13554: -- Summary: Add robust flag to movingMAD Stream Evaluation (was: Add robust flag to movingMAD

[jira] [Created] (SOLR-13555) Add centeredMovingAvg Stream Evaluator

2019-06-17 Thread Joel Bernstein (JIRA)
Joel Bernstein created SOLR-13555: - Summary: Add centeredMovingAvg Stream Evaluator Key: SOLR-13555 URL: https://issues.apache.org/jira/browse/SOLR-13555 Project: Solr Issue Type: New

[jira] [Assigned] (SOLR-13555) Add centeredMovingAvg Stream Evaluator

2019-06-17 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein reassigned SOLR-13555: - Assignee: Joel Bernstein > Add centeredMovingAvg Stream Evaluator >

[jira] [Created] (SOLR-13554) Add robust flag to movingMAD Streaming Evaluation

2019-06-17 Thread Joel Bernstein (JIRA)
Joel Bernstein created SOLR-13554: - Summary: Add robust flag to movingMAD Streaming Evaluation Key: SOLR-13554 URL: https://issues.apache.org/jira/browse/SOLR-13554 Project: Solr Issue Type:

Re: [VOTE] Release PyLucene 8.1.1

2019-06-17 Thread David Allouche
> On 17 Jun 2019, at 20:42, Andi Vajda wrote: > > > On Mon, 17 Jun 2019, David Allouche wrote: > >> Thank you, that was very informative. >> >> +0 for this release, I builds and pass my test suite. >> >> But I was unable to make a complete integration test because I do not have a >> proper

[jira] [Commented] (SOLR-11162) ExternalFileField/FileFloatSource should support a Points based keyField

2019-06-17 Thread Gregg Donovan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16865964#comment-16865964 ] Gregg Donovan commented on SOLR-11162: -- [~steve_rowe] [~hossman] What do you have in mind for this?

Re: Lucene/Solr Developer content

2019-06-17 Thread Joel Bernstein
+1 for more asciidoc guides. I find these to be extremely useful anytime I run across these on projects. I'd be happy to add developer level docs in Streaming Expressions / Math Expressions. Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Jun 17, 2019 at 4:18 PM Jan Høydahl wrote: > Hi

RE: [VOTE] Release PyLucene 8.1.1

2019-06-17 Thread Milo H Fields III
+0 (user) > -Original Message- > From: Andi Vajda > Sent: Monday, June 17, 2019 14:43 > To: pylucene-dev@lucene.apache.org > Subject: Re: [VOTE] Release PyLucene 8.1.1 > > > On Mon, 17 Jun 2019, David Allouche wrote: > > > Thank you, that was very informative. > > > > +0 for this

Re: [JENKINS] Lucene-Solr-Tests-master - Build # 3385 - Still Failing

2019-06-17 Thread Joel Bernstein
Ok, thanks for the explanation. Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Jun 17, 2019 at 4:04 PM Chris Hostetter wrote: > > It is sporadic & seemingly unpredictible & has been happening for > various people on various machines / OSes since the upgrade to java11 on > master -- see

Lucene/Solr Developer content

2019-06-17 Thread Jan Høydahl
Hi devs, Today we have mainly two sources of developer documentation (apart from Javadoc and refGuide): * The websites. Very short instructions and linking to WIKI for in-depth * The old Moin wikis at wiki.apache.org with more details Soon the old Moin wiki is being discontinued and I plan to

Re: [JENKINS] Lucene-Solr-Tests-master - Build # 3385 - Still Failing

2019-06-17 Thread Chris Hostetter
It is sporadic & seemingly unpredictible & has been happening for various people on various machines / OSes since the upgrade to java11 on master -- see thread "precommit failures" ...

Re: [JENKINS] Lucene-Solr-Tests-master - Build # 3385 - Still Failing

2019-06-17 Thread Joel Bernstein
I saw these failures locally when running precommit, After running clean and clean-jars the precommit passed. Is there an issue with the jars on jenkins? Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Jun 17, 2019 at 3:35 PM Apache Jenkins Server < jenk...@builds.apache.org> wrote: >

[jira] [Updated] (SOLR-13490) waitForState/registerCollectionStateWatcher can see stale liveNodes data due to (Zk) Watcher race condition

2019-06-17 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-13490: Resolution: Fixed Fix Version/s: 8.2 master (9.0) Status: Resolved

[JENKINS] Lucene-Solr-Tests-master - Build # 3385 - Still Failing

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

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-13-ea+18) - Build # 24244 - Unstable!

2019-06-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24244/ Java: 64bit/jdk-13-ea+18 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.NestedShardedAtomicUpdateTest.test Error Message: Error from server at http://127.0.0.1:38047/collection1:

[GitHub] [lucene-solr] rmuir commented on a change in pull request #722: LUCENE-8863: handle some edge cases in Kuromoji DictionaryBuilder, en…

2019-06-17 Thread GitBox
rmuir commented on a change in pull request #722: LUCENE-8863: handle some edge cases in Kuromoji DictionaryBuilder, en… URL: https://github.com/apache/lucene-solr/pull/722#discussion_r294475330 ## File path:

[jira] [Comment Edited] (LUCENE-8863) Improve handling of edge cases in Kuromoji's DIctionaryBuilder

2019-06-17 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16865906#comment-16865906 ] Mike Sokolov edited comment on LUCENE-8863 at 6/17/19 7:10 PM: --- OK, I will

[jira] [Commented] (SOLR-13419) Add TRA denoting Infix to TRA collection names

2019-06-17 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16865907#comment-16865907 ] Gus Heck commented on SOLR-13419: - Updated patch for current master, just some test readability changes

[jira] [Comment Edited] (LUCENE-8863) Improve handling of edge cases in Kuromoji's DIctionaryBuilder

2019-06-17 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16865906#comment-16865906 ] Mike Sokolov edited comment on LUCENE-8863 at 6/17/19 7:08 PM: --- OK, I will

[jira] [Commented] (LUCENE-8863) Improve handling of edge cases in Kuromoji's DIctionaryBuilder

2019-06-17 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16865906#comment-16865906 ] Mike Sokolov commented on LUCENE-8863: -- OK, I will check for empty base form and raise an

[jira] [Updated] (SOLR-13419) Add TRA denoting Infix to TRA collection names

2019-06-17 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck updated SOLR-13419: Attachment: SOLR-13419.patch > Add TRA denoting Infix to TRA collection names >

[GitHub] [lucene-solr] msokolov commented on a change in pull request #722: LUCENE-8863: handle some edge cases in Kuromoji DictionaryBuilder, en…

2019-06-17 Thread GitBox
msokolov commented on a change in pull request #722: LUCENE-8863: handle some edge cases in Kuromoji DictionaryBuilder, en… URL: https://github.com/apache/lucene-solr/pull/722#discussion_r294472350 ## File path:

[GitHub] [lucene-solr] msokolov commented on a change in pull request #722: LUCENE-8863: handle some edge cases in Kuromoji DictionaryBuilder, en…

2019-06-17 Thread GitBox
msokolov commented on a change in pull request #722: LUCENE-8863: handle some edge cases in Kuromoji DictionaryBuilder, en… URL: https://github.com/apache/lucene-solr/pull/722#discussion_r294472510 ## File path:

[JENKINS-MAVEN] Lucene-Solr-Maven-8.x #129: POMs out of sync

2019-06-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-8.x/129/ No tests ran. Build Log: [...truncated 33497 lines...] [mvn] [INFO] - [mvn] [INFO] - [mvn]

[jira] [Commented] (LUCENE-8859) Add an option to load the completion suggester's FST off-heap

2019-06-17 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16865884#comment-16865884 ] Adrien Grand commented on LUCENE-8859: -- I don't have objections to exposing this option. This makes

[jira] [Commented] (LUCENE-8862) Collector Level Dynamic Memory Accounting

2019-06-17 Thread Atri Sharma (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16865883#comment-16865883 ] Atri Sharma commented on LUCENE-8862: - The reason I was thinking of a visitor api is since it gives

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

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

Re: [VOTE] Release PyLucene 8.1.1

2019-06-17 Thread Andi Vajda
On Mon, 17 Jun 2019, David Allouche wrote: Thank you, that was very informative. +0 for this release, I builds and pass my test suite. But I was unable to make a complete integration test because I do not have a proper index format migration infrastructure and my index is made of

[jira] [Commented] (LUCENE-8862) Collector Level Dynamic Memory Accounting

2019-06-17 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16865879#comment-16865879 ] Adrien Grand commented on LUCENE-8862: -- I see. Do we need a visitor at all, we could pass the

[jira] [Commented] (LUCENE-8862) Collector Level Dynamic Memory Accounting

2019-06-17 Thread Atri Sharma (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16865873#comment-16865873 ] Atri Sharma commented on LUCENE-8862: - Visitor could have an API to take in a memory tracking object

[GitHub] [lucene-solr] jtibshirani commented on issue #715: LUCENE-7714 Add a range query that takes advantage of index sorting.

2019-06-17 Thread GitBox
jtibshirani commented on issue #715: LUCENE-7714 Add a range query that takes advantage of index sorting. URL: https://github.com/apache/lucene-solr/pull/715#issuecomment-502800464 > Instead of adding this alternative in the NumericDocValuesField#slowRangeQuery we could add an alternative

[jira] [Commented] (LUCENE-8862) Collector Level Dynamic Memory Accounting

2019-06-17 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16865859#comment-16865859 ] Adrien Grand commented on LUCENE-8862: -- One you have a visitor API, how would you implement

[jira] [Commented] (LUCENE-8632) XYShape: Adapt LatLonShape tessellator, field type, and queries to non-geo shapes

2019-06-17 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16865858#comment-16865858 ] Nicholas Knize commented on LUCENE-8632: Opened a PR for adding the ability to index and search

[GitHub] [lucene-solr] nknize opened a new pull request #726: LUCENE-8632: New XYShape Field and Queries for indexing and searching general cartesian geometries

2019-06-17 Thread GitBox
nknize opened a new pull request #726: LUCENE-8632: New XYShape Field and Queries for indexing and searching general cartesian geometries URL: https://github.com/apache/lucene-solr/pull/726 The `LatLonShape` field and `LatLonShape` query classes added the ability to index and search

[jira] [Updated] (LUCENE-8632) XYShape: Adapt LatLonShape tessellator, field type, and queries to non-geo shapes

2019-06-17 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Knize updated LUCENE-8632: --- Description: Currently the tessellator is tightly coupled with latitude and longitude

[jira] [Updated] (LUCENE-8632) XYShape: Adapt LatLonShape tessellator, field type, and queries to non-geo shapes

2019-06-17 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Knize updated LUCENE-8632: --- Summary: XYShape: Adapt LatLonShape tessellator, field type, and queries to non-geo shapes

[jira] [Updated] (LUCENE-8632) Adapt LatLonShape tessellator, field type, and queries to non-geo shapes

2019-06-17 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Knize updated LUCENE-8632: --- Summary: Adapt LatLonShape tessellator, field type, and queries to non-geo shapes (was:

[JENKINS] Lucene-Solr-Tests-8.x - Build # 243 - Still Failing

2019-06-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/243/ All tests passed Build Log: [...truncated 64796 lines...] BUILD FAILED /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/build.xml:634: The following error occurred while executing this line:

[jira] [Commented] (SOLR-13490) waitForState/registerCollectionStateWatcher can see stale liveNodes data due to (Zk) Watcher race condition

2019-06-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16865837#comment-16865837 ] ASF subversion and git services commented on SOLR-13490: Commit

[jira] [Commented] (SOLR-7530) Wrong JSON response using Terms Component with distrib=true

2019-06-17 Thread Munendra S N (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16865831#comment-16865831 ] Munendra S N commented on SOLR-7530: [^SOLR-7530.patch] * I have modified changes entry so that

[jira] [Updated] (SOLR-7530) Wrong JSON response using Terms Component with distrib=true

2019-06-17 Thread Munendra S N (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Munendra S N updated SOLR-7530: --- Attachment: SOLR-7530.patch > Wrong JSON response using Terms Component with distrib=true >

[jira] [Commented] (LUCENE-8862) Collector Level Dynamic Memory Accounting

2019-06-17 Thread Atri Sharma (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16865809#comment-16865809 ] Atri Sharma commented on LUCENE-8862: - Thinking more about this, I am more inclined to do the

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-12) - Build # 8001 - Unstable!

2019-06-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/8001/ Java: 64bit/jdk-12 -XX:-UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToLeader Error Message: Didn't get expected doc count. Expected: 10,

[GitHub] [lucene-solr] jpountz commented on a change in pull request #725: LUCENE-8865: Use incoming thread for execution if IndexSearcher has an executor

2019-06-17 Thread GitBox
jpountz commented on a change in pull request #725: LUCENE-8865: Use incoming thread for execution if IndexSearcher has an executor URL: https://github.com/apache/lucene-solr/pull/725#discussion_r294398016 ## File path:

[GitHub] [lucene-solr] s1monw commented on a change in pull request #725: LUCENE-8865: Use incoming thread for execution if IndexSearcher has an executor

2019-06-17 Thread GitBox
s1monw commented on a change in pull request #725: LUCENE-8865: Use incoming thread for execution if IndexSearcher has an executor URL: https://github.com/apache/lucene-solr/pull/725#discussion_r294396310 ## File path:

[jira] [Commented] (SOLR-13490) waitForState/registerCollectionStateWatcher can see stale liveNodes data due to (Zk) Watcher race condition

2019-06-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16865773#comment-16865773 ] ASF subversion and git services commented on SOLR-13490: Commit

[JENKINS] Lucene-Solr-8.x-Linux (64bit/jdk-12) - Build # 721 - Unstable!

2019-06-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/721/ Java: 64bit/jdk-12 -XX:+UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.cloud.NestedShardedAtomicUpdateTest.test Error Message: Error from server at http://127.0.0.1:35477/a/collection1: non ok status: 500,

[GitHub] [lucene-solr] atris commented on a change in pull request #725: LUCENE-8865: Use incoming thread for execution if IndexSearcher has an executor

2019-06-17 Thread GitBox
atris commented on a change in pull request #725: LUCENE-8865: Use incoming thread for execution if IndexSearcher has an executor URL: https://github.com/apache/lucene-solr/pull/725#discussion_r294377314 ## File path: lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java

[GitHub] [lucene-solr] atris commented on a change in pull request #725: LUCENE-8865: Use incoming thread for execution if IndexSearcher has an executor

2019-06-17 Thread GitBox
atris commented on a change in pull request #725: LUCENE-8865: Use incoming thread for execution if IndexSearcher has an executor URL: https://github.com/apache/lucene-solr/pull/725#discussion_r294377416 ## File path: lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java

[GitHub] [lucene-solr] atris commented on a change in pull request #725: LUCENE-8865: Use incoming thread for execution if IndexSearcher has an executor

2019-06-17 Thread GitBox
atris commented on a change in pull request #725: LUCENE-8865: Use incoming thread for execution if IndexSearcher has an executor URL: https://github.com/apache/lucene-solr/pull/725#discussion_r294382238 ## File path: lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java

[jira] [Commented] (SOLR-7530) Wrong JSON response using Terms Component with distrib=true

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

[GitHub] [lucene-solr] s1monw commented on issue #725: LUCENE-8865: Use incoming thread for execution if IndexSearcher has an executor

2019-06-17 Thread GitBox
s1monw commented on issue #725: LUCENE-8865: Use incoming thread for execution if IndexSearcher has an executor URL: https://github.com/apache/lucene-solr/pull/725#issuecomment-502747988 @mikemccand can you take a look This

[GitHub] [lucene-solr] s1monw opened a new pull request #725: LUCENE-8865: Use incoming thread for execution if IndexSearcher has an executor

2019-06-17 Thread GitBox
s1monw opened a new pull request #725: LUCENE-8865: Use incoming thread for execution if IndexSearcher has an executor URL: https://github.com/apache/lucene-solr/pull/725 Today we don't utilize the incoming thread for a search when IndexSearcher has an executor. This thread is only

[jira] [Created] (LUCENE-8865) Use incoming thread for execution if IndexSearcher has an executor

2019-06-17 Thread Simon Willnauer (JIRA)
Simon Willnauer created LUCENE-8865: --- Summary: Use incoming thread for execution if IndexSearcher has an executor Key: LUCENE-8865 URL: https://issues.apache.org/jira/browse/LUCENE-8865 Project:

[jira] [Commented] (LUCENE-8855) Add Accountable to Query implementations

2019-06-17 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16865699#comment-16865699 ] Andrzej Bialecki commented on LUCENE-8855: --- [~jpountz] - it's true that in most cases nobody

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 1873 - Still Unstable

2019-06-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1873/ 7 tests failed. FAILED: org.apache.lucene.codecs.perfield.TestPerFieldDocValuesFormat.testByteNumericsVsStoredFields Error Message: Test abandoned because suite timeout was reached. Stack Trace: java.lang.Exception:

Re: [VOTE] Release PyLucene 8.1.1

2019-06-17 Thread David Allouche
Thank you, that was very informative. +0 for this release, I builds and pass my test suite. But I was unable to make a complete integration test because I do not have a proper index format migration infrastructure and my index is made of incompletely-upgraded lucene6 and lucene7 segments. I

BadApples this week:

2019-06-17 Thread Erick Erickson
Once again this week I won’t be changing any annotations. According to Hoss’ rollups, SharedFSAutoReplicaFailoverTest is failing 100% of the time, it’s a nightly and it’s failure rate is 3/3 Full output attached. **Annotated tests that didn't fail in the last 4 weeks. **Tests removed from

[JENKINS] Lucene-Solr-8.x-Solaris (64bit/jdk1.8.0) - Build # 185 - Failure!

2019-06-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Solaris/185/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth Error Message: Expected metric minimums for prefix SECURITY./authentication.:

Re: VOTE: Apache Solr Reference Guide for Solr 8.1

2019-06-17 Thread Cassandra Targett
Thanks everyone, this vote has passed and I’ll start the release process now. Cassandra On Jun 17, 2019, 7:51 AM -0500, Ishan Chattopadhyaya , wrote: > +1 > > > On Mon, 17 Jun, 2019, 5:46 PM Jason Gerlowski, > > wrote: > > > +1 LGTM > > > > > > On Fri, Jun 14, 2019 at 5:44 PM Gus Heck wrote:

[jira] [Commented] (LUCENE-8862) Collector Level Dynamic Memory Accounting

2019-06-17 Thread Atri Sharma (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16865610#comment-16865610 ] Atri Sharma commented on LUCENE-8862: - {quote}Memory accounting has a cost API-wise {quote} Agreed,

[GitHub] [lucene-solr] ctargett commented on issue #643: SOLR-13391: Add variance and standard deviation stream evaluators

2019-06-17 Thread GitBox
ctargett commented on issue #643: SOLR-13391: Add variance and standard deviation stream evaluators URL: https://github.com/apache/lucene-solr/pull/643#issuecomment-502683748 @joel-bernstein Have you linked your GH and ASF accounts? It's a simple procedure of adding your GH ID to your ASF

[JENKINS-MAVEN] Lucene-Solr-Maven-master #2588: POMs out of sync

2019-06-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-master/2588/ No tests ran. Build Log: [...truncated 35058 lines...] BUILD FAILED /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-master/build.xml:680: The following error occurred while executing this line: : Java returned: 1 Total

[jira] [Created] (SOLR-13553) Node level custom RequestHandlers

2019-06-17 Thread Noble Paul (JIRA)
Noble Paul created SOLR-13553: - Summary: Node level custom RequestHandlers Key: SOLR-13553 URL: https://issues.apache.org/jira/browse/SOLR-13553 Project: Solr Issue Type: Improvement

  1   2   >