[jira] [Comment Edited] (SOLR-9682) Ability to specify a query with a parameter name (in facet filter)

2019-02-07 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16762558#comment-16762558 ] Mikhail Khludnev edited comment on SOLR-9682 at 2/8/19 7:41 AM:

[jira] [Updated] (SOLR-13232) {!v=$ref} should fail if ref has multiple values

2019-02-07 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-13232: Attachment: SOLR-13232.patch > {!v=$ref} should fail if ref has multiple values >

[jira] [Commented] (SOLR-12330) JSON Facet syntax errors are responded as runtime exceptions with 500 code

2019-02-07 Thread Munendra S N (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16763382#comment-16763382 ] Munendra S N commented on SOLR-12330: - [~mkhludnev] I missed some previous updates on this issue. I

[jira] [Comment Edited] (SOLR-12330) JSON Facet syntax errors are responded as runtime exceptions with 500 code

2019-02-07 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16763376#comment-16763376 ] Mikhail Khludnev edited comment on SOLR-12330 at 2/8/19 7:39 AM: - I

[jira] [Updated] (SOLR-13232) {!v=$ref} should fail if ref has multiple values

2019-02-07 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-13232: Description: Now if one refers to parameter with multiple values {{QParser}} picks the

[jira] [Commented] (SOLR-12330) JSON Facet syntax errors are responded as runtime exceptions with 500 code

2019-02-07 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16763376#comment-16763376 ] Mikhail Khludnev commented on SOLR-12330: - I decided to drop unrelated changes regarding

[jira] [Created] (SOLR-13232) {!v=$ref} should fail if ref has multiple values

2019-02-07 Thread Mikhail Khludnev (JIRA)
Mikhail Khludnev created SOLR-13232: --- Summary: {!v=$ref} should fail if ref has multiple values Key: SOLR-13232 URL: https://issues.apache.org/jira/browse/SOLR-13232 Project: Solr Issue

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

2019-02-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23638/ Java: 64bit/jdk1.8.0_172 -XX:-UseCompressedOops -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.handler.component.DistributedFacetExistsSmallTest.test Error Message: .facet_counts.facet_fields.t_s.null:0!=null

[jira] [Comment Edited] (SOLR-12330) JSON Facet syntax errors are responded as runtime exceptions with 500 code

2019-02-07 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16763376#comment-16763376 ] Mikhail Khludnev edited comment on SOLR-12330 at 2/8/19 7:32 AM: - I

[jira] [Updated] (SOLR-12330) JSON Facet syntax errors are responded as runtime exceptions with 500 code

2019-02-07 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-12330: Attachment: SOLR-12330.patch > JSON Facet syntax errors are responded as runtime

[jira] [Updated] (SOLR-12330) JSON Facet syntax errors are responded as runtime exceptions with 500 code

2019-02-07 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-12330: Attachment: (was: SOLR-12330.patch) > JSON Facet syntax errors are responded as

[jira] [Commented] (LUCENE-8687) Optimise radix partitioning for points on heap

2019-02-07 Thread Ignacio Vera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16763375#comment-16763375 ] Ignacio Vera commented on LUCENE-8687: -- I have opened a PR for this approach. Performance test

[jira] [Updated] (SOLR-12330) JSON Facet syntax errors are responded as runtime exceptions with 500 code

2019-02-07 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-12330: Attachment: SOLR-12330.patch > JSON Facet syntax errors are responded as runtime

[GitHub] iverase opened a new pull request #569: LUCENE-8687: Optimise radix partitioning for points on heap

2019-02-07 Thread GitBox
iverase opened a new pull request #569: LUCENE-8687: Optimise radix partitioning for points on heap URL: https://github.com/apache/lucene-solr/pull/569 This PR revives the idea of path slices so we do not have to hold many copies of the same data on memory.

[jira] [Created] (LUCENE-8687) Optimise radix partitioning for points on heap

2019-02-07 Thread Ignacio Vera (JIRA)
Ignacio Vera created LUCENE-8687: Summary: Optimise radix partitioning for points on heap Key: LUCENE-8687 URL: https://issues.apache.org/jira/browse/LUCENE-8687 Project: Lucene - Core Issue

[GitHub] tflobbe closed pull request #290: Removed deprecated reference

2019-02-07 Thread GitBox
tflobbe closed pull request #290: Removed deprecated reference URL: https://github.com/apache/lucene-solr/pull/290 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] tflobbe commented on issue #290: Removed deprecated reference

2019-02-07 Thread GitBox
tflobbe commented on issue #290: Removed deprecated reference URL: https://github.com/apache/lucene-solr/pull/290#issuecomment-461705173 `uima` contrib was removed This is an automated message from the Apache Git Service. To

[GitHub] tflobbe merged pull request #566: Set types in ZkController callables

2019-02-07 Thread GitBox
tflobbe merged pull request #566: Set types in ZkController callables URL: https://github.com/apache/lucene-solr/pull/566 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] tflobbe merged pull request #555: Update language-analysis.adoc

2019-02-07 Thread GitBox
tflobbe merged pull request #555: Update language-analysis.adoc URL: https://github.com/apache/lucene-solr/pull/555 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[jira] [Commented] (SOLR-12330) JSON Facet syntax errors are responded as runtime exceptions with 500 code

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

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

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

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

2019-02-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1767/ 1 tests failed. FAILED: org.apache.solr.cloud.cdcr.CdcrWithNodesRestartsTest.testReplicationAfterRestart Error Message: source docs mismatch expected:<200> but was:<100> Stack Trace: java.lang.AssertionError: source

[JENKINS-EA] Lucene-Solr-BadApples-master-Linux (64bit/jdk-12-ea+23) - Build # 159 - Failure!

2019-02-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-BadApples-master-Linux/159/ Java: 64bit/jdk-12-ea+23 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader Error Message: Doc with id=4 not

[jira] [Commented] (SOLR-13189) Need reliable example (Test) of how to use TestInjection.failReplicaRequests

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

[jira] [Commented] (SOLR-13189) Need reliable example (Test) of how to use TestInjection.failReplicaRequests

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

[jira] [Commented] (SOLR-13212) when TestInjection.nonGracefullClose causes a TestShutdownFailError, test is garunteed tofail due to leaked objects (causes failures in (Hdfs)RestartWhileUpdatingTest)

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

[jira] [Commented] (SOLR-13212) when TestInjection.nonGracefullClose causes a TestShutdownFailError, test is garunteed tofail due to leaked objects (causes failures in (Hdfs)RestartWhileUpdatingTest)

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

[JENKINS] Lucene-Solr-repro - Build # 2797 - Unstable

2019-02-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/2797/ [...truncated 28 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-BadApples-NightlyTests-7.x/47/consoleText [repro] Revision: 2835e086537ee708dc6037e19b33c5aa3c287a15 [repro] Ant options:

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

2019-02-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/17/ 2 tests failed. FAILED: org.apache.solr.cloud.autoscaling.sim.TestSimExtremeIndexing.testScaleUp Error Message: {numFound=89855,start=0,docs=[]} expected:<10> but was:<89855> Stack Trace:

[JENKINS] Lucene-Solr-7.7-Linux (64bit/jdk-10.0.1) - Build # 148 - Unstable!

2019-02-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.7-Linux/148/ Java: 64bit/jdk-10.0.1 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 2 tests failed. FAILED: org.apache.solr.client.solrj.io.stream.MathExpressionTest.testGammaDistribution Error Message: 0.8181640969564551 0.8397919834858291

[jira] [Resolved] (SOLR-12833) Use timed-out lock in DistributedUpdateProcessor

2019-02-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-12833. Resolution: Fixed Fix Version/s: 7.7 > Use timed-out lock in DistributedUpdateProcessor >

[JENKINS] Lucene-Solr-7.x-Solaris (64bit/jdk1.8.0) - Build # 1034 - Unstable!

2019-02-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/1034/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.client.solrj.impl.CloudSolrClientTest Error Message: ObjectTracker found 10 object(s) that

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk-9.0.4) - Build # 3516 - Still Unstable!

2019-02-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/3516/ Java: 64bit/jdk-9.0.4 -XX:+UseCompressedOops -XX:+UseParallelGC 5 tests failed. FAILED: org.apache.solr.cloud.LeaderTragicEventTest.test Error Message: Timeout waiting for new replica become leader Timeout waiting to see state

[jira] [Created] (LUCENE-8686) TestTaxonomySumValueSource.testRandom Failure

2019-02-07 Thread Nicholas Knize (JIRA)
Nicholas Knize created LUCENE-8686: -- Summary: TestTaxonomySumValueSource.testRandom Failure Key: LUCENE-8686 URL: https://issues.apache.org/jira/browse/LUCENE-8686 Project: Lucene - Core

[jira] [Commented] (SOLR-12833) Use timed-out lock in DistributedUpdateProcessor

2019-02-07 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16763030#comment-16763030 ] Cassandra Targett commented on SOLR-12833: -- [~markrmil...@gmail.com], I think this be resolved?

[jira] [Comment Edited] (SOLR-12833) Use timed-out lock in DistributedUpdateProcessor

2019-02-07 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16763030#comment-16763030 ] Cassandra Targett edited comment on SOLR-12833 at 2/7/19 7:57 PM: --

[jira] [Commented] (LUCENE-8662) Change TermsEnum.seekExact(BytesRef) to abstract + delegate seekExact(BytesRef) in FilterLeafReader.FilterTermsEnum

2019-02-07 Thread jefferyyuan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16763028#comment-16763028 ] jefferyyuan commented on LUCENE-8662: - BTW, the performance (OOM) issues caused by the seekExact

[GitHub] tflobbe opened a new pull request #568: SOLR-13231: CREATE collection request doesn't fail or cleanup when the request fails

2019-02-07 Thread GitBox
tflobbe opened a new pull request #568: SOLR-13231: CREATE collection request doesn't fail or cleanup when the request fails URL: https://github.com/apache/lucene-solr/pull/568 WIP. Just the failing test for now This is an

Re: Call for help: moving from ant build to gradle

2019-02-07 Thread Vladimir Kroz
+1 for moving to gradle. I'm happy to help. On Wed, Dec 19, 2018 at 8:25 AM Mark Miller wrote: > +1. Gradle is the alpha and the omega of build systems. I will help. > > - Mark > > On Sun, Nov 4, 2018 at 1:13 PM Đạt Cao Mạnh > wrote: > >> Hi guys, >> >> Recently, I had a chance of working on

[jira] [Updated] (SOLR-13231) CREATE collection request doesn't fail or cleanup when the request fails

2019-02-07 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-13231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomás Fernández Löbbe updated SOLR-13231: - Summary: CREATE collection request doesn't fail or cleanup when the request

[jira] [Created] (SOLR-13231) CREATE collection request doesn't fail or cleanup when the creation fails

2019-02-07 Thread JIRA
Tomás Fernández Löbbe created SOLR-13231: Summary: CREATE collection request doesn't fail or cleanup when the creation fails Key: SOLR-13231 URL: https://issues.apache.org/jira/browse/SOLR-13231

Re: Some questions about index hard commit and intellij dev setup

2019-02-07 Thread Erick Erickson
1> No. There's really no "index queue". Current batches being processed are finished, then the commit happens. 2,3> The key is the "segments" file in your index, there should only be one of those. At time T, the segments file "points" to, say, segments 1, 2, 3. Now segments 4, 5 and 6 are written

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

2019-02-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23636/ Java: 64bit/jdk1.8.0_172 -XX:+UseCompressedOops -XX:+UseSerialGC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.TestCloudSearcherWarming Error Message: 5 threads leaked from SUITE scope at

Some questions about index hard commit and intellij dev setup

2019-02-07 Thread Huaxiang Sun
Hi Devs, I am a newbie to solr/lucene project and have some questions about index hard commit. Excuse me if these have been asked before. 1. When hard commit happens, will it drain up entries in the index queue? 2. How exactly is index file written? I.e, will they be written to tmp

[jira] [Commented] (LUCENE-8662) Change TermsEnum.seekExact(BytesRef) to abstract + delegate seekExact(BytesRef) in FilterLeafReader.FilterTermsEnum

2019-02-07 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-8662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16762936#comment-16762936 ] Tomás Fernández Löbbe commented on LUCENE-8662: --- Is this something that we want to have by

[GitHub] atris commented on a change in pull request #562: Don't create a LeafCollector when the Scorer for the leaf is null

2019-02-07 Thread GitBox
atris commented on a change in pull request #562: Don't create a LeafCollector when the Scorer for the leaf is null URL: https://github.com/apache/lucene-solr/pull/562#discussion_r254798667 ## File path: lucene/test-framework/src/java/org/apache/lucene/search/QueryUtils.java

Re: [VOTE] Release Lucene/Solr 7.7.0 RC1

2019-02-07 Thread Tomás Fernández Löbbe
+1 SUCCESS! [1:05:29.028759] On Thu, Feb 7, 2019 at 7:20 AM Uwe Schindler wrote: > Oh, I missed to give my explicit +1! > > > > - > > Uwe Schindler > > Achterdiek 19, D-28357 Bremen > > http://www.thetaphi.de > > eMail: u...@thetaphi.de > > > > *From:* Uwe Schindler > *Sent:* Wednesday,

[jira] [Resolved] (SOLR-13228) Solr collapse result repeat in 6.6.5 cloud example techproducts.

2019-02-07 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-13228. --- Resolution: Incomplete Please raise questions like this on the user's list, we try to

[jira] [Commented] (SOLR-9515) Update to Hadoop 3

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

[jira] [Commented] (SOLR-9515) Update to Hadoop 3

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

[jira] [Commented] (SOLR-9515) Update to Hadoop 3

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

[jira] [Updated] (SOLR-9515) Update to Hadoop 3

2019-02-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-9515: --- Attachment: SOLR-9515-fix_pom.patch > Update to Hadoop 3 > -- > >

[jira] [Commented] (SOLR-9515) Update to Hadoop 3

2019-02-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16762835#comment-16762835 ] Kevin Risden commented on SOLR-9515: Thanks [~steve_rowe] - I am running "ant run-maven-build

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk-10.0.1) - Build # 3515 - Unstable!

