[JENKINS] Lucene-Solr-5.x-Linux (64bit/jdk1.8.0_60) - Build # 13970 - Failure!

2015-09-20 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/13970/ Java: 64bit/jdk1.8.0_60 -XX:+UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.cloud.CloudExitableDirectoryReaderTest.test Error Message: No live SolrServers available to handle this

[JENKINS] Lucene-Solr-Tests-5.3-Java7 - Build # 50 - Failure

2015-09-20 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.3-Java7/50/ 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.HttpPartitionTest Error Message: ObjectTracker found 1 object(s) that were not released!!! [TransactionLog] Stack Trace: java.lang.AssertionError:

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 2742 - Still Failing!

2015-09-20 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2742/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.lucene.TestMergeSchedulerExternal.testSubclassConcurrentMergeScheduler Error Message: Stack Trace: java.lang.AssertionError

[JENKINS] Lucene-Solr-5.x-MacOSX (64bit/jdk1.8.0) - Build # 2690 - Failure!

2015-09-20 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/2690/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.security.TestAuthorizationFramework.authorizationFrameworkTest Error Message: This should have failed Stack Trace:

[JENKINS-EA] Lucene-Solr-5.3-Linux (64bit/jdk1.9.0-ea-b78) - Build # 207 - Failure!

2015-09-20 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.3-Linux/207/ Java: 64bit/jdk1.9.0-ea-b78 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.core.TestDynamicLoading.testDynamicLoading Error Message: Could not get expected value 'X val changed' for path

[JENKINS] Lucene-Solr-NightlyTests-trunk - Build # 799 - Still Failing

2015-09-20 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/799/ 2 tests failed. REGRESSION: org.apache.solr.cloud.hdfs.HdfsBasicDistributedZk2Test.test Error Message: Server refused connection at: http://127.0.0.1:36470/ef_deq/collection1 Stack Trace:

Re: discountOverlaps option for QueryParser

2015-09-20 Thread Ahmet Arslan
Hi Robert, As I understand, with SynonymQuery, all expansion is recommended to be performed on query time only, and SynonymQuery will take care of the below problem : "A query for text:TV will expand into (text:TV text:Television) and the lower docFreq for text:Television will give the

[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.7.0_80) - Build # 13976 - Failure!

2015-09-20 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/13976/ Java: 32bit/jdk1.7.0_80 -server -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.ShardSplitTest.test Error Message: Wrong doc count on shard1_0. See SOLR-5309 expected:<364> but was:<365> Stack Trace:

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_60) - Build # 14261 - Still Failing!

2015-09-20 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/14261/ Java: 32bit/jdk1.8.0_60 -client -XX:+UseConcMarkSweepGC 2 tests failed. FAILED: org.apache.solr.cloud.CdcrReplicationHandlerTest.doTest Error Message: There are still nodes recoverying - waited for 330 seconds Stack Trace:

[JENKINS-EA] Lucene-Solr-trunk-Linux (32bit/jdk1.9.0-ea-b78) - Build # 14260 - Failure!

2015-09-20 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/14260/ Java: 32bit/jdk1.9.0-ea-b78 -client -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.OverseerTest.testExternalClusterStateChangeBehavior Error Message: Illegal state, was: down expected:active

[jira] [Created] (SOLR-8077) Replication can still cause index corruption.

2015-09-20 Thread Mark Miller (JIRA)
Mark Miller created SOLR-8077: - Summary: Replication can still cause index corruption. Key: SOLR-8077 URL: https://issues.apache.org/jira/browse/SOLR-8077 Project: Solr Issue Type: Bug

Re: discountOverlaps option for QueryParser

2015-09-20 Thread Doug Turnbull
Another option Ahmet would be to create two fields, one that didn't do ASCII folding *without* preserving the original and another that did. The ASCII folded version is a less exacting representation of the text, and the version without ASCII folding would be more exacting My first pass at a

Re: discountOverlaps option for QueryParser

2015-09-20 Thread Ahmet Arslan
Hi Dough, Boosting exact matches is not my primary concern. By the way, ideal way to aggregate scores coming from different fields remains unclear. May be geometric mean is better than summing the field scores? I just want to warn people, if filters that produce multiple tokens at the same

