Re: Changing Python class/module layout, dropping --rename ?

2012-07-13 Thread Roman Chyla
Hi Andi, I think this would be great. Let me add little bit more to your observations (whole night yesterday was spent fighting with renames - because I was building a project which imports shared lucene and solr -- there were thousands of same classes, I am not sure it would be possible without

Re: Changing Python class/module layout, dropping --rename ?

2012-07-13 Thread Andi Vajda
On Jul 13, 2012, at 18:33, Roman Chyla roman.ch...@gmail.com wrote: I think this would be great. Let me add little bit more to your observations (whole night yesterday was spent fighting with renames - because I was building a project which imports shared lucene and solr -- there were

Re: Changing Python class/module layout, dropping --rename ?

2012-07-13 Thread Patrick J. McNerthney
Just chiming in that my use of JCC to wrap the Eclipse BIRT Runtime Engine could really use this ability. There are a TON of classes that should be wrapped, and many use the same set of names, but in different packages. Pat On 07/13/2012 07:34 AM, Andi Vajda wrote: On Jul 13, 2012, at

Re: Changing Python class/module layout, dropping --rename ?

2012-07-13 Thread Roman Chyla
Hi, I was playing with the idea of creating virtual packages, attached is a working script that illustrates it. I am getting this output: Dit it work? == from org.apache.lucene.search import SearcherFactory; print SearcherFactory type 'SearcherFactory' from

Re: SynonymFilter, FST, and Aho-Corasick algorithm

2012-07-13 Thread Dawid Weiss
Some follow-ups to Mike's comments. Be sure to test this is really faster: you'll need to add a step to resolve word - id (eg via hashmap) which may net/net add cost because the FST can incrementally (quickly) determine a word doesn't exist with a given prefix. FST can also do better sharing

[JENKINS] Lucene-Solr-trunk-Windows-Java6-64 - Build # 774 - Failure!

2012-07-13 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java6-64/774/ All tests passed Build Log: [...truncated 15978 lines...] [junit4:junit4] ERROR: JVM J0 threw an exception, cmd line: C:\Program Files\Java\jdk1.6.0_32\jre\bin\java.exe -Dtests.prefix=tests

RE: Solr posting question

2012-07-13 Thread karl.wright
Hoss, Here are the details: (1) The actual metadata posted is a string of the form 12345;#string. There is only be one value posted for the metadata field, but Solr complains that we're trying to apply multiple values to a single-valued field and does not index the document, unless the ; is

Re: [JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 1240 - Failure!

2012-07-13 Thread Dawid Weiss
This one is interesting, as the VM was hanging in one test, but randomizedrunner did not send heartbeats! It looks like this could be a bug in randomizedrunner. But it was also hanging in Solr, approx. at the same time like the otter one. Stack trace is in build log as Linux! Heartbeats

[jira] [Commented] (SOLR-3615) JMX Mbeans disappear on core reload

2012-07-13 Thread Emanuele Lombardi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13413581#comment-13413581 ] Emanuele Lombardi commented on SOLR-3615: - Hi Cristian, i checked the 4.x code and

[jira] [Comment Edited] (SOLR-3615) JMX Mbeans disappear on core reload

2012-07-13 Thread Emanuele Lombardi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13413584#comment-13413584 ] Emanuele Lombardi edited comment on SOLR-3615 at 7/13/12 8:34 AM:

[jira] [Updated] (SOLR-3615) JMX Mbeans disappear on core reload

2012-07-13 Thread Emanuele Lombardi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emanuele Lombardi updated SOLR-3615: Attachment: jmxReloadPatch.txt inspired at 4.x fix JMX Mbeans disappear

[jira] [Resolved] (SOLR-3377) eDismax: A fielded query wrapped by parens is not recognized

2012-07-13 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-3377. Resolution: Fixed I fixed the issue with +,- and committed to trunk and 4x

[Discuss] Should Solr be an AppServer agnostic WAR or require Jetty?

2012-07-13 Thread Jan Høydahl
This is a spinoff discussion from https://issues.apache.org/jira/browse/SOLR-3613 Solr has so far been a Java web-app which runs in any servlet container, and we have let users decide which one to use. As an example for newbies to quickly get running we've included the lightweight Jetty

RE: [JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 1240 - Failure!

2012-07-13 Thread Uwe Schindler
We are currently investigating another hang. The next run also hung, it seems that a commit last night made the distributed tests hang forver. Dawid was decoding the test runner files (JSON), this is printed to stdout all the time (at 0% CPU): 4476606 T886 C82 P42953

Re: [JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 1240 - Failure!

2012-07-13 Thread Dawid Weiss
I'll post a full stderr log in a minute. D. On Fri, Jul 13, 2012 at 12:06 PM, Uwe Schindler u...@thetaphi.de wrote: We are currently investigating another hang. The next run also hung, it seems that a commit last night made the distributed tests hang forver. Dawid was decoding the test

Recently all Linux/FreeBSD tests are producing huge heapdums (caused by -XX:+HeapDumpOnOutOfMemoryError)

2012-07-13 Thread Uwe Schindler
Hi since a few runs, days some test produces on FreeBSD and Linux produce on every run (successful or not) a heapdump. This is caused by the test setting we use for debugging: -XX:+HeapDumpOnOutOfMemoryError; this does not happen on Windows, because it does not set this parameter in the JVM. Did

Re: [JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 1240 - Failure!

2012-07-13 Thread Dawid Weiss
http://ophelia.cs.put.poznan.pl/~dweiss/lucene/output.zip Uh, these tests emit a lot of logs... Dawid On Fri, Jul 13, 2012 at 12:10 PM, Dawid Weiss dawid.we...@cs.put.poznan.pl wrote: I'll post a full stderr log in a minute. D. On Fri, Jul 13, 2012 at 12:06 PM, Uwe Schindler

[jira] [Commented] (LUCENE-4199) Add ANT tool to track/disallow forbidden method invocations

2012-07-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13413644#comment-13413644 ] Uwe Schindler commented on LUCENE-4199: --- I just wanted to add my recent blog post

[jira] [Commented] (LUCENE-4202) allow check-forbidden-apis to look for fields too

2012-07-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13413645#comment-13413645 ] Uwe Schindler commented on LUCENE-4202: --- I just wanted to add my recent blog post

[jira] [Commented] (LUCENE-4206) Allow check-forbidden-apis to also investigate calls to subclasses of forbidden APIs

2012-07-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13413647#comment-13413647 ] Uwe Schindler commented on LUCENE-4206: --- I just wanted to add my recent blog post

Re: [JENKINS] Lucene-Solr-trunk-Linux-Java7-64 - Build # 570 - Failure!

2012-07-13 Thread Dawid Weiss
This helps in timeouting the tests, but it does not fix the issue of some tests itself going amok and hanging! :-) Oh, absolutely. I'm the infrastructure guy -- I want tests to run and fail with as much background information as possible so that folks who know the rest of the system can fix

Re: [JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 1240 - Failure!

2012-07-13 Thread Robert Muir
Maybe thats the problem? That its logging too much and causing OOM? Just an idea. On Fri, Jul 13, 2012 at 6:36 AM, Dawid Weiss dawid.we...@cs.put.poznan.pl wrote: http://ophelia.cs.put.poznan.pl/~dweiss/lucene/output.zip Uh, these tests emit a lot of logs... Dawid On Fri, Jul 13, 2012 at

Re: [JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 1240 - Failure!

2012-07-13 Thread Dawid Weiss
It is possible. Dawid On Fri, Jul 13, 2012 at 1:45 PM, Robert Muir rcm...@gmail.com wrote: Maybe thats the problem? That its logging too much and causing OOM? Just an idea. On Fri, Jul 13, 2012 at 6:36 AM, Dawid Weiss dawid.we...@cs.put.poznan.pl wrote:

RE: [JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 1240 - Failure!

2012-07-13 Thread Uwe Schindler
Then we should see some OOM somewhere in a stack trace! - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: dawid.we...@gmail.com [mailto:dawid.we...@gmail.com] On Behalf Of Dawid Weiss Sent: Friday, July

RE: [JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 1240 - Failure!

2012-07-13 Thread Uwe Schindler
It is hanging again! Same test same issue! Everybody should review his commits from yesterday! - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: dawid.we...@gmail.com [mailto:dawid.we...@gmail.com] On

[jira] [Commented] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-07-13 Thread Han Jiang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13413682#comment-13413682 ] Han Jiang commented on LUCENE-3892: --- bq. Was the numBits==0 case for all 0s not all 1s?

[JENKINS] Lucene-Solr-trunk-Windows-Java7-64 - Build # 525 - Failure!

2012-07-13 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java7-64/525/ No tests ran. Build Log: [...truncated 5 lines...] FATAL: hudson.remoting.RequestAbortedException: java.net.SocketException: Connection reset hudson.remoting.RequestAbortedException:

[JENKINS] Lucene-Solr-4.x-Linux-Java7-64 - Build # 399 - Failure!

2012-07-13 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux-Java7-64/399/ No tests ran. Build Log: [...truncated 225 lines...] ERROR: Failed to archive artifacts: heapdumps/** hudson.util.IOException2: Failed to copy

[jira] [Updated] (SOLR-139) Support updateable/modifiable documents

2012-07-13 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-139: -- Attachment: SOLR-139_createIfNotExist.patch Per the discussion on the mailing list, here's a patch that

Re: [JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 1240 - Failure!

2012-07-13 Thread Dawid Weiss
Then we should see some OOM somewhere in a stack trace! We should. I mean should have. I've written a simple test that OOMs and it does show up: test: [mkdir] Created dir: c:\Work\lucene-solr\lucene\build\core\test [junit4:junit4] JUnit4 says g'day! Master seed: D82ABE551D56D0E3

Nice tool for I/O resource usage of Lucene in recent Linux kernels

2012-07-13 Thread Uwe Schindler
When investigation an high IOwait on my linux server, I wanted to find out which process is consuming so much IO, and in fact it was one of those hanging solr tests! It took some time to find a good tool, but here is it: IOTOP (http://guichaz.free.fr/iotop/) - looks like TOP, but shows input and

[jira] [Updated] (LUCENE-4211) in LuceneTestCase.maybeWrapReader: add an asserting impl

2012-07-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-4211: Attachment: LUCENE-4211.patch Latest patch: I fixed up all javadocs, and also setup

[jira] [Commented] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-07-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13413698#comment-13413698 ] Michael McCandless commented on LUCENE-3892: bq. But why? Does lucene store

[jira] [Updated] (LUCENE-4211) in LuceneTestCase.maybeWrapReader: add an asserting impl

2012-07-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-4211: Attachment: LUCENE-4211.patch Attached patch with fix for highlighter. I will continue testing,

[jira] [Updated] (LUCENE-4211) in LuceneTestCase.maybeWrapReader: add an asserting impl

2012-07-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-4211: --- Attachment: LUCENE-4211.patch New patch, fixing AssertingTermsEnum to track initial

[jira] [Commented] (LUCENE-4173) Remove IgnoreIncompatibleGeometry for SpatialStrategys

2012-07-13 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13413711#comment-13413711 ] David Smiley commented on LUCENE-4173: -- Instead of this boolean flag on the strategy

[jira] [Commented] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-07-13 Thread Han Jiang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13413709#comment-13413709 ] Han Jiang commented on LUCENE-3892: --- bq. We could in theory subtract 1 from all these

Re: [Discuss] Should Solr be an AppServer agnostic WAR or require Jetty?

2012-07-13 Thread Robert Muir
On Fri, Jul 13, 2012 at 5:27 AM, Jan Høydahl jan@cominvent.com wrote: My opinion is that we should stay an agnostic web-app so the downstream consumers and end-users of Solr has a real choice. But at the same time strive to make the built-in Jetty server work as well as possible OOTB

[jira] [Commented] (SOLR-3617) Consider adding start scripts.

2012-07-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13413712#comment-13413712 ] Mark Miller commented on SOLR-3617: --- So I guess some things to consider here...where do

[jira] [Commented] (SOLR-3617) Consider adding start scripts.

2012-07-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13413713#comment-13413713 ] Mark Miller commented on SOLR-3617: --- bq. As fan of Ubuntu, please also add a upstart

[jira] [Assigned] (SOLR-3617) Consider adding start scripts.

2012-07-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reassigned SOLR-3617: - Assignee: Mark Miller Consider adding start scripts. --

Re: Nice tool for I/O resource usage of Lucene in recent Linux kernels

2012-07-13 Thread Michael McCandless
Very cool! Mike McCandless http://blog.mikemccandless.com On Fri, Jul 13, 2012 at 8:58 AM, Uwe Schindler u...@thetaphi.de wrote: When investigation an high IOwait on my linux server, I wanted to find out which process is consuming so much IO, and in fact it was one of those hanging solr

[jira] [Commented] (SOLR-3259) Solr 4 aesthetics

2012-07-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13413714#comment-13413714 ] Mark Miller commented on SOLR-3259: --- bq. Could we solve it by providing some number of

[jira] [Created] (SOLR-3619) Rename 'example' dir to 'server'

2012-07-13 Thread Mark Miller (JIRA)
Mark Miller created SOLR-3619: - Summary: Rename 'example' dir to 'server' Key: SOLR-3619 URL: https://issues.apache.org/jira/browse/SOLR-3619 Project: Solr Issue Type: Improvement

[jira] [Commented] (SOLR-3619) Rename 'example' dir to 'server'

2012-07-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13413715#comment-13413715 ] Mark Miller commented on SOLR-3619: --- From SOLR-3259 Rename 'example'

[jira] [Commented] (SOLR-3259) Solr 4 aesthetics

2012-07-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13413717#comment-13413717 ] Mark Miller commented on SOLR-3259: --- I've created SOLR-3619 for the 'example' rename.

[jira] [Commented] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-07-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13413719#comment-13413719 ] Michael McCandless commented on LUCENE-3892: No, for docIDs we store docID -

Re: [Discuss] Should Solr be an AppServer agnostic WAR or require Jetty?

2012-07-13 Thread Mark Miller
On Jul 13, 2012, at 9:19 AM, Robert Muir wrote: I know the wiki used to say the release manager should go and manually test alternative containers before releasing: I refuse to do that. Its not the release manager's job. That's insane anyhow :) The RM can't thorougly test each of other

[jira] [Updated] (LUCENE-4211) in LuceneTestCase.maybeWrapReader: add an asserting impl

2012-07-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-4211: Attachment: LUCENE-4211.patch final patch: all tests pass. Thanks Mike! in

[jira] [Commented] (LUCENE-4173) Remove IgnoreIncompatibleGeometry for SpatialStrategys

2012-07-13 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13413733#comment-13413733 ] Chris Male commented on LUCENE-4173: I do quite like this idea. Couple of

[jira] [Commented] (LUCENE-4211) in LuceneTestCase.maybeWrapReader: add an asserting impl

2012-07-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13413739#comment-13413739 ] Robert Muir commented on LUCENE-4211: - Just as i say that: {noformat} ant test

Solr doesn't sync the transaction log by default?

2012-07-13 Thread Michael McCandless
There was a thread a couple months back: http://markmail.org/thread/7w3z2lsgb7fpfewb That didn't reach closure, so I want to re-raise / answer it: It seems like SyncLevel defaults to FLUSH not SYNC in Solr's TransactionLog? Is that still true in Lucene 4.0 alpha? Does this really mean on

[jira] [Commented] (LUCENE-4211) in LuceneTestCase.maybeWrapReader: add an asserting impl

2012-07-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13413745#comment-13413745 ] Michael McCandless commented on LUCENE-4211: In

[jira] [Commented] (LUCENE-4211) in LuceneTestCase.maybeWrapReader: add an asserting impl

2012-07-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13413749#comment-13413749 ] Robert Muir commented on LUCENE-4211: - You are right: thats the bug. Ill also add

[jira] [Updated] (LUCENE-4211) in LuceneTestCase.maybeWrapReader: add an asserting impl

2012-07-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-4211: Attachment: LUCENE-4211.patch Latest patch: with all randomization turned back on, but also

Re: Solr doesn't sync the transaction log by default?

2012-07-13 Thread Mark Miller
I believe it's because the default is for SolrCloud where you will have replicas of the info for recovery and so it's just overkill. The tran log is still used for other things (realtime get, peer sync - it may play a part in other features). We should probably doc this well so that single node

[jira] [Commented] (LUCENE-4211) in LuceneTestCase.maybeWrapReader: add an asserting impl

2012-07-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13413773#comment-13413773 ] Robert Muir commented on LUCENE-4211: - OK, the problem is in their reset(), doesnt

[jira] [Commented] (SOLR-3215) We should clone the SolrInputDocument before adding locally and then send that clone to replicas.

2012-07-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13413775#comment-13413775 ] Mark Miller commented on SOLR-3215: --- Okay, I'm going to put this in. I'll wait a bit to

[jira] [Updated] (LUCENE-4211) in LuceneTestCase.maybeWrapReader: add an asserting impl

2012-07-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-4211: Attachment: LUCENE-4211.patch updated patch. I think its ready for committing, finally.

[jira] [Updated] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-07-13 Thread Han Jiang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Han Jiang updated LUCENE-3892: -- Attachment: LUCENE-3892-forpfor-with-javadoc.patch This patch cut the extra header and merge numBytes

[JENKINS] Solr-4.x - Build # 36 - Failure

2012-07-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Solr-4.x/36/ 1 tests failed. REGRESSION: org.apache.solr.cloud.RecoveryZkTest.testDistribSearch Error Message: Thread threw an uncaught exception, thread: Thread[Lucene Merge Thread #1,6,] Stack Trace: java.lang.RuntimeException: Thread threw an uncaught

[JENKINS] Lucene-Solr-4.x-Windows-Java6-64 - Build # 323 - Failure!

2012-07-13 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows-Java6-64/323/ 1 tests failed. REGRESSION: org.apache.lucene.util.TestMaxFailuresRule.testMaxFailures Error Message: Stack Trace: java.lang.AssertionError at org.junit.Assert.fail(Assert.java:92) at

[jira] [Resolved] (LUCENE-4211) in LuceneTestCase.maybeWrapReader: add an asserting impl

2012-07-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-4211. - Resolution: Fixed Fix Version/s: 5.0 4.0 in

[jira] [Commented] (SOLR-3619) Rename 'example' dir to 'server'

2012-07-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13413806#comment-13413806 ] Mark Miller commented on SOLR-3619: --- So I guess as I look at things, this would be my

[jira] [Resolved] (SOLR-3600) We should consider raising our default ZooKeeper session timeout.

2012-07-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-3600. --- Resolution: Fixed We should consider raising our default ZooKeeper session timeout.

RE: [Discuss] Should Solr be an AppServer agnostic WAR or require Jetty?

2012-07-13 Thread Dyer, James
From my perspective, working for a company that uses Solr on a bunch of apps, I really wish we keep it agnostic. I see the case for documenting that our testing process exclusively uses Jetty 7, we've included it in our distribution, and we recommend it. But I don't see why we need to be

RE: [JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 1240 - Failure!

2012-07-13 Thread Uwe Schindler
...and I wanted to inform you it is hanging again in Solr! Who can help to solve this issue? http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux-Java7-64/400/console Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de

[JENKINS] Lucene-Solr-4.x-Linux-Java7-64 - Build # 400 - Still Failing!

2012-07-13 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux-Java7-64/400/ All tests passed Build Log: [...truncated 17531 lines...] [junit4:junit4] 2012-07-13 15:45:40 [junit4:junit4] Full thread dump Java HotSpot(TM) 64-Bit Server VM (23.0-b21 mixed mode): [junit4:junit4]

Changing Python class/module layout, dropping --rename ?

2012-07-13 Thread Andi Vajda
On Tue, 10 Jul 2012, Andi Vajda wrote: I would also like to propose a change, to allow for more flexible mechanism of generating Python class names. The patch doesn't change the default pylucene behaviour, but it gives people a way to replace class names with patterns. I have noticed that

Re: [Discuss] Should Solr be an AppServer agnostic WAR or require Jetty?

2012-07-13 Thread Robert Muir
On Fri, Jul 13, 2012 at 11:37 AM, Dyer, James james.d...@ingrambook.com wrote: On the other hand, expecting to test every possible container before you can tell people its supported for a standards-compliant java web-app is just crazy. This is like saying that DIH's SQLEntityProcessor is

Re: [Discuss] Should Solr be an AppServer agnostic WAR or require Jetty?

2012-07-13 Thread Mark Miller
On Jul 13, 2012, at 11:37 AM, Dyer, James wrote: But I don't see why we need to be naming our parameters JettyThis or JettyThat and telling people they've got to use Jetty. We are not naming parameters jetty this or jetty that - we are pre configuring solr.xml to pick up the jetty port

Re: [Discuss] Should Solr be an AppServer agnostic WAR or require Jetty?

2012-07-13 Thread Erick Erickson
Whatever we do, we should never, never, never make it more difficult to get Solr running for the first time than what we do now... Hmmm, sounds like I think it's hard to start it the first time. It's not, it's super-easy and we _must not_ lose that. Not saying that anyone proposes making it

RE: [Discuss] Should Solr be an AppServer agnostic WAR or require Jetty?

2012-07-13 Thread Uwe Schindler
In addition: Solr is *not* and J2EE application! It just uses the servlet container to have a connection to outside. Installing Solr is JBoss or any other full fledged J2EE container is a waste of resources and controllability. I would go down the route and would supply Solr with a

[jira] [Comment Edited] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-07-13 Thread Han Jiang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13413781#comment-13413781 ] Han Jiang edited comment on LUCENE-3892 at 7/13/12 4:00 PM:

[jira] [Created] (SOLR-3620) Almost every test relating to cloud hangs since July 12, 2012

2012-07-13 Thread Uwe Schindler (JIRA)
Uwe Schindler created SOLR-3620: --- Summary: Almost every test relating to cloud hangs since July 12, 2012 Key: SOLR-3620 URL: https://issues.apache.org/jira/browse/SOLR-3620 Project: Solr

[jira] [Commented] (SOLR-3620) Almost every test relating to cloud hangs since July 12, 2012

2012-07-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13413842#comment-13413842 ] Mark Miller commented on SOLR-3620: --- Hmm...I'll take a look. I committed some stuff so I

[jira] [Assigned] (SOLR-3620) Almost every test relating to cloud hangs since July 12, 2012

2012-07-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reassigned SOLR-3620: - Assignee: Mark Miller Almost every test relating to cloud hangs since July 12, 2012

[jira] [Commented] (SOLR-3620) Almost every test relating to cloud hangs since July 12, 2012

2012-07-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13413873#comment-13413873 ] Mark Miller commented on SOLR-3620: --- I think I have a handle on the issue. Some of my

RE: Solr posting question

2012-07-13 Thread Chris Hostetter
: (1) The actual metadata posted is a string of the form 12345;#string. : There is only be one value posted for the metadata field, but Solr : complains that we're trying to apply multiple values to a single-valued : field and does not index the document, unless the ; is removed. That : is

[JENKINS] Lucene-Solr-4.x-Windows-Java7-64 - Build # 286 - Failure!

2012-07-13 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows-Java7-64/286/ 1 tests failed. REGRESSION: org.apache.lucene.index.TestIndexWriterWithThreads.testOpenTwoIndexWritersOnDifferentThreads Error Message: Failed due to: org.apache.lucene.store.LockObtainFailedException: Lock

[jira] [Created] (LUCENE-4219) PayloadNearQuery bugs

2012-07-13 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-4219: --- Summary: PayloadNearQuery bugs Key: LUCENE-4219 URL: https://issues.apache.org/jira/browse/LUCENE-4219 Project: Lucene - Java Issue Type: Bug

[jira] [Updated] (LUCENE-4219) PayloadNearQuery bugs

2012-07-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-4219: Attachment: LUCENE-4219_test.patch PayloadNearQuery bugs -

[jira] [Updated] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-07-13 Thread Han Jiang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Han Jiang updated LUCENE-3892: -- Attachment: LUCENE-3892-forpfor-with-javadoc.patch previous patch is a little messy, do some

[JENKINS] Lucene-Solr-trunk-Windows-Java7-64 - Build # 527 - Failure!

2012-07-13 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java7-64/527/ 1 tests failed. REGRESSION: org.apache.solr.spelling.suggest.SuggesterFSTTest.testRebuild Error Message: Exception during query Stack Trace: java.lang.RuntimeException: Exception during query at

[jira] [Commented] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-07-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13413935#comment-13413935 ] Michael McCandless commented on LUCENE-3892: Those are interesting results!

[jira] [Updated] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-07-13 Thread Han Jiang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Han Jiang updated LUCENE-3892: -- Attachment: (was: LUCENE-3892-forpfor-with-javadoc.patch) Add a useful intblock postings

[jira] [Updated] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-07-13 Thread Han Jiang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Han Jiang updated LUCENE-3892: -- Attachment: LUCENE-3892-forpfor-with-javadoc.patch Add a useful intblock postings format (eg,

[jira] [Commented] (SOLR-3620) Almost every test relating to cloud hangs since July 12, 2012

2012-07-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13413936#comment-13413936 ] Mark Miller commented on SOLR-3620: --- I've committed an attempted fix. From what I can

[jira] [Updated] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-07-13 Thread Han Jiang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Han Jiang updated LUCENE-3892: -- Attachment: LUCENE-3892-forpfor-with-javadoc.patch bq. Instead of having P/ForUtil reach up into

[jira] [Updated] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-07-13 Thread Han Jiang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Han Jiang updated LUCENE-3892: -- Attachment: (was: LUCENE-3892-forpfor-with-javadoc.patch) Add a useful intblock postings

[jira] [Commented] (SOLR-1725) Script based UpdateRequestProcessorFactory

2012-07-13 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13413958#comment-13413958 ] Mikhail Khludnev commented on SOLR-1725: Hoss, Congrats! Btw, have you seen one

Re: [JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 1240 - Failure!

2012-07-13 Thread Mark Miller
See https://issues.apache.org/jira/browse/SOLR-3620 On Fri, Jul 13, 2012 at 11:46 AM, Uwe Schindler u...@thetaphi.de wrote: ...and I wanted to inform you it is hanging again in Solr! Who can help to solve this issue?

[JENKINS] Lucene-Solr-trunk-Linux-Java6-64 - Build # 1247 - Failure!

2012-07-13 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java6-64/1247/ 1 tests failed. REGRESSION: org.apache.lucene.index.TestSnapshotDeletionPolicy.testMultiThreadedSnapshotting Error Message: Snapshot doesn't exist: t1 Stack Trace: java.lang.IllegalStateException: Snapshot

[jira] [Updated] (SOLR-3619) Rename 'example' dir to 'server'

2012-07-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-3619: -- Attachment: server-name-layout.png This what my proposed layout would look. Rename

[jira] [Commented] (SOLR-3619) Rename 'example' dir to 'server'

2012-07-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13414085#comment-13414085 ] Mark Miller commented on SOLR-3619: --- obviously will use svn moves though despite patch

[jira] [Updated] (SOLR-3619) Rename 'example' dir to 'server'

2012-07-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-3619: -- Attachment: SOLR-3619.patch first cut patch Rename 'example' dir to 'server'

[jira] [Commented] (SOLR-3619) Rename 'example' dir to 'server'

2012-07-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13414086#comment-13414086 ] Mark Miller commented on SOLR-3619: --- Work with these kinds of moves gets out dated

[jira] [Commented] (SOLR-3328) executable bits of shellscripts in solr source release

2012-07-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13414089#comment-13414089 ] Uwe Schindler commented on SOLR-3328: - I committed a partial fix, needs further

[jira] [Updated] (SOLR-3328) executable bits of shellscripts in solr source release

2012-07-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-3328: Fix Version/s: (was: 4.1) 5.0 4.0 3.6.1

[jira] [Updated] (LUCENE-4217) Load clover.jar from ivy-cachepath andy ship sources with License

2012-07-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-4217: -- Attachment: LUCENE-4217.patch Final patch. I added exclusion of the license from src.tgz

  1   2   >