RE: Refactoring Lucene to Variable-Width DocIds

2013-07-10 Thread Uwe Schindler
Hi Ed, you can have (and in fact you must) have your own doc ids. Solr has them, ElasticSearch has them. Which are implemented as fields in the index (like you do this in a relational database: You define one column as the primary key). Lucene’s docids are completely internal and not

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

2013-07-10 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704285#comment-13704285 ] Dawid Weiss commented on SOLR-5022: --- Ok, thanks Uwe. I'll keep digging.

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

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

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

2013-07-10 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/3019/ Java: 64bit/jdk1.7.0_25 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. REGRESSION: org.apache.solr.store.blockcache.BlockDirectoryTest.testRandomAccessWrites Error Message: Test failed on pass [8] Stack

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

2013-07-10 Thread Uwe Schindler
This looks like a real error in the new BlockDirectory! - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Policeman Jenkins Server [mailto:jenk...@thetaphi.de] Sent: Wednesday, July 10, 2013 11:37 AM To:

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

2013-07-10 Thread Uwe Schindler
Sorry, in the BlockDirectoryTest - could be a test bug (negative random). - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Uwe Schindler [mailto:u...@thetaphi.de] Sent: Wednesday, July 10, 2013 11:44 AM

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

2013-07-10 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704424#comment-13704424 ] Grant Ingersoll commented on SOLR-5010: --- bq. explicitly with ignoreException(regex

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

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

Re: Refactoring Lucene to Variable-Width DocIds

2013-07-10 Thread Grant Ingersoll
On Jul 10, 2013, at 2:37 AM, Uwe Schindler u...@thetaphi.de wrote: The internal integers are only to be used *inside* the Lucene API and are not stable at all. I think what Ed is getting at is what if you threw out those assumptions and that instead the _internal_ ids were variable width

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

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

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

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

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

2013-07-10 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved SOLR-5010. --- Resolution: Fixed Add REST support for Copy Fields

Re: [jira] [Created] (SOLR-5024) java client(solrj 4.1.0) can not get the ngroup number.

2013-07-10 Thread Erick Erickson
Sun: Any chance you could provide a patch? Bonus points for a test G... Erick On Wed, Jul 10, 2013 at 12:31 AM, sun (JIRA) j...@apache.org wrote: sun created SOLR-5024: - Summary: java client(solrj 4.1.0) can not get the ngroup number.

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

2013-07-10 Thread Lyubov Romanchuk (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lyubov Romanchuk updated SOLR-5023: --- Attachment: SOLR-5023.patch Patch for review. Created for 4.3.1 version.

Re: Refactoring Lucene to Variable-Width DocIds

2013-07-10 Thread Ed Kohlwey
Yes Grant, thats pretty much exactly it. I think what Ed is getting at is what if you threw out those assumptions and that instead the _internal_ ids were variable width (and perhaps stable?). Could you then forgo having to do this mapping that everyone is talking about?

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

2013-07-10 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704483#comment-13704483 ] Steve Rowe commented on SOLR-5010: -- {quote} I've got a fix for this about to be committed.

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

2013-07-10 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704485#comment-13704485 ] Erick Erickson commented on SOLR-5017: -- What can be accomplished by this that cannot

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

2013-07-10 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704491#comment-13704491 ] Noble Paul commented on SOLR-5017: -- bq.What can be accomplished by this that cannot be

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

2013-07-10 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704493#comment-13704493 ] Jack Krupansky commented on SOLR-5017: -- Hmmm... what happens when a document is

[jira] [Commented] (SOLR-5025) Implement true re-sharding for SolrCloud

2013-07-10 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704500#comment-13704500 ] Steve Rowe commented on SOLR-5025: -- +1 Another implementation possibility: Re-partition

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

2013-07-10 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704506#comment-13704506 ] Jack Krupansky commented on SOLR-5017: -- bq. there's no case made for why this is a

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

2013-07-10 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-4.x/383/ 2 tests failed. FAILED: org.apache.solr.cloud.BasicDistributedZkTest.org.apache.solr.cloud.BasicDistributedZkTest Error Message: 1 thread leaked from SUITE scope at org.apache.solr.cloud.BasicDistributedZkTest: 1)

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

2013-07-10 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704507#comment-13704507 ] Dawid Weiss commented on SOLR-5022: --- It's been both fun and a learning experience

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

