[jira] [Commented] (SOLR-3964) Solr does not return error, even though create collection unsuccessfully

2012-11-08 Thread Raintung Li (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493048#comment-13493048 ] Raintung Li commented on SOLR-3964: --- Fix it in the

RE: BooleanFilter MUST clauses and getDocIdSet(acceptDocs)

2012-11-08 Thread Uwe Schindler
I further thought about this: Maybe BooleanFilter should have 2 modes (Boolean ctor argument): Passing down the acceptDocs to every filter (for the case where Filter calculation is expensive and accept docs help to limit the calculations) or not passing down (if the filter is cheap and the

[jira] [Created] (LUCENE-4548) BooleanFilter should optionally pass down further restricted acceptDocs in the MUST case (and acceptDocs in general)

2012-11-08 Thread Uwe Schindler (JIRA)
Uwe Schindler created LUCENE-4548: - Summary: BooleanFilter should optionally pass down further restricted acceptDocs in the MUST case (and acceptDocs in general) Key: LUCENE-4548 URL:

RE: BooleanFilter MUST clauses and getDocIdSet(acceptDocs)

2012-11-08 Thread Uwe Schindler
I opened LUCENE-4548 Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de/ http://www.thetaphi.de eMail: u...@thetaphi.de From: Uwe Schindler [mailto:u...@thetaphi.de] Sent: Thursday, November 08, 2012 11:04 AM To: dev@lucene.apache.org Subject: RE:

[jira] [Updated] (LUCENE-4542) Make RECURSION_CAP in HunspellStemmer configurable

2012-11-08 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-4542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafał Kuć updated LUCENE-4542: -- Attachment: Lucene-4542-javadoc.patch Attached the patch with improved javadocs and recursionCap

[jira] [Commented] (LUCENE-4548) BooleanFilter should optionally pass down further restricted acceptDocs in the MUST case (and acceptDocs in general)

2012-11-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493090#comment-13493090 ] Robert Muir commented on LUCENE-4548: - I think this dirties up the api: think about

Re: Compressed stored fields and multiGet(sorted luceneId[])?

2012-11-08 Thread Robert Muir
Why are you retrieving thousands of stored fields? I don't think we should add such an API: stored fields shouldn't be used like that, only for things like summary results, so the possibility of two documents being in the same block is not so high anyway. And i think the api to stay the way it

Re: Compressed stored fields and multiGet(sorted luceneId[])?

2012-11-08 Thread Simon Willnauer
On Thu, Nov 8, 2012 at 11:30 AM, Robert Muir rcm...@gmail.com wrote: Why are you retrieving thousands of stored fields? really you should roll your own codec for this and specialize. This is a very unique usecase. simon I don't think we should add such an API: stored fields shouldn't be used

[jira] [Commented] (SOLR-3855) DocValues support

2012-11-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493092#comment-13493092 ] Yonik Seeley commented on SOLR-3855: Great stuff Adrien! I think we should model the

Re: Compressed stored fields and multiGet(sorted luceneId[])?

2012-11-08 Thread Adrien Grand
Hi! I'll try to complete what Simon and Robert said: On Thu, Nov 8, 2012 at 8:56 AM, eksdev eks...@googlemail.com wrote: Just a theoretical question, would it make sense to add some sort of StoredDocument[] bulkGet(int[] docId) to fetch multiple stored documents in one go? The reasoning

[jira] [Commented] (LUCENE-4548) BooleanFilter should optionally pass down further restricted acceptDocs in the MUST case (and acceptDocs in general)

2012-11-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493109#comment-13493109 ] Uwe Schindler commented on LUCENE-4548: --- I am talking about the contrib

[jira] [Comment Edited] (LUCENE-4548) BooleanFilter should optionally pass down further restricted acceptDocs in the MUST case (and acceptDocs in general)

2012-11-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493109#comment-13493109 ] Uwe Schindler edited comment on LUCENE-4548 at 11/8/12 10:48 AM:

[jira] [Commented] (SOLR-3855) DocValues support

2012-11-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493110#comment-13493110 ] Robert Muir commented on SOLR-3855: --- DocValues aren't stored fields though: especially

[jira] [Commented] (LUCENE-4548) BooleanFilter should optionally pass down further restricted acceptDocs in the MUST case (and acceptDocs in general)

2012-11-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493112#comment-13493112 ] Robert Muir commented on LUCENE-4548: - So am I. please re-read my comment. I think

[jira] [Commented] (SOLR-4043) It isn't right response for create/delete/reload collections

2012-11-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493114#comment-13493114 ] Mark Miller commented on SOLR-4043: --- Yeah, this was done on purpose - mainly due to time

[jira] [Commented] (SOLR-3855) DocValues support

2012-11-08 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493115#comment-13493115 ] Adrien Grand commented on SOLR-3855: bq. Having to know all of the field names to

[jira] [Assigned] (SOLR-4043) It isn't right response for create/delete/reload collections

2012-11-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reassigned SOLR-4043: - Assignee: Mark Miller It isn't right response for create/delete/reload collections

[jira] [Updated] (SOLR-4043) It isn't right response for create/delete/reload collections

2012-11-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-4043: -- Fix Version/s: 5.0 4.1 It isn't right response for create/delete/reload

Re: [concurrency-interest] _interrupted field visibility bug in OpenJDK 7+

2012-11-08 Thread Robert Muir
On Thu, Nov 8, 2012 at 2:38 AM, Dawid Weiss dawid.we...@gmail.com wrote: Thought you'd be interested. I don't think it affects us but it's good to know about it. Reproduces for me all the time on newer hotspots. New (invisible) bug entry is at:

[jira] [Commented] (SOLR-3855) DocValues support

2012-11-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493128#comment-13493128 ] Yonik Seeley commented on SOLR-3855: Regarding performance - it seems like for most

[jira] [Commented] (LUCENE-4548) BooleanFilter should optionally pass down further restricted acceptDocs in the MUST case (and acceptDocs in general)

2012-11-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493130#comment-13493130 ] Uwe Schindler commented on LUCENE-4548: --- I agree with you: In my opinion

[jira] [Created] (SOLR-4049) Spelcheck NPE

2012-11-08 Thread Markus Jelsma (JIRA)
Markus Jelsma created SOLR-4049: --- Summary: Spelcheck NPE Key: SOLR-4049 URL: https://issues.apache.org/jira/browse/SOLR-4049 Project: Solr Issue Type: Bug Components: spellchecker

[jira] [Resolved] (SOLR-3589) Edismax parser does not honor mm parameter if analyzer splits a token

2012-11-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved SOLR-3589. --- Resolution: Fixed Fix Version/s: 5.0 4.1 3.6.2

[jira] [Commented] (SOLR-3915) Color Legend for Cloud UI

2012-11-08 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493136#comment-13493136 ] Stefan Matheis (steffkes) commented on SOLR-3915: - Kris, i tried the

[jira] [Commented] (SOLR-3855) DocValues support

2012-11-08 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493138#comment-13493138 ] Adrien Grand commented on SOLR-3855: {quote} Regarding performance - it seems like for

[jira] [Updated] (SOLR-4049) Spelcheck NPE

2012-11-08 Thread Markus Jelsma (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Markus Jelsma updated SOLR-4049: Component/s: SolrCloud Spelcheck NPE - Key: SOLR-4049

[jira] [Updated] (SOLR-4049) Spelcheck NPE

2012-11-08 Thread Markus Jelsma (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Markus Jelsma updated SOLR-4049: Description: In SolrCloud when we have some shard unavailable we get the followine NPE in the

Re: Compressed stored fields and multiGet(sorted luceneId[])?

2012-11-08 Thread eksdev
On Nov 8, 2012, at 11:30 AM, Robert Muir rcm...@gmail.com wrote: Thanks everybody for response, and much more of the same for the great project Why are you retrieving thousands of stored fields? I do not think it is all that rare that people actually do something with information but

WhitespaceTokenizer 4.0 issue

2012-11-08 Thread Spyros Kapnissis
Hello, Noticed the following issue during our recent code migration to LUCENE_40. The test below will fail with an ArrayIndexOutOfBoundsException -1.  It will pass only if tokenizer.reset() is called before incrementing the tokens.  @Test public void whitespaceTokTest() throws IOException {

[jira] [Commented] (SOLR-3855) DocValues support

2012-11-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493167#comment-13493167 ] Yonik Seeley commented on SOLR-3855: FYI, Adrien I chatted a while about this (we're

Re: WhitespaceTokenizer 4.0 issue

2012-11-08 Thread Robert Muir
Read the documentation of the tokenstream API. its been this way since 2.9 I changed the code intentionally to throw this exception so people would be forced to fix their code. On Thu, Nov 8, 2012 at 8:20 AM, Spyros Kapnissis ska...@yahoo.com wrote: Hello, Noticed the following issue during

[jira] [Updated] (LUCENE-4537) Move RateLimiter up to Directory and make it IOContext aware

2012-11-08 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-4537: Attachment: LUCENE-4537.patch here is a new patch detaching RateLimiting entirely from

[jira] [Commented] (LUCENE-4537) Move RateLimiter up to Directory and make it IOContext aware

2012-11-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493177#comment-13493177 ] Robert Muir commented on LUCENE-4537: - +1 to this approach Move

[jira] [Created] (SOLR-4050) Solr example fails to start in nightly-smoke

2012-11-08 Thread Michael McCandless (JIRA)
Michael McCandless created SOLR-4050: Summary: Solr example fails to start in nightly-smoke Key: SOLR-4050 URL: https://issues.apache.org/jira/browse/SOLR-4050 Project: Solr Issue Type:

[JENKINS] Lucene-Solr-SmokeRelease-4.x - Build # 22 - Still Failing

2012-11-08 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-4.x/22/ No tests ran. Build Log: [...truncated 30634 lines...] prepare-release-no-sign: [mkdir] Created dir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/lucene/build/fakeRelease [copy] Copying 381

[jira] [Commented] (SOLR-4050) Solr example fails to start in nightly-smoke

2012-11-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493192#comment-13493192 ] Robert Muir commented on SOLR-4050: --- It works locally (ant example + java -jar start.jar)

Re: [JENKINS] Lucene-Solr-SmokeRelease-4.x - Build # 22 - Still Failing

2012-11-08 Thread Michael McCandless
I killed this job: it was hung because of https://issues.apache.org/jira/browse/SOLR-4050 Mike McCandless http://blog.mikemccandless.com On Thu, Nov 8, 2012 at 9:05 AM, Apache Jenkins Server jenk...@builds.apache.org wrote: Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-4.x/22/

[jira] [Commented] (SOLR-3855) DocValues support

2012-11-08 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493197#comment-13493197 ] Adrien Grand commented on SOLR-3855: Here are the details: - stored fields and doc

[jira] [Commented] (SOLR-4050) Solr example fails to start in nightly-smoke

2012-11-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493200#comment-13493200 ] Michael McCandless commented on SOLR-4050: -- Yeah it works fine for me locally as

[jira] [Commented] (SOLR-4050) Solr example fails to start in nightly-smoke

2012-11-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493204#comment-13493204 ] Yonik Seeley commented on SOLR-4050: Ur... I guess I shouldn't have tried

[jira] [Commented] (SOLR-4050) Solr example fails to start in nightly-smoke

2012-11-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493207#comment-13493207 ] Robert Muir commented on SOLR-4050: --- Ill fix the start.jar! thanks Yonik

[jira] [Created] (LUCENE-4549) Allow variable buffer size on BufferedIndexOutput

2012-11-08 Thread Simon Willnauer (JIRA)
Simon Willnauer created LUCENE-4549: --- Summary: Allow variable buffer size on BufferedIndexOutput Key: LUCENE-4549 URL: https://issues.apache.org/jira/browse/LUCENE-4549 Project: Lucene - Core

[jira] [Commented] (SOLR-4050) Solr example fails to start in nightly-smoke

2012-11-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493211#comment-13493211 ] Yonik Seeley commented on SOLR-4050: Oops, I already did it. I gotta run now though,

[jira] [Commented] (SOLR-4050) Solr example fails to start in nightly-smoke

2012-11-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493212#comment-13493212 ] Robert Muir commented on SOLR-4050: --- The ivy is messy here (due to the renaming of some

[jira] [Commented] (SOLR-4050) Solr example fails to start in nightly-smoke

2012-11-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493214#comment-13493214 ] Robert Muir commented on SOLR-4050: --- Your commit is correct, but the (pre-existing)

[jira] [Commented] (LUCENE-4537) Move RateLimiter up to Directory and make it IOContext aware

2012-11-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493217#comment-13493217 ] Michael McCandless commented on LUCENE-4537: +1, this is a very clean

[jira] [Commented] (SOLR-4050) Solr example fails to start in nightly-smoke

2012-11-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493238#comment-13493238 ] Robert Muir commented on SOLR-4050: --- ok I think this is better (only one hackish thing in

[jira] [Commented] (SOLR-4050) Solr example fails to start in nightly-smoke

2012-11-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493241#comment-13493241 ] Michael McCandless commented on SOLR-4050: -- I triggered a new nightly-smoke run

[jira] [Commented] (SOLR-4050) Solr example fails to start in nightly-smoke

2012-11-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493244#comment-13493244 ] Robert Muir commented on SOLR-4050: --- I really think the failure was due to the second

[jira] [Commented] (SOLR-1970) need to customize location of dataimport.properties

2012-11-08 Thread Erik Andersson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493328#comment-13493328 ] Erik Andersson commented on SOLR-1970: -- We just solved this issue by not using

[jira] [Commented] (SOLR-3177) Excluding tagged filter in StatsComponent

2012-11-08 Thread Saroj Kumar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493369#comment-13493369 ] Saroj Kumar commented on SOLR-3177: --- Yes, this feature would be really nice for use cases

[jira] [Commented] (SOLR-3589) Edismax parser does not honor mm parameter if analyzer splits a token

2012-11-08 Thread Naomi Dushay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493397#comment-13493397 ] Naomi Dushay commented on SOLR-3589: any chance this fix can be applied to dismax as

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_09) - Build # 1491 - Failure!

2012-11-08 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/1491/ Java: 32bit/jdk1.7.0_09 -client -XX:+UseSerialGC 1 tests failed. REGRESSION: org.apache.lucene.search.TestShardSearching.testSimple Error Message: Stack Trace: java.lang.AssertionError at

[jira] [Commented] (LUCENE-4548) BooleanFilter should optionally pass down further restricted acceptDocs in the MUST case (and acceptDocs in general)

2012-11-08 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493456#comment-13493456 ] David Smiley commented on LUCENE-4548: -- My broad comments on this having looked at a

[jira] [Created] (SOLR-4051) DIH Delta updates do not work for all locales

2012-11-08 Thread James Dyer (JIRA)
James Dyer created SOLR-4051: Summary: DIH Delta updates do not work for all locales Key: SOLR-4051 URL: https://issues.apache.org/jira/browse/SOLR-4051 Project: Solr Issue Type: Bug

[jira] [Commented] (SOLR-1972) Need additional query stats in admin interface - median, 95th and 99th percentile

2012-11-08 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493476#comment-13493476 ] Shawn Heisey commented on SOLR-1972: Now that metrics is in trunk, there are a zillion

[jira] [Updated] (SOLR-4051) DIH Delta updates do not work for all locales

2012-11-08 Thread James Dyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer updated SOLR-4051: - Description: DIH Writes the last modified date to a Properties file using the default locale. This gets

[jira] [Resolved] (LUCENE-4537) Move RateLimiter up to Directory and make it IOContext aware

2012-11-08 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer resolved LUCENE-4537. - Resolution: Fixed thanks guys! committed to trunk in rev. 1407268 backported to 4x in

[JENKINS] Solr-Artifacts-trunk - Build # 2017 - Failure

2012-11-08 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Solr-Artifacts-trunk/2017/ No tests ran. Build Log: [...truncated 12114 lines...] [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package org.apache.lucene... [javadoc] Loading source files for package

[JENKINS] Lucene-Solr-trunk-Linux (32bit/ibm-j9-jdk6) - Build # 2286 - Failure!

2012-11-08 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/2286/ Java: 32bit/ibm-j9-jdk6 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;} All tests passed Build Log: [...truncated 21915 lines...] [javadoc] Generating Javadoc [javadoc]

[jira] [Commented] (SOLR-1972) Need additional query stats in admin interface - median, 95th and 99th percentile

2012-11-08 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493574#comment-13493574 ] Adrien Grand commented on SOLR-1972: Hi Shawn, I personally prefer small issues. They

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

2012-11-08 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux/2277/ Java: 64bit/jdk1.6.0_37 -XX:+UseSerialGC All tests passed Build Log: [...truncated 21671 lines...] [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0-ea-b58) - Build # 2287 - Still Failing!

2012-11-08 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/2287/ Java: 32bit/jdk1.8.0-ea-b58 -server -XX:+UseParallelGC 1 tests failed. REGRESSION: org.apache.lucene.index.TestIndexSplitter.test Error Message:

[jira] [Created] (SOLR-4052) Upload files to ZooKeeper from Solr Admin interface

2012-11-08 Thread Eric Pugh (JIRA)
Eric Pugh created SOLR-4052: --- Summary: Upload files to ZooKeeper from Solr Admin interface Key: SOLR-4052 URL: https://issues.apache.org/jira/browse/SOLR-4052 Project: Solr Issue Type: Improvement

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

2012-11-08 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/1493/ Java: 64bit/jdk1.7.0_09 -XX:+UseConcMarkSweepGC All tests passed Build Log: [...truncated 22618 lines...] [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package

[jira] [Updated] (SOLR-4052) Upload files to ZooKeeper from Solr Admin interface

2012-11-08 Thread Eric Pugh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh updated SOLR-4052: Attachment: ZookeeperInfoServletTest.java zookeeper_edit.patch A patch for the existing

Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0-ea-b58) - Build # 2287 - Still Failing!

2012-11-08 Thread Michael McCandless
I committed a fix ... Mike McCandless http://blog.mikemccandless.com On Thu, Nov 8, 2012 at 5:57 PM, Policeman Jenkins Server jenk...@sd-datasolutions.de wrote: Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/2287/ Java: 32bit/jdk1.8.0-ea-b58 -server -XX:+UseParallelGC

Re: svn commit: r1407313 - /lucene/dev/trunk/lucene/test-framework/src/java/org/apache/lucene/store/MockDirectoryWrapper.java

2012-11-08 Thread Robert Muir
my bad, this was always an evil hack. for now, slow io systems will be unhappy... sorry Uwe. On Thu, Nov 8, 2012 at 6:34 PM, mikemcc...@apache.org wrote: Author: mikemccand Date: Thu Nov 8 23:34:59 2012 New Revision: 1407313 URL: http://svn.apache.org/viewvc?rev=1407313view=rev Log:

[jira] [Created] (SOLR-4053) metrics - add statistics on searcher/cache warming

2012-11-08 Thread Shawn Heisey (JIRA)
Shawn Heisey created SOLR-4053: -- Summary: metrics - add statistics on searcher/cache warming Key: SOLR-4053 URL: https://issues.apache.org/jira/browse/SOLR-4053 Project: Solr Issue Type:

Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_09) - Build # 1491 - Failure!

2012-11-08 Thread Michael McCandless
I committed a fix ... I think Uwe's build box can get really slow! Mike McCandless http://blog.mikemccandless.com On Thu, Nov 8, 2012 at 2:24 PM, Policeman Jenkins Server jenk...@sd-datasolutions.de wrote: Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/1491/ Java:

[jira] [Created] (SOLR-4054) delta import of solr4.0 put median data(id of db changed data) to transformer

2012-11-08 Thread xuzheng (JIRA)
xuzheng created SOLR-4054: - Summary: delta import of solr4.0 put median data(id of db changed data) to transformer Key: SOLR-4054 URL: https://issues.apache.org/jira/browse/SOLR-4054 Project: Solr

[jira] [Updated] (SOLR-4054) delta import of solr4.0 put median data(id of db changed data) to transformer

2012-11-08 Thread xuzheng (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xuzheng updated SOLR-4054: -- Description: followingis my config, when i use delta import in my project, in my resin java log, i saw the

[jira] [Updated] (SOLR-4054) delta import of solr4.0 put median data(id of db changed data) to transformer

2012-11-08 Thread xuzheng (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xuzheng updated SOLR-4054: -- Description: followingis my config, when i use delta import in my project, in my resin java log, i saw the