[jira] [Commented] (SOLR-6864) Support registering searcher listeners in SolrCoreAware.inform(SolrCore) method

2014-12-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14254544#comment-14254544 ] ASF subversion and git services commented on SOLR-6864: --- Commit 16469

[jira] [Commented] (SOLR-6864) Support registering searcher listeners in SolrCoreAware.inform(SolrCore) method

2014-12-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14254543#comment-14254543 ] ASF subversion and git services commented on SOLR-6864: --- Commit 16469

[jira] [Updated] (SOLR-6864) Support registering searcher listeners in SolrCoreAware.inform(SolrCore) method

2014-12-19 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-6864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomás Fernández Löbbe updated SOLR-6864: Attachment: fix.patch Here is my fix. I ran the test 600 times in three different hos

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

2014-12-19 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2005/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC (asserts: false) 1 tests failed. FAILED: org.apache.solr.core.TestNonNRTOpen.testReaderIsNotNRT Error Message: SOLR-5815? : wrong maxDoc: core=org.apache.solr

[jira] [Commented] (SOLR-6864) Support registering searcher listeners in SolrCoreAware.inform(SolrCore) method

2014-12-19 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-6864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14254499#comment-14254499 ] Tomás Fernández Löbbe commented on SOLR-6864: - I think this is not a seed issue

Re: [DISCUSS] Update 5.0 to Java 8? (Java 7 EOL coming soon)

2014-12-19 Thread Shawn Heisey
On 12/19/2014 8:04 PM, Robert Muir wrote: > But why require java 8? For example from an i/o perspective, solr code > is still not even at java 7 level. It is still using java.io.File etc. > So what benefits come from mandating java 8? I really don't know what benefits would come from changing, to

[jira] [Commented] (SOLR-6841) Visualize lucene segment info in admin

2014-12-19 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14254489#comment-14254489 ] Shawn Heisey commented on SOLR-6841: That looks really nice. Thank you for working on

Re: [DISCUSS] Update 5.0 to Java 8? (Java 7 EOL coming soon)

2014-12-19 Thread Robert Muir
I favor 5.x branch being on java 7. In my opinion, its where we finally actually take advantage of java 7 features. And to lucene, this is mostly IO-related, because that is our business. You can see this in the changes: e.g. changing lucene's commit to actually be atomic, mocking tests at the file

[DISCUSS] Update 5.0 to Java 8? (Java 7 EOL coming soon)

2014-12-19 Thread Shawn Heisey
It feels like we just went through this with Java 6. I guess time is flying. Oracle Java 7 will reach effective EOL for the public in April, just four months from now. http://www.oracle.com/technetwork/java/eol-135779.html We've already upgraded trunk to a Java 8 minimum, and I expect that no m

[jira] [Commented] (SOLR-6864) Support registering searcher listeners in SolrCoreAware.inform(SolrCore) method

2014-12-19 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-6864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14254459#comment-14254459 ] Tomás Fernández Löbbe commented on SOLR-6864: - I'll take a look > Support regi

[jira] [Updated] (SOLR-4839) Jetty 9

2014-12-19 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-4839: Attachment: SOLR-4839.patch I made some progress getting the modules in place. The ex

[jira] [Closed] (SOLR-6727) Specifying a different collection name with the new bin/solr command fails

2014-12-19 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson closed SOLR-6727. Resolution: Invalid Pilot error > Specifying a different collection name with the new bin/solr comma

[jira] [Closed] (SOLR-6859) Disable REBALANCELEADERS for 5.0

2014-12-19 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson closed SOLR-6859. Resolution: Fixed > Disable REBALANCELEADERS for 5.0 > > >

[jira] [Commented] (SOLR-6859) Disable REBALANCELEADERS for 5.0

2014-12-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14254431#comment-14254431 ] ASF subversion and git services commented on SOLR-6859: --- Commit 16469

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

2014-12-19 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2352/ 1 tests failed. FAILED: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.testDistribSearch Error Message: There were too many update fails - we expect it can happen, but shouldn't easily Stack Trace: java.lang.AssertionErr

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