2019-02-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/3515/ Java: 64bit/jdk-10.0.1 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication Error Message: expected:<1549552994896> but was:<0>

[jira] [Commented] (SOLR-11763) Upgrade Guava to 25.1-jre

2019-02-07 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16762805#comment-16762805 ] Uwe Schindler commented on SOLR-11763: -- I am fine with the patch. The new suffix "-jre" on Guava is

[jira] [Commented] (SOLR-11763) Upgrade Guava to 25.1-jre

2019-02-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16762778#comment-16762778 ] Kevin Risden commented on SOLR-11763: - No worries :) Thanks for checking. I've been trying to track

[jira] [Comment Edited] (SOLR-9515) Update to Hadoop 3

2019-02-07 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16762779#comment-16762779 ] Steve Rowe edited comment on SOLR-9515 at 2/7/19 3:44 PM: -- Maven build usage

[jira] [Commented] (SOLR-9515) Update to Hadoop 3

2019-02-07 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16762779#comment-16762779 ] Steve Rowe commented on SOLR-9515: -- Maven build usage instructions are at {{dev-tools/maven/README.

[jira] [Commented] (LUCENE-8680) Refactor EdgeTree#relateTriangle method

2019-02-07 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16762775#comment-16762775 ] Nicholas Knize commented on LUCENE-8680: +1 Thanks [~ivera]! > Refactor EdgeTree#relateTriangle