[jira] [Created] (SOLR-8075) Leader Initiated Recovery should not stop a leader that participated in an election with all of it's replicas from becoming a valid leader.

2015-09-20 Thread Mark Miller (JIRA)
Mark Miller created SOLR-8075: - Summary: Leader Initiated Recovery should not stop a leader that participated in an election with all of it's replicas from becoming a valid leader. Key: SOLR-8075 URL:

[jira] [Updated] (SOLR-8076) SEVERE: Unable to load Transformer: foo.FieldTransformer

2015-09-20 Thread lijo (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] lijo updated SOLR-8076: --- Description: While creating an custom transformer for data importer ,I am getting the following error. I made a

[jira] [Created] (SOLR-8076) SEVERE: Unable to load Transformer: foo.FieldTransformer

2015-09-20 Thread lijo (JIRA)
lijo created SOLR-8076: -- Summary: SEVERE: Unable to load Transformer: foo.FieldTransformer Key: SOLR-8076 URL: https://issues.apache.org/jira/browse/SOLR-8076 Project: Solr Issue Type: Bug

[jira] [Updated] (SOLR-8076) SEVERE: Unable to load Transformer: foo.FieldTransformer

2015-09-20 Thread lijo (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] lijo updated SOLR-8076: --- Environment: Solr Version :- 4.2.1.2013.03.26.08.26.55/Jetty OS : -Ubuntu was: Solr Version :-

[jira] [Commented] (SOLR-8069) Ensure that only the valid ZooKeeper registered leader can put a replica into Leader Initiated Recovery.

2015-09-20 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14899967#comment-14899967 ] Mark Miller commented on SOLR-8069: --- bq. I think if everyone participates in the election that makes

[jira] [Updated] (SOLR-8075) Leader Initiated Recovery should not stop a leader that participated in an election with all of it's replicas from becoming a valid leader.

2015-09-20 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-8075: -- Attachment: SOLR-8075.patch Patch with some initial exploration. > Leader Initiated Recovery should not

[jira] [Commented] (SOLR-7109) Indexing threads stuck during network partition can put leader into down state

2015-09-20 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14899971#comment-14899971 ] Mark Miller commented on SOLR-7109: --- FYI, we found an issue with this improvement because of how it tries

[jira] [Updated] (SOLR-8038) Add SQL aggregate support without GROUP BY clause

2015-09-20 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-8038: - Attachment: SOLR-8038.patch Initial patch with passing StreamingTest. Still need to add tests for

[jira] [Created] (SOLR-8074) LoadAdminUIServlet directly references admin.html

2015-09-20 Thread Upayavira (JIRA)
Upayavira created SOLR-8074: --- Summary: LoadAdminUIServlet directly references admin.html Key: SOLR-8074 URL: https://issues.apache.org/jira/browse/SOLR-8074 Project: Solr Issue Type: Bug

[jira] [Commented] (SOLR-7883) MoreLikeThis is incompatible with facets

2015-09-20 Thread Fengtan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14899987#comment-14899987 ] Fengtan commented on SOLR-7883: --- I don't seem to be able to reproduce the problem on a fresh Solr 5.3 server.

[JENKINS-EA] Lucene-Solr-5.x-Linux (32bit/jdk1.9.0-ea-b78) - Build # 13973 - Failure!

2015-09-20 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/13973/ Java: 32bit/jdk1.9.0-ea-b78 -client -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.cloud.TestConfigSetsAPI.testDeleteErrors Error Message: Expected exception message to contain: ConfigSet does not exist got: Error from

[jira] [Updated] (SOLR-8038) Add SQL aggregate support without GROUP BY clause

2015-09-20 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-8038: - Attachment: SOLR-8038.patch New patch with a working SQL test. > Add SQL aggregate support

[jira] [Updated] (SOLR-8069) Ensure that only the valid ZooKeeper registered leader can put a replica into Leader Initiated Recovery.

2015-09-20 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-8069: -- Assignee: Mark Miller Priority: Critical (was: Major) > Ensure that only the valid ZooKeeper