2014-12-19 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4396/ Java: 64bit/jdk1.7.0_67 -XX:-UseCompressedOops -XX:+UseSerialGC (asserts: true) 4 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch Error Message: expected:<...9CECDFD7FE5DA-001\te[mpD

[jira] [Commented] (SOLR-6870) remove/fix currently broken solr/site/html/tutorial.html ?

2014-12-19 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14254414#comment-14254414 ] Hoss Man commented on SOLR-6870: depending on how SOLR-6871, we may actually want to revive

[jira] [Created] (SOLR-6871) Need a process for updating & maintaining the new quickstart tutorial (and any other tutorials added to the website)

2014-12-19 Thread Hoss Man (JIRA)
Hoss Man created SOLR-6871: -- Summary: Need a process for updating & maintaining the new quickstart tutorial (and any other tutorials added to the website) Key: SOLR-6871 URL: https://issues.apache.org/jira/browse/SOLR-68

[jira] [Commented] (SOLR-6871) Need a process for updating & maintaining the new quickstart tutorial (and any other tutorials added to the website)

2014-12-19 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14254412#comment-14254412 ] Hoss Man commented on SOLR-6871: As a concrete example of why a process like this is cruci

[jira] [Created] (SOLR-6870) remove/fix currently broken solr/site/html/tutorial.html ?

2014-12-19 Thread Hoss Man (JIRA)
Hoss Man created SOLR-6870: -- Summary: remove/fix currently broken solr/site/html/tutorial.html ? Key: SOLR-6870 URL: https://issues.apache.org/jira/browse/SOLR-6870 Project: Solr Issue Type: Bug

[jira] [Reopened] (SOLR-6864) Support registering searcher listeners in SolrCoreAware.inform(SolrCore) method

2014-12-19 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man reopened SOLR-6864: i''ve got a seed here that causes the newly added test to fail 100% of the time on trunk... {noformat} [juni

[jira] [Updated] (SOLR-6643) Core load silently aborted if missing schema has depenencies - LinkageErrors swollowed

2014-12-19 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-6643: --- Attachment: SOLR-6643.patch Here's a patch that does a few things: * adds 2 tests to CoreContainerCoreInitFailu

[jira] [Updated] (SOLR-6643) Core load silently aborted if missing schema has depenencies - LinkageErrors swollowed

2014-12-19 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-6643: --- Summary: Core load silently aborted if missing schema has depenencies - LinkageErrors swollowed (was: Core loa

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_20) - Build # 4501 - Still Failing!

2014-12-19 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4501/ Java: 32bit/jdk1.8.0_20 -server -XX:+UseSerialGC (asserts: true) 1 tests failed. FAILED: org.apache.lucene.facet.TestRandomSamplingFacetsCollector.testRandomSampling Error Message: 54 Stack Trace: java.lang.ArrayIndexOutOfBo

[jira] [Commented] (SOLR-4839) Jetty 9

2014-12-19 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14254345#comment-14254345 ] Shalin Shekhar Mangar commented on SOLR-4839: - bq. I actually like the module c

[jira] [Updated] (SOLR-6859) Disable REBALANCELEADERS for 5.0

2014-12-19 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-6859: - Attachment: SOLR-6859.patch Comments out the Collecitons API endpoint. Tests for the API throwing a

[jira] [Commented] (SOLR-6859) Disable REBALANCELEADERS for 5.0

2014-12-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14254338#comment-14254338 ] ASF subversion and git services commented on SOLR-6859: --- Commit 16469

[jira] [Commented] (SOLR-4839) Jetty 9

2014-12-19 Thread Steve Davids (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14254329#comment-14254329 ] Steve Davids commented on SOLR-4839: bq. Jetty 9 has this concept of modules which can

Re: [CI] Lucene 5x Linux Java8 64 Test Only - Build # 18933 - Failure!

2014-12-19 Thread Robert Muir
This is the same double-checkindex bug (fixed) On Fri, Dec 19, 2014 at 4:27 PM, wrote: > *BUILD FAILURE* > Build URL > http://build-eu-00.elasticsearch.org/job/lucene_4x_linux_java8_64_test_only/18933/ > Project:lucene_4x_linux_java8_64_test_only Date of build:Fri, 19 Dec 2014 > 22:25:01 +0100

Re: [CI] Lucene 5x Linux Java8 64 Test Only - Build # 18941 - Failure!

2014-12-19 Thread Robert Muir
Test bug in BaseDirectoryWrapper. If close() is called multiple times, it will try to checkIndex() a closed index. I committed a fix. On Fri, Dec 19, 2014 at 5:18 PM, wrote: > *BUILD FAILURE* > Build URL > http://build-eu-00.elasticsearch.org/job/lucene_4x_linux_java8_64_test_only/18941/ > P

[jira] [Commented] (LUCENE-6124) Fix broken close() methods

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

[jira] [Commented] (LUCENE-6124) Fix broken close() methods

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

[jira] [Commented] (LUCENE-6124) Fix broken close() methods

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

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 2351 - Failure

2014-12-19 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2351/ 4 tests failed. REGRESSION: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch Error Message: expected:<...5C18C4F6A2BA1-001/te[mpDir-003/solrj_test_core_props_shard1_replica1]> but was:<...5C18C4F6A2B

[jira] [Commented] (LUCENE-6127) fix mockanalyzer to not use asserts

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

Re: [CI] Lucene Linux Java 8 64 Test Only - Build # 18889 - Failure!

2014-12-19 Thread Robert Muir
I committed a fix. On Fri, Dec 19, 2014 at 5:09 PM, Robert Muir wrote: > I think this is a double-close() bug in mock windows itself. > > I am looking into it. > > On Fri, Dec 19, 2014 at 4:55 PM, wrote: > >> *BUILD FAILURE* >> Build URL >> http://build-eu-00.elasticsearch.org/job/lucene_trun

[jira] [Commented] (LUCENE-6124) Fix broken close() methods

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

Re: [CI] Lucene Linux Java 8 64 Test Only - Build # 18889 - Failure!

2014-12-19 Thread Robert Muir
I think this is a double-close() bug in mock windows itself. I am looking into it. On Fri, Dec 19, 2014 at 4:55 PM, wrote: > *BUILD FAILURE* > Build URL > http://build-eu-00.elasticsearch.org/job/lucene_trunk_linux_java8_64_test_only/18889/ > Project:lucene_trunk_linux_java8_64_test_only Date

[jira] [Created] (SOLR-6869) need beter param sanity checking & error reporting in CoreAdmin API (and probably CollectionAdmin API)

2014-12-19 Thread Hoss Man (JIRA)
Hoss Man created SOLR-6869: -- Summary: need beter param sanity checking & error reporting in CoreAdmin API (and probably CollectionAdmin API) Key: SOLR-6869 URL: https://issues.apache.org/jira/browse/SOLR-6869

[jira] [Commented] (LUCENE-6127) fix mockanalyzer to not use asserts

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

[jira] [Commented] (SOLR-4509) Disable HttpClient stale check for performance and fewer spurious connection errors.

2014-12-19 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14254036#comment-14254036 ] Mark Miller commented on SOLR-4509: --- Okay, this will not affect socket timeout settings.

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

2014-12-19 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/708/ 2 tests failed. REGRESSION: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testDistribSearch Error Message: IOException occured when talking to server at: http://127.0.0.1:53787/disj/m/collection1 Stack Trace: org.apac

[jira] [Assigned] (SOLR-6867) bin/solr -e foo should use collection/cores api to check if collection/core exists before trying to create it

2014-12-19 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter reassigned SOLR-6867: Assignee: Timothy Potter > bin/solr -e foo should use collection/cores api to check if colle

[jira] [Commented] (LUCENE-6124) Fix broken close() methods

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

[jira] [Resolved] (LUCENE-6124) Fix broken close() methods

2014-12-19 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-6124. - Resolution: Fixed Fix Version/s: Trunk 5.0 > Fix broken close() methods

[jira] [Updated] (SOLR-6680) DefaultSolrHighlighter can sometimes avoid CachingTokenFilter

2014-12-19 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-6680: --- Attachment: SOLR-6680_Solr_Highligher,_part_2,_OffsetWindowTokenFilter.patch I'll commit Monday if ther

[jira] [Reopened] (SOLR-6680) DefaultSolrHighlighter can sometimes avoid CachingTokenFilter

2014-12-19 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley reopened SOLR-6680: Re-opening for incremental improvement: The next patch further reduces token caching in DefaultSolrHighl

[jira] [Commented] (LUCENE-6124) Fix broken close() methods

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

[jira] [Comment Edited] (SOLR-4839) Jetty 9

2014-12-19 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14253944#comment-14253944 ] Shalin Shekhar Mangar edited comment on SOLR-4839 at 12/19/14 8:19 PM: --

[jira] [Resolved] (LUCENE-6122) explicitly always set CMS values in LuceneTestCase.newIndexWriterConfig

2014-12-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-6122. Resolution: Fixed Fix Version/s: 5.x Trunk > explicitly a

[jira] [Commented] (LUCENE-6122) explicitly always set CMS values in LuceneTestCase.newIndexWriterConfig

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

[jira] [Updated] (SOLR-4839) Jetty 9

2014-12-19 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-4839: Attachment: SOLR-4839.patch I'm attaching this patch as a checkpoint. # Fixed some c

[jira] [Commented] (LUCENE-6128) Add stricter ant/build option for developers?

2014-12-19 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14253917#comment-14253917 ] David Smiley commented on LUCENE-6128: -- +1 I could have used that today ;-P > Add s

[jira] [Commented] (LUCENE-6122) explicitly always set CMS values in LuceneTestCase.newIndexWriterConfig

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

[jira] [Commented] (LUCENE-6128) Add stricter ant/build option for developers?

2014-12-19 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14253854#comment-14253854 ] Robert Muir commented on LUCENE-6128: - +1, this sounds great. Less jenkins failures.

[jira] [Created] (LUCENE-6128) Add stricter ant/build option for developers?

2014-12-19 Thread Michael McCandless (JIRA)
Michael McCandless created LUCENE-6128: -- Summary: Add stricter ant/build option for developers? Key: LUCENE-6128 URL: https://issues.apache.org/jira/browse/LUCENE-6128 Project: Lucene - Core

[jira] [Commented] (LUCENE-6122) explicitly always set CMS values in LuceneTestCase.newIndexWriterConfig

2014-12-19 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14253821#comment-14253821 ] Robert Muir commented on LUCENE-6122: - +1, this will help reproducibility when using

[jira] [Commented] (LUCENE-6127) fix mockanalyzer to not use asserts

2014-12-19 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14253815#comment-14253815 ] David Smiley commented on LUCENE-6127: -- +1 Nice. > fix mockanalyzer to not use asse

[jira] [Commented] (LUCENE-6127) fix mockanalyzer to not use asserts

2014-12-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14253807#comment-14253807 ] Michael McCandless commented on LUCENE-6127: +1 Thank you for fixing TestCac

[jira] [Commented] (SOLR-6851) oom_solr.sh problems and other issues that make it hard to run Solr as a service on *nix

2014-12-19 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14253784#comment-14253784 ] Timothy Potter commented on SOLR-6851: -- If you're interested in this type of stuff - p

[jira] [Reopened] (LUCENE-6031) TokenSources optimization, avoid sort

2014-12-19 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley reopened LUCENE-6031: -- Hi Rob. Since it hasn't been released yet, I'll simply re-open. The patch is an incremental impro

[jira] [Commented] (LUCENE-6031) TokenSources optimization, avoid sort

2014-12-19 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14253770#comment-14253770 ] Robert Muir commented on LUCENE-6031: - This issue is marked resolved. Can you please

[jira] [Updated] (LUCENE-6031) TokenSources optimization, avoid sort

2014-12-19 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-6031: - Attachment: LUCENE-6031_lazy_init_at_incrementToken,_and_optimize_payloads.patch This patch furt

[jira] [Updated] (LUCENE-6127) fix mockanalyzer to not use asserts

2014-12-19 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-6127: Attachment: LUCENE-6127.patch Here is a first stab. Tests pass. > fix mockanalyzer to not use asse

[jira] [Commented] (SOLR-6841) Visualize lucene segment info in admin

2014-12-19 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14253723#comment-14253723 ] Hoss Man commented on SOLR-6841: very cool - would definitely welcome that as a patch to in

[jira] [Created] (LUCENE-6127) fix mockanalyzer to not use asserts

2014-12-19 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-6127: --- Summary: fix mockanalyzer to not use asserts Key: LUCENE-6127 URL: https://issues.apache.org/jira/browse/LUCENE-6127 Project: Lucene - Core Issue Type: Bug

[jira] [Commented] (LUCENE-6121) Fix CachingTokenFilter to propagate reset() the first time

2014-12-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14253684#comment-14253684 ] Michael McCandless commented on LUCENE-6121: bq. I should switch my 5x enviro

[jira] [Commented] (LUCENE-6121) Fix CachingTokenFilter to propagate reset() the first time

2014-12-19 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14253665#comment-14253665 ] David Smiley commented on LUCENE-6121: -- I appreciate it may have seemed "cowboy" fro

[jira] [Commented] (LUCENE-6121) Fix CachingTokenFilter to propagate reset() the first time

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

[jira] [Commented] (LUCENE-6121) Fix CachingTokenFilter to propagate reset() the first time

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

[jira] [Updated] (LUCENE-6122) explicitly always set CMS values in LuceneTestCase.newIndexWriterConfig

2014-12-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-6122: --- Attachment: LUCENE-6122.patch Simple patch... > explicitly always set CMS values in

[jira] [Commented] (LUCENE-6121) Fix CachingTokenFilter to propagate reset() the first time

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

[jira] [Commented] (LUCENE-6121) Fix CachingTokenFilter to propagate reset() the first time

2014-12-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14253625#comment-14253625 ] Michael McCandless commented on LUCENE-6121: Can we rollback this change for

Re: [JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0_40-ea-b09) - Build # 4500 - Failure!

2014-12-19 Thread Michael McCandless
I committed a fix for the TestIOUtils failures. Mike McCandless http://blog.mikemccandless.com On Fri, Dec 19, 2014 at 10:59 AM, Policeman Jenkins Server wrote: > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4500/ > Java: 64bit/jdk1.8.0_40-ea-b09 -XX:-UseCompressedOops -XX:+

[jira] [Commented] (LUCENE-5951) Detect when index is on SSD and set dynamic defaults

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

[jira] [Commented] (LUCENE-5951) Detect when index is on SSD and set dynamic defaults

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

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

2014-12-19 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-5.x/792/ 2 tests failed. FAILED: org.apache.solr.hadoop.MorphlineBasicMiniMRTest.testPathParts Error Message: Test abandoned because suite timeout was reached. Stack Trace: java.lang.Exception: Test abandoned because suite timeout was reach

[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_67) - Build # 4395 - Still Failing!

2014-12-19 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4395/ Java: 32bit/jdk1.7.0_67 -client -XX:+UseParallelGC (asserts: false) 4 tests failed. FAILED: org.apache.lucene.analysis.TestCachingTokenFilter.testDoubleResetFails Error Message: Stack Trace: java.lang.AssertionError at

[jira] [Commented] (LUCENE-6121) Fix CachingTokenFilter to propagate reset() the first time

2014-12-19 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14253583#comment-14253583 ] Robert Muir commented on LUCENE-6121: - {quote} ... cleaner to just move the numTokens

Re: [JENKINS] Lucene-Solr-5.x-MacOSX (64bit/jdk1.7.0) - Build # 1959 - Still Failing!

2014-12-19 Thread david.w.smi...@gmail.com
Ouch; thanks! ~ David Smiley Freelance Apache Lucene/Solr Search Consultant/Developer http://www.linkedin.com/in/davidwsmiley On Fri, Dec 19, 2014 at 10:29 AM, Michael McCandless < luc...@mikemccandless.com> wrote: > > I committed a fix. > > Mike McCandless > > http://blog.mikemccandless.com > >

[jira] [Commented] (LUCENE-6121) Fix CachingTokenFilter to propagate reset() the first time

2014-12-19 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14253581#comment-14253581 ] Robert Muir commented on LUCENE-6121: - Can you just wrap with runtimeexception and tr

[jira] [Commented] (LUCENE-6121) Fix CachingTokenFilter to propagate reset() the first time

2014-12-19 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14253580#comment-14253580 ] David Smiley commented on LUCENE-6121: -- ... cleaner to just move the numTokens==0 to

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0_40-ea-b09) - Build # 4500 - Failure!

2014-12-19 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4500/ Java: 64bit/jdk1.8.0_40-ea-b09 -XX:-UseCompressedOops -XX:+UseG1GC (asserts: false) 4 tests failed. FAILED: org.apache.lucene.analysis.TestCachingTokenFilter.testDoubleResetFails Error Message: Stack Trace: java.lang.Assert

[jira] [Commented] (LUCENE-6121) Fix CachingTokenFilter to propagate reset() the first time

2014-12-19 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14253572#comment-14253572 ] David Smiley commented on LUCENE-6121: -- Sure; that point occurred to me too. If the

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

2014-12-19 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11774/ Java: 32bit/jdk1.8.0_40-ea-b09 -client -XX:+UseSerialGC (asserts: false) 1 tests failed. FAILED: org.apache.lucene.analysis.TestCachingTokenFilter.testDoubleResetFails Error Message: Stack Trace: java.lang.AssertionError

[jira] [Resolved] (LUCENE-5951) Detect when index is on SSD and set dynamic defaults

2014-12-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-5951. Resolution: Fixed Fix Version/s: Trunk 5.0 > Detect when

[jira] [Commented] (LUCENE-5951) Detect when index is on SSD and set dynamic defaults

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

[jira] [Commented] (LUCENE-6121) Fix CachingTokenFilter to propagate reset() the first time

2014-12-19 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14253551#comment-14253551 ] Robert Muir commented on LUCENE-6121: - I don't like that: you can't follow the logic

[jira] [Reopened] (LUCENE-6121) Fix CachingTokenFilter to propagate reset() the first time

2014-12-19 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reopened LUCENE-6121: - > Fix CachingTokenFilter to propagate reset() the first time > --

[JENKINS] Lucene-Solr-4.10-Linux (64bit/jdk1.9.0-ea-b34) - Build # 161 - Failure!

2014-12-19 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.10-Linux/161/ Java: 64bit/jdk1.9.0-ea-b34 -XX:+UseCompressedOops -XX:+UseSerialGC (asserts: true) 1 tests failed. FAILED: org.apache.solr.core.TestNonNRTOpen.testReaderIsNotNRT Error Message: SOLR-5815? : wrong maxDoc: core=org.apache.solr.cor

[jira] [Commented] (LUCENE-5951) Detect when index is on SSD and set dynamic defaults

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

[jira] [Commented] (SOLR-6865) Upgrade HttpClient to 4.4

2014-12-19 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14253539#comment-14253539 ] Shawn Heisey commented on SOLR-6865: I misread the HC release announcement. It's a new

Re: [JENKINS] Lucene-Solr-5.x-MacOSX (64bit/jdk1.7.0) - Build # 1959 - Still Failing!

2014-12-19 Thread Michael McCandless
I committed a fix. Mike McCandless http://blog.mikemccandless.com On Fri, Dec 19, 2014 at 10:24 AM, Michael McCandless wrote: > This is a sneaky java 7/8 difference: java 8 is able to infer this > variable is "effectively" final, but java 7 isn't... > > Mike McCandless > > http://blog.mikemcca

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

2014-12-19 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2003/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC (asserts: true) 1 tests failed. FAILED: org.apache.solr.TestHighlightDedupGrouping.testDistribSearch Error Message: Timeout occured while waiting response from server at:

Re: [JENKINS] Lucene-Solr-5.x-MacOSX (64bit/jdk1.7.0) - Build # 1959 - Still Failing!

2014-12-19 Thread Michael McCandless
This is a sneaky java 7/8 difference: java 8 is able to infer this variable is "effectively" final, but java 7 isn't... Mike McCandless http://blog.mikemccandless.com On Fri, Dec 19, 2014 at 10:21 AM, Policeman Jenkins Server wrote: > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOS

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

2014-12-19 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/1959/ Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseParallelGC (asserts: true) No tests ran. Build Log: [...truncated 291 lines...] [javac] Compiling 424 source files to /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/

[jira] [Resolved] (LUCENE-6121) Fix CachingTokenFilter to propagate reset() the first time

2014-12-19 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved LUCENE-6121. -- Resolution: Fixed Thanks for your input Rob. FYI I moved the QueryBuilder buffer.reset() to th

[jira] [Commented] (LUCENE-6121) Fix CachingTokenFilter to propagate reset() the first time

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

[jira] [Commented] (SOLR-6840) Remove legacy solr.xml mode

2014-12-19 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14253475#comment-14253475 ] Alan Woodward commented on SOLR-6840: - I'm working on the distributed tests now. Rathe

[jira] [Commented] (LUCENE-6121) Fix CachingTokenFilter to propagate reset() the first time

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

  1   2   >