[jira] [Updated] (SOLR-9469) Allow JettySolrRunner to restart using a different port

2016-09-02 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated SOLR-9469: Attachment: SOLR-9469.patch Patch, adding a boolean parameter to JettySolrRunner.start(). Default

Re: Peer sync and overlapping "windows" heuristic may be causing unnecessary full syncs?

2016-09-02 Thread Pushkar Raste
Erick, If your updates are infrequent, you may benefit from a patch for https://issues.apache.org/jira/browse/SOLR-9446 It seems like recovery always tries PeerSync first and would fall back on to replication if PeerSync fails. My fix for a different use case was to node trying PeerSync first

[jira] [Commented] (LUCENE-7398) Nested Span Queries are buggy

2016-09-02 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15458530#comment-15458530 ] Tim Allison commented on LUCENE-7398: - The cause of this is different, I think (ordered vs

[jira] [Commented] (LUCENE-5331) nested SpanNearQuery with repeating groups does not find match

2016-09-02 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15458597#comment-15458597 ] Tim Allison commented on LUCENE-5331: - This issue still exists in trunk for unordered but not

[jira] [Updated] (SOLR-9470) Deadlocked threads in recovery

2016-09-02 Thread Michael Braun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Braun updated SOLR-9470: Attachment: solr-deadlock.txt > Deadlocked threads in recovery > -- > >

[VOTE] Release Lucene/Solr 5.5.3 RC1

2016-09-02 Thread Anshum Gupta
Please vote for release candidate 1 for Lucene/Solr 5.5.3 The artifacts can be downloaded from: https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-5.5.3-RC1-rev8655b97b27d8da470c8235683af11a8b85a2b10f You can run the smoke tester directly with this command (on the release branch):

Java function throws exception on JSP web application

2016-09-02 Thread szzoli
Hi, I created a Lucene application with patametrised indexing and searching functions. I exported as jar, and imoprted to jsp pages. When I call the indexing function, it gives the following error: java.lang.VerifyError: Cannot inherit from final class. I did not make any inheritence, just

[jira] [Commented] (LUCENE-5331) nested SpanNearQuery with repeating groups does not find match

2016-09-02 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15458559#comment-15458559 ] Tim Allison commented on LUCENE-5331: - This looks like a duplicate of LUCENE-2861. Currently,

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk1.8.0_102) - Build # 6094 - Still unstable!

2016-09-02 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6094/ Java: 64bit/jdk1.8.0_102 -XX:+UseCompressedOops -XX:+UseSerialGC 3 tests failed. FAILED: org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader Error Message: No live SolrServers available to handle this

[jira] [Comment Edited] (LUCENE-7434) Add minNumberShouldMatch parameter to SpanNearQuery

2016-09-02 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15458383#comment-15458383 ] Tim Allison edited comment on LUCENE-7434 at 9/2/16 2:27 PM: - Thank you for

[jira] [Created] (SOLR-9470) Deadlocked threads in recovery

2016-09-02 Thread Michael Braun (JIRA)
Michael Braun created SOLR-9470: --- Summary: Deadlocked threads in recovery Key: SOLR-9470 URL: https://issues.apache.org/jira/browse/SOLR-9470 Project: Solr Issue Type: Bug Security

[jira] [Commented] (SOLR-5725) Efficient facets without counts for enum method

2016-09-02 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15458666#comment-15458666 ] David Smiley commented on SOLR-5725: +1 -- Nice. I'm relieved to see no mention of "probing" anymore

[jira] [Updated] (LUCENE-5331) nested SpanNearQuery with repeating groups does not find match

2016-09-02 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Allison updated LUCENE-5331: Attachment: NestedSpanNearTest_20160902.patch Updated [~jerryzhou1]'s original test case for

Re: Java function throws exception on JSP web application

2016-09-02 Thread szzoli
The sarch porblem occure in the Java class at the line reader = DirectoryReader.open(FSDirectory.open(Paths.get(indexPath))); wich works fine from Eclipse. -- View this message in context:

[jira] [Created] (SOLR-9469) Allow JettySolrRunner to restart using a different port

2016-09-02 Thread Alan Woodward (JIRA)
Alan Woodward created SOLR-9469: --- Summary: Allow JettySolrRunner to restart using a different port Key: SOLR-9469 URL: https://issues.apache.org/jira/browse/SOLR-9469 Project: Solr Issue Type:

[jira] [Commented] (SOLR-5725) Efficient facets without counts for enum method

