[JENKINS-MAVEN] Lucene-Solr-Maven-4.x #577: POMs out of sync

2014-01-31 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-4.x/577/ 2 tests failed. REGRESSION: org.apache.solr.morphlines.cell.SolrCellMorphlineTest.testSolrCellDocumentTypes2 Error Message: key:ignored_creation_date expected:<[2007-10-01T16:13:56Z]> but was:<[]> Stack Trace: java.lang.AssertionE

[JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.7.0) - Build # 1253 - Failure!

2014-01-31 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/1253/ Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseSerialGC 1 tests failed. REGRESSION: org.apache.solr.hadoop.MapReduceIndexerToolArgumentParserTest.testArgsParserHelp Error Message: Conversion = '१' Stack Trace: java.util.Un

Re: Trade-offs in choosing DocValuesFormat

2014-01-31 Thread Joel Bernstein
Tom, As Shawn said, the Disk docValuesFormat format is what you're looking for saving memory. The PerFieldDocValuesFormat supports specific docValue formats for each field. The Lucene4* docValues formats are the default compressed in-memory formats. The DirectDocValuesFormat is an uncompressed in

[jira] [Commented] (LUCENE-5425) Make creation of FixedBitSet in FacetsCollector overridable

2014-01-31 Thread Lei Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13888464#comment-13888464 ] Lei Wang commented on LUCENE-5425: -- And, the idea of keep the DocIdSet a raw DocIdSet is

[jira] [Commented] (LUCENE-5425) Make creation of FixedBitSet in FacetsCollector overridable

2014-01-31 Thread Lei Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13888463#comment-13888463 ] Lei Wang commented on LUCENE-5425: -- I'm not exactly sure how to run the facets benchmark

[jira] [Commented] (LUCENE-5425) Make creation of FixedBitSet in FacetsCollector overridable

2014-01-31 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13888452#comment-13888452 ] Shai Erera commented on LUCENE-5425: Just to make sure I don't come across wrong - wh

[jira] [Commented] (LUCENE-5426) Make SortedSetDocValuesReaderState customizable

2014-01-31 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13888451#comment-13888451 ] Shai Erera commented on LUCENE-5426: Looks good to me. +1! > Make SortedSetDocValues

[jira] [Commented] (LUCENE-5428) Make Faceting counting array overridable

2014-01-31 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13888449#comment-13888449 ] Shai Erera commented on LUCENE-5428: Mike and I discussed this in the past, but I can

[jira] [Commented] (LUCENE-5425) Make creation of FixedBitSet in FacetsCollector overridable

2014-01-31 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13888445#comment-13888445 ] Shai Erera commented on LUCENE-5425: If we need to make any change to the API, it has

Re: Trade-offs in choosing DocValuesFormat

2014-01-31 Thread Shawn Heisey
On 1/31/2014 2:15 PM, Tom Burton-West wrote: > When trying to facet on 200 million documents with a facet field that > has a very large number of unique values, we are running into OOM's. > See this thread for background: > http://lucene.472066.n3.nabble.com/Estimating-peak-memory-use-for-UnInvert

[jira] [Comment Edited] (SOLR-5410) Solr wrapper for the SpanQueryParser in LUCENE-5205

2014-01-31 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13888351#comment-13888351 ] Tim Allison edited comment on SOLR-5410 at 2/1/14 12:27 AM: Upd

[jira] [Updated] (SOLR-5410) Solr wrapper for the SpanQueryParser in LUCENE-5205

2014-01-31 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Allison updated SOLR-5410: -- Attachment: SOLR-5410.patch Updated patch attached. * Now processes SolrParams to configure the parser

[jira] [Commented] (SOLR-4021) JavaBinCodec has poor default behavior for unrecognized classes of objects