2013-07-10 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704515#comment-13704515 ] Dawid Weiss commented on SOLR-5022: --- Full logs are at: http://goo.gl/gzlwk

Re: Refactoring Lucene to Variable-Width DocIds

2013-07-10 Thread Robert Muir
On Wed, Jul 10, 2013 at 8:00 AM, Ed Kohlwey ekohl...@gmail.com wrote: Yes Grant, thats pretty much exactly it. I think what Ed is getting at is what if you threw out those assumptions and that instead the _internal_ ids were variable width (and perhaps stable?). Could you then forgo having

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

2013-07-10 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704516#comment-13704516 ] Uwe Schindler commented on SOLR-5022: - Thanks Dawid, good and bad news. I agree, the

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

2013-07-10 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704519#comment-13704519 ] Steve Rowe commented on SOLR-5022: -- Dawid++ PermGen exhausted test

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

2013-07-10 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704533#comment-13704533 ] Erick Erickson commented on SOLR-5017: -- bq: If I have a already working system where

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

2013-07-10 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704534#comment-13704534 ] Jack Krupansky commented on SOLR-5022: -- Is this still looking like a test-only issue,

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

2013-07-10 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704535#comment-13704535 ] Uwe Schindler commented on SOLR-5022: - I was thinking about the same, would the

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

2013-07-10 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704536#comment-13704536 ] Yonik Seeley commented on SOLR-5017: bq. What if I to have a clean 'id' value which is

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

2013-07-10 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704537#comment-13704537 ] Dawid Weiss commented on SOLR-5022: --- The easiest way to check would be to expose/inspect

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

2013-07-10 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704536#comment-13704536 ] Yonik Seeley edited comment on SOLR-5017 at 7/10/13 1:17 PM: -

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

2013-07-10 Thread Erick Erickson
I'm continually in awe of the raw talent that this project is able to draw on. I think we owe Dawid all the beverages he wants us to buy him next time any of us see him. Of course if I wrote that every time I think it, I'd never show my face at any Apache conference again since I'd be sitting in

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

2013-07-10 Thread Dawid Weiss
I'm continually in awe of the raw talent that this project is able to draw on. Thanks, but the feeling is mutual, really. I learn a lot from people on this list (and in other open source projects). I think we owe Dawid all the beverages he wants us to buy him next time any of us see him.

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

2013-07-10 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704546#comment-13704546 ] Mark Miller commented on SOLR-5022: --- Thanks Dawid. I owe you some beer for the effort :)

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

2013-07-10 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704547#comment-13704547 ] Noble Paul commented on SOLR-5017: -- bq.Do you have such a system? . Yes. I had . The

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

2013-07-10 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704548#comment-13704548 ] Yonik Seeley commented on SOLR-5017: bq. Having to manually (and forever) muck up the

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

2013-07-10 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704550#comment-13704550 ] David Smiley commented on SOLR-5022: Thorough investigation Dawid! Wow.

[jira] [Commented] (SOLR-5016) Spatial clustering/grouping

2013-07-10 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704553#comment-13704553 ] David Smiley commented on SOLR-5016: FWIW I plan to do grid based faceting / heat map

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

2013-07-10 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704561#comment-13704561 ] Yonik Seeley commented on SOLR-5017: bq. It is very confusing to have these names

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

2013-07-10 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704576#comment-13704576 ] Robert Muir commented on SOLR-5022: --- {quote} We are adding a lot of classes and what not

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

2013-07-10 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 Final patch. All tests pass. There are a couple of bits here which

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

2013-07-10 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704585#comment-13704585 ] Mark Miller commented on SOLR-5022: --- bq. can we remove from the war? No - those are the

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

2013-07-10 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704586#comment-13704586 ] Noble Paul commented on SOLR-5017: -- bq.I think we should use the same parameter name for

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

2013-07-10 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-permgen.patch Here is a patch that at least fixes the problem for now. Some

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

2013-07-10 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704588#comment-13704588 ] Cassandra Targett commented on SOLR-4886: - I skimmed through the PDF looking for

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

2013-07-10 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704592#comment-13704592 ] Noble Paul commented on SOLR-5017: -- bq.Having to specify extra information is what seems

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

2013-07-10 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704595#comment-13704595 ] Yonik Seeley commented on SOLR-5017: bq. Perhaps that should be a different router...

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

2013-07-10 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704596#comment-13704596 ] Uwe Schindler commented on SOLR-5022: - In general last night I had an idea: We could

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

