[jira] [Updated] (SOLR-6658) SearchHandler should accept POST requests with JSON data in content stream for customized plug-in components

2015-01-29 Thread Mark Peng (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Peng updated SOLR-6658: Attachment: SOLR-6658.patch > SearchHandler should accept POST requests with JSON data in content stream > f

[jira] [Commented] (SOLR-6658) SearchHandler should accept POST requests with JSON data in content stream for customized plug-in components

2015-01-29 Thread Mark Peng (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14298325#comment-14298325 ] Mark Peng commented on SOLR-6658: - Removed constraint on the content type in SearchHandler.

[jira] [Commented] (SOLR-7065) Let a replica become the leader regardless of it's last published state if all replicas participate in the election process.

2015-01-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14298255#comment-14298255 ] Mark Miller commented on SOLR-7065: --- Probably we should look at using a better algorithm

[jira] [Commented] (SOLR-7065) Let a replica become the leader regardless of it's last published state if all replicas participate in the election process.

2015-01-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14298241#comment-14298241 ] Mark Miller commented on SOLR-7065: --- This zk leader election recipe has spiraled out of c

[jira] [Commented] (SOLR-7065) Let a replica become the leader regardless of it's last published state if all replicas participate in the election process.

2015-01-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14298230#comment-14298230 ] Mark Miller commented on SOLR-7065: --- Ugg...the leader election code was hard enough to gr

[jira] [Commented] (SOLR-7065) Let a replica become the leader regardless of it's last published state if all replicas participate in the election process.

2015-01-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14298226#comment-14298226 ] Mark Miller commented on SOLR-7065: --- I never really liked that the leader would try to pu

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 2568 - Still Failing

2015-01-29 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2568/ 5 tests failed. FAILED: org.apache.solr.cloud.HttpPartitionTest.test Error Message: org.apache.http.NoHttpResponseException: The target server failed to respond Stack Trace: org.apache.solr.client.solrj.SolrServerException:

[jira] [Updated] (SOLR-7065) Let a replica become the leader regardless of it's last published state if all replicas participate in the election process.

2015-01-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-7065: -- Attachment: SOLR-7065.patch My latest state. > Let a replica become the leader regardless of it's last p

[jira] [Created] (LUCENE-6211) WeakHashMap may be cause a memory leak problem.

2015-01-29 Thread yannianmu (JIRA)
yannianmu created LUCENE-6211: - Summary: WeakHashMap may be cause a memory leak problem. Key: LUCENE-6211 URL: https://issues.apache.org/jira/browse/LUCENE-6211 Project: Lucene - Core Issue Type

Re: Re: Our Optimize Suggestions on lucene 3.5

2015-01-29 Thread 母延年
WeakHashMap may be cause a memory leak problem. we use SoftReference instad of it like this; public static class SoftLinkMap{ private static int SORT_CACHE_SIZE=1024; private static float LOADFACTOR=0.75f; final Map>> readerCache_lru=new LinkedHashMap>>((int) Math.ceil(SORT_CACHE_

[jira] [Commented] (SOLR-6640) ChaosMonkeySafeLeaderTest failure with CorruptIndexException

2015-01-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14298195#comment-14298195 ] Mark Miller commented on SOLR-6640: --- Hey [~shalinmangar], shouldn't bq. Collection

[jira] [Commented] (SOLR-6845) Add buildOnStartup option for suggesters

2015-01-29 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14298176#comment-14298176 ] Varun Thacker commented on SOLR-6845: - Hi [~tomasflobbe] , Minor documentation nit - I

Re: Our Optimize Suggestions on lucene 3.5

2015-01-29 Thread Robert Muir
I am not sure this is the case. Actually, FieldCacheImpl still works as before and has a weak hashmap still. However, i think the weak map is unnecessary. reader close listeners already ensure purging from the map, so I don't think the weak map serves any purpose today. The only possible advantage

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

2015-01-29 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1959/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.ShardSplitTest.test Error Message: Timeout occured while waiting response from server at: http://127.0.0.1:54432

Re: Using RAT

2015-01-29 Thread Robert Muir
You are correct the main logic is in lucene/common-build, I dont see why you think that is confusing. Do you think the license verification logic shoudl be duplicated twice in the build system? anyway there are some hooks like $rat.excludes for a module to override with. Can you explain a little m

[jira] [Comment Edited] (SOLR-7061) Cross-Entity Variable Resolving and Arguments for ScriptTransformer Functions

2015-01-29 Thread Mark Peng (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297082#comment-14297082 ] Mark Peng edited comment on SOLR-7061 at 1/30/15 2:37 AM: -- [~noble

[jira] [Comment Edited] (SOLR-7061) Cross-Entity Variable Resolving and Arguments for ScriptTransformer Functions

2015-01-29 Thread Mark Peng (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297082#comment-14297082 ] Mark Peng edited comment on SOLR-7061 at 1/30/15 2:32 AM: -- [~noble

Using RAT

2015-01-29 Thread Upayavira
As a part of SOLR5507, I'm trying to get RAT to pass. I've dug around, and got very confused. It seems that the config for Solr RAT is in lucene/common-build.xml, which doesn't make much sense, and there are licenses I can't find in there. Can someone explain to me how I tell RAT that a specific l

[jira] [Commented] (SOLR-7065) Let a replica become the leader regardless of it's last published state if all replicas participate in the election process.

2015-01-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14298060#comment-14298060 ] Mark Miller commented on SOLR-7065: --- This is working pretty well, but the new testing lea

[jira] [Updated] (SOLR-7065) Let a replica become the leader regardless of it's last published state if all replicas participate in the election process.

2015-01-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-7065: -- Attachment: SOLR-7065.patch First whack at a draft patch. > Let a replica become the leader regardless o

[jira] [Comment Edited] (SOLR-7061) Cross-Entity Variable Resolving and Arguments for ScriptTransformer Functions

2015-01-29 Thread Mark Peng (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297082#comment-14297082 ] Mark Peng edited comment on SOLR-7061 at 1/30/15 1:25 AM: -- [~noble

[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.8.0_31) - Build # 4344 - Still Failing!

2015-01-29 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4344/ Java: 64bit/jdk1.8.0_31 -XX:-UseCompressedOops -XX:+UseG1GC 2 tests failed. FAILED: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test Error Message: There were too many update fails - we expect it can happen, but shouldn't

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 2567 - Still Failing

2015-01-29 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2567/ 5 tests failed. FAILED: org.apache.solr.cloud.HttpPartitionTest.test Error Message: org.apache.http.NoHttpResponseException: The target server failed to respond Stack Trace: org.apache.solr.client.solrj.SolrServerException:

[jira] [Commented] (SOLR-7034) Consider allowing any node to become leader, regardless of their last published state.

2015-01-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297991#comment-14297991 ] Mark Miller commented on SOLR-7034: --- I filed SOLR-7065 to tackle the lesser change in my

[jira] [Created] (SOLR-7065) Let a replica become the leader regardless of it's last published state if all replicas participate in the election process.

2015-01-29 Thread Mark Miller (JIRA)
Mark Miller created SOLR-7065: - Summary: Let a replica become the leader regardless of it's last published state if all replicas participate in the election process. Key: SOLR-7065 URL: https://issues.apache.org/jira/

[jira] [Resolved] (LUCENE-6210) Unit tests failures in TestLucene40DocValuesFormat/TestDocValuesFormat

2015-01-29 Thread Hrishikesh Gadre (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hrishikesh Gadre resolved LUCENE-6210. -- Resolution: Fixed The patch provided by Michael fixed both the tests. > Unit tests fai

[jira] [Commented] (LUCENE-6210) Unit tests failures in TestLucene40DocValuesFormat/TestDocValuesFormat

2015-01-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297965#comment-14297965 ] Michael McCandless commented on LUCENE-6210: bq. Should I close the JIRA? Ye

[jira] [Commented] (LUCENE-6210) Unit tests failures in TestLucene40DocValuesFormat/TestDocValuesFormat

2015-01-29 Thread Hrishikesh Gadre (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297961#comment-14297961 ] Hrishikesh Gadre commented on LUCENE-6210: -- Yes after applying your patch, both

[jira] [Commented] (LUCENE-6210) Unit tests failures in TestLucene40DocValuesFormat/TestDocValuesFormat

2015-01-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297925#comment-14297925 ] Michael McCandless commented on LUCENE-6210: Thanks for raising this, it also

[jira] [Resolved] (SOLR-7058) Data-driven schema needs to index large text fields as text and not as string

2015-01-29 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-7058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-7058. --- Resolution: Duplicate Resolving as duplicate of SOLR-6966. Again, I think this is a bad idea, it's hop

[jira] [Commented] (LUCENE-6209) IndexWriter should confess when it stalls flushes

2015-01-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297915#comment-14297915 ] Michael McCandless commented on LUCENE-6209: bq. Would it make sense to gener

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

2015-01-29 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4448/ Java: 64bit/jdk1.8.0_31 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores Error Message: ERROR: SolrIndexSearcher opens=51 closes=50 Stack Trac

[jira] [Updated] (LUCENE-6196) Include geo3d package, along with Lucene integration to make it useful

2015-01-29 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright updated LUCENE-6196: Attachment: (was: ShapeImpl.java) > Include geo3d package, along with Lucene integration to mak

[jira] [Updated] (LUCENE-6196) Include geo3d package, along with Lucene integration to make it useful

2015-01-29 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright updated LUCENE-6196: Attachment: (was: geo3d.zip) > Include geo3d package, along with Lucene integration to make it

[jira] [Updated] (LUCENE-6196) Include geo3d package, along with Lucene integration to make it useful

2015-01-29 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright updated LUCENE-6196: Attachment: ShapeImpl.java geo3d-tests.zip geo3d.zip Had some time

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.9.0-ea-b47) - Build # 11710 - Still Failing!

2015-01-29 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11710/ Java: 32bit/jdk1.9.0-ea-b47 -server -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.cloud.DeleteInactiveReplicaTest.deleteLiveReplicaTest Error Message: Should have had a good message here Stack Trace: java.lang.Assertion

[jira] [Created] (LUCENE-6210) Unit tests failures in TestLucene40DocValuesFormat/TestDocValuesFormat

2015-01-29 Thread Hrishikesh Gadre (JIRA)
Hrishikesh Gadre created LUCENE-6210: Summary: Unit tests failures in TestLucene40DocValuesFormat/TestDocValuesFormat Key: LUCENE-6210 URL: https://issues.apache.org/jira/browse/LUCENE-6210 Projec

[jira] [Comment Edited] (SOLR-7059) Using paramset with multi-valued keys leads to a 500

2015-01-29 Thread yuanyun.cn (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1429#comment-1429 ] yuanyun.cn edited comment on SOLR-7059 at 1/29/15 10:11 PM: The

[jira] [Comment Edited] (SOLR-7059) Using paramset with multi-valued keys leads to a 500

2015-01-29 Thread yuanyun.cn (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1429#comment-1429 ] yuanyun.cn edited comment on SOLR-7059 at 1/29/15 10:10 PM: The

[jira] [Resolved] (SOLR-6758) Solr node to node communication errors w/ SSL + client auth

2015-01-29 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe resolved SOLR-6758. -- Resolution: Invalid Assignee: Steve Rowe [~liuqibj], these sorts of questions should be asked on th

[jira] [Commented] (SOLR-7059) Using paramset with multi-valued keys leads to a 500

2015-01-29 Thread yuanyun.cn (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1429#comment-1429 ] yuanyun.cn commented on SOLR-7059: -- Hi, The change works, but it's kind of weird now: the

[jira] [Commented] (LUCENE-6209) IndexWriter should confess when it stalls flushes

2015-01-29 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297742#comment-14297742 ] Yonik Seeley commented on LUCENE-6209: -- Good info to have. Would it make sense to ge

[jira] [Updated] (LUCENE-6209) IndexWriter should confess when it stalls flushes

2015-01-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-6209: --- Attachment: LUCENE-6209.patch Simple patch; it adds messages like this into into the

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 2566 - Still Failing

2015-01-29 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2566/ 5 tests failed. FAILED: org.apache.solr.cloud.HttpPartitionTest.test Error Message: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:26227/c8n_1x2_shard1_repli

[jira] [Created] (LUCENE-6209) IndexWriter should confess when it stalls flushes

2015-01-29 Thread Michael McCandless (JIRA)
Michael McCandless created LUCENE-6209: -- Summary: IndexWriter should confess when it stalls flushes Key: LUCENE-6209 URL: https://issues.apache.org/jira/browse/LUCENE-6209 Project: Lucene - Core

[jira] [Commented] (SOLR-7060) NoSuchMethodError - org/apache/lucene/util/AttributeImpl

2015-01-29 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297653#comment-14297653 ] Hoss Man commented on SOLR-7060: NoSuchMethodError is an extremeley low level java problem

[jira] [Created] (SOLR-7064) ConcurrentUpdateSolrClient should only close it's httpclient if it created it, like the other SolrServer impls.

2015-01-29 Thread Mark Miller (JIRA)
Mark Miller created SOLR-7064: - Summary: ConcurrentUpdateSolrClient should only close it's httpclient if it created it, like the other SolrServer impls. Key: SOLR-7064 URL: https://issues.apache.org/jira/browse/SOLR-7

[jira] [Updated] (SOLR-7012) add an ant target to package a plugin into a jar

2015-01-29 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher updated SOLR-7012: --- Attachment: SOLR-7012-sdk.patch Here's a strawman patch. (from the 5.0 release branch, just where I'm

[jira] [Commented] (LUCENE-6201) MinShouldMatchSumScorer should advance less and score lazily

2015-01-29 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297344#comment-14297344 ] Adrien Grand commented on LUCENE-6201: -- I forgot to mention I also added cost() supp

[jira] [Updated] (LUCENE-6201) MinShouldMatchSumScorer should advance less and score lazily

2015-01-29 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-6201: - Attachment: LUCENE-6201.patch Here is a new patch and a summary of what it is doing: - improve M

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_40-ea-b22) - Build # 11709 - Failure!

2015-01-29 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11709/ Java: 32bit/jdk1.8.0_40-ea-b22 -client -XX:+UseParallelGC 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.DistribCursorPagingTest Error Message: Some resources were not closed, shutdown, or released. St

[jira] [Resolved] (SOLR-6845) Add buildOnStartup option for suggesters

2015-01-29 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-6845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomás Fernández Löbbe resolved SOLR-6845. - Resolution: Fixed Didn't see any Jenkins failures of this test since the last commi

Re: [VOTE] Release 5.0.0 RC1

2015-01-29 Thread Anshum Gupta
Sure Mark and Adrien. In general, +1 to anything that fixes a *reasonably critical* bug without affecting everything else and I'll let people who're committing define the *reasonable* bounds. In case something jumps out, I'll intervene (and others can too). P.S: No part above translates to let's

[jira] [Commented] (SOLR-6406) ConcurrentUpdateSolrServer hang in blockUntilFinished.

2015-01-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297242#comment-14297242 ] Mark Miller commented on SOLR-6406: --- Mabye. I've been trying to spot how it can happen (w

[jira] [Commented] (SOLR-6406) ConcurrentUpdateSolrServer hang in blockUntilFinished.

2015-01-29 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297238#comment-14297238 ] Timothy Potter commented on SOLR-6406: -- Would it make sense to change the code to wait

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 2565 - Still Failing

2015-01-29 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2565/ 5 tests failed. FAILED: org.apache.solr.cloud.HttpPartitionTest.test Error Message: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:64480/c8n_1x2_shard1_repli

[jira] [Commented] (SOLR-6406) ConcurrentUpdateSolrServer hang in blockUntilFinished.

2015-01-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297214#comment-14297214 ] Mark Miller commented on SOLR-6406: --- I still see this happen in tests. This hangs at run

[jira] [Commented] (SOLR-6969) When opening an HDFSTransactionLog for append we must first attempt to recover it's lease to prevent data loss.

2015-01-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297193#comment-14297193 ] ASF subversion and git services commented on SOLR-6969: --- Commit 16557

[jira] [Commented] (SOLR-6969) When opening an HDFSTransactionLog for append we must first attempt to recover it's lease to prevent data loss.

2015-01-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297175#comment-14297175 ] Mark Miller commented on SOLR-6969: --- The testing could be improved, but I have added a ba

[jira] [Updated] (LUCENE-6093) BlendedInfixSuggester throws NullPointerException if there were discarded trailing characters in the query

2015-01-29 Thread jane chang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jane chang updated LUCENE-6093: --- Attachment: LUCENE-6093.patch here's a patch, fix plus test, to handle null prefix tokens, eg when th

[jira] [Commented] (SOLR-6969) When opening an HDFSTransactionLog for append we must first attempt to recover it's lease to prevent data loss.

2015-01-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297162#comment-14297162 ] ASF subversion and git services commented on SOLR-6969: --- Commit 16557

[jira] [Commented] (SOLR-6969) When opening an HDFSTransactionLog for append we must first attempt to recover it's lease to prevent data loss.

2015-01-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297166#comment-14297166 ] ASF subversion and git services commented on SOLR-6969: --- Commit 16557

[jira] [Created] (SOLR-7063) Common test fail in CollectionsAPIDistributedZkTest: java.lang.AssertionError: some core start times did not change on reload

2015-01-29 Thread Mark Miller (JIRA)
Mark Miller created SOLR-7063: - Summary: Common test fail in CollectionsAPIDistributedZkTest: java.lang.AssertionError: some core start times did not change on reload Key: SOLR-7063 URL: https://issues.apache.org/jira

[jira] [Reopened] (SOLR-6917) TestDynamicLoading fails frequently.

2015-01-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reopened SOLR-6917: --- This test still fails: {noformat} Error Message { "responseHeader":{ "status":404, "QTime":2},

[jira] [Commented] (SOLR-6924) TestSolrConfigHandlerCloud fails frequently.

2015-01-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297122#comment-14297122 ] ASF subversion and git services commented on SOLR-6924: --- Commit 16557

[jira] [Commented] (SOLR-6924) TestSolrConfigHandlerCloud fails frequently.

2015-01-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297124#comment-14297124 ] ASF subversion and git services commented on SOLR-6924: --- Commit 16557

[jira] [Commented] (SOLR-6955) TestBlobHandler Failure.

2015-01-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297118#comment-14297118 ] Mark Miller commented on SOLR-6955: --- [junit4] FAILURE 356s J4 | TestBlobHandler.doBlo

[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.7.0_76) - Build # 4343 - Still Failing!

2015-01-29 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4343/ Java: 64bit/jdk1.7.0_76 -XX:+UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.ReplicationFactorTest.test Error Message: org.apache.solr.client.solrj.SolrServerException: IOException occured when

[jira] [Commented] (LUCENE-4524) Merge DocsEnum and DocsAndPositionsEnum into PostingsEnum

2015-01-29 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297115#comment-14297115 ] Alan Woodward commented on LUCENE-4524: --- I'm travelling for FOSDEM from tomorrow, b

[jira] [Reopened] (SOLR-6955) TestBlobHandler Failure.

2015-01-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reopened SOLR-6955: --- I still see this test fail a lot. > TestBlobHandler Failure. > > >

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

2015-01-29 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/748/ 6 tests failed. REGRESSION: org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload Error Message: expected:<[{indexVersion=1422547211528,generation=2,filelist=[_8d.cfe, _8d.cfs, _8d.si, _8e.fdt, _8e.f

[jira] [Comment Edited] (SOLR-7061) Cross-Entity Variable Resolving and Arguments for ScriptTransformer Functions

2015-01-29 Thread Mark Peng (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297082#comment-14297082 ] Mark Peng edited comment on SOLR-7061 at 1/29/15 4:31 PM: -- [~noble

[jira] [Comment Edited] (SOLR-7061) Cross-Entity Variable Resolving and Arguments for ScriptTransformer Functions

2015-01-29 Thread Mark Peng (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297082#comment-14297082 ] Mark Peng edited comment on SOLR-7061 at 1/29/15 4:28 PM: -- [~noble

[jira] [Commented] (LUCENE-6201) MinShouldMatchSumScorer should advance less and score lazily

2015-01-29 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297093#comment-14297093 ] Adrien Grand commented on LUCENE-6201: -- Hmm, actually I played with it and the resul

Re: [VOTE] Release 5.0.0 RC1

2015-01-29 Thread Mark Miller
We should probably roll SOLR-6969 into a respin as well. I finally have a good fix and it's a pretty critical data loss issue on hdfs as transactions logs can easily be ignored instead of replayed. - Mark On Thu, Jan 29, 2015 at 9:01 AM, Adrien Grand wrote: > Hi Anshum, > > I'd like to get http

[jira] [Commented] (SOLR-7061) Cross-Entity Variable Resolving and Arguments for ScriptTransformer Functions

2015-01-29 Thread Mark Peng (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297082#comment-14297082 ] Mark Peng commented on SOLR-7061: - [~noble.paul] Yes, the abstract class Context provides

[jira] [Resolved] (LUCENE-6207) Multiple filtered subsets of the same underlying index passed to IW.addIndexes() can produce an index with bad SortedDocValues

2015-01-29 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-6207. -- Resolution: Fixed Assignee: Adrien Grand Thanks Tom for the patch, it was really helpful

[jira] [Updated] (LUCENE-6207) Multiple filtered subsets of the same underlying index passed to IW.addIndexes() can produce an index with bad SortedDocValues

2015-01-29 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-6207: - Fix Version/s: Trunk 5.0 4.10.4 > Multiple filtered subsets

[jira] [Commented] (LUCENE-6207) Multiple filtered subsets of the same underlying index passed to IW.addIndexes() can produce an index with bad SortedDocValues

2015-01-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297055#comment-14297055 ] ASF subversion and git services commented on LUCENE-6207: - Commit

[jira] [Commented] (LUCENE-6207) Multiple filtered subsets of the same underlying index passed to IW.addIndexes() can produce an index with bad SortedDocValues

2015-01-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297030#comment-14297030 ] ASF subversion and git services commented on LUCENE-6207: - Commit

[jira] [Commented] (LUCENE-6206) TestCollationDocValuesField.testRanges failure

2015-01-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297025#comment-14297025 ] Robert Muir commented on LUCENE-6206: - {quote} Here's the JIRA corresponding to JI-90

[jira] [Commented] (LUCENE-6206) TestCollationDocValuesField.testRanges failure

2015-01-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297024#comment-14297024 ] ASF subversion and git services commented on LUCENE-6206: - Commit

[jira] [Commented] (LUCENE-6206) TestCollationDocValuesField.testRanges failure

2015-01-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297023#comment-14297023 ] ASF subversion and git services commented on LUCENE-6206: - Commit

[jira] [Commented] (SOLR-7012) add an ant target to package a plugin into a jar

2015-01-29 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297014#comment-14297014 ] Erik Hatcher commented on SOLR-7012: bq. what would be the steps involved to write and

[jira] [Commented] (LUCENE-6207) Multiple filtered subsets of the same underlying index passed to IW.addIndexes() can produce an index with bad SortedDocValues

2015-01-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297009#comment-14297009 ] ASF subversion and git services commented on LUCENE-6207: - Commit

[jira] [Commented] (LUCENE-6206) TestCollationDocValuesField.testRanges failure

2015-01-29 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14296995#comment-14296995 ] Steve Rowe commented on LUCENE-6206: Here's the JIRA corresponding to JI-9018602: ht

[jira] [Commented] (LUCENE-6207) Multiple filtered subsets of the same underlying index passed to IW.addIndexes() can produce an index with bad SortedDocValues

2015-01-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14296961#comment-14296961 ] ASF subversion and git services commented on LUCENE-6207: - Commit

[jira] [Commented] (SOLR-7054) a pure REST interface for all operations in Solr

2015-01-29 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14296956#comment-14296956 ] Yonik Seeley commented on SOLR-7054: bq. We should have an endpoint to support POSTing

[jira] [Updated] (SOLR-7062) CLUSTERSTATUS returns a collection with state=active, even though the collection could not be created due to a missing configSet

2015-01-29 Thread Ng Agi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ng Agi updated SOLR-7062: - Summary: CLUSTERSTATUS returns a collection with state=active, even though the collection could not be created due

[jira] [Created] (SOLR-7062) CLUSTERSTATUS returns a collection with state=active, which could not be created due to a missing configSet

2015-01-29 Thread Ng Agi (JIRA)
Ng Agi created SOLR-7062: Summary: CLUSTERSTATUS returns a collection with state=active, which could not be created due to a missing configSet Key: SOLR-7062 URL: https://issues.apache.org/jira/browse/SOLR-7062

RE: Our Optimize Suggestions on lucene 3.5

2015-01-29 Thread Uwe Schindler
Hi, parts of your suggestions are already done in Lucene 4+. For one part I can tell you: weakhashmap,hashmap , synchronized problem 1. FieldCacheImpl use weakhashmap to manage field value cache,it has memory leak BUG. 2. sorlInputDocunent use a lot of hashmap,linkhashmap for field,that wea

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

2015-01-29 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4447/ Java: 64bit/jdk1.8.0_31 -XX:+UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.ReplicationFactorTest.test Error Message: org.apache.solr.client.solrj.SolrServerException: IOException occured wh

[jira] [Commented] (LUCENE-6192) Long overflow in LuceneXXSkipWriter can corrupt skip data

2015-01-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14296924#comment-14296924 ] ASF subversion and git services commented on LUCENE-6192: - Commit

[jira] [Commented] (LUCENE-6192) Long overflow in LuceneXXSkipWriter can corrupt skip data

2015-01-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14296921#comment-14296921 ] ASF subversion and git services commented on LUCENE-6192: - Commit

[jira] [Updated] (SOLR-7061) Cross-Entity Variable Resolving and Arguments for ScriptTransformer Functions

2015-01-29 Thread Mark Peng (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Peng updated SOLR-7061: Description: Script Transformer has been widely used to modify the value of columns of selected rows from ta

[jira] [Commented] (LUCENE-6192) Long overflow in LuceneXXSkipWriter can corrupt skip data

2015-01-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14296913#comment-14296913 ] ASF subversion and git services commented on LUCENE-6192: - Commit

[jira] [Resolved] (SOLR-7045) Add german Solr book to the book list

2015-01-29 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher resolved SOLR-7045. Resolution: Fixed Thanks for the addition, Markus! And belated congrats on the book publication. >

Re: [VOTE] Release 5.0.0 RC1

2015-01-29 Thread Adrien Grand
Hi Anshum, I'd like to get https://issues.apache.org/jira/browse/LUCENE-6207 in 5.0.0. On Wed, Jan 28, 2015 at 6:54 PM, Anshum Gupta wrote: > +1 on that. Thanks Mike. > > On Wed, Jan 28, 2015 at 9:45 AM, Michael McCandless > wrote: >> >> I'd like to fix https://issues.apache.org/jira/browse/LUC

[jira] [Updated] (SOLR-7061) Cross-Entity Variable Resolving and Arguments for ScriptTransformer Functions

2015-01-29 Thread Mark Peng (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Peng updated SOLR-7061: Description: Script Transformer has been widely used to modify the value of columns of selected rows from ta

[jira] [Updated] (SOLR-7061) Cross-Entity Variable Resolving and Arguments for ScriptTransformer Functions

2015-01-29 Thread Mark Peng (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Peng updated SOLR-7061: Description: Script Transformer has been widely used to modify the value of columns of selected rows from ta

  1   2   >