RE: [VOTE] Release Lucene/Solr 7.7.0 RC1

2019-02-07 Thread Uwe Schindler
Oh, I missed to give my explicit +1! - Uwe Schindler Achterdiek 19, D-28357 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de From: Uwe Schindler Sent: Wednesday, February 6, 2019 5:11 PM To: dev@lucene.apache.org Subject: RE: [VOTE] Release

[jira] [Created] (LUCENE-8685) Refactor LatLonShape tests

2019-02-07 Thread Ignacio Vera (JIRA)
Ignacio Vera created LUCENE-8685: Summary: Refactor LatLonShape tests Key: LUCENE-8685 URL: https://issues.apache.org/jira/browse/LUCENE-8685 Project: Lucene - Core Issue Type: Test

[jira] [Updated] (LUCENE-8680) Refactor EdgeTree#relateTriangle method

2019-02-07 Thread Ignacio Vera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignacio Vera updated LUCENE-8680: - Summary: Refactor EdgeTree#relateTriangle method (was: Refractor EdgeTree#relateTriangle

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-9) - Build # 5049 - Failure!

2019-02-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5049/ Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseG1GC All tests passed Build Log: [...truncated 14356 lines...] [junit4] JVM J1: stdout was not empty, see:

[jira] [Updated] (LUCENE-8684) Remove deprecated CharStream methods

