[jira] [Updated] (LUCENE-5431) Add FSLockFactory.toString()

2014-02-04 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-5431: --- Attachment: LUCENE-5431.patch Modified FSDirectory/FSLockFactory.toString() to use getSimpleName.

JDK 8 Build 128 is available on java.net

2014-02-04 Thread Rory O'Donnell Oracle, Dublin Ireland
Hi Uwe, Dawid, Nice meeting you Uwe at FOSDEM, we must try to hook up at other events in the future. JDK 8 Build b128 Early Access Build is now available for download http://jdk8.java.net/download.html test. Please log all show stopper issues as soon as possible. I would encourage you to

RE: JDK 8 Build 128 is available on java.net

2014-02-04 Thread Uwe Schindler
Hi Rory, What a pity: I updated the server yesterday evening to Java 7u60 b04 and, unfortunately, only to Java 8 b127 L I will update to b128, if I have time. Currently it is a little bit busy here… Is there any urgent change that made a short term b128 necessary? It is only 3 days since

Re: JDK 8 Build 128 is available on java.net

2014-02-04 Thread Rory O'Donnell Oracle, Dublin Ireland
Hi Uwe, Link to changes here http://www.java.net/download/jdk8/changes/jdk8-b128.html Rgds,Rory On 04/02/2014 10:38, Uwe Schindler wrote: Hi Rory, What a pity: I updated the server yesterday evening to Java 7u60 b04 and, unfortunately, only to Java 8 b127 L I will update to b128, if I

Re: JDK 8 Build 128 is available on java.net

2014-02-04 Thread dalibor topic
On 04.02.2014 11:38, Uwe Schindler wrote: I will update to b128, if I have time. Currently it is a little bit busy here… Is there any urgent change that made a short term b128 necessary? It is only 3 days since b127! See

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

2014-02-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13890581#comment-13890581 ] Michael McCandless commented on LUCENE-5425: Hi Lei, That's great that you

[jira] [Created] (LUCENE-5433) Double boosting in BooleanQuery.rewrite

2014-02-04 Thread Artem Lukanin (JIRA)
Artem Lukanin created LUCENE-5433: - Summary: Double boosting in BooleanQuery.rewrite Key: LUCENE-5433 URL: https://issues.apache.org/jira/browse/LUCENE-5433 Project: Lucene - Core Issue

[jira] [Commented] (LUCENE-5431) Add FSLockFactory.toString()

2014-02-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13890697#comment-13890697 ] ASF subversion and git services commented on LUCENE-5431: - Commit

[jira] [Commented] (LUCENE-5431) Add FSLockFactory.toString()

2014-02-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13890703#comment-13890703 ] ASF subversion and git services commented on LUCENE-5431: - Commit

[jira] [Resolved] (LUCENE-5431) Add FSLockFactory.toString()

2014-02-04 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera resolved LUCENE-5431. Resolution: Fixed Fix Version/s: 4.7 5.0 Committed to trunk and 4x

Re: Where to add custom mbean

2014-02-04 Thread Greg W
Otis, Unfortunately introducing a new third party app isn't an option for me though I can understand your bias toward SPM. I agree that extending a RHB for monitoring doesn't feel right which is why I was asking for a better place to put it, as part of a suggestion that I submit a patch from

Re: Where to add custom mbean

2014-02-04 Thread Otis Gospodnetic
Not sure, but could Coda metrics help you here? If it can provide the needed functionality, that seems better than hacking Solr RHs, I think. Otis -- Performance Monitoring * Log Analytics * Search Analytics Solr Elasticsearch Support * http://sematext.com/ On Tue, Feb 4, 2014 at 9:59 AM, Greg

Re: Where to add custom mbean

2014-02-04 Thread Greg W
That looks like a neat library but still has the same critical flaw I'm trying to address: You'll probably want to integrate this into your application's lifecycle. Where's the best spot in solr's lifecycle to add a bit of extra monitoring code that just needs to be initialized? Thanks, Greg On

[jira] [Assigned] (SOLR-5530) SolrJ NoOpResponseParser

2014-02-04 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar reassigned SOLR-5530: --- Assignee: Shalin Shekhar Mangar SolrJ NoOpResponseParser

[jira] [Assigned] (SOLR-5598) LanguageIdentifierUpdateProcessor ignores all but the first value of multiValued string fields

2014-02-04 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar reassigned SOLR-5598: --- Assignee: Shalin Shekhar Mangar LanguageIdentifierUpdateProcessor ignores

Re: Where to add custom mbean

2014-02-04 Thread Chris Hostetter
There's really no generic place in solr to say Here's an MBean, instantiate it on startup so i can monitor it ... all of the existing monitoring metrics reporting scaffolding is based arround the idea that if there's a metric you want to monitor that metric *belongs* to something that is

