[JENKINS-EA] Lucene-Solr-BadApples-7.x-Linux (64bit/jdk-11-ea+28) - Build # 93 - Still Unstable!

2018-09-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-BadApples-7.x-Linux/93/ Java: 64bit/jdk-11-ea+28 -XX:-UseCompressedOops -XX:+UseSerialGC 18 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.client.solrj.embedded.LargeVolumeBinaryJettyTest Error Message: 2 threads leaked from

Solr add doc with overwrite=false and presence of UpdateLog

2018-09-17 Thread David Smiley
Is supported when there is an UpdateLog? Perhaps only when you are darned sure the doc is in fact uniuqe? Maybe we should throw an exception if you even try at all with an UpdateLog? Context: I'm working with Moshe, a contributor, on doc updates for nested docs. It's all very much WIP with

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

2018-09-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-master/1128/ No tests ran. Build Log: [...truncated 23265 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-BadApples-master-Linux (64bit/jdk-10.0.1) - Build # 94 - Still unstable!

2018-09-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-BadApples-master-Linux/94/ Java: 64bit/jdk-10.0.1 -XX:+UseCompressedOops -XX:+UseParallelGC 2 tests failed. FAILED: org.apache.solr.cloud.SSLMigrationTest.test Error Message: Replica didn't have the proper urlScheme in the ClusterState Stack

[GitHub] lucene-solr pull request #455: WIP: SOLR-12638

2018-09-17 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/455#discussion_r218293921 --- Diff: solr/core/src/java/org/apache/solr/update/processor/DistributedUpdateProcessor.java --- @@ -1184,7 +1196,16 @@ protected boolean

[GitHub] lucene-solr issue #455: WIP: SOLR-12638

2018-09-17 Thread dsmiley
Github user dsmiley commented on the issue: https://github.com/apache/lucene-solr/pull/455 ConvertedLegacyTest fails in part because line 306 adds with overwrite=false -- a bit of a dubious Solr feature that is probably not properly compatible with the UpdateLog which makes various

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

2018-09-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-7.x/162/ 3 tests failed. FAILED: org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest.testInactiveShardCleanup Error Message: should be at least one inactive event Stack Trace: java.lang.AssertionError: should be at

[jira] [Commented] (SOLR-12725) ParseDateFieldUpdateProcessorFactory should reuse ParsePosition

2018-09-17 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16618398#comment-16618398 ] David Smiley commented on SOLR-12725: - bq. I like that idea, but it seems a lot more involved then

[jira] [Reopened] (SOLR-12759) Disable ExtractingRequestHandlerTest on JDK 11

2018-09-17 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley reopened SOLR-12759: - Great idea Hoss! I think I'd prefer something a little simpler that addresses the core concern:

[jira] [Commented] (LUCENE-8505) IndexWriter#addIndices should not sort indices if they are not already sorted

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

[JENKINS] Lucene-Solr-Tests-7.x - Build # 888 - Unstable

2018-09-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/888/ 1 tests failed. FAILED: org.apache.solr.cloud.autoscaling.sim.TestSimTriggerIntegration.testEventQueue Error Message: java.util.concurrent.ExecutionException: java.io.IOException:

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk1.8.0_172) - Build # 2761 - Still Unstable!

2018-09-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2761/ Java: 64bit/jdk1.8.0_172 -XX:+UseCompressedOops -XX:+UseParallelGC 2 tests failed. FAILED: org.apache.solr.handler.TestSolrConfigHandlerConcurrent.test Error Message: Stack Trace: java.lang.NullPointerException at

[JENKINS] Lucene-Solr-SmokeRelease-7.5 - Build # 6 - Still Failing

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

[jira] [Commented] (SOLR-12725) ParseDateFieldUpdateProcessorFactory should reuse ParsePosition

2018-09-17 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16618201#comment-16618201 ] Hoss Man commented on SOLR-12725: - {quote}We might also want to keep track of which pattern last matched

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-11-ea+28) - Build # 22875 - Still Unstable!

2018-09-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22875/ Java: 64bit/jdk-11-ea+28 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 19 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest Error Message: 5 threads leaked