2013-07-10 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: Priority: Blocker (was: Major) PermGen exhausted test failures on Jenkins.

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

2013-07-10 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reassigned SOLR-5022: --- Assignee: Uwe Schindler PermGen exhausted test failures on Jenkins.

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

2013-07-10 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704597#comment-13704597 ] Robert Muir commented on SOLR-5022: --- {quote} The tests add a variety of other

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

2013-07-10 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704598#comment-13704598 ] Jack Krupansky commented on SOLR-5017: -- bq. If the id no longer contains enough

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

2013-07-10 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704599#comment-13704599 ] Mark Miller commented on SOLR-5022: --- bq. I mean this explains why we see the issue, from

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

2013-07-10 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704600#comment-13704600 ] Robert Muir commented on SOLR-5022: --- {quote} That doesn't really matter - what matter is

[jira] [Assigned] (SOLR-4991) Register QParserPlugin's as SolrInfoMBean's, allowing them to be visible externally like other plugins

2013-07-10 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher reassigned SOLR-4991: -- Assignee: Erik Hatcher Register QParserPlugin's as SolrInfoMBean's, allowing them to be

[jira] [Updated] (SOLR-4991) Register QParserPlugin's as SolrInfoMBean's, allowing them to be visible externally like other plugins

2013-07-10 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher updated SOLR-4991: --- Attachment: SOLR-4991.patch Here's a trunk-based patch without the numRequests. I'll commit to trunk

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

2013-07-10 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704605#comment-13704605 ] Mark Miller commented on SOLR-5022: --- Already, perm gen size can vary by jvm, OS, version,

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

2013-07-10 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704608#comment-13704608 ] Noble Paul commented on SOLR-5017: -- Speaking of the the best option my 2 cents 2

[jira] [Commented] (SOLR-4991) Register QParserPlugin's as SolrInfoMBean's, allowing them to be visible externally like other plugins

2013-07-10 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704610#comment-13704610 ] Steve Rowe commented on SOLR-4991: -- bq. Is this fair to commit to 4.4 branch as well? It'd

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

2013-07-10 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704611#comment-13704611 ] Robert Muir commented on SOLR-5022: --- My argument is that if this stuff is really optional

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

2013-07-10 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704613#comment-13704613 ] Mark Miller commented on SOLR-5022: --- bq. My argument is that if this stuff is really

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

2013-07-10 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704614#comment-13704614 ] Yonik Seeley commented on SOLR-5017: bq. 2) An ImplicitDocRouter (or is it

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

2013-07-10 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704616#comment-13704616 ] Robert Muir commented on SOLR-5022: --- I dont care what starts up what, I'm talking about

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

2013-07-10 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704619#comment-13704619 ] Mark Miller commented on SOLR-5022: --- If you won't accept that the raw number of classes

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

2013-07-10 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704620#comment-13704620 ] Robert Muir commented on SOLR-5022: --- Its not that i dont understand, its that there is

[jira] [Commented] (SOLR-5026) Test Fail: org.apache.solr.store.blockcache.BlockDirectoryTest.testRandomAccessWrites

2013-07-10 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704631#comment-13704631 ] Mark Miller commented on SOLR-5026: --- Looks like a minor test bug - I'll fix it.

[jira] [Created] (SOLR-5026) Test Fail: org.apache.solr.store.blockcache.BlockDirectoryTest.testRandomAccessWrites

2013-07-10 Thread Mark Miller (JIRA)
Mark Miller created SOLR-5026: - Summary: Test Fail: org.apache.solr.store.blockcache.BlockDirectoryTest.testRandomAccessWrites Key: SOLR-5026 URL: https://issues.apache.org/jira/browse/SOLR-5026

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

2013-07-10 Thread Mark Miller
I filed https://issues.apache.org/jira/browse/SOLR-5026 On Wed, Jul 10, 2013 at 5:37 AM, Policeman Jenkins Server jenk...@thetaphi.de wrote: Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/3019/ Java: 64bit/jdk1.7.0_25 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests

[jira] [Commented] (SOLR-5026) Test Fail: org.apache.solr.store.blockcache.BlockDirectoryTest.testRandomAccessWrites

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

[jira] [Commented] (SOLR-5026) Test Fail: org.apache.solr.store.blockcache.BlockDirectoryTest.testRandomAccessWrites

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

