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

2014-08-21 Thread Kuntal Ganguly (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14106550#comment-14106550 ] Kuntal Ganguly commented on SOLR-3191: -- I have tried this patch on Solr 4.2.1 and 4.9,

[jira] [Commented] (SOLR-6390) Remove unnecessary checked exception for CloudSolrServer constructor

2014-08-21 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14106527#comment-14106527 ] Shawn Heisey commented on SOLR-6390: Looks good. The javadoc update made me remember j

[jira] [Commented] (SOLR-6316) API to know number of backups available

2014-08-21 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14106525#comment-14106525 ] Anshum Gupta commented on SOLR-6316: [~Primož Skale] The branch for 4.10 has already be

[jira] [Assigned] (SOLR-6390) Remove unnecessary checked exception for CloudSolrServer constructor

2014-08-21 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey reassigned SOLR-6390: -- Assignee: Shawn Heisey > Remove unnecessary checked exception for CloudSolrServer constructor >

[jira] [Commented] (SOLR-6316) API to know number of backups available

2014-08-21 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-6316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14106487#comment-14106487 ] Primož Skale commented on SOLR-6316: Is this patch even intended for 4.10 release? Can

[jira] [Comment Edited] (SOLR-6187) facet.mincount ignored in range faceting using distributed search

2014-08-21 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14106479#comment-14106479 ] Erick Erickson edited comment on SOLR-6187 at 8/22/14 5:22 AM: --

[jira] [Updated] (SOLR-6187) facet.mincount ignored in range faceting using distributed search

2014-08-21 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-6187: - Attachment: SOLR-6187.patch OK, a patch with tests. It's not ready to commit, but I'd like some co

[jira] [Commented] (SOLR-6402) OverseerCollectionProcessor should not exit for ZK ConnectionLoss

2014-08-21 Thread Jessica Cheng Mallet (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14106433#comment-14106433 ] Jessica Cheng Mallet commented on SOLR-6402: {quote} All ZK manipulation should

[jira] [Updated] (SOLR-4406) RawResponseWriter - doesn't use the configured "base" writer.

2014-08-21 Thread Steve Davids (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Davids updated SOLR-4406: --- Attachment: SOLR-4406.patch > RawResponseWriter - doesn't use the configured "base" writer. >

[jira] [Commented] (LUCENE-4922) A SpatialPrefixTree based on the Hilbert Curve and variable grid sizes

2014-08-21 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14106429#comment-14106429 ] David Smiley commented on LUCENE-4922: -- This is awesome [~varunshenoy]! It's been a

[jira] [Updated] (SOLR-6187) facet.mincount ignored in range faceting using distributed search

2014-08-21 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-6187: - Summary: facet.mincount ignored in range faceting using distributed search (was: facet.mincount i

[jira] [Updated] (SOLR-4406) RawResponseWriter - doesn't use the configured "base" writer.

2014-08-21 Thread Steve Davids (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Davids updated SOLR-4406: --- Attachment: SOLR-4406.patch Made a small tweak to use the Java 7 auto-closeable for the Writer/Output

[jira] [Updated] (SOLR-4406) RawResponseWriter - doesn't use the configured "base" writer.

2014-08-21 Thread Steve Davids (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Davids updated SOLR-4406: --- Attachment: SOLR-4406.patch Added tests which provides complete code coverage of the RawResponseWriter

[jira] [Commented] (SOLR-6402) OverseerCollectionProcessor should not exit for ZK ConnectionLoss

2014-08-21 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14106378#comment-14106378 ] Anshum Gupta commented on SOLR-6402: bq. All ZK manipulation should be through SolrZkCl

[jira] [Commented] (SOLR-6402) OverseerCollectionProcessor should not exit for ZK ConnectionLoss

2014-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14106365#comment-14106365 ] Mark Miller commented on SOLR-6402: --- bq. there are lots of other operations past the if

[jira] [Commented] (SOLR-6402) OverseerCollectionProcessor should not exit for ZK ConnectionLoss

2014-08-21 Thread Jessica Cheng Mallet (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14106324#comment-14106324 ] Jessica Cheng Mallet commented on SOLR-6402: Unfortunately since it just logs a

[jira] [Commented] (SOLR-6402) OverseerCollectionProcessor should not exit for ZK ConnectionLoss

2014-08-21 Thread Jessica Cheng Mallet (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14106325#comment-14106325 ] Jessica Cheng Mallet commented on SOLR-6402: And thanks for fixing! :) > Overs

[jira] [Commented] (SOLR-6402) OverseerCollectionProcessor should not exit for ZK ConnectionLoss

2014-08-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14106303#comment-14106303 ] ASF subversion and git services commented on SOLR-6402: --- Commit 16196

[jira] [Commented] (LUCENE-5672) Addindexes does not call maybeMerge

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

[jira] [Commented] (SOLR-6402) OverseerCollectionProcessor should not exit for ZK ConnectionLoss

2014-08-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14106293#comment-14106293 ] ASF subversion and git services commented on SOLR-6402: --- Commit 16196

[jira] [Commented] (SOLR-6402) OverseerCollectionProcessor should not exit for ZK ConnectionLoss

2014-08-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14106290#comment-14106290 ] ASF subversion and git services commented on SOLR-6402: --- Commit 16196

[jira] [Commented] (LUCENE-5672) Addindexes does not call maybeMerge

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

[jira] [Commented] (SOLR-6402) OverseerCollectionProcessor should not exit for ZK ConnectionLoss

2014-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14106280#comment-14106280 ] Mark Miller commented on SOLR-6402: --- Any chance you have a stack trace or something? Wha

[jira] [Updated] (SOLR-6402) OverseerCollectionProcessor should not exit for ZK ConnectionLoss

2014-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-6402: -- Fix Version/s: 4.10 5.0 > OverseerCollectionProcessor should not exit for ZK Connecti

[jira] [Commented] (SOLR-6402) OverseerCollectionProcessor should not exit for ZK ConnectionLoss

2014-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14106275#comment-14106275 ] Mark Miller commented on SOLR-6402: --- Indeed! > OverseerCollectionProcessor should not ex

[jira] [Assigned] (SOLR-6402) OverseerCollectionProcessor should not exit for ZK ConnectionLoss

2014-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reassigned SOLR-6402: - Assignee: Mark Miller > OverseerCollectionProcessor should not exit for ZK ConnectionLoss > --

[jira] [Updated] (SOLR-6403) TransactionLog replay status logging.

2014-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-6403: -- Fix Version/s: 4.11 5.0 > TransactionLog replay status logging. > ---

[jira] [Updated] (SOLR-6403) TransactionLog replay status logging.

2014-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-6403: -- Attachment: SOLR-6403.patch > TransactionLog replay status logging. > --

[jira] [Created] (SOLR-6403) TransactionLog replay status logging.

2014-08-21 Thread Mark Miller (JIRA)
Mark Miller created SOLR-6403: - Summary: TransactionLog replay status logging. Key: SOLR-6403 URL: https://issues.apache.org/jira/browse/SOLR-6403 Project: Solr Issue Type: Improvement

[jira] [Updated] (SOLR-6402) OverseerCollectionProcessor should not exit for ZK ConnectionLoss

2014-08-21 Thread Jessica Cheng (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jessica Cheng updated SOLR-6402: Description: We saw an occurrence where we had some ZK connection blip and the OverseerCollectionPr

[jira] [Created] (SOLR-6402) OverseerCollectionProcessor should not exit for ZK ConnectionLoss

2014-08-21 Thread Jessica Cheng (JIRA)
Jessica Cheng created SOLR-6402: --- Summary: OverseerCollectionProcessor should not exit for ZK ConnectionLoss Key: SOLR-6402 URL: https://issues.apache.org/jira/browse/SOLR-6402 Project: Solr I

[jira] [Updated] (SOLR-6402) OverseerCollectionProcessor should not exit for ZK ConnectionLoss

2014-08-21 Thread Jessica Cheng (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jessica Cheng updated SOLR-6402: Description: We saw an occurrence where we had some ZK connection blip and the OverseerCollectionPr

[jira] [Resolved] (SOLR-4895) Throw an error when a rollback is attempted in SolrCloud mode.

2014-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-4895. --- Resolution: Fixed Fix Version/s: (was: 4.9) 4.11 Thanks Vamsee! > Throw

[jira] [Commented] (SOLR-4895) Throw an error when a rollback is attempted in SolrCloud mode.

2014-08-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14106214#comment-14106214 ] ASF subversion and git services commented on SOLR-4895: --- Commit 16196

[jira] [Commented] (SOLR-4895) Throw an error when a rollback is attempted in SolrCloud mode.

2014-08-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14106216#comment-14106216 ] ASF subversion and git services commented on SOLR-4895: --- Commit 16196

[jira] [Resolved] (LUCENE-5889) AnalyzingInfixSuggester should expose commit()

2014-08-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-5889. Resolution: Fixed Fix Version/s: 4.11 5.0 Thanks Varun!

[jira] [Commented] (LUCENE-5889) AnalyzingInfixSuggester should expose commit()

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

[jira] [Resolved] (LUCENE-5895) Add per-segment and per-commit id to help replication

2014-08-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-5895. Resolution: Fixed > Add per-segment and per-commit id to help replication > --

[jira] [Commented] (LUCENE-5889) AnalyzingInfixSuggester should expose commit()

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

RE: [JENKINS] Lucene-trunk-Linux-Java7-64-test-only - Build # 93045 - Failure!

2014-08-21 Thread Ryan Ernst
I'm working on a script to update all these versions that the RM can run. So if you can bear with me for a bit longer with these failures. :) On Aug 21, 2014 2:16 PM, "Uwe Schindler" wrote: > But that is a cool test! :-) > > This is what I love - also with the new and old common-build.xml checks:

[jira] [Commented] (LUCENE-5889) AnalyzingInfixSuggester should expose commit()

2014-08-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14106187#comment-14106187 ] Michael McCandless commented on LUCENE-5889: Thanks Varun, looks good, I'll c

[jira] [Reopened] (LUCENE-5699) Lucene classification score calculation normalize and return lists

2014-08-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reopened LUCENE-5699: Reopen to resolve "ant precommit" failures and maybe backport question ... > Lucene c

[jira] [Commented] (LUCENE-5699) Lucene classification score calculation normalize and return lists

2014-08-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14106153#comment-14106153 ] Michael McCandless commented on LUCENE-5699: This commit caused "ant precommi

[jira] [Commented] (LUCENE-5859) Remove Version from Analyzer constructors

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

[jira] [Commented] (LUCENE-5895) Add per-segment and per-commit id to help replication

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

[jira] [Commented] (LUCENE-5859) Remove Version from Analyzer constructors

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

[jira] [Commented] (LUCENE-5871) Simplify or remove use of Version in IndexWriterConfig

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

[jira] [Resolved] (SOLR-6235) SyncSliceTest fails on jenkins with no live servers available error

2014-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-6235. --- Resolution: Fixed Fix Version/s: 5.0 > SyncSliceTest fails on jenkins with no live servers avai

Re: ant precommit fails because of SimpleNaiveBayesClassifier?

2014-08-21 Thread Michael McCandless
Looks like this particular failure is from LUCENE-5699 ... Mike McCandless http://blog.mikemccandless.com On Thu, Aug 21, 2014 at 6:24 PM, Uwe Schindler wrote: > Jenkins complains all the time... > > - > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail:

[jira] [Commented] (SOLR-6400) SolrCloud tests are not properly testing session expiration.

2014-08-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14106077#comment-14106077 ] ASF subversion and git services commented on SOLR-6400: --- Commit 16196

[jira] [Commented] (SOLR-5467) Provide Solr Ref Guide in .epub format

2014-08-21 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14106071#comment-14106071 ] Hoss Man commented on SOLR-5467: I found a confluence plugin that might work. hard to be s

[jira] [Commented] (SOLR-6400) SolrCloud tests are not properly testing session expiration.

2014-08-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14106072#comment-14106072 ] ASF subversion and git services commented on SOLR-6400: --- Commit 16196

Re: [JENKINS] Lucene-Solr-NightlyTests-trunk - Build # 608 - Still Failing

2014-08-21 Thread Michael McCandless
I committed a fix. Mike McCandless http://blog.mikemccandless.com On Thu, Aug 21, 2014 at 5:48 PM, Michael McCandless wrote: > I dug a bit on this, I think it's just that we are missing a try / > finally in the new SegmentDocValuesProducer to close all producers > that had been opened if we hi

RE: ant precommit fails because of SimpleNaiveBayesClassifier?

2014-08-21 Thread Uwe Schindler
Jenkins complains all the time... - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Michael McCandless [mailto:luc...@mikemccandless.com] > Sent: Friday, August 22, 2014 12:22 AM > To: Lucene/Solr dev > Su

ant precommit fails because of SimpleNaiveBayesClassifier?

2014-08-21 Thread Michael McCandless
Is anyone else seeing "ant precommit" failures...: [exec] build/docs/classification/org/apache/lucene/classification/SimpleNaiveBayesClassifier.html [exec] missing Fields: analyzer [exec] missing Fields: atomicReader [exec] missing Fields: classFieldName [exec] mi

Re: [JENKINS] Lucene-Solr-NightlyTests-trunk - Build # 608 - Still Failing

2014-08-21 Thread Michael McCandless
I dug a bit on this, I think it's just that we are missing a try / finally in the new SegmentDocValuesProducer to close all producers that had been opened if we hit an exc. Mike McCandless http://blog.mikemccandless.com On Thu, Aug 21, 2014 at 3:47 PM, Apache Jenkins Server wrote: > Build: htt

[JENKINS] Lucene-4x-Linux-Java7-64-test-only - Build # 29373 - Still Failing!

2014-08-21 Thread builder
Build: builds.flonkings.com/job/Lucene-4x-Linux-Java7-64-test-only/29373/ 1 tests failed. FAILED: org.apache.lucene.util.TestVersion.testLatestVersionCommonBuild Error Message: Version.LATEST does not match the one given in common-build.xml expected:<4.1[1].0> but was:<4.1[0].0> Stack Trace: o

[jira] [Commented] (LUCENE-5672) Addindexes does not call maybeMerge

2014-08-21 Thread Ryan Ernst (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105980#comment-14105980 ] Ryan Ernst commented on LUCENE-5672: {quote} I think we would have way more major con

[JENKINS] Lucene-4x-Linux-Java7-64-test-only - Build # 29372 - Still Failing!

2014-08-21 Thread builder
Build: builds.flonkings.com/job/Lucene-4x-Linux-Java7-64-test-only/29372/ 1 tests failed. REGRESSION: org.apache.lucene.util.TestVersion.testLatestVersionCommonBuild Error Message: Version.LATEST does not match the one given in common-build.xml expected:<4.1[1].0> but was:<4.1[0].0> Stack Trac

[jira] [Commented] (SOLR-3617) Consider adding start scripts.

2014-08-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105979#comment-14105979 ] ASF subversion and git services commented on SOLR-3617: --- Commit 16195

[jira] [Commented] (SOLR-3617) Consider adding start scripts.

2014-08-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105978#comment-14105978 ] ASF subversion and git services commented on SOLR-3617: --- Commit 16195

[jira] [Commented] (SOLR-3617) Consider adding start scripts.

2014-08-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105977#comment-14105977 ] ASF subversion and git services commented on SOLR-3617: --- Commit 16195

RE: [JENKINS] Lucene-trunk-Linux-Java7-64-test-only - Build # 93045 - Failure!

2014-08-21 Thread Uwe Schindler
But that is a cool test! :-) This is what I love - also with the new and old common-build.xml checks: This one shows the next problem in 4.x branch: [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestVersion -Dtests.method=testLatestVersionCommonBuild -Dtests.seed=48874B3AF6322450

[jira] [Commented] (SOLR-6400) SolrCloud tests are not properly testing session expiration.

2014-08-21 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105973#comment-14105973 ] Timothy Potter commented on SOLR-6400: -- Great catch Mark! I feel bad because I noticed

Re: [JENKINS] Lucene-4x-Linux-Java7-64-test-only - Build # 29371 - Failure!

2014-08-21 Thread Ryan Ernst
I fixed this as well. On Thu, Aug 21, 2014 at 2:02 PM, wrote: > Build: builds.flonkings.com/job/Lucene-4x-Linux-Java7-64-test-only/29371/ > > 2 tests failed. > REGRESSION: org.apache.lucene.util.TestVersion.testDeprecations > > Error Message: > LUCENE_4_11_0 should be deprecated > > Stack Trace

Re: [JENKINS] Lucene-trunk-Linux-Java7-64-test-only - Build # 93045 - Failure!

2014-08-21 Thread Ryan Ernst
I just pushed a fix. My mistake in adding the new constant. On Thu, Aug 21, 2014 at 1:54 PM, wrote: > Build: builds.flonkings.com/job/Lucene-trunk-Linux-Java7-64-test-only/93045/ > > 1 tests failed. > REGRESSION: org.apache.lucene.util.TestVersion.testDeprecations > > Error Message: > LUCENE_4_

[JENKINS] Lucene-4x-Linux-Java7-64-test-only - Build # 29371 - Failure!

2014-08-21 Thread builder
Build: builds.flonkings.com/job/Lucene-4x-Linux-Java7-64-test-only/29371/ 2 tests failed. REGRESSION: org.apache.lucene.util.TestVersion.testDeprecations Error Message: LUCENE_4_11_0 should be deprecated Stack Trace: java.lang.AssertionError: LUCENE_4_11_0 should be deprecated at __ran

[jira] [Updated] (SOLR-6400) SolrCloud tests are not properly testing session expiration.

2014-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-6400: -- Attachment: SOLR-6400.patch > SolrCloud tests are not properly testing session expiration. > ---

[jira] [Created] (SOLR-6401) Update CSS for Solr Ref Guide to format code examples automatically

2014-08-21 Thread Cassandra Targett (JIRA)
Cassandra Targett created SOLR-6401: --- Summary: Update CSS for Solr Ref Guide to format code examples automatically Key: SOLR-6401 URL: https://issues.apache.org/jira/browse/SOLR-6401 Project: Solr

[JENKINS] Lucene-trunk-Linux-Java7-64-test-only - Build # 93045 - Failure!

2014-08-21 Thread builder
Build: builds.flonkings.com/job/Lucene-trunk-Linux-Java7-64-test-only/93045/ 1 tests failed. REGRESSION: org.apache.lucene.util.TestVersion.testDeprecations Error Message: LUCENE_4_11_0 should be deprecated Stack Trace: java.lang.AssertionError: LUCENE_4_11_0 should be deprecated at __

[jira] [Commented] (SOLR-6379) CloudSolrServer can query the wrong replica if a collection has a SolrCore name that matches a collection name.

2014-08-21 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105937#comment-14105937 ] Hoss Man commented on SOLR-6379: bq. Let's look at the zk thread leaks in another JIRA? It

[jira] [Updated] (SOLR-6398) Add IterativeMergeStrategy to support Parallel Iterative Algorithms

2014-08-21 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-6398: - Attachment: SOLR-6398.patch > Add IterativeMergeStrategy to support Parallel Iterative Algorithms

[jira] [Updated] (SOLR-6398) Add IterativeMergeStrategy to support Parallel Iterative Algorithms

2014-08-21 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-6398: - Attachment: (was: SOLR-6398.patch) > Add IterativeMergeStrategy to support Parallel Iterative

[jira] [Created] (SOLR-6400) SolrCloud tests are not properly testing session expiration.

2014-08-21 Thread Mark Miller (JIRA)
Mark Miller created SOLR-6400: - Summary: SolrCloud tests are not properly testing session expiration. Key: SOLR-6400 URL: https://issues.apache.org/jira/browse/SOLR-6400 Project: Solr Issue Type

[jira] [Updated] (SOLR-6398) Add IterativeMergeStrategy to support Parallel Iterative Algorithms

2014-08-21 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-6398: - Attachment: SOLR-6398.patch > Add IterativeMergeStrategy to support Parallel Iterative Algorithms

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

2014-08-21 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105906#comment-14105906 ] Paul Elschot commented on LUCENE-5205: -- I just tried the pull command: git pull http

[jira] [Resolved] (SOLR-5683) Documentation of Suggester V2

2014-08-21 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cassandra Targett resolved SOLR-5683. - Resolution: Fixed I'm ready to call this done at https://cwiki.apache.org/confluence/disp

[jira] [Updated] (SOLR-6398) Add IterativeMergeStrategy to support Parallel Iterative Algorithms

2014-08-21 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-6398: - Attachment: SOLR-6398.patch New patch with a simplified callBack mechanism. Will also provide more

[jira] [Commented] (LUCENE-5895) Add per-segment and per-commit id to help replication

2014-08-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105867#comment-14105867 ] Michael McCandless commented on LUCENE-5895: Since we are so close to releasi

[jira] [Updated] (LUCENE-5895) Add per-segment and per-commit id to help replication

2014-08-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-5895: --- Fix Version/s: (was: 4.10) 4.11 > Add per-segment and per-com

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

2014-08-21 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/608/ 1 tests failed. REGRESSION: org.apache.lucene.index.TestIndexWriterOutOfMemory.testBasics Error Message: MockDirectoryWrapper: cannot close: there are still open files: {_1_1.dvd=1} Stack Trace: java.lang.RuntimeException:

[jira] [Commented] (SOLR-6379) CloudSolrServer can query the wrong replica if a collection has a SolrCore name that matches a collection name.

2014-08-21 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105837#comment-14105837 ] Anshum Gupta commented on SOLR-6379: [~hossman] So, I'll translate the above comment as

[jira] [Commented] (LUCENE-5672) Addindexes does not call maybeMerge

2014-08-21 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105811#comment-14105811 ] Robert Muir commented on LUCENE-5672: - While we think about it i will go to trunk and

[jira] [Updated] (SOLR-6379) CloudSolrServer can query the wrong replica if a collection has a SolrCore name that matches a collection name.

2014-08-21 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-6379: --- Attachment: SOLR-6379.pristine_collection.test.patch bq. This looks like it's simply one of those corner case

[jira] [Commented] (LUCENE-5672) Addindexes does not call maybeMerge

2014-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105804#comment-14105804 ] Mark Miller commented on LUCENE-5672: - I think we would have way more major concerns

Re: [CONF] Apache Solr Reference Guide > Internal - TODO List

2014-08-21 Thread Chris Hostetter
: : I moved the items to the bottom (out of the 4.10 section), and didn’t out-right delete anything. Ah ... sorry, i overlooked that part of the diff. I'm going to move your comments back up into the 4.10 section for now so theyire more obvious/visibile to other folks working on 4.10 changes

[jira] [Commented] (LUCENE-5897) performance bug ("adversary") in StandardTokenizer

2014-08-21 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105763#comment-14105763 ] Steve Rowe commented on LUCENE-5897: Oh, and one other side effect that people might

[jira] [Commented] (LUCENE-5897) performance bug ("adversary") in StandardTokenizer

2014-08-21 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105745#comment-14105745 ] Steve Rowe commented on LUCENE-5897: bq. do we need a separate max buffer size parame

[jira] [Commented] (LUCENE-5897) performance bug ("adversary") in StandardTokenizer

2014-08-21 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105729#comment-14105729 ] Robert Muir commented on LUCENE-5897: - do we need a separate max buffer size paramete

[jira] [Commented] (SOLR-5894) Speed up high-cardinality facets with sparse counters

2014-08-21 Thread Toke Eskildsen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105715#comment-14105715 ] Toke Eskildsen commented on SOLR-5894: -- Forked Lucene/Solr on GitHub for better projec

[jira] [Commented] (LUCENE-5672) Addindexes does not call maybeMerge

2014-08-21 Thread Ryan Ernst (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105676#comment-14105676 ] Ryan Ernst commented on LUCENE-5672: If this was that important, why wasn't it pushed

[jira] [Commented] (LUCENE-5672) Addindexes does not call maybeMerge

2014-08-21 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105671#comment-14105671 ] Shai Erera commented on LUCENE-5672: +1. Now that we can set the MP dynamically, if s

[jira] [Commented] (SOLR-6396) Allow the name of core.properties file used in discovery to be specified by an environment variable

2014-08-21 Thread Ryan Josal (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105662#comment-14105662 ] Ryan Josal commented on SOLR-6396: -- Confirmed it does work the way Hoss suggests; using pr

[jira] [Commented] (SOLR-6233) Provide basic command line tools for checking Solr status and health.

2014-08-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105657#comment-14105657 ] ASF subversion and git services commented on SOLR-6233: --- Commit 16194

[jira] [Commented] (SOLR-6233) Provide basic command line tools for checking Solr status and health.

2014-08-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105655#comment-14105655 ] ASF subversion and git services commented on SOLR-6233: --- Commit 16194

[jira] [Commented] (SOLR-3617) Consider adding start scripts.

2014-08-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105654#comment-14105654 ] ASF subversion and git services commented on SOLR-3617: --- Commit 16194

[jira] [Commented] (LUCENE-5672) Addindexes does not call maybeMerge

2014-08-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105641#comment-14105641 ] Michael McCandless commented on LUCENE-5672: +1 > Addindexes does not call m

[jira] [Commented] (LUCENE-5895) Add per-segment and per-commit id to help replication

2014-08-21 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105626#comment-14105626 ] Uwe Schindler commented on LUCENE-5895: --- I am fine with the patch. > Add per-segme

[jira] [Commented] (LUCENE-5672) Addindexes does not call maybeMerge

2014-08-21 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105621#comment-14105621 ] Mark Miller commented on LUCENE-5672: - Can we get this in for 4.10 [~rcmuir]? > Addi

[jira] [Commented] (LUCENE-5895) Add per-segment and per-commit id to help replication

2014-08-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105608#comment-14105608 ] Michael McCandless commented on LUCENE-5895: I think the last patch is ready

  1   2   >