Re: Collection creation via CLI sets maxShardsPerNode as -1

2018-09-17 Thread Edward Ribeiro
Thanks Jan, This comment pretty much summarised my issue: https://issues.apache.org/jira/browse/SOLR-11807?focusedCommentId=16517943=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16517943 Edward On Mon, Sep 17, 2018 at 5:29 PM, Jan Høydahl wrote: > There is

[jira] [Comment Edited] (SOLR-12759) Disable ExtractingRequestHandlerTest on JDK 11

2018-09-17 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16618178#comment-16618178 ] Hoss Man edited comment on SOLR-12759 at 9/17/18 9:34 PM: -- nitpick... in the

[jira] [Commented] (SOLR-12759) Disable ExtractingRequestHandlerTest on JDK 11

2018-09-17 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16618178#comment-16618178 ] Hoss Man commented on SOLR-12759: - nitpick... in the case of "broken in current RC of third-party X"

[jira] [Commented] (LUCENE-8482) Boosting by geo distance

2018-09-17 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16618121#comment-16618121 ] Adrien Grand commented on LUCENE-8482: -- bq. New patch where we approximate using a box query which

Re: Collection creation via CLI sets maxShardsPerNode as -1

2018-09-17 Thread Jan Høydahl
There is already several JIRAs on this bug, see SOLR-11807 , SOLR-11823 , SOLR-12489 , SOLR-11676

Re: Collection creation via CLI sets maxShardsPerNode as -1

2018-09-17 Thread Edward Ribeiro
Jeez, I should have posted this on user@ mailing list, sorry about that. On Mon, Sep 17, 2018 at 4:35 PM, Edward Ribeiro wrote: > When using the CLI to create a collection on a single cloud node with the > following command: > > $ bin/solr create -c test -shards 1 -replicationFactor 1 > > It

[JENKINS] Lucene-Solr-repro - Build # 1491 - Still Unstable

2018-09-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/1491/ [...truncated 28 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/156/consoleText [repro] Revision: b2b597b0383eec0b1bf4059922cf367fdee2be21 [repro] Repro line: ant test

[GitHub] lucene-solr pull request #451: LUCENE-8496: Add selective indexing to BKD/PO...

2018-09-17 Thread jpountz
Github user jpountz commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/451#discussion_r218184521 --- Diff: lucene/codecs/src/java/org/apache/lucene/codecs/simpletext/SimpleTextBKDReader.java --- @@ -53,15 +54,16 @@ final int version;

[GitHub] lucene-solr pull request #451: LUCENE-8496: Add selective indexing to BKD/PO...

2018-09-17 Thread jpountz
Github user jpountz commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/451#discussion_r218197102 --- Diff: lucene/core/src/java/org/apache/lucene/codecs/lucene60/Lucene60FieldInfosFormat.java --- @@ -149,9 +149,14 @@ public FieldInfos

[GitHub] lucene-solr pull request #451: LUCENE-8496: Add selective indexing to BKD/PO...

2018-09-17 Thread jpountz
Github user jpountz commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/451#discussion_r218199848 --- Diff: lucene/core/src/java/org/apache/lucene/util/bkd/BKDReader.java --- @@ -52,10 +53,17 @@ /** Caller must pre-seek the provided {@link

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk1.8.0_172) - Build # 2760 - Still Unstable!

2018-09-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2760/ Java: 64bit/jdk1.8.0_172 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.MoveReplicaHDFSTest.testFailedMove Error Message: No live SolrServers available to handle this

Collection creation via CLI sets maxShardsPerNode as -1

2018-09-17 Thread Edward Ribeiro
When using the CLI to create a collection on a single cloud node with the following command: $ bin/solr create -c test -shards 1 -replicationFactor 1 It creates the collection with maxShardsPerNode as -1 as seen here:

[jira] [Commented] (SOLR-12549) Settle a location for the log4j2.xml file

2018-09-17 Thread Alexandre Rafalovitch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16618037#comment-16618037 ] Alexandre Rafalovitch commented on SOLR-12549: -- 7.5 Release notes still refer to the 12008,

Re: Lucene/Solr 7.5

