Re: add multithread indexing sample?

2014-08-18 Thread Bill Janssen
Jeff Breidenbach j...@jab.org wrote: Does it make sense to add a multithreaded indexing example to the samples directory? Mike McCandles has such fun graphs, and it would be fun to chase them in python. http://blog.mikemccandless.com/2011/05/265-indexing-speedup-with-lucenes.html Go for

Re: add multithread indexing sample?

2014-08-18 Thread Andi Vajda
On Aug 18, 2014, at 21:08, Jeff Breidenbach j...@jab.org wrote: Sounds like we are all members of the no idea how to do it club. You can look at the test_PyLuceneThread.py file in the test directory to get an example on how to use threads with PyLucene. Andi..

[jira] [Created] (SOLR-6388) Update Apache TIKA 1.5's Apache POI dependency to 3.10.1

2014-08-18 Thread Uwe Schindler (JIRA)
Uwe Schindler created SOLR-6388: --- Summary: Update Apache TIKA 1.5's Apache POI dependency to 3.10.1 Key: SOLR-6388 URL: https://issues.apache.org/jira/browse/SOLR-6388 Project: Solr Issue

[jira] [Commented] (SOLR-6338) coreRootDirectory requires trailing slash, or SolrCloud cores are created in wrong location

2014-08-18 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-6338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100453#comment-14100453 ] Primož Skale commented on SOLR-6338: I think that only one line of code needs to be

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-08-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100492#comment-14100492 ] Michael McCandless commented on LUCENE-4396: OK indeed I see effectively no

[jira] [Commented] (SOLR-6246) Core fails to reload when AnalyzingInfixSuggester is used as a Suggester

2014-08-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100514#comment-14100514 ] Varun Thacker commented on SOLR-6246: - bq. When we call Solr's reload command, a new

Re: Apache Lucene/Solr: Turkish lowercasing bug in Runtime#exec()

2014-08-18 Thread Balchandra Vaidya
Hi Uwe, I have added your comments to JDK-8047340. The bug has an original comment REGRESSION. Last worked in version 7u60- are you sure the bug existed in JDK 7? Thanks Balchandra On 08/17/14 10:08 PM, Uwe Schindler wrote: Hi, it took some time to find out, why sometimes Lucene/Solr's

Re: FW: [jira] [Commented] (LUCENE-5886) current ecj-javadoc-lint crashes on SharedFSAutoReplicaFailoverUtilsTest.java

2014-08-18 Thread Balchandra Vaidya
Hi Uwe, On 08/15/14 11:34 PM, Uwe Schindler wrote: Hi Rory, I opened https://issues.apache.org/jira/browse/LUCENE-5890 to track any problems. I will install JDK 9 and update the other JDKs during the next week. Is there any release date for Java 8 update 20? If yes, I could combine the

[jira] [Updated] (SOLR-6246) Core fails to reload when AnalyzingInfixSuggester is used as a Suggester

2014-08-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-6246: Attachment: SOLR-6246.patch I experimented by adding a closeHook which gets called before the new

[jira] [Updated] (LUCENE-5891) clean up Lucene410DVProducer concurrency

2014-08-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-5891: Attachment: LUCENE-5891.patch Patch: I also tried to increase the size of indexes when testing in

[jira] [Created] (LUCENE-5891) clean up Lucene410DVProducer concurrency

2014-08-18 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-5891: --- Summary: clean up Lucene410DVProducer concurrency Key: LUCENE-5891 URL: https://issues.apache.org/jira/browse/LUCENE-5891 Project: Lucene - Core Issue Type:

[jira] [Updated] (SOLR-6202) Simplify the use of rq for query re-ranking