2016-09-02 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15458705#comment-15458705 ] David Smiley commented on SOLR-5725: bq. it's ready to be committed? I think so. You got at least

[jira] [Commented] (LUCENE-5396) SpanNearQuery returns single term spans

2016-09-02 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15458572#comment-15458572 ] Tim Allison commented on LUCENE-5396: - Same behavior still in trunk. Happy to submit failing test

Re: Release Solr 5.5.3

2016-09-02 Thread Pushkar Raste
Are the tests failing due to patch for SOLR-9310? I think Noble put in fix yesterday or a day before. On Thu, Sep 1, 2016 at 2:48 PM, Anshum Gupta wrote: > I've been trying to the RC out since yesterday but our tests are holding > me back. Once they pass, I'll have the

[jira] [Commented] (SOLR-5725) Efficient facets without counts for enum method

2016-09-02 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15458688#comment-15458688 ] Mikhail Khludnev commented on SOLR-5725: ok. This line is better, I put it in. Is it worth to wait

[jira] [Commented] (LUCENE-7434) Add minNumberShouldMatch parameter to SpanNearQuery

2016-09-02 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15458994#comment-15458994 ] Tim Allison commented on LUCENE-7434: - Ah, ok. Thank you. Is my proposed approach flawed for the

[JENKINS] Lucene-Solr-6.x-Windows (64bit/jdk1.8.0_102) - Build # 430 - Unstable!

2016-09-02 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/430/ Java: 64bit/jdk1.8.0_102 -XX:+UseCompressedOops -XX:+UseSerialGC 3 tests failed. FAILED: org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail Error Message: expected:<200> but was:<404> Stack

Re: Release Solr 5.5.3

2016-09-02 Thread Anshum Gupta
No, our tests generally don't pass 100% of the times :). The RC is out for vote btw. On Fri, Sep 2, 2016 at 7:08 AM Pushkar Raste wrote: > Are the tests failing due to patch for SOLR-9310? I think Noble put in fix > yesterday or a day before. > > On Thu, Sep 1, 2016 at

[jira] [Commented] (LUCENE-7433) remove unused LogMergePolicy.SegmentInfoAndLevel.index private member

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

[jira] [Comment Edited] (LUCENE-7434) Add minNumberShouldMatch parameter to SpanNearQuery

2016-09-02 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15459041#comment-15459041 ] Paul Elschot edited comment on LUCENE-7434 at 9/2/16 5:00 PM: -- bq. Is my

[jira] [Commented] (SOLR-9200) Add Delegation Token Support to Solr

2016-09-02 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15459060#comment-15459060 ] Ishan Chattopadhyaya commented on SOLR-9200: [~ctargett], I just had a look and it seems the

[JENKINS] Lucene-Solr-5.5-Linux (64bit/jdk1.7.0_80) - Build # 369 - Unstable!

2016-09-02 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.5-Linux/369/ Java: 64bit/jdk1.7.0_80 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader Error Message: Doc with id=4 not found in

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

2016-09-02 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/3521/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC 3 tests failed. FAILED: org.apache.solr.TestDistributedSearch.test Error Message: Expected to find shardAddress in the up shard info Stack Trace:

[jira] [Comment Edited] (LUCENE-7434) Add minNumberShouldMatch parameter to SpanNearQuery

2016-09-02 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15459221#comment-15459221 ] Tim Allison edited comment on LUCENE-7434 at 9/2/16 6:44 PM: - bq. I think

[jira] [Commented] (LUCENE-7434) Add minNumberShouldMatch parameter to SpanNearQuery

2016-09-02 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15459221#comment-15459221 ] Tim Allison commented on LUCENE-7434: - bq. I think that is too strict when more than the required

[jira] [Created] (SOLR-9471) Another race condition in ClusterStatus.getClusterStatus

2016-09-02 Thread Alexey Serba (JIRA)
Alexey Serba created SOLR-9471: -- Summary: Another race condition in ClusterStatus.getClusterStatus Key: SOLR-9471 URL: https://issues.apache.org/jira/browse/SOLR-9471 Project: Solr Issue Type:

[jira] [Commented] (LUCENE-7432) TestIndexWriterOnError.testCheckpoint fails on IBM J9

2016-09-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15459372#comment-15459372 ] Michael McCandless commented on LUCENE-7432: [~klangman] that's great news, thank you! Can

[JENKINS] Lucene-Solr-6.x-MacOSX (64bit/jdk1.8.0) - Build # 389 - Unstable!