2018-09-17 Thread Alexandre Rafalovitch
Just a note that SOLR-12395 (SignificantTermsQParserPlugin) probably does not need to be mentioned in the Upgrade Notes section, as that particular QParserPlugin is not actually documented or even supposed to be end-user visible (it is backing the stream component). See SOLR-12569 for the full

[jira] [Resolved] (SOLR-12771) Improve Autoscaling Policy and Preferences documentation

2018-09-17 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe resolved SOLR-12771. --- Resolution: Fixed Fix Version/s: master (8.0) 7.6 7.5

[jira] [Commented] (SOLR-12771) Improve Autoscaling Policy and Preferences documentation

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

[jira] [Commented] (SOLR-12771) Improve Autoscaling Policy and Preferences documentation

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

[jira] [Commented] (SOLR-12771) Improve Autoscaling Policy and Preferences documentation

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

[jira] [Commented] (SOLR-12771) Improve Autoscaling Policy and Preferences documentation

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

[jira] [Commented] (SOLR-12771) Improve Autoscaling Policy and Preferences documentation

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

[jira] [Commented] (SOLR-12771) Improve Autoscaling Policy and Preferences documentation

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

[jira] [Commented] (SOLR-12771) Improve Autoscaling Policy and Preferences documentation

2018-09-17 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16617994#comment-16617994 ] Hoss Man commented on SOLR-12771: - +1 > Improve Autoscaling Policy and Preferences documentation >

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