[jira] [Updated] (SOLR-5026) Test Fail: org.apache.solr.store.blockcache.BlockDirectoryTest.testRandomAccessWrites

2013-07-10 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-5026: -- Fix Version/s: 4.5 Test Fail:

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

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

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

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

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

2013-07-10 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704649#comment-13704649 ] Uwe Schindler commented on SOLR-5022: - bq. That's not true, you just don't understand.

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

2013-07-10 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704649#comment-13704649 ] Uwe Schindler edited comment on SOLR-5022 at 7/10/13 3:25 PM: --

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

2013-07-10 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704656#comment-13704656 ] Mark Miller commented on SOLR-5022: --- bq. Can we put the client classes into a smaller

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

2013-07-10 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704658#comment-13704658 ] Uwe Schindler commented on SOLR-5022: - OK, Mark. The hadoop-Jars are already small, OK.

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

2013-07-10 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704668#comment-13704668 ] Mark Miller commented on SOLR-5022: --- bq. My second idea was to run the MiniDFSCluster

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

2013-07-10 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704676#comment-13704676 ] Uwe Schindler commented on SOLR-5022: - We are here somehow in a deadlock: - I have to

[jira] [Commented] (LUCENE-3069) Lucene should have an entirely memory resident term dictionary

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

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

2013-07-10 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704686#comment-13704686 ] Uwe Schindler commented on SOLR-5022: - NOTE: I disabled the Hdfs tests on Policeman

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

2013-07-10 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704706#comment-13704706 ] Erick Erickson commented on SOLR-4914: -- A massive patch, so I haven't looked in great

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

2013-07-10 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704686#comment-13704686 ] Uwe Schindler edited comment on SOLR-5022 at 7/10/13 4:27 PM: --

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

2013-07-10 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704718#comment-13704718 ] Jack Krupansky commented on SOLR-5017: -- bq. ImplicitDocRouter I started referring

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

2013-07-10 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704739#comment-13704739 ] Alan Woodward commented on SOLR-4914: - re CoreAdminCreateDiscoverTest, the lines

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

2013-07-10 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/316/ 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=3397,

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

2013-07-10 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704749#comment-13704749 ] Erick Erickson commented on SOLR-4914: -- bq: I also think that this may remove the need

[jira] [Created] (SOLR-5027) CollapsingQParserPlugin

2013-07-10 Thread Joel Bernstein (JIRA)
Joel Bernstein created SOLR-5027: Summary: CollapsingQParserPlugin Key: SOLR-5027 URL: https://issues.apache.org/jira/browse/SOLR-5027 Project: Solr Issue Type: New Feature

[jira] [Updated] (SOLR-5027) CollapsingQParserPlugin

2013-07-10 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5027: - Attachment: SOLR-5027.patch Initial patch for review. CollapsingQParserPlugin

[jira] [Commented] (SOLR-4991) Register QParserPlugin's as SolrInfoMBean's, allowing them to be visible externally like other plugins

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

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

2013-07-10 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704789#comment-13704789 ] Yonik Seeley commented on SOLR-5010: bq. Any thoughts on what is the preferred approach

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

2013-07-10 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-5010: --- Attachment: json_regex.patch The current tests sometimes check for exact error messages, which gives

[jira] [Commented] (LUCENE-5081) Compress doc ID sets

2013-07-10 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704798#comment-13704798 ] Adrien Grand commented on LUCENE-5081: -- New patch: - renamed implementation to

[jira] [Updated] (LUCENE-5081) Compress doc ID sets

2013-07-10 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-5081: - Attachment: LUCENE-5081.patch Compress doc ID sets

[jira] [Commented] (SOLR-4991) Register QParserPlugin's as SolrInfoMBean's, allowing them to be visible externally like other plugins

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

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

2013-07-10 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13704806#comment-13704806 ] Adrien Grand commented on LUCENE-5092: -- I will commit the attached patch and open a

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_25) - Build # 3023 - Still Failing!

2013-07-10 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/3023/ Java: 32bit/jdk1.7.0_25 -server -XX:+UseParallelGC No tests ran. Build Log: [...truncated 10 lines...] FATAL: hudson.remoting.RequestAbortedException: hudson.remoting.Channel$OrderlyShutdown

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

2013-07-10 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/6501/ Java: 32bit/jdk1.8.0-ea-b96 -server -XX:+UseG1GC All tests passed Build Log: [...truncated 8945 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:389: The following error occurred while

  1   2   >