2014-01-31 Thread David (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13888314#comment-13888314 ] David commented on SOLR-4021: - I am getting reyplay_err I/O exceptions using Solr 4.5.1 {code}

Re: Estimating peak memory use for UnInvertedField faceting

2014-01-31 Thread iker huerga
Hi, A similar issue happened to us a while ago and we got around it using facet.method=enum, see http://wiki.apache.org/solr/SimpleFacetParameters#facet.method By default I think it uses the Field Cache to do the grouping/counting which is very memory intensive. Enum could take longer than fc bu

[jira] [Updated] (LUCENE-5428) Make Faceting counting array overridable

2014-01-31 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wang updated LUCENE-5428: -- Attachment: facetcounter.patch > Make Faceting counting array overridable > --

[jira] [Created] (LUCENE-5428) Make Faceting counting array overridable

2014-01-31 Thread John Wang (JIRA)
John Wang created LUCENE-5428: - Summary: Make Faceting counting array overridable Key: LUCENE-5428 URL: https://issues.apache.org/jira/browse/LUCENE-5428 Project: Lucene - Core Issue Type: Improv

[jira] [Commented] (LUCENE-5425) Make creation of FixedBitSet in FacetsCollector overridable

2014-01-31 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13888233#comment-13888233 ] John Wang commented on LUCENE-5425: --- new patch added: 1) created a MutableDocIdSet clas

[jira] [Updated] (LUCENE-5425) Make creation of FixedBitSet in FacetsCollector overridable

2014-01-31 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wang updated LUCENE-5425: -- Attachment: facetscollector.patch > Make creation of FixedBitSet in FacetsCollector overridable >

[jira] [Commented] (LUCENE-5425) Make creation of FixedBitSet in FacetsCollector overridable

2014-01-31 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13888213#comment-13888213 ] John Wang commented on LUCENE-5425: --- I realize if we make getting the docs abstract, to

Trade-offs in choosing DocValuesFormat

2014-01-31 Thread Tom Burton-West
When trying to facet on 200 million documents with a facet field that has a very large number of unique values, we are running into OOM's. See this thread for background: http://lucene.472066.n3.nabble.com/Estimating-peak-memory-use-for-UnInvertedField-faceting-tt4100044.html Otis suggested that

[jira] [Commented] (SOLR-797) Construct EmbeddedSolrServer response without serializing/parsing

2014-01-31 Thread Gregg Donovan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13888170#comment-13888170 ] Gregg Donovan commented on SOLR-797: After some experimentation, it seems that reproduci

[jira] [Updated] (SOLR-797) Construct EmbeddedSolrServer response without serializing/parsing

2014-01-31 Thread Gregg Donovan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregg Donovan updated SOLR-797: --- Attachment: SOLR-797.patch > Construct EmbeddedSolrServer response without serializing/parsing > --

[jira] [Commented] (LUCENE-5425) Make creation of FixedBitSet in FacetsCollector overridable

2014-01-31 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13888157#comment-13888157 ] Robert Muir commented on LUCENE-5425: - If there is really concern, can the API be fix

[jira] [Updated] (LUCENE-5418) Don't use .advance on costly (e.g. distance range facets) filters

2014-01-31 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-5418: --- Attachment: LUCENE-5418.patch New patch, throwing UOE from DocIdSet.iterator() for t

[jira] [Commented] (LUCENE-5425) Make creation of FixedBitSet in FacetsCollector overridable

2014-01-31 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13888135#comment-13888135 ] John Wang commented on LUCENE-5425: --- The API would be so much prettier if it returns a

[jira] [Commented] (LUCENE-5376) Add a demo search server

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

[jira] [Updated] (LUCENE-5426) Make SortedSetDocValuesReaderState customizable

2014-01-31 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wang updated LUCENE-5426: -- Attachment: (was: sortedsetreaderstate.patch) > Make SortedSetDocValuesReaderState customizable >

[jira] [Updated] (LUCENE-5426) Make SortedSetDocValuesReaderState customizable

2014-01-31 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wang updated LUCENE-5426: -- Attachment: (was: sortedsetreaderstate.patch) > Make SortedSetDocValuesReaderState customizable >

[jira] [Updated] (LUCENE-5426) Make SortedSetDocValuesReaderState customizable

2014-01-31 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wang updated LUCENE-5426: -- Attachment: sortedsetreaderstate.patch > Make SortedSetDocValuesReaderState customizable > ---

[jira] [Commented] (LUCENE-5426) Make SortedSetDocValuesReaderState customizable

2014-01-31 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13888104#comment-13888104 ] John Wang commented on LUCENE-5426: --- new patch diff'd against trunk. I incorporated Sh

[jira] [Updated] (LUCENE-5426) Make SortedSetDocValuesReaderState customizable

2014-01-31 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wang updated LUCENE-5426: -- Attachment: sortedsetreaderstate.patch > Make SortedSetDocValuesReaderState customizable > ---

[jira] [Commented] (SOLR-5615) Deadlock while trying to recover after a ZK session expiry

2014-01-31 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13888098#comment-13888098 ] Mark Miller commented on SOLR-5615: --- Bulk change via releasing 4.6.1 in JIRA. Any issues

Re: svn commit: r1563209 - /lucene/dev/branches/branch_4x/lucene/queries/src/test/org/apache/lucene/queries/function/TestLongNormValueSource.java

2014-01-31 Thread Michael McCandless
Doh! Thanks Rob. Mike McCandless http://blog.mikemccandless.com On Fri, Jan 31, 2014 at 1:36 PM, wrote: > Author: rmuir > Date: Fri Jan 31 18:36:32 2014 > New Revision: 1563209 > > URL: http://svn.apache.org/r1563209 > Log: > LUCENE-5398: don't use 3.x codec in this test > > Modified: >

[jira] [Updated] (SOLR-5682) Make the admin InfoHandler more pluggable / derivable

2014-01-31 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-5682: - Attachment: SOLR-5682v2.patch Corrected patch. > Make the admin InfoHandler more pluggable / deri

Re: [jira] [Updated] (SOLR-5615) Deadlock while trying to recover after a ZK session expiry

2014-01-31 Thread Shalin Shekhar Mangar
Mark, according to the change log, this was released with 4.6.1. Why did you remove 4.6.1 from the fix version? On Fri, Jan 31, 2014 at 9:30 PM, Mark Miller (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/SOLR-5615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpane

[jira] [Commented] (SOLR-5685) Some tests are not really committing when they intend to

2014-01-31 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13888048#comment-13888048 ] ASF subversion and git services commented on SOLR-5685: --- Commit 15632

[jira] [Updated] (SOLR-5687) Enabling Solr Security By Using Servlet Filter in SolrCloud Env

2014-01-31 Thread Senthil Nathan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Senthil Nathan updated SOLR-5687: - Description: When trying to enabling solr security by using servlet filter (Spring Security) Repl

[jira] [Commented] (SOLR-5685) Some tests are not really committing when they intend to

2014-01-31 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13888044#comment-13888044 ] Yonik Seeley commented on SOLR-5685: Actually, it still seems to be failing a lot even

[jira] [Updated] (LUCENE-5205) [PATCH] SpanQueryParser with recursion, analysis and syntax very similar to classic QueryParser

2014-01-31 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Allison updated LUCENE-5205: Description: This parser extends QueryParserBase and includes functionality from: * Classic Query

[jira] [Created] (SOLR-5687) Enabling Solr Security By Using Servlet Filter in SolrCloud Env

2014-01-31 Thread Senthil Nathan (JIRA)
Senthil Nathan created SOLR-5687: Summary: Enabling Solr Security By Using Servlet Filter in SolrCloud Env Key: SOLR-5687 URL: https://issues.apache.org/jira/browse/SOLR-5687 Project: Solr I

[jira] [Updated] (LUCENE-5205) [PATCH] SpanQueryParser with recursion, analysis and syntax very similar to classic QueryParser

2014-01-31 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Allison updated LUCENE-5205: Attachment: LUCENE-5205.patch.gz Added hooks for easier integration with Solr. Fixed unbounded ran

[jira] [Commented] (LUCENE-5426) Make SortedSetDocValuesReaderState customizable

2014-01-31 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13887981#comment-13887981 ] John Wang commented on LUCENE-5426: --- This patch applies to 4.6 release branch. I will m

[jira] [Commented] (LUCENE-5398) NormValueSource unable to read long field norm

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

Re: [JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.7.0_51) - Build # 9207 - Still Failing!

2014-01-31 Thread Robert Muir
ill take care of this. it needs to suppress 3.x codec On Fri, Jan 31, 2014 at 10:18 AM, Policeman Jenkins Server < jenk...@thetaphi.de> wrote: > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/9207/ > Java: 32bit/jdk1.7.0_51 -server -XX:+UseG1GC > > 2 tests failed. > FAILED: > > ju

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.7.0_51) - Build # 9207 - Still Failing!

2014-01-31 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/9207/ Java: 32bit/jdk1.7.0_51 -server -XX:+UseG1GC 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.lucene.queries.function.TestLongNormValueSource Error Message: 3.x cannot index norms that won't fit in a byte, got: 105388

RE: JDK 8 Build 126 & JDK 7 Update 60 build 04 are available on java.net

2014-01-31 Thread Uwe Schindler
Hi Rory, I am currently on travel to Brussels, so I will take care of the update later this evening or tomorrow during the meeting. Looking forward to meet you tomorrow! Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de

[jira] [Updated] (LUCENE-5410) Add fuzziness support to SimpleQueryParser

2014-01-31 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-5410: Attachment: LUCENE-5410.patch Updated patch with a few tweaks: * rename FUZZINESS_OPERATOR -> FUZZ

[jira] [Commented] (SOLR-5676) SolrCloud updates rejected if talking to secure ZooKeeper

2014-01-31 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13887953#comment-13887953 ] Gregory Chanan commented on SOLR-5676: -- Agree on the test, I'll look into some other p

[jira] [Commented] (LUCENE-5418) Don't use .advance on costly (e.g. distance range facets) filters

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

[jira] [Commented] (SOLR-5676) SolrCloud updates rejected if talking to secure ZooKeeper

2014-01-31 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13887936#comment-13887936 ] Mark Miller commented on SOLR-5676: --- Thanks Greg! Very simple fix, so I just put it in, w

[jira] [Commented] (SOLR-5676) SolrCloud updates rejected if talking to secure ZooKeeper

2014-01-31 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13887934#comment-13887934 ] ASF subversion and git services commented on SOLR-5676: --- Commit 15631

[jira] [Commented] (SOLR-5676) SolrCloud updates rejected if talking to secure ZooKeeper

2014-01-31 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13887931#comment-13887931 ] ASF subversion and git services commented on SOLR-5676: --- Commit 15631

[jira] [Assigned] (SOLR-5676) SolrCloud updates rejected if talking to secure ZooKeeper

2014-01-31 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reassigned SOLR-5676: - Assignee: Mark Miller > SolrCloud updates rejected if talking to secure ZooKeeper > --

[jira] [Updated] (SOLR-5676) SolrCloud updates rejected if talking to secure ZooKeeper

2014-01-31 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-5676: -- Affects Version/s: (was: 4.7) (was: 5.0) Fix Version/s: 4.7 > Sol

[jira] [Commented] (LUCENE-5415) Support wildcard & co in PostingsHighlighter

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

[jira] [Commented] (LUCENE-5376) Add a demo search server

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

[jira] [Commented] (SOLR-5685) Some tests are not really committing when they intend to

2014-01-31 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13887894#comment-13887894 ] ASF subversion and git services commented on SOLR-5685: --- Commit 15631

[jira] [Assigned] (LUCENE-5410) Add fuzziness support to SimpleQueryParser

2014-01-31 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reassigned LUCENE-5410: --- Assignee: Robert Muir > Add fuzziness support to SimpleQueryParser > ---

[jira] [Commented] (LUCENE-5410) Add fuzziness support to SimpleQueryParser

2014-01-31 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13887895#comment-13887895 ] Robert Muir commented on LUCENE-5410: - This patch looks great! I'll do a detailed rev

[jira] [Commented] (SOLR-5685) Some tests are not really committing when they intend to

2014-01-31 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13887891#comment-13887891 ] Yonik Seeley commented on SOLR-5685: bq. FieldFacetTest is failing to me on trunk with

[jira] [Updated] (SOLR-5685) Some tests are not really committing when they intend to

2014-01-31 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-5685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomás Fernández Löbbe updated SOLR-5685: Attachment: FieldFacetAccumulator.patch The test passes with this change > Some tes

[jira] [Commented] (SOLR-5685) Some tests are not really committing when they intend to

2014-01-31 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-5685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13887872#comment-13887872 ] Tomás Fernández Löbbe commented on SOLR-5685: - FieldFacetTest is failing to me

[jira] [Resolved] (SOLR-5685) Some tests are not really committing when they intend to

2014-01-31 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-5685. Resolution: Fixed Fix Version/s: 4.7 Heh - I was bit by this myself long ago (one would think

Re: Getting Apache on your GitHub

2014-01-31 Thread Mark Miller
I’m not sure, I would simply give it a try. The txt file is simply for infra to occasionally run through and manually do I think - so I’d just add the two entries. Then I’d simply try and add your apache.org email to both GitHub accounts - should be possible - they simply make you verify it’s y

[jira] [Updated] (SOLR-5615) Deadlock while trying to recover after a ZK session expiry

2014-01-31 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-5615: -- Fix Version/s: (was: 4.6.1) > Deadlock while trying to recover after a ZK session expiry > -

[jira] [Updated] (SOLR-5608) Frequently reproducible failures in CollectionsAPIDistributedZkTest#testDistribSearch

2014-01-31 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-5608: -- Fix Version/s: (was: 4.6.1) > Frequently reproducible failures in > CollectionsAPIDistributedZkTest

[jira] [Updated] (SOLR-4260) Inconsistent numDocs between leader and replica

2014-01-31 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-4260: -- Fix Version/s: (was: 4.6.1) > Inconsistent numDocs between leader and replica >

[jira] [Updated] (SOLR-5592) Possible deadlock on startup if using warming queries and certain components and jmx.

2014-01-31 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-5592: -- Fix Version/s: (was: 4.6.1) > Possible deadlock on startup if using warming queries and certain comp

[jira] [Updated] (SOLR-5593) shard leader loss due to ZK session expiry

2014-01-31 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-5593: -- Fix Version/s: (was: 4.6.1) > shard leader loss due to ZK session expiry > -

[jira] [Commented] (SOLR-5685) Some tests are not really committing when they intend to

2014-01-31 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13887863#comment-13887863 ] ASF subversion and git services commented on SOLR-5685: --- Commit 15631

[jira] [Updated] (SOLR-5585) The Collections API timeout is too low at 1 minute.

2014-01-31 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-5585: -- Fix Version/s: (was: 4.6.1) > The Collections API timeout is too low at 1 minute. >

[jira] [Updated] (SOLR-5560) Enable LocalParams without escaping the query

2014-01-31 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-5560: -- Fix Version/s: (was: 4.6.1) > Enable LocalParams without escaping the query > --

[jira] [Updated] (SOLR-5561) DefaultSimilarity 'init' method is not called, if the similarity plugin is not explicitly declared in the schema

2014-01-31 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-5561: -- Fix Version/s: (was: 4.6.1) > DefaultSimilarity 'init' method is not called, if the similarity plugi

[jira] [Updated] (SOLR-5634) getNGroups returns null if group.format=simple and group.ngroups=true

2014-01-31 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-5634: -- Fix Version/s: (was: 4.6.1) 4.7 > getNGroups returns null if group.format=simple

[jira] [Updated] (SOLR-5574) CoreContainer shutdown publishes all nodes as down and waits to see that and then again publishes all nodes as down.

2014-01-31 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-5574: -- Fix Version/s: (was: 4.6.1) > CoreContainer shutdown publishes all nodes as down and waits to see th

[jira] [Updated] (SOLR-5640) Use Solrj to enable/disable replication and enable/disable polling

2014-01-31 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-5640: -- Fix Version/s: (was: 4.6.1) > Use Solrj to enable/disable replication and enable/disable polling > -

[jira] [Assigned] (SOLR-5678) When SolrJ/SolrCloud can't talk to Zookeeper, it throws a RuntimeException

2014-01-31 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reassigned SOLR-5678: - Assignee: Mark Miller > When SolrJ/SolrCloud can't talk to Zookeeper, it throws a RuntimeException

[jira] [Updated] (SOLR-5678) When SolrJ/SolrCloud can't talk to Zookeeper, it throws a RuntimeException

2014-01-31 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-5678: -- Fix Version/s: 4.7 5.0 > When SolrJ/SolrCloud can't talk to Zookeeper, it throws a Ru

Re: Getting Apache on your GitHub

2014-01-31 Thread Benson Margulies
Mark, is there any possibility of a 1-many mapping from apache ID to github ID? I have two. On Fri, Jan 31, 2014 at 10:51 AM, Mark Miller wrote: > If your a committer, you might be interested in some stuff I learned about > Apache->GitHub recently: > > > If you want to show off your Apache affil

Getting Apache on your GitHub

2014-01-31 Thread Mark Miller
If your a committer, you might be interested in some stuff I learned about Apache->GitHub recently: If you want to show off your Apache affiliation and show up as part of the Apache org, add your info here: https://svn.apache.org/repos/private/committers/docs/github_team.txt If you want to se

[jira] [Comment Edited] (SOLR-5686) Allow control of FieldCache-implementation through solr.xml

2014-01-31 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13887831#comment-13887831 ] Per Steffensen edited comment on SOLR-5686 at 1/31/14 3:41 PM: --

[jira] [Comment Edited] (LUCENE-5427) Support for changing FieldCache implementation in Lucene

2014-01-31 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13887834#comment-13887834 ] Per Steffensen edited comment on LUCENE-5427 at 1/31/14 3:38 PM: --

[jira] [Comment Edited] (LUCENE-5427) Support for changing FieldCache implementation in Lucene

2014-01-31 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13887830#comment-13887830 ] Per Steffensen edited comment on LUCENE-5427 at 1/31/14 3:38 PM: --

[jira] [Comment Edited] (SOLR-5686) Allow control of FieldCache-implementation through solr.xml

2014-01-31 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13887831#comment-13887831 ] Per Steffensen edited comment on SOLR-5686 at 1/31/14 3:37 PM: --

[jira] [Commented] (LUCENE-5427) Support for changing FieldCache implementation in Lucene

2014-01-31 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13887834#comment-13887834 ] Per Steffensen commented on LUCENE-5427: For reference this is (almost) the Field

[jira] [Updated] (SOLR-5686) Allow control of FieldCache-implementation through solr.xml

2014-01-31 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Per Steffensen updated SOLR-5686: - Attachment: Override_FieldCache_through_Solr_xml.patch Simple patch attached. Fits well with the p

[jira] [Updated] (LUCENE-5427) Support for changing FieldCache implementation in Lucene

2014-01-31 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Per Steffensen updated LUCENE-5427: --- Attachment: Override_FieldCache_impl_to_use.patch Fairly primitive patch attached. Didn't wa

[jira] [Created] (SOLR-5686) Allow control of FieldCache-implementation through solr.xml

2014-01-31 Thread Per Steffensen (JIRA)
Per Steffensen created SOLR-5686: Summary: Allow control of FieldCache-implementation through solr.xml Key: SOLR-5686 URL: https://issues.apache.org/jira/browse/SOLR-5686 Project: Solr Issue

[jira] [Created] (LUCENE-5427) Support for changing FieldCache implementation in Lucene

2014-01-31 Thread Per Steffensen (JIRA)
Per Steffensen created LUCENE-5427: -- Summary: Support for changing FieldCache implementation in Lucene Key: LUCENE-5427 URL: https://issues.apache.org/jira/browse/LUCENE-5427 Project: Lucene - Core

[jira] [Commented] (SOLR-5685) Some tests are not really committing when they intend to

2014-01-31 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13887816#comment-13887816 ] ASF subversion and git services commented on SOLR-5685: --- Commit 15631

[jira] [Commented] (SOLR-5658) commitWithin does not reflect the new documents added

2014-01-31 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13887802#comment-13887802 ] Mark Miller commented on SOLR-5658: --- Thanks Shalin! Your call on the new issue or not. >

[jira] [Assigned] (SOLR-5685) Some tests are not really committing when they intend to

2014-01-31 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley reassigned SOLR-5685: -- Assignee: Yonik Seeley > Some tests are not really committing when they intend to >

[jira] [Resolved] (LUCENE-5398) NormValueSource unable to read long field norm

2014-01-31 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-5398. Resolution: Fixed Fix Version/s: 5.0 Thanks Peng! > NormValueSource unable

[jira] [Commented] (LUCENE-5398) NormValueSource unable to read long field norm

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

[jira] [Commented] (LUCENE-5398) NormValueSource unable to read long field norm

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

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

2014-01-31 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1280/ Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseParallelGC All tests passed Build Log: [...truncated 10493 lines...] [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/buil

[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1092: POMs out of sync

2014-01-31 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1092/ 2 tests failed. REGRESSION: org.apache.solr.cloud.OverseerRolesTest.testDistribSearch Error Message: New overseer not the frontrunner : [127.0.0.1:44698_lsva%2Fml, 127.0.0.1:21296_lsva%2Fml, 127.0.0.1:11178_lsva%2Fml, 127.0.0.1

[jira] [Commented] (LUCENE-5426) Make SortedSetDocValuesReaderState customizable

2014-01-31 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13887663#comment-13887663 ] Michael McCandless commented on LUCENE-5426: It looks like this patch doesn't

[JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 501 - Still Failing

2014-01-31 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/501/ All tests passed Build Log: [...truncated 1523 lines...] [junit4] JVM J0: stdout was not empty, see: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build/core/test/temp/junit4-J0-20140131_08414

JDK 8 Build 126 & JDK 7 Update 60 build 04 are available on java.net

2014-01-31 Thread Rory O'Donnell Oracle, Dublin Ireland
Hi Uwe/Dawid, The latest builds are available. JDK 8 Build b126 Early Access Build is now available for download & test. JDK 7u60 b04 Early Access Build is also available for download & test. Please log all show stoppe

  1   2   >