2018-09-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/1490/ [...truncated 39 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-Tests-master/2814/consoleText [repro] Revision: b2b597b0383eec0b1bf4059922cf367fdee2be21 [repro] Repro line: ant test

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 1645 - Unstable

2018-09-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1645/ 2 tests failed. FAILED: org.apache.lucene.store.TestByteBuffersDirectory.testSeekPastEOF {impl=byte array (heap)} Error Message: Unexpected exception type, expected EOFException but got

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 322 - Still Failing

2018-09-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/322/ All tests passed Build Log: [...truncated 16144 lines...] [junit4] JVM J0: stdout was not empty, see:

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

2018-09-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22874/ Java: 64bit/jdk-9.0.4 -XX:+UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.cloud.autoscaling.ScheduledTriggerTest.testTrigger Error Message: expected:<3> but was:<2> Stack Trace:

[jira] [Commented] (SOLR-12771) Improve Autoscaling Policy and Preferences documentation

2018-09-17 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16617856#comment-16617856 ] Hoss Man commented on SOLR-12771: - This reads much smoother to me. A few nit pick suggestions... * I

[jira] [Commented] (SOLR-5163) edismax should throw exception when qf refers to nonexistent field

2018-09-17 Thread Charles Sanders (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16617834#comment-16617834 ] Charles Sanders commented on SOLR-5163: --- [~eribeiro] Yes I am planning to get back to this.  Been

[jira] [Updated] (LUCENE-8506) TestAddIndexes.testAddIndicesWithSoftDeletes() failures

2018-09-17 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe updated LUCENE-8506: --- Component/s: general/test core/index >

[jira] [Updated] (LUCENE-8506) TestAddIndexes.testAddIndicesWithSoftDeletes() failures

2018-09-17 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe updated LUCENE-8506: --- Issue Type: Bug (was: Improvement) > TestAddIndexes.testAddIndicesWithSoftDeletes() failures >

[jira] [Created] (LUCENE-8506) TestAddIndexes.testAddIndicesWithSoftDeletes() failures

2018-09-17 Thread Steve Rowe (JIRA)
Steve Rowe created LUCENE-8506: -- Summary: TestAddIndexes.testAddIndicesWithSoftDeletes() failures Key: LUCENE-8506 URL: https://issues.apache.org/jira/browse/LUCENE-8506 Project: Lucene - Core

[jira] [Commented] (LUCENE-8505) IndexWriter#addIndices should not sort indices if they are not already sorted

2018-09-17 Thread Jim Ferenczi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1661#comment-1661 ] Jim Ferenczi commented on LUCENE-8505: -- yes only master > IndexWriter#addIndices should not sort

[jira] [Commented] (LUCENE-8505) IndexWriter#addIndices should not sort indices if they are not already sorted

2018-09-17 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16617770#comment-16617770 ] Adrien Grand commented on LUCENE-8505: -- +1 You only plan to merge this to master, right? We still

Re: Lucene/Solr 7.5

2018-09-17 Thread Adrien Grand
We don't enforce anything but out-of-order releases introduce blind spots for backward compatibility testing of the index format. For instance if we release 7.4.1 after 7.5.0, there is no test that checked whether 7.5.0 could read indices created with 7.4.1 since the release process only tested

[JENKINS-EA] Lucene-Solr-7.x-Linux (64bit/jdk-11-ea+28) - Build # 2759 - Unstable!

2018-09-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2759/ Java: 64bit/jdk-11-ea+28 -XX:-UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.TestDistributedGrouping.test Error Message: Error from server at https://127.0.0.1:44101/i_/i/collection1: ERROR: [doc=1]

[GitHub] lucene-solr pull request #451: LUCENE-8496: Add selective indexing to BKD/PO...

2018-09-17 Thread iverase
Github user iverase commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/451#discussion_r218112746 --- Diff: lucene/core/src/test/org/apache/lucene/util/bkd/TestBKD.java --- @@ -1063,7 +1064,7 @@ public void testWastedLeadingBytes() throws Exception

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk1.8.0) - Build # 4836 - Unstable!

2018-09-17 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4836/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.autoscaling.sim.TestSimPolicyCloud.testCreateCollectionAddReplica Error Message: Timeout waiting for

Re: Lucene/Solr 7.5

2018-09-17 Thread Steve Rowe
Hi Jim, > On Sep 17, 2018, at 10:07 AM, jim ferenczi wrote: > > Unless we cancel 7.5 there is no need to backport to 7.4 since we cannot > publish 7.4.1 after 7.5.0. I’m not sure what you mean? Point releases can be published at any time. -- Steve www.lucidworks.com

[GitHub] lucene-solr pull request #456: Corrected equals method of QueryValueSource

2018-09-17 Thread rozuur
GitHub user rozuur opened a pull request: https://github.com/apache/lucene-solr/pull/456 Corrected equals method of QueryValueSource Fixes the comparison of an extended class of QueryValueSource You can merge this pull request into a Git repository by running: $ git pull

[jira] [Closed] (SOLR-12284) WordBreakSolrSpellChecker incorrectly adds parenthesis when breaking words

2018-09-17 Thread James Dyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer closed SOLR-12284. - > WordBreakSolrSpellChecker incorrectly adds parenthesis when breaking words >

[jira] [Resolved] (SOLR-12284) WordBreakSolrSpellChecker incorrectly adds parenthesis when breaking words

2018-09-17 Thread James Dyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer resolved SOLR-12284. --- Resolution: Fixed Fix Version/s: 7.4 resolving, forgot to resolve when issue was committed.

[jira] [Commented] (LUCENE-8503) Simplify unwrapping Filter*Reader

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

[jira] [Commented] (LUCENE-8503) Simplify unwrapping Filter*Reader

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

[jira] [Resolved] (LUCENE-8503) Simplify unwrapping Filter*Reader

2018-09-17 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer resolved LUCENE-8503. - Resolution: Fixed Fix Version/s: (was: 7.6) 7.5 >

[jira] [Commented] (LUCENE-8502) Allow access to delegate in FilterCodecReader

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

[jira] [Commented] (LUCENE-8502) Allow access to delegate in FilterCodecReader

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

[jira] [Commented] (LUCENE-8503) Simplify unwrapping Filter*Reader

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

[jira] [Commented] (LUCENE-8502) Allow access to delegate in FilterCodecReader

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

Re: Lucene/Solr 7.5

2018-09-17 Thread jim ferenczi
Thanks Andrzej and Simon. Unless we cancel 7.5 there is no need to backport to 7.4 since we cannot publish 7.4.1 after 7.5.0. I created the draft release notes for the wiki: https://wiki.apache.org/lucene-java/ReleaseNote75 https://wiki.apache.org/solr/ReleaseNote75 I picked some items from Solr's

[jira] [Commented] (LUCENE-8503) Simplify unwrapping Filter*Reader

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

[jira] [Commented] (LUCENE-8503) Simplify unwrapping Filter*Reader

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

[GitHub] lucene-solr pull request #454: LUCENE-8503: Call #getDelegate instead of dir...

2018-09-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/lucene-solr/pull/454 --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[jira] [Commented] (LUCENE-8503) Simplify unwrapping Filter*Reader

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

[jira] [Commented] (LUCENE-8501) An ability to define the sum method for custom term frequencies

2018-09-17 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16617541#comment-16617541 ] Adrien Grand commented on LUCENE-8501: -- bq. In my case I'd be a bit worried about the loss of

Re: Lucene/Solr 7.5

2018-09-17 Thread Andrzej Białecki
SOLR-12765 has been committed now to master, branch_7x, branch_7_5 and branch_7_4. Thanks! > On 17 Sep 2018, at 14:14, jim ferenczi wrote: > > Hi, > > Andrzej, there is another issue in the queue (LUCENE-8502) so I'll wait one > more day to build the first RC., please backport the fix for

[jira] [Commented] (SOLR-12765) Possibly incorrect format in JMX cache stats

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

[jira] [Commented] (SOLR-12765) Possibly incorrect format in JMX cache stats

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

[jira] [Commented] (LUCENE-8503) Simplify unwrapping Filter*Reader

2018-09-17 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16617534#comment-16617534 ] Adrien Grand commented on LUCENE-8503: -- +1 > Simplify unwrapping Filter*Reader >

[jira] [Commented] (SOLR-12765) Possibly incorrect format in JMX cache stats

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

[jira] [Updated] (LUCENE-8502) Allow access to delegate in FilterCodecReader

2018-09-17 Thread Jim Ferenczi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Ferenczi updated LUCENE-8502: - Fix Version/s: (was: 7.6) (was: 7.5.1) 7.5 >

[jira] [Commented] (SOLR-12765) Possibly incorrect format in JMX cache stats

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

Re: Lucene/Solr 7.5

2018-09-17 Thread Simon Willnauer
LUCENE-8502 is in and backported On Mon, Sep 17, 2018 at 2:14 PM jim ferenczi wrote: > Hi, > > Andrzej, there is another issue in the queue (LUCENE-8502) so I'll wait > one more day to build the first RC., please backport the fix for the JMX > beans. Cassandra, I backported the Tika version

[jira] [Commented] (SOLR-6280) Collapse QParser should give error for multiValued field

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

[jira] [Commented] (SOLR-6280) Collapse QParser should give error for multiValued field

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

[GitHub] lucene-solr issue #455: WIP: SOLR-12638

2018-09-17 Thread moshebla
Github user moshebla commented on the issue: https://github.com/apache/lucene-solr/pull/455 Currently Some Solr Core tests do not pass. I will work on those, since this is a WIP. The test that concerns me the most is ConvertedLegacyTest, which fails only if

[GitHub] lucene-solr pull request #455: SOLR-12638

2018-09-17 Thread moshebla
GitHub user moshebla opened a pull request: https://github.com/apache/lucene-solr/pull/455 SOLR-12638 You can merge this pull request into a Git repository by running: $ git pull https://github.com/moshebla/lucene-solr SOLR-12638 Alternatively you can review and apply these

[jira] [Commented] (LUCENE-8501) An ability to define the sum method for custom term frequencies

2018-09-17 Thread Olli Kuonanoja (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16617478#comment-16617478 ] Olli Kuonanoja commented on LUCENE-8501: Thanks for the pointer [~jpountz]. In my case I'd be a

[jira] [Created] (LUCENE-8505) IndexWriter#addIndices should not sort indices if they are not already sorted

2018-09-17 Thread Jim Ferenczi (JIRA)
Jim Ferenczi created LUCENE-8505: Summary: IndexWriter#addIndices should not sort indices if they are not already sorted Key: LUCENE-8505 URL: https://issues.apache.org/jira/browse/LUCENE-8505

[jira] [Commented] (SOLR-12775) Add a deprecated implementation of LowerCaseTokenizer

2018-09-17 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16617451#comment-16617451 ] David Smiley commented on SOLR-12775: - A rolling upgrade would be change the schema 1st – use

[jira] [Commented] (SOLR-12777) Solr server directory needs to be writable by the user running solr

2018-09-17 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-12777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16617450#comment-16617450 ] Jan Høydahl commented on SOLR-12777: It is not so that the server directory needs to be writeable.

[jira] [Updated] (SOLR-12765) Possibly incorrect format in JMX cache stats

2018-09-17 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki updated SOLR-12765: - Affects Version/s: master (8.0) > Possibly incorrect format in JMX cache stats >

[jira] [Resolved] (SOLR-7909) ZK ACL credential provider cannot be set from JVM params as documented

2018-09-17 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-7909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-7909. --- Resolution: Cannot Reproduce This now works, so it must have been fixed sometime since 5.5 > ZK ACL

Re: Lucene/Solr 7.5

2018-09-17 Thread jim ferenczi
Hi, Andrzej, there is another issue in the queue (LUCENE-8502) so I'll wait one more day to build the first RC., please backport the fix for the JMX beans. Cassandra, I backported the Tika version change in the docs, if SOLR-12771 is merged today I'll include it in the RC tomorrow. Le lun. 17

Re: Lucene/Solr 7.5

2018-09-17 Thread Andrzej Białecki
Hi Jim, I’d like to commit a fix for SOLR-12765 where a side-effect from other issue changed the format of some JMX beans. > On 14 Sep 2018, at 23:25, jim ferenczi wrote: > > Sorry for the late reply. I built the first RC earlier today and had some > issues to pass the smoke tests. Most of

[jira] [Commented] (SOLR-12765) Possibly incorrect format in JMX cache stats

2018-09-17 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16617414#comment-16617414 ] Andrzej Bialecki commented on SOLR-12765: -- This patch restores the previous format of the

[jira] [Updated] (SOLR-12765) Possibly incorrect format in JMX cache stats

2018-09-17 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki updated SOLR-12765: - Attachment: SOLR-12765.patch > Possibly incorrect format in JMX cache stats >

[jira] [Commented] (SOLR-7909) ZK ACL credential provider cannot be set from JVM params as documented

2018-09-17 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-7909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16617394#comment-16617394 ] Jan Høydahl commented on SOLR-7909: --- Anyone know if this now works? I will try to test > ZK ACL

[jira] [Updated] (SOLR-7892) Allow configuring ZK credentials and ACL outside of solr.xml

2018-09-17 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-7892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-7892: -- Description: See [https://cwiki.apache.org/confluence/display/solr/ZooKeeper+Access+Control] To get

[jira] [Commented] (SOLR-12765) Possibly incorrect format in JMX cache stats

2018-09-17 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16617388#comment-16617388 ] Andrzej Bialecki commented on SOLR-12765: -- I've confirmed that this is a bug, most likely a

[jira] [Updated] (SOLR-12765) Possibly incorrect format in JMX cache stats

2018-09-17 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki updated SOLR-12765: - Affects Version/s: 7.5 > Possibly incorrect format in JMX cache stats >

[jira] [Updated] (SOLR-7892) Allow configuring ZK credentials and ACL outside of solr.xml

2018-09-17 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-7892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-7892: -- Summary: Allow configuring ZK credentials and ACL outside of solr.xml (was: Allow storing ZK ACL

[jira] [Resolved] (LUCENE-8504) Update forbiddenapis to version 2.6

2018-09-17 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-8504. --- Resolution: Fixed Assignee: Uwe Schindler Fix Version/s: master (8.0)

[jira] [Commented] (LUCENE-8504) Update forbiddenapis to version 2.6

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

[jira] [Commented] (LUCENE-8504) Update forbiddenapis to version 2.6

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

[jira] [Created] (LUCENE-8504) Update forbiddenapis to version 2.6

2018-09-17 Thread Uwe Schindler (JIRA)
Uwe Schindler created LUCENE-8504: - Summary: Update forbiddenapis to version 2.6 Key: LUCENE-8504 URL: https://issues.apache.org/jira/browse/LUCENE-8504 Project: Lucene - Core Issue Type:

  1   2   >