[JENKINS] Lucene-Solr-4.x-Windows (64bit/jdk1.8.0) - Build # 3813 - Failure!

2014-03-25 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Windows/3813/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC No tests ran. Build Log: [...truncated 9138 lines...] FATAL: Failed to install http://archive.apache.org/dist/ant/binaries/apache-ant-1.8.2-bin.zip to

RE: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_51) - Build # 9828 - Failure!

2014-03-25 Thread Uwe Schindler
Hi Mark, last night this happened again (for the 3rd time). For the second time in a windows VM. Maybe it was another test than the one we have seen it first. I don’t think disabling SSL helps here. It happens together with SSL, that’s right, but from the log file there seems to be some

[jira] [Updated] (SOLR-3950) Attempting postings=BloomFilter results in UnsupportedOperationException

2014-03-25 Thread Andrey Kudryavtsev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrey Kudryavtsev updated SOLR-3950: - Attachment: SOLR-3950.patch Shawn, I think problem with your patch is that to instantiate

Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_51) - Build # 9828 - Failure!

2014-03-25 Thread Dawid Weiss
Would it be possible to catch those cases while running tests (maybe before the disk is full) and fail the build? Maybe something that the event file is not allowed to grow beyond a specific size. If it grows, the test framework fails the whole build? We can have something like maximum size of

RE: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_51) - Build # 9828 - Failure!

2014-03-25 Thread Uwe Schindler
Hi, I also analyzed this specific events file. The events file looks quite fine, no endless logging in this case. It was also only 95 MB (quite normal). So it looks like something else filled the disk space, so checking size of event file is not really useful (only for the last case). After

Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_51) - Build # 9828 - Failure!

2014-03-25 Thread Dawid Weiss
These tests are lng, so theoretically we could add a guard thread at the suite level that would watch for disk capacity thresholds... but it still seems like an overkill to me. Dawid On Tue, Mar 25, 2014 at 9:36 AM, Uwe Schindler u...@thetaphi.de wrote: Hi, I also analyzed this specific

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_60-ea-b10) - Build # 9900 - Still Failing!

2014-03-25 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/9900/ Java: 32bit/jdk1.7.0_60-ea-b10 -client -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.client.solrj.impl.CloudSolrServerTest.testDistribSearch Error Message: java.util.concurrent.TimeoutException: Could not

jar-checksums results in unversioned slf4j shas?

2014-03-25 Thread Dawid Weiss
I get this again on trunk: ant jar-checksums svn stat ? solr\licenses\jcl-over-slf4j-1.6.6.jar.sha1 ? solr\licenses\jul-to-slf4j-1.6.6.jar.sha1 ? solr\licenses\slf4j-api-1.6.6.jar.sha1 ? solr\licenses\slf4j-log4j12-1.6.6.jar.sha1 I remember this was once fixed, anybody

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.7.0_60-ea-b10) - Build # 9794 - Failure!

2014-03-25 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/9794/ Java: 32bit/jdk1.7.0_60-ea-b10 -server -XX:+UseConcMarkSweepGC 1 tests failed. REGRESSION: org.apache.solr.client.solrj.impl.CloudSolrServerTest.testDistribSearch Error Message: java.util.concurrent.TimeoutException: Could not

Indexing parts of an HTML file differently

2014-03-25 Thread Michael Clivot
Hello, I have the following issue and need help: One HTML file has different parts for different countries. For example: !-- Country: FR, BE --- Address for France and Benelux !-- Country End -- !-- Country: CH -- Address for Switzerland !-- Country End -- Depending on a

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

2014-03-25 Thread Rory O'Donnell Oracle, Dublin Ireland
Hi Uwe, Did a bug get logged, if yes can I have the incident number ? Rgds, Rory On 23/03/2014 16:14, Rory O'Donnell wrote: Please do log a bug and let me know the incident number, I will follow up. Rgds,Rory On 23/03/2014 16:06, Uwe Schindler wrote: Some people say, it's buggy since the

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

2014-03-25 Thread Uwe Schindler
Hi Rory, the problem is: How to reproduce this? I had no time until now to actually try this. Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Rory O'Donnell Oracle, Dublin Ireland

AW: Indexing parts of an HTML file differently