2016-09-02 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-MacOSX/389/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.common.cloud.TestCollectionStateWatchers.testWatchesWorkForStateFormat1 Error Message: CollectionStateWatcher not notified of

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+132) - Build # 17747 - Unstable!

2016-09-02 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17747/ Java: 64bit/jdk-9-ea+132 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.RecoveryZkTest.test Error Message: Captured an uncaught exception in thread: Thread[id=5809,

[jira] [Commented] (LUCENE-7432) TestIndexWriterOnError.testCheckpoint fails on IBM J9

2016-09-02 Thread Kevin Langman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15459543#comment-15459543 ] Kevin Langman commented on LUCENE-7432: --- I get this exception, does this represent a real issue?

[jira] [Commented] (SOLR-3191) field exclusion from fl

2016-09-02 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15459626#comment-15459626 ] Gus Heck commented on SOLR-3191: Folks involved here may also be interested in SOLR-9467 > field exclusion

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 825 - Still Unstable!

2016-09-02 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/825/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC 2 tests failed. FAILED: org.apache.solr.handler.TestSolrConfigHandlerConcurrent.test Error Message: Stack Trace: java.lang.NullPointerException at

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

2016-09-02 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/372/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC 6 tests failed. FAILED: org.apache.solr.cloud.TestHdfsCloudBackupRestore.test Error Message: Error from server at http://127.0.0.1:33217/solr: Could not backup all

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

2016-09-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1110/ 11 tests failed. FAILED: org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testUpdateLogSynchronisation Error Message: Timeout waiting for CDCR replication to complete @source_collection:shard2 Stack Trace:

[jira] [Commented] (LUCENE-7432) TestIndexWriterOnError.testCheckpoint fails on IBM J9

2016-09-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15459678#comment-15459678 ] Uwe Schindler commented on LUCENE-7432: --- Could you paste full stack trace? It's clipped just before

[jira] [Commented] (LUCENE-7433) remove unused LogMergePolicy.SegmentInfoAndLevel.index private member

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

[jira] [Commented] (LUCENE-7434) Add minNumberShouldMatch parameter to SpanNearQuery

2016-09-02 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15458939#comment-15458939 ] Paul Elschot commented on LUCENE-7434: -- bq. What's the use case for minNumberShouldMatch=2, all

[jira] [Resolved] (LUCENE-7433) remove unused LogMergePolicy.SegmentInfoAndLevel.index private member

2016-09-02 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke resolved LUCENE-7433. - Resolution: Fixed Fix Version/s: master (7.0) 6.x >

[jira] [Commented] (LUCENE-7434) Add minNumberShouldMatch parameter to SpanNearQuery

2016-09-02 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15459041#comment-15459041 ] Paul Elschot commented on LUCENE-7434: -- bq. Is my proposed approach flawed for the

[jira] [Commented] (SOLR-5725) Efficient facets without counts for enum method

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

[jira] [Commented] (SOLR-5725) Efficient facets without counts for enum method

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

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk1.8.0_102) - Build # 6095 - Still Unstable!

2016-09-02 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6095/ Java: 64bit/jdk1.8.0_102 -XX:-UseCompressedOops -XX:+UseG1GC 4 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.schema.TestManagedSchemaAPI Error Message: ObjectTracker found 1 object(s) that were not

Re: [VOTE] Release Lucene/Solr 5.5.3 RC1

2016-09-02 Thread David Smiley
+1 SUCCESS! [0:50:15.746345] On Fri, Sep 2, 2016 at 10:29 AM Anshum Gupta wrote: > Please vote for release candidate 1 for Lucene/Solr 5.5.3 > > The artifacts can be downloaded from: > >

[jira] [Commented] (LUCENE-4065) FilteringTokenFilter should never corrupt the tokenstream graph

2016-09-02 Thread Eduard Dudar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15460164#comment-15460164 ] Eduard Dudar commented on LUCENE-4065: -- enable position increments is incredibly useful for shingles

[jira] [Created] (SOLR-9468) HTTP api endpoint /replication does not handle errors propely

2016-09-02 Thread Patrick Gerken (JIRA)
Patrick Gerken created SOLR-9468: Summary: HTTP api endpoint /replication does not handle errors propely Key: SOLR-9468 URL: https://issues.apache.org/jira/browse/SOLR-9468 Project: Solr

[jira] [Commented] (SOLR-8961) TestMiniSolrCloudCluster should move into test-framework