[jira] [Created] (SOLR-5691) Unsynchronized WeakHashMap in SolrDispatchFilter causing issues in SolrCloud

2014-02-04 Thread Bojan Smid (JIRA)
Bojan Smid created SOLR-5691: Summary: Unsynchronized WeakHashMap in SolrDispatchFilter causing issues in SolrCloud Key: SOLR-5691 URL: https://issues.apache.org/jira/browse/SOLR-5691 Project: Solr

[jira] [Created] (SOLR-5692) StackOverflowError during SolrCloud leader election process

2014-02-04 Thread Bojan Smid (JIRA)
Bojan Smid created SOLR-5692: Summary: StackOverflowError during SolrCloud leader election process Key: SOLR-5692 URL: https://issues.apache.org/jira/browse/SOLR-5692 Project: Solr Issue Type:

[jira] [Commented] (SOLR-5623) Better diagnosis of RuntimeExceptions in analysis

2014-02-04 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13890835#comment-13890835 ] Hoss Man commented on SOLR-5623: +1 Better diagnosis of RuntimeExceptions in analysis

Re: Where to add custom mbean

2014-02-04 Thread Alan Woodward
Maybe this would be a nice extra hook to add to CoreContainer? We already have three per-container handlers defined in there (CoreAdminHandler, CollectionsHandler, InfoAdminHandler) which are instantiated the same way from solr.xml. We could extend this to allow other user-defined handlers

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

2014-02-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13890878#comment-13890878 ] Michael McCandless commented on LUCENE-5425: Also, one tip when posting the

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

2014-02-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13890880#comment-13890880 ] Michael McCandless commented on LUCENE-5425: I compared trunk to the 2nd

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

2014-02-04 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13890892#comment-13890892 ] Shai Erera commented on LUCENE-5425: I think we shouldn't rush into changing this.

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

2014-02-04 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13890911#comment-13890911 ] John Wang commented on LUCENE-5425: --- Hi Shai: Our motivation for generalization

[jira] [Created] (LUCENE-5434) Let NRT Readers prevent their files from being removed.

2014-02-04 Thread Mark Miller (JIRA)
Mark Miller created LUCENE-5434: --- Summary: Let NRT Readers prevent their files from being removed. Key: LUCENE-5434 URL: https://issues.apache.org/jira/browse/LUCENE-5434 Project: Lucene - Core

[jira] [Created] (SOLR-5693) Running on HDFS does work correctly with NRT search.

2014-02-04 Thread Mark Miller (JIRA)
Mark Miller created SOLR-5693: - Summary: Running on HDFS does work correctly with NRT search. Key: SOLR-5693 URL: https://issues.apache.org/jira/browse/SOLR-5693 Project: Solr Issue Type: Bug

[jira] [Commented] (LUCENE-5434) Let NRT Readers prevent their files from being removed.

2014-02-04 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13890975#comment-13890975 ] Mark Miller commented on LUCENE-5434: - for example: {noformat} diff --git

[jira] [Commented] (SOLR-5693) Running on HDFS does work correctly with NRT search.

2014-02-04 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13890976#comment-13890976 ] Mark Miller commented on SOLR-5693: --- Symptom is that sometimes searches will fail with

[jira] [Commented] (LUCENE-5341) Generated documentation should link to the default codec's index format documentation, rather than being hard coded in lucene/site/xsl/index.xsl

2014-02-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13890979#comment-13890979 ] ASF subversion and git services commented on LUCENE-5341: - Commit

[jira] [Commented] (SOLR-3854) SolrCloud does not work with https