[jira] [Updated] (SOLR-8069) Ensure that only the valid ZooKeeper registered leader can put a replica into Leader Initiated Recovery.

2015-09-20 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-8069: -- Summary: Ensure that only the valid ZooKeeper registered leader can put a replica into Leader Initiated

[JENKINS] Lucene-Solr-NightlyTests-5.x - Build # 962 - Still Failing

2015-09-20 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/962/ 6 tests failed. REGRESSION: org.apache.solr.cloud.RollingRestartTest.test Error Message: Unable to restart (#6): CloudJettyRunner [url=http://127.0.0.1:57840/collection1] Stack Trace: java.lang.AssertionError: Unable to

[JENKINS] Lucene-Solr-Tests-5.3-Java7 - Build # 52 - Failure

2015-09-20 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.3-Java7/52/ 1 tests failed. REGRESSION: org.apache.solr.cloud.TestAuthenticationFramework.testBasics Error Message: Error from server at http://127.0.0.1:45038/solr: Could not find collection : testAuthenticationFrameworkCollection

Re: discountOverlaps option for QueryParser

2015-09-20 Thread Robert Muir
On Sun, Sep 20, 2015 at 6:52 PM, Ahmet Arslan wrote: > Hi Robert, > > As I understand, with SynonymQuery, all expansion is recommended to be > performed on query time only, > and SynonymQuery will take care of the below problem : Its not that I recommend query-time expansion

[jira] [Commented] (SOLR-8077) Replication can still cause index corruption.

2015-09-20 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14900196#comment-14900196 ] Varun Thacker commented on SOLR-8077: - +1 > Replication can still cause index corruption. >

[JENKINS] Lucene-Solr-SmokeRelease-5.x - Build # 326 - Failure

2015-09-20 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-5.x/326/ No tests ran. Build Log: [...truncated 6979 lines...] package-tgz-src: [exec] A /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/lucene/build/svn-export [exec] A

[jira] [Commented] (SOLR-7858) Make Angular UI default

2015-09-20 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14900063#comment-14900063 ] ASF subversion and git services commented on SOLR-7858: --- Commit 1704193 from

[jira] [Commented] (SOLR-7858) Make Angular UI default

2015-09-20 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14900064#comment-14900064 ] ASF subversion and git services commented on SOLR-7858: --- Commit 1704194 from

[jira] [Commented] (SOLR-7666) Umbrella ticket for Angular JS post-5.2.1 issues

2015-09-20 Thread Upayavira (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14900069#comment-14900069 ] Upayavira commented on SOLR-7666: - Using the latest zip, web.xml change caused the old UI to be loaded

Re: discountOverlaps option for QueryParser

2015-09-20 Thread Robert Muir
Hi Ahmet, maybe have a look at the SynonymQuery added in https://issues.apache.org/jira/browse/LUCENE-6789 For query-time synonyms, it just tries to approximate what happens if you instead do this work at index-time, by creating a "pseudo-term" (disjunction of all terms at that same position)

[JENKINS] Lucene-Solr-trunk-Solaris (64bit/jdk1.8.0) - Build # 67 - Failure!

2015-09-20 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Solaris/67/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.security.TestAuthorizationFramework.authorizationFrameworkTest Error Message: No match for authorization/class =

[jira] [Commented] (SOLR-7666) Umbrella ticket for Angular JS post-5.2.1 issues

2015-09-20 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14900066#comment-14900066 ] ASF subversion and git services commented on SOLR-7666: --- Commit 1704196 from

[jira] [Commented] (SOLR-7666) Umbrella ticket for Angular JS post-5.2.1 issues

2015-09-20 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14900065#comment-14900065 ] ASF subversion and git services commented on SOLR-7666: --- Commit 1704195 from

discountOverlaps option for QueryParser

2015-09-20 Thread Ahmet Arslan
Hello, Assume that term t1 is expanded into multiple terms (at the same position) during both indexing and query time. This is possible with KeywordRepeat, SynonymFilter, or the Filters that have preserveOriginal option for instance. When a two-term query (t1 t2) is executed, term t1 is