2019-02-07 Thread Nikolay Khitrin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikolay Khitrin updated LUCENE-8684: Description: h5. Change list # Remove deprecated methods in CharStream for Lucene query

[jira] [Updated] (LUCENE-8684) Remove deprecated CharStream methods

2019-02-07 Thread Nikolay Khitrin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikolay Khitrin updated LUCENE-8684: Attachment: LUCENE-8684.patch > Remove deprecated CharStream methods >

[jira] [Created] (LUCENE-8683) Synchronize JavaCC tasks with actual Java code

2019-02-07 Thread Nikolay Khitrin (JIRA)
Nikolay Khitrin created LUCENE-8683: --- Summary: Synchronize JavaCC tasks with actual Java code Key: LUCENE-8683 URL: https://issues.apache.org/jira/browse/LUCENE-8683 Project: Lucene - Core

[jira] [Updated] (LUCENE-8684) Remove deprecated CharStream methods

2019-02-07 Thread Nikolay Khitrin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikolay Khitrin updated LUCENE-8684: Description: h5. Changes list: # Remove deprecated methods in CharStream for Lucene

[jira] [Updated] (LUCENE-8684) Remove deprecated CharStream methods

2019-02-07 Thread Nikolay Khitrin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikolay Khitrin updated LUCENE-8684: Description: h5. Changes list # Remove deprecated methods in CharStream for Lucene query