2014-02-04 Thread Steve Davids (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13890992#comment-13890992 ] Steve Davids commented on SOLR-3854: The latest patch was for the trunk. SolrCloud

[jira] [Commented] (SOLR-5667) Performance problem when not using hdfs block cache.

2014-02-04 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13890997#comment-13890997 ] Mark Miller commented on SOLR-5667: --- I put in a 32k buffer for now. Other parts in the

[jira] [Created] (SOLR-5694) Add missing entries to the .gitignore file

2014-02-04 Thread Varun Thacker (JIRA)
Varun Thacker created SOLR-5694: --- Summary: Add missing entries to the .gitignore file Key: SOLR-5694 URL: https://issues.apache.org/jira/browse/SOLR-5694 Project: Solr Issue Type: Improvement

[jira] [Updated] (SOLR-5694) Add missing entries to the .gitignore file

2014-02-04 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-5694: Attachment: SOLR-5694.patch Add missing entries to the .gitignore file

[jira] [Assigned] (SOLR-5694) Add missing entries to the .gitignore file

2014-02-04 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley reassigned SOLR-5694: -- Assignee: Yonik Seeley Add missing entries to the .gitignore file

[jira] [Commented] (SOLR-5694) Add missing entries to the .gitignore file

2014-02-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13891015#comment-13891015 ] ASF subversion and git services commented on SOLR-5694: --- Commit

[jira] [Commented] (SOLR-5694) Add missing entries to the .gitignore file

2014-02-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13891018#comment-13891018 ] ASF subversion and git services commented on SOLR-5694: --- Commit

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

2014-02-04 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13891022#comment-13891022 ] Shai Erera commented on LUCENE-5425: I understand John. I wonder, if you can use such

[jira] [Resolved] (SOLR-5694) Add missing entries to the .gitignore file

2014-02-04 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-5694. Resolution: Fixed Fix Version/s: 4.7 5.0 Thanks, that had been bugging me

[jira] [Assigned] (SOLR-5691) Unsynchronized WeakHashMap in SolrDispatchFilter causing issues in SolrCloud

2014-02-04 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reassigned SOLR-5691: - Assignee: Mark Miller Unsynchronized WeakHashMap in SolrDispatchFilter causing issues in

[jira] [Updated] (SOLR-5691) Unsynchronized WeakHashMap in SolrDispatchFilter causing issues in SolrCloud

2014-02-04 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-5691: -- Fix Version/s: 4.7 5.0 Unsynchronized WeakHashMap in SolrDispatchFilter causing

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

2014-02-04 Thread Lei Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13891044#comment-13891044 ] Lei Wang commented on LUCENE-5425: -- The overhead may not from the additional method

[jira] [Commented] (SOLR-5691) Unsynchronized WeakHashMap in SolrDispatchFilter causing issues in SolrCloud

2014-02-04 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13891055#comment-13891055 ] Mark Miller commented on SOLR-5691: --- Hmm...what if we put the parser on the solrconfig

[jira] [Resolved] (SOLR-5667) Performance problem when not using hdfs block cache.

2014-02-04 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-5667. --- Resolution: Fixed Performance problem when not using hdfs block cache.

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

2014-02-04 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-5676. --- Resolution: Fixed Thanks Greg! I'll make a new JIRA issue for a secure test. SolrCloud updates

[jira] [Commented] (LUCENE-5434) Let NRT Readers prevent their files from being removed.

2014-02-04 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13891108#comment-13891108 ] Mark Miller commented on LUCENE-5434: - My first thought on this was that since it was

RE: JDK 8 Build 128 is available on java.net

2014-02-04 Thread Uwe Schindler
Hi Rory, I am glad to tell: “jdk1.8.0-fcs-b128” was installed a minute ago. I am confident that no new problems occur J Unfortunately the Solr builds are not very stable at the moment; I hope somebody fixes the recently occurring problems in our codebase, I gave up on trying to

[jira] [Updated] (SOLR-5624) Enable QueryResultCache for CollapsingQParserPlugin

2014-02-04 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5624: - Attachment: SOLR-5624.patch New patch. This patch provides logic that will cause caching to fail

[jira] [Updated] (LUCENE-5404) Add support to get number of entries a Suggester Lookup was built with and minor refactorings

2014-02-04 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-5404: - Attachment: LUCENE-5404.patch Thanks Michael for the clarification on the API and the pointer

[jira] [Commented] (LUCENE-5434) Let NRT Readers prevent their files from being removed.

2014-02-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13891170#comment-13891170 ] Michael McCandless commented on LUCENE-5434: +1 for the change: the less we

[jira] [Updated] (SOLR-5589) Disabled replication in config is ignored

2014-02-04 Thread alexey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] alexey updated SOLR-5589: - Attachment: SOLR-5589.patch Disabled replication in config is ignored -

[jira] [Commented] (SOLR-5589) Disabled replication in config is ignored

2014-02-04 Thread alexey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13891240#comment-13891240 ] alexey commented on SOLR-5589: -- I've attached new patch which illustrates and tests my initial

[jira] [Commented] (SOLR-3854) SolrCloud does not work with https

2014-02-04 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13891278#comment-13891278 ] Erik Hatcher commented on SOLR-3854: Applying that patch to a clean trunk checkout, I'm

[jira] [Commented] (SOLR-3854) SolrCloud does not work with https