2016-09-02 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15458392#comment-15458392 ] Shalin Shekhar Mangar commented on SOLR-8961: - bq. creates a new solr-test-framework test

[jira] [Commented] (LUCENE-5091) Modify SpanNotQuery to act as SpanNotNearQuery too

2016-09-02 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15458396#comment-15458396 ] Tim Allison commented on LUCENE-5091: - Oops. Looks like LUCENE-5091 was a duplicate? > Modify

[jira] [Commented] (SOLR-9381) Snitch for freedisk uses root path not Solr home

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

[jira] [Commented] (LUCENE-7434) Add minNumberShouldMatch parameter to SpanNearQuery

2016-09-02 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15458401#comment-15458401 ] Tim Allison commented on LUCENE-7434: - Interesting. Whoa on LUCENE-7398! What's the use case for

[jira] [Resolved] (SOLR-9381) Snitch for freedisk uses root path not Solr home

2016-09-02 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul resolved SOLR-9381. -- Resolution: Fixed Fix Version/s: 6.3 master (7.0) > Snitch for freedisk uses

[jira] [Comment Edited] (LUCENE-7434) Add minNumberShouldMatch parameter to SpanNearQuery

2016-09-02 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15458383#comment-15458383 ] Tim Allison edited comment on LUCENE-7434 at 9/2/16 12:48 PM: -- Thank you for

[jira] [Commented] (SOLR-8961) TestMiniSolrCloudCluster should move into test-framework

2016-09-02 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15458454#comment-15458454 ] Alan Woodward commented on SOLR-8961: - The main module already exists, the tests module doesn't. >

[jira] [Commented] (SOLR-8961) TestMiniSolrCloudCluster should move into test-framework

2016-09-02 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15458461#comment-15458461 ] Shalin Shekhar Mangar commented on SOLR-8961: - Ah, okay, I missed that. Sorry for the noise. >

[jira] [Updated] (LUCENE-7434) Add minNumberShouldMatch parameter to SpanNearQuery

2016-09-02 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-7434: - Attachment: AllPairsNearSpans20160902.patch This all pairs thing is useful here anyway, so here

[jira] [Commented] (LUCENE-7434) Add minNumberShouldMatch parameter to SpanNearQuery

2016-09-02 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15457878#comment-15457878 ] Paul Elschot commented on LUCENE-7434: -- As it happens I am in slow progress making something for the

[jira] [Commented] (LUCENE-2899) Add OpenNLP Analysis capabilities as a module

2016-09-02 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-2899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15458062#comment-15458062 ] Kai Gülzau commented on LUCENE-2899: sorry for the out of office reply, Exchange is not my favorite

[JENKINS] Lucene-Solr-5.5-Linux (32bit/jdk1.7.0_80) - Build # 366 - Still Unstable!