2014-03-25 Thread Michael Clivot
Sorry, wrong list Von: Michael Clivot [mailto:cli...@netmedia.de] Gesendet: Dienstag, 25. März 2014 11:20 An: dev@lucene.apache.org Betreff: Indexing parts of an HTML file differently Hello, I have the following issue and need help: One HTML file has different parts for different countries.

[jira] [Commented] (SOLR-3085) Fix the dismax/edismax stopwords mm issue

2014-03-25 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-3085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13946395#comment-13946395 ] Jan Høydahl commented on SOLR-3085: --- This keeps getting up on the users list. Any

RE: jar-checksums results in unversioned slf4j shas?

2014-03-25 Thread Uwe Schindler
Bug in Ivy: run ant clean-jars as workaround. The sync functionality in Ivy does not work on version changes. Only when artifacts are removed/added. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Dawid

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

2014-03-25 Thread Uwe Schindler
Hi Rory, we have a lot of documentation about this bug already: https://issues.apache.org/jira/browse/LUCENE-5168 There are many issues and mailing list threads involved, so I don't think this bug is unknown. Dawid also found out the commit breaking this after long debug nights. It looks like

Re: jar-checksums results in unversioned slf4j shas?

2014-03-25 Thread Dawid Weiss
Thanks Uwe. D. On Tue, Mar 25, 2014 at 12:38 PM, Uwe Schindler u...@thetaphi.de wrote: Bug in Ivy: run ant clean-jars as workaround. The sync functionality in Ivy does not work on version changes. Only when artifacts are removed/added. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213

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

2014-03-25 Thread Dawid Weiss
http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2013-September/011648.html I haven't kept close track about recent hotspot commits; Vladimir Kozlov may know more about this; it was very hard to reproduce and the repro scenario was quite complex. Dawid On Tue, Mar 25, 2014 at 12:41

[jira] [Created] (SOLR-5909) Upgrade Carrot2 clustering dependency to 3.9.0

2014-03-25 Thread Dawid Weiss (JIRA)
Dawid Weiss created SOLR-5909: - Summary: Upgrade Carrot2 clustering dependency to 3.9.0 Key: SOLR-5909 URL: https://issues.apache.org/jira/browse/SOLR-5909 Project: Solr Issue Type: Improvement

[jira] [Commented] (SOLR-5909) Upgrade Carrot2 clustering dependency to 3.9.0

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

[jira] [Commented] (SOLR-5909) Upgrade Carrot2 clustering dependency to 3.9.0

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

[jira] [Resolved] (SOLR-5909) Upgrade Carrot2 clustering dependency to 3.9.0

2014-03-25 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved SOLR-5909. --- Resolution: Fixed Upgrade Carrot2 clustering dependency to 3.9.0

[jira] [Updated] (SOLR-5906) core.properties values may get ignored in some cases when using the Collection API

2014-03-25 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-5906: Attachment: SOLR-5906.patch Patch checks for the value of property.instanceDir when instanceDir

[GitHub] lucene-solr pull request: Removal of Scorer.weight

2014-03-25 Thread shebiki
Github user shebiki commented on the pull request: https://github.com/apache/lucene-solr/pull/40#issuecomment-38562659 Mikhail, Fair enough. I'd like to suggest two different options and am happy to supply patches. 1) Remove the TODO comment next to

[jira] [Created] (LUCENE-5553) IndexReader#ReaderClosedListener is not always called on IndexReader#close()

2014-03-25 Thread Simon Willnauer (JIRA)
Simon Willnauer created LUCENE-5553: --- Summary: IndexReader#ReaderClosedListener is not always called on IndexReader#close() Key: LUCENE-5553 URL: https://issues.apache.org/jira/browse/LUCENE-5553

[jira] [Commented] (SOLR-5903) SolrCore should implement Closeable

2014-03-25 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13946501#comment-13946501 ] Alan Woodward commented on SOLR-5903: - Do you want to wait for SOLR-5904, or should I

[jira] [Updated] (SOLR-5906) core.properties values may get ignored in some cases when using the Collection API

2014-03-25 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-5906: Attachment: SOLR-5906.patch Thanks Varun! I added a test. core.properties values

[jira] [Assigned] (SOLR-5906) core.properties values may get ignored in some cases when using the Collection API

2014-03-25 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar reassigned SOLR-5906: --- Assignee: Shalin Shekhar Mangar core.properties values may get ignored in

[jira] [Commented] (LUCENE-5553) IndexReader#ReaderClosedListener is not always called on IndexReader#close()