[jira] [Updated] (LUCENE-8683) Synchronize JavaCC tasks with actual Java code

2019-02-07 Thread Nikolay Khitrin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikolay Khitrin updated LUCENE-8683: Attachment: LUCENE-8683.patch > Synchronize JavaCC tasks with actual Java code >

[jira] [Updated] (LUCENE-8684) Remove deprecated CharStream methods

2019-02-07 Thread Nikolay Khitrin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikolay Khitrin updated LUCENE-8684: Description: h5. Change list # Remove deprecated methods in CharStream for Lucene query

[jira] [Updated] (LUCENE-8684) Remove deprecated CharStream methods

2019-02-07 Thread Nikolay Khitrin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikolay Khitrin updated LUCENE-8684: Issue Type: Sub-task (was: Task) Parent: LUCENE-8683 > Remove deprecated

[jira] [Created] (LUCENE-8684) Remove deprecated CharStream methods

2019-02-07 Thread Nikolay Khitrin (JIRA)
Nikolay Khitrin created LUCENE-8684: --- Summary: Remove deprecated CharStream methods Key: LUCENE-8684 URL: https://issues.apache.org/jira/browse/LUCENE-8684 Project: Lucene - Core Issue

[jira] [Commented] (LUCENE-8635) Lazy loading Lucene FST offheap using mmap

2019-02-07 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16762692#comment-16762692 ] Mike Sokolov commented on LUCENE-8635: -- [~akjain] that's strange yeah -- this patch was supposed to

[GitHub] ctargett commented on a change in pull request #549: WIP:SOLR-13129

2019-02-07 Thread GitBox
ctargett commented on a change in pull request #549: WIP:SOLR-13129 URL: https://github.com/apache/lucene-solr/pull/549#discussion_r254689349 ## File path: solr/solr-ref-guide/src/index.adoc ## @@ -90,6 +90,27 @@ The *<>* section guides yo -- +[.row.match-my-cols]

[jira] [Commented] (LUCENE-8681) Prorated early termination

2019-02-07 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16762679#comment-16762679 ] Robert Muir commented on LUCENE-8681: - Please don't read this the right way, but this is

Re: [JENKINS-EA] Lucene-Solr-8.x-Linux (64bit/jdk-12-ea+23) - Build # 141 - Unstable!

2019-02-07 Thread Kevin Risden
This doesn't reproduce locally on JDK 8 or JDK 12. I think this is the first Hadoop related test failure after SOLR-9515 upgrading to Hadoop 3. Kevin Risden On Thu, Feb 7, 2019 at 2:30 AM Policeman Jenkins Server wrote: > > Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/141/ >

[jira] [Comment Edited] (LUCENE-8681) Prorated early termination

2019-02-07 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16762656#comment-16762656 ] Mike Sokolov edited comment on LUCENE-8681 at 2/7/19 1:28 PM: -- bq. However

[jira] [Commented] (LUCENE-8682) Remove WordDelimiterFilter

2019-02-07 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16762665#comment-16762665 ] Alan Woodward commented on LUCENE-8682: --- Patch attached.  This ended up being pretty simple,

[jira] [Created] (LUCENE-8682) Remove WordDelimiterFilter

2019-02-07 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-8682: - Summary: Remove WordDelimiterFilter Key: LUCENE-8682 URL: https://issues.apache.org/jira/browse/LUCENE-8682 Project: Lucene - Core Issue Type: Task

[jira] [Commented] (SOLR-9515) Update to Hadoop 3

2019-02-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16762660#comment-16762660 ] Kevin Risden commented on SOLR-9515: [~steve_rowe] - Thanks I saw the same build fail and was planning

[jira] [Commented] (LUCENE-8681) Prorated early termination

2019-02-07 Thread Mike Sokolov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16762656#comment-16762656 ] Mike Sokolov commented on LUCENE-8681: -- bq. However I wonder if this could be implemented directly