2016-09-02 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.5-Linux/366/ Java: 32bit/jdk1.7.0_80 -client -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.core.TestDynamicLoading.testDynamicLoading Error Message: Could not get expected value 'X val changed' for path 'x' full output: {

Re: Status of Solr Ref Guide for 6.2

2016-09-02 Thread Varun Thacker
There's been no update from infra on this yet. So we're still waiting for them to help us out here before we can cut an RC I will be on PTO most of next week and won't be having any internet connectivity so Cassandra said she would take over the role of release manager On Wed, Aug 31, 2016 at

[jira] [Commented] (SOLR-9444) Fix path usage for cloud backup/restore

2016-09-02 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15457754#comment-15457754 ] Varun Thacker commented on SOLR-9444: - Hi Uwe, Would you be committing this? > Fix path usage for

[jira] [Comment Edited] (SOLR-9444) Fix path usage for cloud backup/restore

2016-09-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15457743#comment-15457743 ] Uwe Schindler edited comment on SOLR-9444 at 9/2/16 7:09 AM: - Hi, looks fine to

[jira] [Updated] (SOLR-9444) Fix path usage for cloud backup/restore

2016-09-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-9444: Fix Version/s: 6.3 master (7.0) > Fix path usage for cloud backup/restore >

[jira] [Updated] (SOLR-5725) Efficient facets without counts for enum method

2016-09-02 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-5725: --- Attachment: SOLR-5725.patch > Efficient facets without counts for enum method >

[JENKINS] Lucene-Solr-5.5-Windows (32bit/jdk1.8.0_102) - Build # 108 - Unstable!

2016-09-02 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.5-Windows/108/ Java: 32bit/jdk1.8.0_102 -client -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.handler.TestSolrConfigHandlerCloud Error Message: 2 threads leaked from SUITE scope at

[GitHub] lucene-solr pull request #74: [SOLR-9444] Fix path usage for cloud backup/re...

2016-09-02 Thread uschindler
Github user uschindler commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/74#discussion_r77301896 --- Diff: solr/core/src/test/org/apache/solr/cloud/TestLocalFSCloudBackupRestore.java --- @@ -24,12 +24,20 @@ * such file-system would be

[jira] [Commented] (SOLR-9444) Fix path usage for cloud backup/restore

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15457741#comment-15457741 ] ASF GitHub Bot commented on SOLR-9444: -- Github user uschindler commented on a diff in the pull

[jira] [Assigned] (SOLR-9444) Fix path usage for cloud backup/restore

2016-09-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reassigned SOLR-9444: --- Assignee: Uwe Schindler > Fix path usage for cloud backup/restore >

[jira] [Commented] (SOLR-9444) Fix path usage for cloud backup/restore

2016-09-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15457763#comment-15457763 ] Uwe Schindler commented on SOLR-9444: - OK! > Fix path usage for cloud backup/restore >

[jira] [Updated] (SOLR-9444) Fix path usage for cloud backup/restore

2016-09-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-9444: Affects Version/s: 6.2 > Fix path usage for cloud backup/restore >

[jira] [Commented] (SOLR-9444) Fix path usage for cloud backup/restore

2016-09-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15457743#comment-15457743 ] Uwe Schindler commented on SOLR-9444: - Hi, looks fine to me! > Fix path usage for cloud backup/restore

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 824 - Still unstable!

2016-09-02 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/824/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC 2 tests failed. FAILED: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test Error Message: org.apache.solr.client.solrj.SolrServerException: No live

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

2016-09-02 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/371/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.handler.component.SpellCheckComponentTest.test Error Message: List size mismatch @ spellcheck/suggestions Stack Trace:

[jira] [Commented] (LUCENE-3370) Support for a "SpanNotNearQuery"

2016-09-02 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15458380#comment-15458380 ] Tim Allison commented on LUCENE-3370: - Was this fixed by LUCENE-5091? Can we close this? > Support

[jira] [Updated] (SOLR-9444) Fix path usage for cloud backup/restore

2016-09-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-9444: Attachment: SOLR-9444.patch Here is the final patch. Committing now! > Fix path usage for cloud

[jira] [Commented] (SOLR-9444) Fix path usage for cloud backup/restore

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

[jira] [Commented] (SOLR-9444) Fix path usage for cloud backup/restore

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

[GitHub] lucene-solr pull request #74: [SOLR-9444] Fix path usage for cloud backup/re...

2016-09-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/lucene-solr/pull/74 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Updated] (SOLR-8961) TestMiniSolrCloudCluster should move into test-framework

2016-09-02 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated SOLR-8961: Attachment: SOLR-8961.patch Here's a patch that: a) creates a new solr-test-framework test module

[jira] [Commented] (SOLR-9444) Fix path usage for cloud backup/restore

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

[jira] [Commented] (SOLR-9444) Fix path usage for cloud backup/restore

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15458363#comment-15458363 ] ASF GitHub Bot commented on SOLR-9444: -- Github user asfgit closed the pull request at:

[jira] [Commented] (SOLR-9444) Fix path usage for cloud backup/restore

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

[jira] [Commented] (SOLR-9444) Fix path usage for cloud backup/restore

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

[jira] [Resolved] (SOLR-9444) Fix path usage for cloud backup/restore

2016-09-02 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved SOLR-9444. - Resolution: Fixed > Fix path usage for cloud backup/restore >

[jira] [Commented] (SOLR-9381) Snitch for freedisk uses root path not Solr home

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

[jira] [Commented] (LUCENE-7434) Add minNumberShouldMatch parameter to SpanNearQuery

2016-09-02 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15458383#comment-15458383 ] Tim Allison commented on LUCENE-7434: - Thank you for the clarification. I think I got the

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+132) - Build # 17745 - Unstable!

2016-09-02 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17745/ Java: 64bit/jdk-9-ea+132 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.schema.TestManagedSchemaAPI.test Error Message: Error from server at

[jira] [Commented] (SOLR-4968) The collection alias api should have a list cmd.

2016-09-02 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-4968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15458276#comment-15458276 ] Jan Høydahl commented on SOLR-4968: --- No activity in almost a year on this... Mark, will you object to