2014-03-25 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13946528#comment-13946528 ] Robert Muir commented on LUCENE-5553: - This stuff essentially needs the pattern of

[jira] [Commented] (SOLR-5903) SolrCore should implement Closeable

2014-03-25 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13946547#comment-13946547 ] Mark Miller commented on SOLR-5903: --- No, fire away, I'll merge things in for SOLR-5904.

[jira] [Commented] (SOLR-4478) Allow cores to specify a named config set in non-SolrCloud mode

2014-03-25 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13946549#comment-13946549 ] Cassandra Targett commented on SOLR-4478: - [~romseygeek] bq. I'm not sure if I've

[jira] [Commented] (LUCENE-5553) IndexReader#ReaderClosedListener is not always called on IndexReader#close()

2014-03-25 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13946554#comment-13946554 ] Shai Erera commented on LUCENE-5553: bq. if the last IndexReader#decRef() call runs

[jira] [Commented] (LUCENE-5553) IndexReader#ReaderClosedListener is not always called on IndexReader#close()

2014-03-25 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13946578#comment-13946578 ] Shai Erera commented on LUCENE-5553: bq. As a side-note I think we should never reset

[jira] [Resolved] (SOLR-5834) Overseer threads are only being interrupted and not closed.

2014-03-25 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-5834. --- Resolution: Fixed Overseer threads are only being interrupted and not closed.

[jira] [Commented] (SOLR-4478) Allow cores to specify a named config set in non-SolrCloud mode

2014-03-25 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13946601#comment-13946601 ] Alan Woodward commented on SOLR-4478: - Thanks Cassandra, have emailed. Allow cores to

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

2014-03-25 Thread Rory O'Donnell Oracle, Dublin Ireland
Hi Dawid/Uwe, If you are having on-going discussions with Vlad, please continue, is there an open bug ? If the thread has gone stale I suggest you log a new bug. Rgds,Rory On 25/03/2014 12:00, Dawid Weiss wrote:

[jira] [Commented] (SOLR-5906) core.properties values may get ignored in some cases when using the Collection API

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

[jira] [Commented] (SOLR-5906) core.properties values may get ignored in some cases when using the Collection API

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

[jira] [Commented] (SOLR-5906) core.properties values may get ignored in some cases when using the Collection API

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

[jira] [Updated] (SOLR-5906) core.properties values may get ignored in some cases when using the Collection API

2014-03-25 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-5906: Attachment: SOLR-5906.patch Fixed the test to compare absolute path always.

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_60-ea-b10) - Build # 9902 - Still Failing!

2014-03-25 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/9902/ Java: 64bit/jdk1.7.0_60-ea-b10 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.client.solrj.impl.CloudSolrServerTest.testDistribSearch Error Message: java.util.concurrent.TimeoutException:

[jira] [Updated] (LUCENE-5553) IndexReader#ReaderClosedListener is not always called on IndexReader#close()

2014-03-25 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5553: Attachment: LUCENE-5553.patch here is a patch that adds a tests for the index reader

[jira] [Commented] (SOLR-5903) SolrCore should implement Closeable

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

[jira] [Resolved] (SOLR-5906) core.properties values may get ignored in some cases when using the Collection API

2014-03-25 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-5906. - Resolution: Fixed Thanks Varun! core.properties values may get ignored in some

[jira] [Commented] (SOLR-5859) Harden the Overseer restart mechanism

2014-03-25 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13946663#comment-13946663 ] Noble Paul commented on SOLR-5859: -- new strategy, implement a new message called _quit_ on

[jira] [Commented] (SOLR-5903) SolrCore should implement Closeable

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

[jira] [Resolved] (SOLR-5903) SolrCore should implement Closeable

2014-03-25 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved SOLR-5903. - Resolution: Fixed Fix Version/s: 4.8 SolrCore should implement Closeable

[jira] [Comment Edited] (SOLR-5859) Harden the Overseer restart mechanism

2014-03-25 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13946663#comment-13946663 ] Noble Paul edited comment on SOLR-5859 at 3/25/14 3:27 PM: --- new

[jira] [Comment Edited] (SOLR-5859) Harden the Overseer restart mechanism

2014-03-25 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13946663#comment-13946663 ] Noble Paul edited comment on SOLR-5859 at 3/25/14 3:27 PM: --- new

[JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.7.0_60-ea-b10) - Build # 9796 - Failure!

2014-03-25 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/9796/ Java: 64bit/jdk1.7.0_60-ea-b10 -XX:+UseCompressedOops -XX:+UseParallelGC 1 tests failed. REGRESSION: org.apache.solr.handler.clustering.carrot2.CarrotClusteringEngineTest.testCarrotStc Error Message: number of clusters:

[jira] [Commented] (SOLR-5890) Delete silently fails if not sent to shard where document was added

2014-03-25 Thread Shawn Grant (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13946685#comment-13946685 ] Shawn Grant commented on SOLR-5890: --- I was able to work around the issue and get the

[jira] [Updated] (LUCENE-5553) IndexReader#ReaderClosedListener is not always called on IndexReader#close()

2014-03-25 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5553: Attachment: LUCENE-5553.patch next iteration. I cleaned up things a bit and got rid of

[jira] [Commented] (LUCENE-5553) IndexReader#ReaderClosedListener is not always called on IndexReader#close()

2014-03-25 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13946693#comment-13946693 ] Shai Erera commented on LUCENE-5553: Looks good. I'd maybe rename reThrowSilent to

Re: [JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.7.0_60-ea-b10) - Build # 9796 - Failure!

2014-03-25 Thread Chris Hostetter
Looks like a problem with SOLR-5909, upgrading carrot... https://issues.apache.org/jira/browse/SOLR-5909?focusedCommentId=13946711page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13946711 : Date: Tue, 25 Mar 2014 15:34:56 + (UTC) : From: Policeman Jenkins

[jira] [Updated] (LUCENE-5553) IndexReader#ReaderClosedListener is not always called on IndexReader#close()

2014-03-25 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-5553: Attachment: LUCENE-5553.patch next iter adresssin shais comments and adds a changes

[jira] [Comment Edited] (LUCENE-5553) IndexReader#ReaderClosedListener is not always called on IndexReader#close()

2014-03-25 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13946719#comment-13946719 ] Simon Willnauer edited comment on LUCENE-5553 at 3/25/14 4:04 PM:

[jira] [Commented] (LUCENE-5553) IndexReader#ReaderClosedListener is not always called on IndexReader#close()

2014-03-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13946720#comment-13946720 ] Michael McCandless commented on LUCENE-5553: +1 for the patch and to change

[jira] [Commented] (LUCENE-5553) IndexReader#ReaderClosedListener is not always called on IndexReader#close()

2014-03-25 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13946721#comment-13946721 ] Robert Muir commented on LUCENE-5553: - +1 IndexReader#ReaderClosedListener is not

[jira] [Reopened] (SOLR-5909) Upgrade Carrot2 clustering dependency to 3.9.0

2014-03-25 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man reopened SOLR-5909: Reproducible test failure popped up on policeman jenkins just after this commit...

[jira] [Commented] (SOLR-5783) Can we stop opening a new searcher when the index hasn't changed?

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

[jira] [Resolved] (LUCENE-5481) IndexWriter.forceMerge may run unneeded merges

2014-03-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-5481. Resolution: Fixed Woops, yes ... resolving now. IndexWriter.forceMerge may run

[jira] [Commented] (LUCENE-3178) Native MMapDir

2014-03-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13946732#comment-13946732 ] Michael McCandless commented on LUCENE-3178: Not sure about AndHighLow; I

[jira] [Commented] (LUCENE-5553) IndexReader#ReaderClosedListener is not always called on IndexReader#close()

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

[jira] [Commented] (SOLR-5783) Can we stop opening a new searcher when the index hasn't changed?

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

[jira] [Resolved] (SOLR-5783) Can we stop opening a new searcher when the index hasn't changed?

2014-03-25 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-5783. Resolution: Fixed Assignee: Hoss Man Can we stop opening a new searcher when the index hasn't

[jira] [Commented] (SOLR-5859) Harden the Overseer restart mechanism

2014-03-25 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13946745#comment-13946745 ] Shalin Shekhar Mangar commented on SOLR-5859: - This seems to be a much better

[jira] [Commented] (LUCENE-5553) IndexReader#ReaderClosedListener is not always called on IndexReader#close()

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

[jira] [Commented] (LUCENE-5553) IndexReader#ReaderClosedListener is not always called on IndexReader#close()

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

[jira] [Resolved] (LUCENE-5553) IndexReader#ReaderClosedListener is not always called on IndexReader#close()

2014-03-25 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer resolved LUCENE-5553. - Resolution: Fixed Fix Version/s: 5.0 4.8 Assignee:

[jira] [Commented] (SOLR-5909) Upgrade Carrot2 clustering dependency to 3.9.0

2014-03-25 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13946808#comment-13946808 ] Dawid Weiss commented on SOLR-5909: --- Thanks Hoss, I'll look into it. Odd. Upgrade

[jira] [Commented] (SOLR-5909) Upgrade Carrot2 clustering dependency to 3.9.0

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

Re: Lucene/Solr 4.7.1

2014-03-25 Thread Steve Rowe
I’m building a 4.7.1 RC now, including Simon’s LUCENE-5553 commit (r1581408). On Mar 17, 2014, at 11:52 AM, Steve Rowe sar...@gmail.com wrote: I’d like to make a 4.7.1 release. I’ve committed SOLR-5875 to the lucene_solr_4_7 branch; I think it definitely warrants a bugfix release. I

[JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.7.0_60-ea-b10) - Build # 9797 - Still Failing!

2014-03-25 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/9797/ Java: 64bit/jdk1.7.0_60-ea-b10 -XX:-UseCompressedOops -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.handler.clustering.carrot2.CarrotClusteringEngineTest.testCarrotStc Error Message: number of clusters: [{labels=[Data

[jira] [Created] (LUCENE-5554) Add TermBulkScorer

2014-03-25 Thread Michael McCandless (JIRA)
Michael McCandless created LUCENE-5554: -- Summary: Add TermBulkScorer Key: LUCENE-5554 URL: https://issues.apache.org/jira/browse/LUCENE-5554 Project: Lucene - Core Issue Type:

[jira] [Commented] (LUCENE-5554) Add TermBulkScorer

2014-03-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13946920#comment-13946920 ] Michael McCandless commented on LUCENE-5554: Perf of patch vs trunk:

[jira] [Updated] (LUCENE-5554) Add TermBulkScorer

2014-03-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-5554: --- Attachment: LUCENE-5554.patch Patch. Add TermBulkScorer --

[jira] [Commented] (LUCENE-5554) Add TermBulkScorer

2014-03-25 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13946933#comment-13946933 ] Robert Muir commented on LUCENE-5554: - I don't really like the idea of adding classes

[jira] [Created] (SOLR-5910) Check available disk space prior to replication

2014-03-25 Thread marty (JIRA)
marty created SOLR-5910: --- Summary: Check available disk space prior to replication Key: SOLR-5910 URL: https://issues.apache.org/jira/browse/SOLR-5910 Project: Solr Issue Type: Improvement

[jira] [Commented] (LUCENE-5554) Add TermBulkScorer

2014-03-25 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13946962#comment-13946962 ] Shai Erera commented on LUCENE-5554: I think it's good to add this specialization. We

[jira] [Commented] (LUCENE-5554) Add TermBulkScorer

2014-03-25 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13946967#comment-13946967 ] Yonik Seeley commented on LUCENE-5554: -- Performance is a primary goal, and the

[jira] [Commented] (LUCENE-5554) Add TermBulkScorer

2014-03-25 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13946970#comment-13946970 ] Robert Muir commented on LUCENE-5554: - I dont think its good to commit a

Re: [JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.7.0_60-ea-b10) - Build # 9796 - Failure!

2014-03-25 Thread Dawid Weiss
Just fyi: the difference in clustering result is caused by a fix to this bug: http://issues.carrot2.org/browse/CARROT-1008 So the test had to be updated, the new result it correct. D. On Tue, Mar 25, 2014 at 4:59 PM, Chris Hostetter hossman_luc...@fucit.org wrote: Looks like a problem with

[jira] [Commented] (LUCENE-5052) bitset codec for off heap filters

2014-03-25 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13947067#comment-13947067 ] Mikhail Khludnev commented on LUCENE-5052: -- [~mikemccand] let's agree on desired

[jira] [Created] (SOLR-5911) Cannot store term vector payloads

2014-03-25 Thread Michael McCandless (JIRA)
Michael McCandless created SOLR-5911: Summary: Cannot store term vector payloads Key: SOLR-5911 URL: https://issues.apache.org/jira/browse/SOLR-5911 Project: Solr Issue Type: Improvement

[jira] [Commented] (LUCENE-5052) bitset codec for off heap filters

2014-03-25 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13947075#comment-13947075 ] Robert Muir commented on LUCENE-5052: - {quote} Let me ask one off-top question about

[jira] [Commented] (LUCENE-5553) IndexReader#ReaderClosedListener is not always called on IndexReader#close()

2014-03-25 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13947080#comment-13947080 ] Uwe Schindler commented on LUCENE-5553: --- Thanks, cool. I knew about this problem,

[jira] [Commented] (LUCENE-5052) bitset codec for off heap filters

2014-03-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13947085#comment-13947085 ] Michael McCandless commented on LUCENE-5052: bq. this posting format should

[jira] [Commented] (SOLR-5831) Scale score PostFilter

2014-03-25 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13947115#comment-13947115 ] Joel Bernstein commented on SOLR-5831: -- Hi Peter, It looks like you haven't updated

[jira] [Assigned] (SOLR-5831) Scale score PostFilter

2014-03-25 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein reassigned SOLR-5831: Assignee: Joel Bernstein Scale score PostFilter --

[JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.8.0) - Build # 9799 - Still Failing!

2014-03-25 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/9799/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC 1 tests failed. REGRESSION: org.apache.lucene.analysis.core.TestRandomChains.testRandomChainsWithLargeStrings Error Message: Java heap space Stack Trace:

[jira] [Updated] (SOLR-5831) Scale score PostFilter

2014-03-25 Thread Peter Keegan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Keegan updated SOLR-5831: --- Attachment: SOLR-5831.patch Scale score PostFilter -- Key:

[jira] [Updated] (SOLR-5865) Provide a MiniSolrCloudCluster to enable easier testing

2014-03-25 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-5865: - Attachment: SOLR-5865wait.patch Provide a MiniSolrCloudCluster to enable easier testing

[jira] [Commented] (SOLR-5865) Provide a MiniSolrCloudCluster to enable easier testing

2014-03-25 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13947242#comment-13947242 ] Gregory Chanan commented on SOLR-5865: -- Thanks for handling this Mark. I haven't seen

[jira] [Commented] (SOLR-5831) Scale score PostFilter

2014-03-25 Thread Peter Keegan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13947250#comment-13947250 ] Peter Keegan commented on SOLR-5831: Hi Joel, I've updated the patch which includes

[jira] [Commented] (SOLR-5865) Provide a MiniSolrCloudCluster to enable easier testing

2014-03-25 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13947261#comment-13947261 ] Mark Miller commented on SOLR-5865: --- bq. I haven't seen this fail on trunk I have seen

Re: Adding Collections to Admin UI

2014-03-25 Thread Upayavira
I'd love to make this stuff easier (SOLR-5507). Stalled on how to make a transition work. Just starting a new codebase using Angular would be great, but could easily become a stalled effort, and easily make things worse than they are now (two code bases to understand, rather than one). If

[jira] [Commented] (SOLR-5865) Provide a MiniSolrCloudCluster to enable easier testing

2014-03-25 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13947272#comment-13947272 ] Gregory Chanan commented on SOLR-5865: -- Great, thanks for the data Mark. If I get

[jira] [Created] (SOLR-5912) Update ref guide (cwiki) ACL process to reflect new reality from infra

2014-03-25 Thread Hoss Man (JIRA)
Hoss Man created SOLR-5912: -- Summary: Update ref guide (cwiki) ACL process to reflect new reality from infra Key: SOLR-5912 URL: https://issues.apache.org/jira/browse/SOLR-5912 Project: Solr Issue

[jira] [Assigned] (SOLR-5912) Update ref guide (cwiki) ACL process to reflect new reality from infra

2014-03-25 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man reassigned SOLR-5912: -- Assignee: Uwe Schindler Uwe, if you can handle this part... bq. get the list of everyone currently in

[VOTE] Lucene / Solr 4.7.1 RC1

2014-03-25 Thread Steve Rowe
Please vote for the first Release Candidate for Lucene/Solr 4.7.1. Download it here: http://people.apache.org/~sarowe/staging_area/lucene-solr-4.7.1-RC1-rev1581444/ Smoke tester cmdline: python3.2 -u dev-tools/scripts/smokeTestRelease.py \

  1   2   >