[jira] [Commented] (SOLR-2907) java.lang.IllegalArgumentException: deltaQuery has no column to resolve to declared primary key pk='ITEM_ID, CATEGORY_ID'

2013-07-09 Thread Aaron Greenspan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13702973#comment-13702973 ] Aaron Greenspan commented on SOLR-2907: --- I just ran into this in Solr 4.3.0. The

RE: Several builds hanging pecause of permgen

2013-07-09 Thread Uwe Schindler
Hi Mark, The problem with raising permgen is: - It's Hotspot specific only, so does not work with other JVMs - Its no longer available in Java 8 I would really prefer to maybe tune the tests and maybe not create so many nodes in the cloud tests. It looks like the bug happens more often with

[JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.8.0-ea-b96) - Build # 6403 - Failure!

2013-07-09 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/6403/ Java: 64bit/jdk1.8.0-ea-b96 -XX:-UseCompressedOops -XX:+UseG1GC No tests ran. Build Log: [...truncated 188 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:395: The following error occurred while

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0-ea-b96) - Build # 6479 - Failure!

2013-07-09 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/6479/ Java: 64bit/jdk1.8.0-ea-b96 -XX:-UseCompressedOops -XX:+UseG1GC No tests ran. Build Log: [...truncated 170 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:389: The following error occurred

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

2013-07-09 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/6404/ Java: 64bit/jdk1.8.0-ea-b96 -XX:+UseCompressedOops -XX:+UseSerialGC No tests ran. Build Log: [...truncated 28 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:395: The following error occurred

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_25) - Build # 3015 - Failure!

2013-07-09 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/3015/ Java: 64bit/jdk1.7.0_25 -XX:+UseCompressedOops -XX:+UseSerialGC No tests ran. Build Log: [...truncated 15 lines...] - To unsubscribe, e-mail:

Re: Several builds hanging pecause of permgen

2013-07-09 Thread Dawid Weiss
What's the core of those permgen leaks, guys? Is it the number of classes (via different classloaders)? Number of interned strings? Maybe something is going on that we should reflect on before we raise the default permgen limit? Our typical permgen headaches were due to repeated classloader leaks

[JENKINS] Lucene-Solr-Tests-4.x-Java7 - Build # 1396 - Still Failing

2013-07-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-Java7/1396/ 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZkTest Error Message: 1 thread leaked from SUITE scope at org.apache.solr.cloud.BasicDistributedZkTest: 1) Thread[id=2486,

RE: Several builds hanging pecause of permgen

2013-07-09 Thread Uwe Schindler
Hi Mark, I am sure, it's horrible slowdoop! It doesn't bother me that you say slowdoop or say that you said that hadoop was made by first year students on twitter - but I will point out it kind of makes you look like a dick - a community of people work on that project that is very similar

RE: Several builds hanging pecause of permgen

2013-07-09 Thread Uwe Schindler
I inspected the heap dumps already, 2 things are interesting: - The heap dump file is quite small (only approx. 50 MB), so the permgen issues start when not even -Xmx is used completely. - There are lots of (250) reflection class loaders, but no leaks. All classloaders exist one time, just the

Re: Several builds hanging pecause of permgen

2013-07-09 Thread Dawid Weiss
How do I get the number of interned Strings from jvisualvm? Don't know about jvisualvm but: The jmap -permgen command prints statistics for the objects in the permanent generation, including information about internalized String instances. See 2.7.4 Getting Information on the Permanent

RE: Several builds hanging pecause of permgen

2013-07-09 Thread Uwe Schindler
I digged more: In most heap dumps, the failing thread looks like that, so it looks like Log4J is the bad guy - I looked at the code, it does tricky stuff to get stack traces but I found no String.intern() anywhere. My question: When did we change tests to use log4j? Was this before/after the

RE: Several builds hanging pecause of permgen

2013-07-09 Thread Uwe Schindler
Hi, Yeah, and permgen is not included in the dump :( http://stackoverflow.com/questions/4080010/how-to-dump-permgen So you can only look at a live JVM, which is hard because you don't know when it dies. Once it died, it's too late as jmap in most cases cannot connect anymore (and only kill -9

[jira] [Commented] (SOLR-5017) Allow sharding based on the value of a field

2013-07-09 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703039#comment-13703039 ] Noble Paul commented on SOLR-5017: -- bq.I could see by default, the compositeId router also

[jira] [Comment Edited] (SOLR-5017) Allow sharding based on the value of a field

2013-07-09 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703039#comment-13703039 ] Noble Paul edited comment on SOLR-5017 at 7/9/13 8:11 AM: -- bq.I

[JENKINS] Lucene-Solr-Tests-4.x-Java6 - Build # 1778 - Failure

2013-07-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-Java6/1778/ 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZkTest Error Message: 1 thread leaked from SUITE scope at org.apache.solr.cloud.BasicDistributedZkTest: 1) Thread[id=2386,

Re: Several builds hanging pecause of permgen

2013-07-09 Thread Shai Erera
FWIW, we're testing indexing on hadoop too, using LocalJobRunner, no MiniDFCluster (since we're not after testing HDFS, only our MapReduce logic) and it works on Windows and Linux. Not everything is testable that way though, for instance there were bugs that were only exposed on a true HDFS (but

[jira] [Commented] (SOLR-3076) Solr(Cloud) should support block joins

2013-07-09 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703080#comment-13703080 ] Mikhail Khludnev commented on SOLR-3076: bq. 2. How would Solr block join compare

[jira] [Commented] (SOLR-5022) PermGen exhausted test failures on Jenkins.

2013-07-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703084#comment-13703084 ] Robert Muir commented on SOLR-5022: --- -1 to increasing permgen. solr ran fine without it

[jira] [Commented] (SOLR-5022) PermGen exhausted test failures on Jenkins.

2013-07-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703087#comment-13703087 ] Robert Muir commented on SOLR-5022: --- This isnt the heap where you give things plenty of

[jira] [Commented] (SOLR-5022) PermGen exhausted test failures on Jenkins.

2013-07-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703100#comment-13703100 ] Uwe Schindler commented on SOLR-5022: - The problem with raising permgen is: - It's

[jira] [Commented] (SOLR-5022) PermGen exhausted test failures on Jenkins.

2013-07-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703102#comment-13703102 ] Uwe Schindler commented on SOLR-5022: - One thing in addition: We currently have a

[jira] [Commented] (SOLR-5022) PermGen exhausted test failures on Jenkins.

2013-07-09 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703104#comment-13703104 ] Dawid Weiss commented on SOLR-5022: --- bq. Or alternatively put all hadoop tests in a test

[jira] [Comment Edited] (SOLR-5017) Allow sharding based on the value of a field

2013-07-09 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703039#comment-13703039 ] Noble Paul edited comment on SOLR-5017 at 7/9/13 10:49 AM: --- bq.I

Re: 4.4 release planning

2013-07-09 Thread Erick Erickson
Steve: So is the plan to address the Permgen issues before releasing and fix it both on the branch and 4x and trunk? On Tue, Jul 9, 2013 at 1:51 AM, Steve Rowe sar...@gmail.com wrote: 4.4 branch created. On Jul 8, 2013, at 12:37 PM, Steve Rowe sar...@gmail.com wrote: As I mentioned a week

[jira] [Commented] (SOLR-5020) Add final() method to DelegatingCollector

2013-07-09 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703189#comment-13703189 ] Mikhail Khludnev commented on SOLR-5020: I second this feature, however I suppose

[jira] [Commented] (SOLR-5020) Add final() method to DelegatingCollector

2013-07-09 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703200#comment-13703200 ] Robert Muir commented on SOLR-5020: --- We discussed this on another issue (I think I may

Re: 4.4 release planning

2013-07-09 Thread Yonik Seeley
On Tue, Jul 9, 2013 at 7:07 AM, Erick Erickson erickerick...@gmail.com wrote: So is the plan to address the Permgen issues before releasing and fix it both on the branch and 4x and trunk? IMO, it depends if people think it's a test-only issue or not, a hadoop-only issue or not, etc. All bug

RE: 4.4 release planning

2013-07-09 Thread Uwe Schindler
Hi, Mark created https://issues.apache.org/jira/browse/SOLR-5022 I think at this time it is hard to find out if it’s a serious production issue or just a test issue. The problem is currently that its hard to reproduce consistently and when it reproduces, the JVM is completely dead, not

[jira] [Updated] (SOLR-5022) PermGen exhausted test failures on Jenkins.

2013-07-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-5022: Component/s: Tests Priority: Blocker (was: Major) Fix Version/s: 4.4

[jira] [Created] (SOLR-5023) deleteInstanceDir is added to CoreAdminHandler but can't be passed with solrj

2013-07-09 Thread Lyubov Romanchuk (JIRA)
Lyubov Romanchuk created SOLR-5023: -- Summary: deleteInstanceDir is added to CoreAdminHandler but can't be passed with solrj Key: SOLR-5023 URL: https://issues.apache.org/jira/browse/SOLR-5023

[jira] [Commented] (SOLR-5017) Allow sharding based on the value of a field

2013-07-09 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703236#comment-13703236 ] Jack Krupansky commented on SOLR-5017: -- bq. Not sure what you mean by explicit routing

[jira] [Commented] (SOLR-5017) Allow sharding based on the value of a field

2013-07-09 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703246#comment-13703246 ] Noble Paul commented on SOLR-5017: -- if a collection is created with the shardField value,

[jira] [Commented] (SOLR-5022) PermGen exhausted test failures on Jenkins.

2013-07-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703245#comment-13703245 ] Uwe Schindler commented on SOLR-5022: - Maybe I know, why the permgen issues do not

[jira] [Commented] (SOLR-5022) PermGen exhausted test failures on Jenkins.

2013-07-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703263#comment-13703263 ] Mark Miller commented on SOLR-5022: --- bq. solr ran fine without it before, It runs fine

[jira] [Commented] (SOLR-5022) PermGen exhausted test failures on Jenkins.

2013-07-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703264#comment-13703264 ] Mark Miller commented on SOLR-5022: --- bq. It looks like the bug happens more often with

[JENKINS] Lucene-Solr-Tests-4.x-Java6 - Build # 1779 - Still Failing

2013-07-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-Java6/1779/ 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZkTest Error Message: 1 thread leaked from SUITE scope at org.apache.solr.cloud.BasicDistributedZkTest: 1) Thread[id=1485,

[jira] [Commented] (SOLR-5022) PermGen exhausted test failures on Jenkins.

2013-07-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703265#comment-13703265 ] Mark Miller commented on SOLR-5022: --- bq. Its no longer available in Java 8 And do you

[jira] [Updated] (SOLR-5022) PermGen exhausted test failures on Jenkins.

2013-07-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-5022: -- Priority: Major (was: Blocker) PermGen exhausted test failures on Jenkins.

Re: 4.4 release planning

2013-07-09 Thread Mark Miller
On Jul 9, 2013, at 8:52 AM, Uwe Schindler u...@thetaphi.de wrote: Until we know *what and *where* the issue is, I see this as blocker. That code has been running for months in the real world on huge amounts of data for long periods of time with no perm gen issues. It's an issue with the

[jira] [Commented] (SOLR-5022) PermGen exhausted test failures on Jenkins.

2013-07-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703275#comment-13703275 ] Uwe Schindler commented on SOLR-5022: - bq. And do you see the problem on Java 8 runs?

[jira] [Commented] (SOLR-5022) PermGen exhausted test failures on Jenkins.

2013-07-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703274#comment-13703274 ] Mark Miller commented on SOLR-5022: --- bq. the Jenkins server on MacOSX runs with one JVM

[jira] [Updated] (SOLR-5022) PermGen exhausted test failures on Jenkins.

2013-07-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-5022: Attachment: SOLR-5022.patch Here is a patch not for the permgen issue, but make Jenkins more

[jira] [Commented] (SOLR-5022) PermGen exhausted test failures on Jenkins.

2013-07-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703278#comment-13703278 ] Uwe Schindler commented on SOLR-5022: - bq. For running the clover target, we set the

[jira] [Updated] (SOLR-5005) JavaScriptRequestHandler

2013-07-09 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-5005: - Attachment: SOLR-5005.patch new methods and changed variable names

[jira] [Comment Edited] (SOLR-5005) JavaScriptRequestHandler

2013-07-09 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13701996#comment-13701996 ] Noble Paul edited comment on SOLR-5005 at 7/9/13 1:55 PM: -- sample

[jira] [Commented] (SOLR-5022) PermGen exhausted test failures on Jenkins.

2013-07-09 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703282#comment-13703282 ] Dawid Weiss commented on SOLR-5022: --- I wouldn't want to argue whether increasing permgen

[jira] [Commented] (SOLR-5022) PermGen exhausted test failures on Jenkins.

2013-07-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703294#comment-13703294 ] Uwe Schindler commented on SOLR-5022: - Thanks Dawid, so I don't need to setup

[jira] [Commented] (SOLR-5022) PermGen exhausted test failures on Jenkins.

2013-07-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703295#comment-13703295 ] Mark Miller commented on SOLR-5022: --- Patch looks good Uwe - +1 on that approach. bq.

[jira] [Commented] (SOLR-5022) PermGen exhausted test failures on Jenkins.

2013-07-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703297#comment-13703297 ] ASF subversion and git services commented on SOLR-5022: --- Commit

[jira] [Commented] (SOLR-5022) PermGen exhausted test failures on Jenkins.

2013-07-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703305#comment-13703305 ] ASF subversion and git services commented on SOLR-5022: --- Commit

[jira] [Commented] (SOLR-5022) PermGen exhausted test failures on Jenkins.

2013-07-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703306#comment-13703306 ] ASF subversion and git services commented on SOLR-5022: --- Commit

[jira] [Commented] (SOLR-4981) BasicDistributedZkTest fails on FreeBSD jenkins due to thread leak.

2013-07-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703318#comment-13703318 ] Mark Miller commented on SOLR-4981: --- None of these changes have helped this.

[jira] [Commented] (SOLR-5007) TestRecoveryHdfs seems to be leaking a thread occasionally that ends up failing a completely different test.

2013-07-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703321#comment-13703321 ] Mark Miller commented on SOLR-5007: --- HADOOP-9703 seems to be making some progress. bq.

[jira] [Assigned] (SOLR-5023) deleteInstanceDir is added to CoreAdminHandler but can't be passed with solrj

2013-07-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reassigned SOLR-5023: - Assignee: Mark Miller deleteInstanceDir is added to CoreAdminHandler but can't be passed

[jira] [Commented] (SOLR-5023) deleteInstanceDir is added to CoreAdminHandler but can't be passed with solrj

2013-07-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703323#comment-13703323 ] Mark Miller commented on SOLR-5023: --- We should add the deleteDataDir option as well. I

[jira] [Updated] (SOLR-5023) deleteInstanceDir is added to CoreAdminHandler but can't be passed with solrj

2013-07-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-5023: -- Fix Version/s: 4.5 5.0 deleteInstanceDir is added to CoreAdminHandler but can't

[JENKINS] Lucene-Solr-Tests-4.x-Java7 - Build # 1397 - Still Failing

2013-07-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-Java7/1397/ 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZkTest Error Message: 1 thread leaked from SUITE scope at org.apache.solr.cloud.BasicDistributedZkTest: 1) Thread[id=2096,

[jira] [Commented] (SOLR-4943) Add a new info admin handler.

2013-07-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703342#comment-13703342 ] Mark Miller commented on SOLR-4943: --- Okay, I'm about ready to put this in so that the UI

[jira] [Commented] (SOLR-5010) Add REST support for Copy Fields

2013-07-09 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703343#comment-13703343 ] Yonik Seeley commented on SOLR-5010: For a more JSONish API, perhaps we should

[jira] [Updated] (SOLR-5022) PermGen exhausted test failures on Jenkins.

2013-07-09 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated SOLR-5022: -- Attachment: intern-count-win.txt This is a count/uniq of a full run from a Windows box. I forgot it

[jira] [Commented] (LUCENE-5084) EliasFanoDocIdSet

2013-07-09 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703369#comment-13703369 ] Adrien Grand commented on LUCENE-5084: -- bq. for now I'll concentrate on adding an

[jira] [Commented] (SOLR-5007) TestRecoveryHdfs seems to be leaking a thread occasionally that ends up failing a completely different test.

2013-07-09 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703371#comment-13703371 ] Dawid Weiss commented on SOLR-5007: --- Yep, it's better to ignore those known threads than

[jira] [Commented] (LUCENE-5084) EliasFanoDocIdSet

2013-07-09 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703373#comment-13703373 ] David Smiley commented on LUCENE-5084: -- bq. Otherwise I would like to commit your

[jira] [Commented] (LUCENE-5092) join: don't expect all filters to be FixedBitSet instances

2013-07-09 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703381#comment-13703381 ] Adrien Grand commented on LUCENE-5092: -- Since block join scores seem to all score in

[jira] [Commented] (LUCENE-2750) add Kamikaze 3.0.1 into Lucene

2013-07-09 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703385#comment-13703385 ] Adrien Grand commented on LUCENE-2750: -- For the record, Daniel Lemire wrote a post

[jira] [Commented] (SOLR-5010) Add REST support for Copy Fields

2013-07-09 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703415#comment-13703415 ] Grant Ingersoll commented on SOLR-5010: --- bq. For a more JSONish API, perhaps D'oh,

[JENKINS] Lucene-Solr-Tests-trunk-Java7 - Build # 4130 - Failure

2013-07-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java7/4130/ 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZkTest Error Message: 1 thread leaked from SUITE scope at org.apache.solr.cloud.BasicDistributedZkTest: 1) Thread[id=2792,

[jira] [Updated] (SOLR-4914) Factor out core discovery and persistence logic

2013-07-09 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated SOLR-4914: Attachment: SOLR-4914.patch Nearly there. ShardSplitTest is failing consistently, and I still need

[jira] [Commented] (SOLR-5020) Add final() method to DelegatingCollector

2013-07-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703492#comment-13703492 ] ASF subversion and git services commented on SOLR-5020: --- Commit

[jira] [Commented] (SOLR-4914) Factor out core discovery and persistence logic

2013-07-09 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703501#comment-13703501 ] Erick Erickson commented on SOLR-4914: -- bq: I think renaming it is probably the most

[jira] [Commented] (SOLR-5020) Add final() method to DelegatingCollector

2013-07-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703509#comment-13703509 ] ASF subversion and git services commented on SOLR-5020: --- Commit

[jira] [Resolved] (SOLR-5020) Add final() method to DelegatingCollector

2013-07-09 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-5020. Resolution: Fixed Fix Version/s: 4.4 Although I'm still questioning configurable collectors,

[jira] [Updated] (SOLR-5020) Add final() method to DelegatingCollector

2013-07-09 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-5020: --- Fix Version/s: (was: 4.4) 4.5 Add final() method to DelegatingCollector

[jira] [Commented] (SOLR-4914) Factor out core discovery and persistence logic

2013-07-09 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703547#comment-13703547 ] Alan Woodward commented on SOLR-4914: - I think if deleteIndex=true then it will already

[jira] [Commented] (SOLR-4345) Solr Admin UI dosent work in IE 10

2013-07-09 Thread Ali Kianzadeh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703550#comment-13703550 ] Ali Kianzadeh commented on SOLR-4345: - I just to report that issue still exist in Solr

[jira] [Updated] (SOLR-4886) configure and test PDF export of SOLR CWIKI after existing ref guide content is loaded

2013-07-09 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-4886: --- Description: * add the ASL as a page in the wiki such that it appears early in the exported PDF * test that

[jira] [Updated] (SOLR-5020) Add finnish() method to DelegatingCollector

2013-07-09 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5020: - Summary: Add finnish() method to DelegatingCollector (was: Add final() method to

[jira] [Commented] (SOLR-4345) Solr Admin UI dosent work in IE 10

2013-07-09 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703567#comment-13703567 ] Yonik Seeley commented on SOLR-4345: Confirmed - current trunk does not work with IE10

[jira] [Updated] (SOLR-5020) Add finish() method to DelegatingCollector

2013-07-09 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5020: - Summary: Add finish() method to DelegatingCollector (was: Add finnish() method to

[jira] [Updated] (SOLR-5020) Add finish() method to DelegatingCollector

2013-07-09 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5020: - Description: This issue adds a finish() method to the DelegatingCollector class so that it can

[jira] [Updated] (SOLR-5020) Add finish() method to DelegatingCollector

2013-07-09 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5020: - Description: This issue adds a finish() method to the DelegatingCollector class so that it can

[jira] [Commented] (LUCENE-5084) EliasFanoDocIdSet

2013-07-09 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703581#comment-13703581 ] Paul Elschot commented on LUCENE-5084: -- For now the indexed version is in subclasses

[jira] [Commented] (SOLR-5020) Add finish() method to DelegatingCollector

2013-07-09 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-5020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703602#comment-13703602 ] Tomás Fernández Löbbe commented on SOLR-5020: - I think the issue Robert refers

[jira] [Commented] (SOLR-4998) Make the use of Slice and Shard consistent across the code and document base

2013-07-09 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703604#comment-13703604 ] Yonik Seeley commented on SOLR-4998: The maxShardsPerNode parameter uses shard in the

[jira] [Commented] (SOLR-4808) Persist and use replication factor and maxShardsPerNode at Collection and Shard level

2013-07-09 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703627#comment-13703627 ] Yonik Seeley commented on SOLR-4808: bq. New mandatory collectionApiMode parameter

[jira] [Created] (LUCENE-5098) Broadword bit selection

2013-07-09 Thread Paul Elschot (JIRA)
Paul Elschot created LUCENE-5098: Summary: Broadword bit selection Key: LUCENE-5098 URL: https://issues.apache.org/jira/browse/LUCENE-5098 Project: Lucene - Core Issue Type: Improvement

[jira] [Resolved] (SOLR-4958) Document policies/process arround maintaining hte solr ref guide

2013-07-09 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-4958. Resolution: Fixed Initial work is done...

[jira] [Updated] (LUCENE-5098) Broadword bit selection

2013-07-09 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-5098: - Attachment: LUCENE-5098.patch Broadword bit selection ---

[jira] [Commented] (SOLR-4997) The splitshard api doesn't call commit on new sub shards

2013-07-09 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703645#comment-13703645 ] Shalin Shekhar Mangar commented on SOLR-4997: - I think I have found the cause

[jira] [Commented] (LUCENE-5098) Broadword bit selection

2013-07-09 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703649#comment-13703649 ] Paul Elschot commented on LUCENE-5098: -- This has some methods and constants inspired

[jira] [Commented] (SOLR-5017) Allow sharding based on the value of a field

2013-07-09 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703653#comment-13703653 ] Yonik Seeley commented on SOLR-5017: bq. the _shard_ parameter is the actual name of

[jira] [Commented] (SOLR-4886) configure and test PDF export of SOLR CWIKI after existing ref guide content is loaded

2013-07-09 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703660#comment-13703660 ] Cassandra Targett commented on SOLR-4886: - A couple things to note about

[jira] [Commented] (LUCENE-5084) EliasFanoDocIdSet

2013-07-09 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703662#comment-13703662 ] Paul Elschot commented on LUCENE-5084: -- Broadword bit selection is at LUCENE-5098 .

Re: Solr Wikis and Reference guide

2013-07-09 Thread Chris Hostetter
: I was wondering the same thing. Yesterday I was going to update a : page on the Solr Wiki and stopped myself after remembering this email : and feeling unsure if my effort will be thrown away in favour of the : new Confluence Wiki and new Solr Ref Guide. Bottom line: It's better to write

[jira] [Created] (LUCENE-5099) QueryNodeProcessorImpl should set parent to nulll before returning on processing

2013-07-09 Thread Adriano Crestani (JIRA)
Adriano Crestani created LUCENE-5099: Summary: QueryNodeProcessorImpl should set parent to nulll before returning on processing Key: LUCENE-5099 URL: https://issues.apache.org/jira/browse/LUCENE-5099

[jira] [Commented] (SOLR-4957) Audit format/plugin/markup problems in solr ref guide related to Confluence 5.x upgrade

2013-07-09 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703684#comment-13703684 ] Hoss Man commented on SOLR-4957: Since it looks like the Solr 4.4 release is going to

[jira] [Commented] (SOLR-4886) configure and test PDF export of SOLR CWIKI after existing ref guide content is loaded

2013-07-09 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703688#comment-13703688 ] Cassandra Targett commented on SOLR-4886: - Header levels are also problematic and

[jira] [Commented] (SOLR-4886) configure and test PDF export of SOLR CWIKI after existing ref guide content is loaded

2013-07-09 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703729#comment-13703729 ] Cassandra Targett commented on SOLR-4886: - See also this comment in

[jira] [Commented] (SOLR-5010) Add REST support for Copy Fields

2013-07-09 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703746#comment-13703746 ] Yonik Seeley commented on SOLR-5010: Floks, remember when writing new tests that

  1   2   >