2014-02-04 Thread Steve Davids (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13891294#comment-13891294 ] Steve Davids commented on SOLR-3854: I was running the tests from within Eclipse

[jira] [Created] (SOLR-5695) Add support for BlendedInfixSuggester in Solr

2014-02-04 Thread Areek Zillur (JIRA)
Areek Zillur created SOLR-5695: -- Summary: Add support for BlendedInfixSuggester in Solr Key: SOLR-5695 URL: https://issues.apache.org/jira/browse/SOLR-5695 Project: Solr Issue Type: Improvement

Having trouble applying a PR to svn

2014-02-04 Thread Benson Margulies
So, I did: wget https://github.com/apache/lucene-solr/pull/18.diff and then: svn patch --dry-run --strip 1 18.diff and some of the pathnames have 2 components stripped -- but not all. Has anyone got another approach? I hesitate to use git-svn, but I'll follow someone else's lead. svn patch

[jira] [Commented] (SOLR-5623) Better diagnosis of RuntimeExceptions in analysis

2014-02-04 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13891512#comment-13891512 ] Benson Margulies commented on SOLR-5623: trunk patch 1564584. Better diagnosis of

[jira] [Updated] (SOLR-5526) Query parser extends standard cause NPE on Solr startup

2014-02-04 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-5526: --- Attachment: SOLR-5526.patch fixed a javadoc mistake caught by ant precommit Going to commit backport now

Re: Having trouble applying a PR to svn

2014-02-04 Thread Chris Hostetter
: Personally, never tried svn patch. Yeah ... i think it has some explicit assumptions about the patch file being generated by svn diff so it can use some of the header bits to know when files mentioned in a patch should be svn rm, svn mv, or svn add In particular, if you note that files

Re: Having trouble applying a PR to svn

2014-02-04 Thread Robert Muir
yes, I think for patches actually made from svn, svn patch may be better? to me, the key advantage with 'standard patch --merge' is that it works for git patches (which may not have svn revision information) or patches you make yourself with 'diff', as well as svn patches: its universal. On

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

2014-02-04 Thread Jessica Cheng (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13891608#comment-13891608 ] Jessica Cheng commented on SOLR-5658: - Hi Mark, Is the change of serialization of

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

2014-02-04 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13891613#comment-13891613 ] Yonik Seeley commented on SOLR-5658: Ah, this explains the issue our partner was having

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

2014-02-04 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13891636#comment-13891636 ] Mark Miller commented on SOLR-5658: --- Oh darn, that's no good. Need to fix that for 4.7.

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

2014-02-04 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13891637#comment-13891637 ] Mark Miller commented on SOLR-5658: --- bq. Is the change of serialization of docMap from

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

2014-02-04 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13891637#comment-13891637 ] Mark Miller edited comment on SOLR-5658 at 2/5/14 3:00 AM: --- bq.

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

2014-02-04 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reopened SOLR-5658: --- commitWithin does not reflect the new documents added

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

2014-02-04 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13891643#comment-13891643 ] Mark Miller commented on SOLR-5658: --- We should probably add the ability to configure what

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

2014-02-04 Thread Jessica Cheng (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13891647#comment-13891647 ] Jessica Cheng commented on SOLR-5658: - Thanks for looking at it Mark! If you don't

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

2014-02-04 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13891649#comment-13891649 ] Mark Miller commented on SOLR-5658: --- bq. exception in JavaBinCodec complaining about

[jira] [Commented] (SOLR-3854) SolrCloud does not work with https

2014-02-04 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13891655#comment-13891655 ] Mark Miller commented on SOLR-3854: --- Most of those are known flakey tests :( SolrCloud

[jira] [Assigned] (LUCENE-5434) Let NRT Readers prevent their files from being removed.

2014-02-04 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reassigned LUCENE-5434: --- Assignee: Mark Miller Let NRT Readers prevent their files from being removed.

[jira] [Updated] (LUCENE-5434) NRT support for file systems that do no have delete on last close or cannot delete while referenced semantics.

2014-02-04 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-5434: Summary: NRT support for file systems that do no have delete on last close or cannot delete while

[jira] [Updated] (SOLR-5623) Better diagnosis of RuntimeExceptions in analysis

2014-02-04 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-5623: Attachment: SOLR-5623-nowrap.patch The change to DirectUpdateHandler2 broke some

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

2014-02-04 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1096/ All tests passed Build Log: [...truncated 48943 lines...] BUILD FAILED /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:476: The following error occurred while executing this line:

[jira] [Updated] (SOLR-3854) SolrCloud does not work with https

2014-02-04 Thread Steve Davids (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Davids updated SOLR-3854: --- Attachment: SOLR-3854.patch New patch for the trunk which allows clients to set a urlScheme in the

[jira] [Created] (SOLR-5696) ConcurrentUpdateSolrServer.shutdown() should flush queue first

2014-02-04 Thread David Smiley (JIRA)
David Smiley created SOLR-5696: -- Summary: ConcurrentUpdateSolrServer.shutdown() should flush queue first Key: SOLR-5696 URL: https://issues.apache.org/jira/browse/SOLR-5696 Project: Solr Issue