2014-08-18 Thread Maciej Zasada (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maciej Zasada updated SOLR-6202: Attachment: SOLR-6202.patch Hi [~hossman], [~joel.bernstein] I'd like to summit a patch for this

[jira] [Commented] (LUCENE-5891) clean up Lucene410DVProducer concurrency

2014-08-18 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100591#comment-14100591 ] Adrien Grand commented on LUCENE-5891: -- Good catch, that is a tricky issue. Too bad

[jira] [Commented] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-08-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100596#comment-14100596 ] Michael McCandless commented on LUCENE-4396: And.tasks perf: {noformat}

RE: Apache Lucene/Solr: Turkish lowercasing bug in Runtime#exec()

2014-08-18 Thread Uwe Schindler
Hi Balchandra: I checked it out with Java 7 on FreeBSD: SNIP [uschindler@lucene ~]$ cat Test.java import java.util.Locale; public class Test { public static void main(final String[] args) throws Exception { Locale.setDefault(new Locale(tr, )); Process exec =

[jira] [Commented] (LUCENE-5891) clean up Lucene410DVProducer concurrency

2014-08-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100600#comment-14100600 ] Michael McCandless commented on LUCENE-5891: +1 for simple sync. I'll try

[jira] [Updated] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-08-18 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Da Huang updated LUCENE-4396: - Attachment: tasks.cpp And.tasks A new tasks file, and the program which can generate

[JENKINS] Lucene-Solr-SmokeRelease-trunk - Build # 192 - Failure

2014-08-18 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-trunk/192/ No tests ran. Build Log: [...truncated 50921 lines...] prepare-release-no-sign: [mkdir] Created dir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-trunk/lucene/build/fakeRelease [copy] Copying

[jira] [Updated] (SOLR-6388) Update Apache TIKA 1.5's Apache POI dependency to 3.10.1

2014-08-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-6388: Attachment: SOLR-6388.patch Patch. Maven Central is now up-to-date. Update Apache TIKA 1.5's

[jira] [Commented] (LUCENE-5850) Constants#LUCENE_MAIN_VERSION can have broken values

2014-08-18 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100617#comment-14100617 ] Simon Willnauer commented on LUCENE-5850: - [~rjernst] I looked at the commit and

[jira] [Commented] (SOLR-6388) Update Apache TIKA 1.5's Apache POI dependency to 3.10.1

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

[jira] [Resolved] (SOLR-6388) Update Apache TIKA 1.5's Apache POI dependency to 3.10.1

2014-08-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved SOLR-6388. - Resolution: Fixed Update Apache TIKA 1.5's Apache POI dependency to 3.10.1

[jira] [Commented] (SOLR-6388) Update Apache TIKA 1.5's Apache POI dependency to 3.10.1

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

[jira] [Updated] (LUCENE-5850) Constants#LUCENE_MAIN_VERSION can have broken values

2014-08-18 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5850: Attachment: LUCENE-5860_hashcode.patch here is a simple patch and a test

[jira] [Comment Edited] (LUCENE-5850) Constants#LUCENE_MAIN_VERSION can have broken values

2014-08-18 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100629#comment-14100629 ] Simon Willnauer edited comment on LUCENE-5850 at 8/18/14 1:51 PM:

Re: Apache Lucene/Solr: Turkish lowercasing bug in Runtime#exec()

2014-08-18 Thread Balchandra Vaidya
Hi Uwe, I will update your comments in the jbs bug. Does this failure reproducible with Oracle JDK http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html? I could not reproduce it on Linux (OL6 u5) and Solaris 11 so far. I will try it on a Mac later. Thanks

[jira] [Commented] (LUCENE-5850) Constants#LUCENE_MAIN_VERSION can have broken values

2014-08-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100635#comment-14100635 ] Uwe Schindler commented on LUCENE-5850: --- bq. I am actually disappointed that uwe

RE: Apache Lucene/Solr: Turkish lowercasing bug in Runtime#exec()

2014-08-18 Thread Uwe Schindler
Hi Balchandra, the test on MacOSX was actually done with Oracle’s JDK: 7u65. I just added that Apple’s own JDK6 on OSX does not have this bug, which does not mean Oracle’s JDK6 on Solaris or BSD does not have it. On Linux, this bug does not happen, because it uses another fork

[jira] [Commented] (LUCENE-5850) Constants#LUCENE_MAIN_VERSION can have broken values

2014-08-18 Thread Ryan Ernst (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100639#comment-14100639 ] Ryan Ernst commented on LUCENE-5850: Looks good, thanks for the fix. Just one minor

[jira] [Commented] (LUCENE-5850) Constants#LUCENE_MAIN_VERSION can have broken values

2014-08-18 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100645#comment-14100645 ] Simon Willnauer commented on LUCENE-5850: - ahh good catch I will fix

[jira] [Updated] (LUCENE-5850) Constants#LUCENE_MAIN_VERSION can have broken values

2014-08-18 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5850: Attachment: LUCENE-5850_hashcode.patch fixed test bug Constants#LUCENE_MAIN_VERSION can

[jira] [Updated] (LUCENE-5850) Constants#LUCENE_MAIN_VERSION can have broken values

2014-08-18 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5850: Attachment: (was: LUCENE-5850_hashcode.patch) Constants#LUCENE_MAIN_VERSION can have

[jira] [Updated] (LUCENE-5850) Constants#LUCENE_MAIN_VERSION can have broken values

2014-08-18 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5850: Attachment: LUCENE-5850_hashcode.patch removed @Repeat - I guess it's ready

Re: Apache Lucene/Solr: Turkish lowercasing bug in Runtime#exec()

2014-08-18 Thread Balchandra Vaidya
Hi Uwe, Thank you for the clarification. I have updated the bug and will let you the status of the backport. Kind regards Balchandra On 08/18/14 03:01 PM, Uwe Schindler wrote: Hi Balchandra, the test on MacOSX was actually done with Oracle’s JDK: 7u65. I just added that Apple’s own

Re: Apache Lucene/Solr: Turkish lowercasing bug in Runtime#exec()

2014-08-18 Thread dalibor topic
On 17.08.2014 23:08, Uwe Schindler wrote: PS: We use the Forbidden-APIs checker (https://code.google.com/p/forbidden-apis/) to detect such bugs in Apache Lucene/Solr, Elasticsearch, Apache TIKA, and many other projects I don't know of yet. Maybe when building the rt.jar, you should do the

[jira] [Created] (LUCENE-5892) Make CharsRefBuilder implement Appendable

2014-08-18 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-5892: Summary: Make CharsRefBuilder implement Appendable Key: LUCENE-5892 URL: https://issues.apache.org/jira/browse/LUCENE-5892 Project: Lucene - Core Issue

[jira] [Updated] (LUCENE-5892) Make CharsRefBuilder implement Appendable

2014-08-18 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-5892: - Attachment: LUCENE-5892.patch Here is a simple patch. Make CharsRefBuilder implement

[jira] [Commented] (LUCENE-5892) Make CharsRefBuilder implement Appendable

2014-08-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100692#comment-14100692 ] Robert Muir commented on LUCENE-5892: - Looks good. FWIW CharTermAttribute.java has

[jira] [Assigned] (SOLR-1485) PayloadTermQuery support

2014-08-18 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher reassigned SOLR-1485: -- Assignee: Erik Hatcher PayloadTermQuery support

[jira] [Commented] (LUCENE-5850) Constants#LUCENE_MAIN_VERSION can have broken values

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

[jira] [Updated] (SOLR-1485) PayloadTermQuery support

2014-08-18 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher updated SOLR-1485: --- Fix Version/s: 5.0 PayloadTermQuery support Key:

[jira] [Commented] (LUCENE-5892) Make CharsRefBuilder implement Appendable

2014-08-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100706#comment-14100706 ] Uwe Schindler commented on LUCENE-5892: --- Maybe CharTermAttributeImpl should extend

[jira] [Comment Edited] (LUCENE-5892) Make CharsRefBuilder implement Appendable

2014-08-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100706#comment-14100706 ] Uwe Schindler edited comment on LUCENE-5892 at 8/18/14 2:56 PM:

[jira] [Commented] (LUCENE-5892) Make CharsRefBuilder implement Appendable

2014-08-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100709#comment-14100709 ] Uwe Schindler commented on LUCENE-5892: --- Also the current patch misses to append

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

2014-08-18 Thread builder
Build: builds.flonkings.com/job/Lucene-4x-Linux-Java7-64-test-only/29124/ 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.lucene.index.TestIndexWriterExceptions2 Error Message: Suite timeout exceeded (= 720 msec). Stack Trace: java.lang.Exception: Suite timeout exceeded (=

[jira] [Commented] (LUCENE-5892) Make CharsRefBuilder implement Appendable

2014-08-18 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100712#comment-14100712 ] Adrien Grand commented on LUCENE-5892: -- Thanks Uwe, I'll fix before committing, what

[jira] [Commented] (LUCENE-5892) Make CharsRefBuilder implement Appendable

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

[jira] [Comment Edited] (LUCENE-5892) Make CharsRefBuilder implement Appendable

2014-08-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100706#comment-14100706 ] Uwe Schindler edited comment on LUCENE-5892 at 8/18/14 3:02 PM:

[jira] [Commented] (LUCENE-5892) Make CharsRefBuilder implement Appendable

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

[jira] [Commented] (LUCENE-5892) Make CharsRefBuilder implement Appendable

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

[jira] [Commented] (LUCENE-5892) Make CharsRefBuilder implement Appendable

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

[jira] [Resolved] (LUCENE-5892) Make CharsRefBuilder implement Appendable

2014-08-18 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-5892. -- Resolution: Fixed Make CharsRefBuilder implement Appendable

[jira] [Commented] (LUCENE-5892) Make CharsRefBuilder implement Appendable

2014-08-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100725#comment-14100725 ] Uwe Schindler commented on LUCENE-5892: --- Thanks! BTW: Typical example is

[jira] [Commented] (SOLR-5525) deprecate ClusterState#getCollectionStates()

2014-08-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100746#comment-14100746 ] Mark Miller commented on SOLR-5525: --- This issue seems to have added interesting things

[jira] [Reopened] (SOLR-5525) deprecate ClusterState#getCollectionStates()

2014-08-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reopened SOLR-5525: --- deprecate ClusterState#getCollectionStates() -

[jira] [Commented] (SOLR-6338) coreRootDirectory requires trailing slash, or SolrCloud cores are created in wrong location

2014-08-18 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100747#comment-14100747 ] Erick Erickson commented on SOLR-6338: -- All of the test failures in TestSolrXml are

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

2014-08-18 Thread Ryan Ernst
I'm looking into this. On Mon, Aug 18, 2014 at 7:59 AM, buil...@flonkings.com wrote: Build: builds.flonkings.com/job/Lucene-4x-Linux-Java7-64-test-only/29124/ 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.lucene.index.TestIndexWriterExceptions2 Error Message: Suite

[jira] [Comment Edited] (SOLR-6338) coreRootDirectory requires trailing slash, or SolrCloud cores are created in wrong location

2014-08-18 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100747#comment-14100747 ] Erick Erickson edited comment on SOLR-6338 at 8/18/14 3:44 PM:

[jira] [Commented] (LUCENE-5850) Constants#LUCENE_MAIN_VERSION can have broken values

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

Re: Apache Lucene/Solr: Turkish lowercasing bug in Runtime#exec()

2014-08-18 Thread Balchandra Vaidya
Hi Uwe, Here is the JBS ID for jdk 7. https://bugs.openjdk.java.net/browse/JDK-8055301 Thanks Balchandra On 08/18/14 03:31 PM, Balchandra Vaidya wrote: Hi Uwe, Thank you for the clarification. I have updated the bug and will let you the status of the backport. Kind regards Balchandra

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_11) - Build # 4255 - Failure!

2014-08-18 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4255/ Java: 32bit/jdk1.8.0_11 -server -XX:+UseConcMarkSweepGC 1 tests failed. REGRESSION: org.apache.solr.schema.TestCloudSchemaless.testDistribSearch Error Message: Timeout occured while waiting response from server at:

[jira] [Commented] (SOLR-5525) deprecate ClusterState#getCollectionStates()

2014-08-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100772#comment-14100772 ] Mark Miller commented on SOLR-5525: --- bq. I just wanted people to realize what is removed

[jira] [Commented] (SOLR-6387) Add work around for JDK bug #8047340 ?

2014-08-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100775#comment-14100775 ] Uwe Schindler commented on SOLR-6387: - The bug for JDK7 is here:

[jira] [Created] (SOLR-6389) spec version not being set correctly in solr.war

2014-08-18 Thread Hoss Man (JIRA)
Hoss Man created SOLR-6389: -- Summary: spec version not being set correctly in solr.war Key: SOLR-6389 URL: https://issues.apache.org/jira/browse/SOLR-6389 Project: Solr Issue Type: Bug

Re: [JENKINS] Lucene-Solr-SmokeRelease-trunk - Build # 192 - Failure

2014-08-18 Thread Chris Hostetter
I haven't had a chance to look into this yet, but something about the build system and how ant version properties are getting set has broken this sometime in the past week or so... https://issues.apache.org/jira/browse/SOLR-6389 : Date: Mon, 18 Aug 2014 13:12:36 + (UTC) : From:

[jira] [Commented] (SOLR-6389) spec version not being set correctly in solr.war

2014-08-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100786#comment-14100786 ] Uwe Schindler commented on SOLR-6389: - We still have a solr.war in 5.0? I think that

[jira] [Commented] (SOLR-6389) spec version not being set correctly in solr.war

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

[jira] [Commented] (LUCENE-5891) clean up Lucene410DVProducer concurrency

2014-08-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100790#comment-14100790 ] Michael McCandless commented on LUCENE-5891: OK nightly benchmark finished

[jira] [Commented] (SOLR-6389) spec version not being set correctly in solr.war

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

[jira] [Resolved] (SOLR-6389) spec version not being set correctly in solr.war

2014-08-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved SOLR-6389. - Resolution: Fixed Fix Version/s: 5.0 Assignee: Uwe Schindler Sorry, my fault in

[jira] [Commented] (SOLR-5656) Add autoAddReplicas feature for shared file systems.

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

RE: [JENKINS] Lucene-Solr-SmokeRelease-trunk - Build # 192 - Failure

2014-08-18 Thread Uwe Schindler
Fixed. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Chris Hostetter [mailto:hossman_luc...@fucit.org] Sent: Monday, August 18, 2014 6:19 PM To: dev@lucene.apache.org Subject: Re: [JENKINS]

[jira] [Commented] (SOLR-5525) deprecate ClusterState#getCollectionStates()

2014-08-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100808#comment-14100808 ] Mark Miller commented on SOLR-5525: --- Commit 1618655 from Mark Miller in branch

[jira] [Commented] (SOLR-6387) Add work around for JDK bug #8047340 ?

2014-08-18 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100857#comment-14100857 ] Hoss Man commented on SOLR-6387: patch looks pretty good, here's some coments (already

[jira] [Updated] (SOLR-6387) Add work around for JDK bug #8047340 ?

2014-08-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-6387: Attachment: SOLR-6387.patch Updated patch with better error messages. SystemInfoHandler already

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

2014-08-18 Thread Ryan Ernst
I pushed a fix. This was a bug in waitForMerges: it needs to allow the schedule to run one last time to clear pending merges. On Mon, Aug 18, 2014 at 8:43 AM, Ryan Ernst r...@iernst.net wrote: I'm looking into this. On Mon, Aug 18, 2014 at 7:59 AM, buil...@flonkings.com wrote: Build:

[jira] [Updated] (SOLR-6387) Add work around for JDK bug #8047340 ?

2014-08-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-6387: Attachment: SOLR-6387.patch Changed assumes, too. Add work around for JDK bug #8047340 ?

[jira] [Updated] (SOLR-6387) Add work around for JDK bug #8047340 ?

2014-08-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-6387: Attachment: (was: SOLR-6387.patch) Add work around for JDK bug #8047340 ?

Re: svn commit: r1618667 - in /lucene/dev/trunk/lucene/core/src: java/org/apache/lucene/index/IndexWriter.java test/org/apache/lucene/index/TestIndexWriterMergePolicy.java

2014-08-18 Thread Chris Hostetter
: Log: : Fix waitForMerges to allow merge schedule to run one last time how old is the code being fixed? If it was in 4.9 this fix should probably have a tracking jira be listed in CHANGES.txt. -Hoss http://www.lucidworks.com/

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

2014-08-18 Thread builder
Build: builds.flonkings.com/job/Lucene-4x-Linux-Java7-64-test-only/29132/ No tests ran. Build Log: [...truncated 44 lines...] [javac] Compiling 732 source files to /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/build/core/classes/java [javac]

[jira] [Updated] (SOLR-6379) new replicas seem to be involved in queries before they are ready

2014-08-18 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta updated SOLR-6379: --- Summary: new replicas seem to be involved in queries before they are ready (was: new replicas seem

[jira] [Resolved] (SOLR-6378) Tika DIH example configuration points to a file that no longer exists

2014-08-18 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-6378. Resolution: Fixed Tika DIH example configuration points to a file that no longer exists

[jira] [Reopened] (SOLR-6378) Tika DIH example configuration points to a file that no longer exists

2014-08-18 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man reopened SOLR-6378: Tika DIH example configuration points to a file that no longer exists

[jira] [Reopened] (SOLR-6378) Tika DIH example configuration points to a file that no longer exists

2014-08-18 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man reopened SOLR-6378: Tika DIH example configuration points to a file that no longer exists

[jira] [Commented] (SOLR-6387) Add work around for JDK bug #8047340 ?

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

[jira] [Resolved] (SOLR-6378) Tika DIH example configuration points to a file that no longer exists

2014-08-18 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-6378. Resolution: Duplicate Tika DIH example configuration points to a file that no longer exists

[jira] [Commented] (SOLR-6378) Tika DIH example configuration points to a file that no longer exists

2014-08-18 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100901#comment-14100901 ] Hoss Man commented on SOLR-6378: Sorry for the issue churn .. this looked like a dup, but

[jira] [Updated] (SOLR-6378) Tika DIH example configuration points to a file that does not exist in binary releases

2014-08-18 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-6378: --- Summary: Tika DIH example configuration points to a file that does not exist in binary releases (was: Tika

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

2014-08-18 Thread builder
Build: builds.flonkings.com/job/Lucene-4x-Linux-Java7-64-test-only/29133/ No tests ran. Build Log: [...truncated 33 lines...] [javac] Compiling 732 source files to /var/lib/jenkins/workspace/Lucene-4x-Linux-Java7-64-test-only/checkout/lucene/build/core/classes/java [javac]

[JENKINS] Lucene-Solr-NightlyTests-trunk - Build # 606 - Failure

2014-08-18 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/606/ 1 tests failed. REGRESSION: org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload Error Message: expected:[{indexVersion=1408381432768,generation=2,filelist=[_32.fdt, _32.fdx, _32.fnm, _32.nvd,

RE: svn commit: r1618668 - in /lucene/dev/branches/branch_4x: ./ lucene/ lucene/core/ lucene/core/src/java/org/apache/lucene/index/IndexWriter.java lucene/core/src/test/org/apache/lucene/index/TestInd

2014-08-18 Thread Uwe Schindler
Hi, you broke build in 4.x: There is still a reference to finishMerges(). Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: rjer...@apache.org [mailto:rjer...@apache.org] Sent: Monday, August 18,

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

2014-08-18 Thread Ryan Ernst
I'm fixing. On Mon, Aug 18, 2014 at 10:26 AM, buil...@flonkings.com wrote: Build: builds.flonkings.com/job/Lucene-4x-Linux-Java7-64-test-only/29132/ No tests ran. Build Log: [...truncated 44 lines...] [javac] Compiling 732 source files to

Re: svn commit: r1618668 - in /lucene/dev/branches/branch_4x: ./ lucene/ lucene/core/ lucene/core/src/java/org/apache/lucene/index/IndexWriter.java lucene/core/src/test/org/apache/lucene/index/TestInd

2014-08-18 Thread Ryan Ernst
I pushed a fix. Sorry! On Mon, Aug 18, 2014 at 10:39 AM, Uwe Schindler u...@thetaphi.de wrote: Hi, you broke build in 4.x: There is still a reference to finishMerges(). Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de

Re: svn commit: r1618667 - in /lucene/dev/trunk/lucene/core/src: java/org/apache/lucene/index/IndexWriter.java test/org/apache/lucene/index/TestIndexWriterMergePolicy.java

2014-08-18 Thread Ryan Ernst
This was not an issue in 4.9. It was introduced during refactorings for 4.10. On Mon, Aug 18, 2014 at 10:24 AM, Chris Hostetter hossman_luc...@fucit.org wrote: : Log: : Fix waitForMerges to allow merge schedule to run one last time how old is the code being fixed? If it was in 4.9 this fix

[jira] [Commented] (LUCENE-5891) clean up Lucene410DVProducer concurrency

2014-08-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100943#comment-14100943 ] Robert Muir commented on LUCENE-5891: - {quote} Did the change to the test help catch

[jira] [Commented] (SOLR-6387) Add work around for JDK bug #8047340 ?

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

[jira] [Resolved] (SOLR-6387) Add work around for JDK bug #8047340 ?

2014-08-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved SOLR-6387. - Resolution: Fixed Fix Version/s: 4.10 5.0 Add work around for JDK bug

Re: svn commit: r1618667 - in /lucene/dev/trunk/lucene/core/src: java/org/apache/lucene/index/IndexWriter.java test/org/apache/lucene/index/TestIndexWriterMergePolicy.java

2014-08-18 Thread Chris Hostetter
: This was not an issue in 4.9. It was introduced during refactorings for 4.10. cool - thanks. : : On Mon, Aug 18, 2014 at 10:24 AM, Chris Hostetter : hossman_luc...@fucit.org wrote: : : Log: : : Fix waitForMerges to allow merge schedule to run one last time : : how old is the code being

[jira] [Commented] (SOLR-5986) Don't allow runaway queries from harming Solr cluster health or search performance

2014-08-18 Thread Steve Davids (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14100991#comment-14100991 ] Steve Davids commented on SOLR-5986: We came across the issue again and added a lot

[JENKINS] Lucene-Solr-4.x-Windows (32bit/jdk1.8.0_11) - Build # 4162 - Still Failing!

2014-08-18 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Windows/4162/ Java: 32bit/jdk1.8.0_11 -server -XX:+UseSerialGC 1 tests failed. REGRESSION: org.apache.solr.TestHighlightDedupGrouping.testDistribSearch Error Message: Timeout occured while waiting response from server at:

  1   2   >