[JENKINS-EA] Lucene-Solr-8.x-Windows (64bit/jdk-12-ea+23) - Build # 39 - Still Unstable!

2019-02-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/39/ Java: 64bit/jdk-12-ea+23 -XX:-UseCompressedOops -XX:+UseG1GC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.client.solrj.impl.CloudSolrClientTest Error Message: ObjectTracker found 5 object(s) that were not

[GitHub] msokolov commented on issue #562: Don't create a LeafCollector when the Scorer for the leaf is null

2019-02-07 Thread GitBox
msokolov commented on issue #562: Don't create a LeafCollector when the Scorer for the leaf is null URL: https://github.com/apache/lucene-solr/pull/562#issuecomment-461412085 Oh good point! I hadn't realized that creating a scorer could be the more expensive path. Actually I mostly just

[jira] [Updated] (SOLR-13230) Move JaSpell code into Solr and deprecate the factory

2019-02-07 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated SOLR-13230: - Attachment: SOLR-13230.patch > Move JaSpell code into Solr and deprecate the factory >

[jira] [Created] (SOLR-13230) Move JaSpell code into Solr and deprecate the factory

2019-02-07 Thread Alan Woodward (JIRA)
Alan Woodward created SOLR-13230: Summary: Move JaSpell code into Solr and deprecate the factory Key: SOLR-13230 URL: https://issues.apache.org/jira/browse/SOLR-13230 Project: Solr Issue

[HELP WANTED] Ref Guide page "Solr Glossary" needs some love

2019-02-07 Thread Jan Høydahl
Hi Our Ref Guide actually has a Glossary page :) http://lucene.apache.org/solr/guide/7_6/solr-glossary.html But it is by no means complete, we often forget to update it when adding new features etc. For example, no mention of Autoscaling, Metrics, Analysis, DocValues and many more. So I'm

Re: [VOTE] Release Lucene/Solr 7.7.0 RC1

2019-02-07 Thread Jason Gerlowski
Here's another (non-binding) +1. SUCCESS! [1:03:20.975193] On Wed, Feb 6, 2019 at 4:55 PM Tim Allison wrote: > > +1 (non-binding) > > Thank you! > > On Wed, Feb 6, 2019 at 4:19 PM Nicholas Knize wrote: > > > > +1 SUCCESS! [1:00:01.156649] > > > > On Wed, Feb 6, 2019 at 10:10 AM Uwe Schindler

[jira] [Updated] (SOLR-12330) JSON Facet syntax errors are responded as runtime exceptions with 500 code

2019-02-07 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-12330: Attachment: SOLR-12330.patch > JSON Facet syntax errors are responded as runtime

[jira] [Commented] (SOLR-12330) JSON Facet syntax errors are responded as runtime exceptions with 500 code

2019-02-07 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16762562#comment-16762562 ] Mikhail Khludnev commented on SOLR-12330: - Rejecting reference to repeating parameters. {code}

[jira] [Commented] (SOLR-9682) Ability to specify a query with a parameter name (in facet filter)

2019-02-07 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16762558#comment-16762558 ] Mikhail Khludnev commented on SOLR-9682: [~ysee...@gmail.com], I've got your point. I'll keep

[jira] [Commented] (SOLR-11763) Upgrade Guava to 25.1-jre

2019-02-07 Thread Markus Jelsma (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16762540#comment-16762540 ] Markus Jelsma commented on SOLR-11763: -- Sigh, my apologies [~krisden], i didn't notice my revision

[JENKINS] Lucene-Solr-repro - Build # 2794 - Unstable

2019-02-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/2794/ [...truncated 29 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.7/5/consoleText [repro] Revision: 8c831daf4eb41153c25ddb152501ab5bae3ea3d5 [repro] Ant options: -Dtests.multiplier=2

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

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

Use of Payloads

2019-02-07 Thread Alan Woodward
Hi all, The new intervals queries are now nearly at feature parity with Spans; the implementations still outstanding are all to do with using payloads. Currently, span queries allow you to filter out spans based on the payloads of the matching terms, and also allow you to modify the score of

[JENKINS] Lucene-Solr-SmokeRelease-8.x - Build # 18 - Still Failing

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

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-9.0.4) - Build # 23634 - Failure!

2019-02-07 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23634/ Java: 64bit/jdk-9.0.4 -XX:-UseCompressedOops -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.cloud.autoscaling.NodeMarkersRegistrationTest.testNodeMarkersRegistration Error Message: Path