tiny patch for java7 on os X

2012-12-26 Thread Robert Muir
i installed java7 on my os X... with the following build patch pylucene seems to work fine (tests pass etc). I think java7 is just pickier about -source/-target both being set for jcc. And the extensions should use the same explicit source/target (or the build can hit classfile version problems).

Re: [VOTE] Release PyLucene 3.6.2

2012-12-26 Thread Andi Vajda
On Dec 26, 2012, at 10:50, Robert Muir rcm...@gmail.com wrote: On OS X, i had to run 'make test' twice. The first time, i got a strange error: Installed /Users/rmuir/pylucene/pylucene-3.6.2-1/build/test/lucene-3.6.2-py2.7-macosx-10.7-x86_64.egg Processing dependencies for lucene==3.6.2

Re: [VOTE] Release PyLucene 3.6.2

2012-12-26 Thread Robert Muir
On Wed, Dec 26, 2012 at 11:14 AM, Andi Vajda va...@apache.org wrote: Very strange. Why would it go out to pypi to install unrelated packages ? Odd. Did you run just 'make' first before running 'make test' ? (my workflow). I just tried make, followed by make test, and it worked fine. So I

RE: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.6.0_37) - Build # 3421 - Failure!

2012-12-26 Thread Uwe Schindler
Hi Mark, No, this is a default one with default multiplier, so just ant test. What's important to reproduce: - Number of JVMs because this dictates, how many tests are run inside one JVM: -Dtests.jvms=2. - And this is 32 bit Java! - more settings like used garbage collector in build description

Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.6.0_37) - Build # 3421 - Failure!

2012-12-26 Thread Dawid Weiss
I think it would be nice if Mike could add permgen pool stats (mx bean) to his charts :) This way we would see the average permgen usage over time -- it's easy to spot the regression then. Something to think of for the future. D. On Wed, Dec 26, 2012 at 9:02 AM, Uwe Schindler u...@thetaphi.de

RE: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.6.0_37) - Build # 3421 - Failure!

2012-12-26 Thread Uwe Schindler
I started jhat on the machine: http://jenkins.sd-datasolutions.de:7000/ you can inspect the heap dump with it. The Jenkins build was made sticky, so it stays alive until I delete it. It is also nice to look to the heap dump with visualvm (shipped with JDK @ jvisualvm heapfile). You should use

RE: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.6.0_37) - Build # 3421 - Failure!

2012-12-26 Thread Uwe Schindler
Hi, I did further investigation (with jvisualvm - you can use any version, also the newest one with other bitness, it can always read the heap dump - I recommend the Java 7 64bit one, its most fancy and does not itself OOM): When looking at the MBean mess, it looks like: The whole VM is

RE: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.6.0_37) - Build # 3421 - Failure!

2012-12-26 Thread Uwe Schindler
It was introduced by: Revision: 1403555 Author: romseygeek Date: Montag, 29. Oktober 2012 23:13:03 Message: SOLR-1972: Add extra query stats to RequestHandler Modified : /lucene/dev/trunk/solr/CHANGES.txt Modified : /lucene/dev/trunk/solr/core/ivy.xml Modified :

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

2012-12-26 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reopened SOLR-1972: - This commit causes a huge memory leak in Solr: The hole heap is filled with (interned) Strings,

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

2012-12-26 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539526#comment-13539526 ] Uwe Schindler edited comment on SOLR-1972 at 12/26/12 12:50 PM:

Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.6.0_37) - Build # 3421 - Failure!

2012-12-26 Thread Dawid Weiss
Good bug hunting, Mr Holmes! Unfortunately I did not find a good tool to inspect permgen heap only (it contains loaded classes and interned strings). I Not sure but YourKit may be able to do that (in particular if you attach it using its own agent, not the default one). (and possibly

Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.6.0_37) - Build # 3421 - Failure!

2012-12-26 Thread Dawid Weiss
Just a note -- interned string pool is no longer stored in permgen as of 1.7+ so they probably don't contribute to permgen exhaustion. And I meant 1.7 build plans of course; the ones using 1.6 may be affected if these strings are indeed interned. D.

[jira] [Commented] (SOLR-4191) Exceptions thrown when /admin/mbeans is accessed during update/commit

2012-12-26 Thread Mark Smith (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539538#comment-13539538 ] Mark Smith commented on SOLR-4191: -- This happening for me as well on Solr 4.0.

[jira] [Comment Edited] (SOLR-4191) Exceptions thrown when /admin/mbeans is accessed during update/commit

2012-12-26 Thread Mark Smith (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539538#comment-13539538 ] Mark Smith edited comment on SOLR-4191 at 12/26/12 1:55 PM:

Re: Cache stats and the log files

2012-12-26 Thread Erick Erickson
H. Well, I guess I can argue that this shouldn't be on by default, it's just a bit startling. Thanks for finding that! On a related note, setting the root logging level in the admin UI to finest changes all of the leaves to FINE level. But no changes happen in the logging (at least

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

2012-12-26 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539544#comment-13539544 ] Shawn Heisey commented on SOLR-1972: This is really useful to me, I'm very sad to learn

Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.6.0_37) - Build # 3421 - Failure!

2012-12-26 Thread Michael McCandless
On Wed, Dec 26, 2012 at 4:13 AM, Dawid Weiss dawid.we...@cs.put.poznan.pl wrote: I think it would be nice if Mike could add permgen pool stats (mx bean) to his charts :) This way we would see the average permgen usage over time -- it's easy to spot the regression then. Something to think of

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

2012-12-26 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539546#comment-13539546 ] Robert Muir commented on SOLR-1972: --- {quote} This commit causes a huge memory leak in

Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.6.0_37) - Build # 3421 - Failure!

2012-12-26 Thread Robert Muir
On Wed, Dec 26, 2012 at 5:23 AM, Dawid Weiss dawid.we...@cs.put.poznan.pl wrote: Good bug hunting, Mr Holmes! I think he should be promoted from policeman to detective! - To unsubscribe, e-mail:

[jira] [Created] (SOLR-4232) Make request handler metrics optional

2012-12-26 Thread Shawn Heisey (JIRA)
Shawn Heisey created SOLR-4232: -- Summary: Make request handler metrics optional Key: SOLR-4232 URL: https://issues.apache.org/jira/browse/SOLR-4232 Project: Solr Issue Type: Bug

Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.6.0_37) - Build # 3421 - Failure!

2012-12-26 Thread Dawid Weiss
i was thinking about adding a hook to memorypool mx bean as far as i remember it does have 'peak' memory usage for permgen and it could be charted over time. parsing gc logs is kind of hard because they will differ depending on the vm and even the gc used. also, the gc logs are dumped to process

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

2012-12-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539553#comment-13539553 ] Mark Miller commented on SOLR-1972: --- bq. I would revert this patch for now +1

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

2012-12-26 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539552#comment-13539552 ] Uwe Schindler commented on SOLR-1972: - bq. As for seeing what looks like a leak with

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

2012-12-26 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539554#comment-13539554 ] Robert Muir commented on SOLR-1972: --- I wonder if the permgen leak is related to the

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

2012-12-26 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539552#comment-13539552 ] Uwe Schindler edited comment on SOLR-1972 at 12/26/12 3:14 PM:

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

2012-12-26 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539558#comment-13539558 ] Uwe Schindler commented on SOLR-1972: - [~romseygeek] shood revert, if he is not

RE: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.6.0_37) - Build # 3421 - Failure!

2012-12-26 Thread Uwe Schindler
Thanks. I am still working on getting the root of the permgen issue. I have no hammer to tell visualvm to get a list of interned strings. How to identify an interned string? Having fun with OQL (Object Query Language)... Dawid's note about Java 7 no longer puts interned strings into permgen

Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.6.0_37) - Build # 3421 - Failure!

2012-12-26 Thread Dawid Weiss
I am still working on getting the root of the permgen issue. I have no hammer to tell visualvm to get a list of interned strings. How to identify an interned string? Having fun with OQL (Object Query Language)... Can you make that dump available? I'll check with yourkit. They have licenses

RE: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.6.0_37) - Build # 3421 - Failure!

2012-12-26 Thread Uwe Schindler
It is there! Just scroll up in the thread and download it... I made the jenkins run sticky: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/3421/artifact/heapdumps/java_pid13141.hprof - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail:

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

2012-12-26 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated SOLR-1972: -- Attachment: leak.patch A possible patch to the leak (I cannot run solr tests *AT ALL* on my machine,

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

2012-12-26 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539575#comment-13539575 ] Shawn Heisey commented on SOLR-1972: Robert, Alan did try creating a registry for each

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

2012-12-26 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539576#comment-13539576 ] Robert Muir commented on SOLR-1972: --- I dont think we should have a single static: its no

[jira] [Reopened] (SOLR-4088) ZkController baseURL only get the host name not address, will occur can't get the right URL to do recovery.

2012-12-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reopened SOLR-4088: --- Robert just mentioned to me that this can cause a problem in tests - sometimes a host cannot be found

[jira] [Comment Edited] (SOLR-4088) ZkController baseURL only get the host name not address, will occur can't get the right URL to do recovery.

2012-12-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539582#comment-13539582 ] Mark Miller edited comment on SOLR-4088 at 12/26/12 4:20 PM: -

[jira] [Commented] (SOLR-4088) ZkController baseURL only get the host name not address, will occur can't get the right URL to do recovery.

2012-12-26 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539583#comment-13539583 ] Robert Muir commented on SOLR-4088: --- I hit this when running tests: {noformat}

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

2012-12-26 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539586#comment-13539586 ] Uwe Schindler commented on SOLR-1972: - MetricsRegistry *is* the singleton: With

[jira] [Updated] (SOLR-4088) ZkController baseURL only get the host name not address, will occur can't get the right URL to do recovery.

2012-12-26 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated SOLR-4088: -- Attachment: SOLR-4088_unknown_host.patch Here's the patch i'm testing locally. The problem is when the

[jira] [Created] (SOLR-4233) ScriptEngineTest can crash junit4 test runner

2012-12-26 Thread Robert Muir (JIRA)
Robert Muir created SOLR-4233: - Summary: ScriptEngineTest can crash junit4 test runner Key: SOLR-4233 URL: https://issues.apache.org/jira/browse/SOLR-4233 Project: Solr Issue Type: Bug

[jira] [Commented] (SOLR-4233) ScriptEngineTest can crash junit4 test runner

2012-12-26 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539596#comment-13539596 ] Robert Muir commented on SOLR-4233: --- Sorry, i hit two bugs at once. Bug #1 is

[jira] [Updated] (SOLR-4233) Test runner problems on OS X / java 7

2012-12-26 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated SOLR-4233: -- Summary: Test runner problems on OS X / java 7 (was: ScriptEngineTest can crash junit4 test runner)

[jira] [Commented] (SOLR-4233) Test runner problems on OS X / java 7

2012-12-26 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539602#comment-13539602 ] Uwe Schindler commented on SOLR-4233: - This is the well-known @UweSays bug at

[jira] [Commented] (SOLR-4233) Test runner problems on OS X / java 7

2012-12-26 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539604#comment-13539604 ] Robert Muir commented on SOLR-4233: --- +1, ill add an assume here for OS X. Note: another

[jira] [Commented] (SOLR-4233) Test runner problems on OS X / java 7

2012-12-26 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539606#comment-13539606 ] Commit Tag Bot commented on SOLR-4233: -- [trunk commit] Robert Muir

[jira] [Resolved] (SOLR-4233) Test runner problems on OS X / java 7

2012-12-26 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved SOLR-4233. --- Resolution: Fixed Fix Version/s: 5.0 4.1 Test runner problems on OS X

[jira] [Commented] (SOLR-4233) Test runner problems on OS X / java 7

2012-12-26 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539608#comment-13539608 ] Commit Tag Bot commented on SOLR-4233: -- [branch_4x commit] Robert Muir

[jira] [Updated] (SOLR-4202) Relax rules around accepting updates when not connected to zookeeper.

2012-12-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-4202: -- Fix Version/s: (was: 4.1) 4.2 Relax rules around accepting updates when not

[jira] [Resolved] (SOLR-4204) Make SolrCloud tests more friendly to FreeBSD blackhole 2 environments.

2012-12-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-4204. --- Resolution: Fixed Calling this done - there are still some problem areas to track down on the

[jira] [Resolved] (SOLR-4203) An ephemeral directory implementation should cause the transaction log to be ignored on startup.

2012-12-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-4203. --- Resolution: Fixed An ephemeral directory implementation should cause the transaction log to be

[jira] [Commented] (SOLR-4174) Optionally allow dropping the update log when merging indexes.

2012-12-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539610#comment-13539610 ] Mark Miller commented on SOLR-4174: --- On further consideration, I'm not convinced this is

[jira] [Updated] (SOLR-3154) SolrJ CloudServer should be leader and network aware when adding docs

2012-12-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-3154: -- Fix Version/s: (was: 4.1) 4.2 SolrJ CloudServer should be leader and

[jira] [Resolved] (SOLR-4174) Optionally allow dropping the update log when merging indexes.

2012-12-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-4174. --- Resolution: Won't Fix Optionally allow dropping the update log when merging indexes.

[jira] [Updated] (SOLR-3935) Change the default jetty connector to be the NIO implementation.

2012-12-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-3935: -- Fix Version/s: (was: 4.1) 4.2 Change the default jetty connector to be the

[jira] [Updated] (SOLR-1945) Allow @Field annotations in nested classes using DocumentObjectBinder

2012-12-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-1945: -- Fix Version/s: (was: 4.1) Assignee: (was: Mark Miller) Allow @Field annotations

[jira] [Updated] (SOLR-3041) Solrs using SolrCloud feature for having shared config in ZK, might not all start successfully when started for the first time simultaneously

2012-12-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-3041: -- Fix Version/s: (was: 4.1) Assignee: (was: Mark Miller) Solrs using SolrCloud

[jira] [Updated] (SOLR-3721) Multiple concurrent recoveries of same shard?

2012-12-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-3721: -- Fix Version/s: (was: 5.0) (was: 4.1) Assignee: (was: Mark

[jira] [Updated] (SOLR-2018) waitFlush=false currently doens't work

2012-12-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-2018: -- Fix Version/s: (was: 4.1) 5.0 4.2 waitFlush=false

[jira] [Updated] (SOLR-2646) Integrate Solr benchmarking support into the Benchmark module

2012-12-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-2646: -- Fix Version/s: (was: 4.1) Integrate Solr benchmarking support into the Benchmark module

[jira] [Updated] (SOLR-3604) The wiki claims all comments are wiped from solr.xml on save - we should fix this.

2012-12-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-3604: -- Fix Version/s: (was: 4.1) 5.0 4.2 The wiki claims all

[jira] [Updated] (SOLR-2326) Replication command indexversion fails to return index version

2012-12-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-2326: -- Fix Version/s: (was: 4.1) 5.0 4.2 Replication command

[jira] [Updated] (SOLR-3071) When you change the config for a collection, all nodes in the collection should reload their SolrCore.

2012-12-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-3071: -- Fix Version/s: (was: 4.1) 5.0 4.2 When you change the

[jira] [Updated] (SOLR-3090) When running a ZK ensemble within Solr, the info logging is too verbose.

2012-12-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-3090: -- Fix Version/s: (was: 4.1) 5.0 4.2 When running a ZK

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

2012-12-26 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539623#comment-13539623 ] Shawn Heisey commented on SOLR-1972: I've been trying to find evidence of the leak, and

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

2012-12-26 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-1972: --- Attachment: stacktraces.tar.gz Archive with debug stacktraces and a summary. Need

[jira] [Commented] (SOLR-4088) ZkController baseURL only get the host name not address, will occur can't get the right URL to do recovery.

2012-12-26 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539625#comment-13539625 ] Commit Tag Bot commented on SOLR-4088: -- [branch_4x commit] Robert Muir

[jira] [Commented] (SOLR-4088) ZkController baseURL only get the host name not address, will occur can't get the right URL to do recovery.

2012-12-26 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539626#comment-13539626 ] Commit Tag Bot commented on SOLR-4088: -- [trunk commit] Robert Muir

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

2012-12-26 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539628#comment-13539628 ] Shawn Heisey commented on SOLR-1972: Some things just clicked and I think I might have

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

2012-12-26 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-1972: --- Attachment: leak-closeable.patch An extension of Robert's leak.patch, as a possible starting point

[jira] [Resolved] (LUCENE-4648) PostingsHighlighter should score only with within-document statistics

2012-12-26 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-4648. - Resolution: Fixed Fix Version/s: 5.0 4.1 PostingsHighlighter

[jira] [Commented] (LUCENE-4648) PostingsHighlighter should score only with within-document statistics

2012-12-26 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539642#comment-13539642 ] Commit Tag Bot commented on LUCENE-4648: [trunk commit] Robert Muir

[jira] [Commented] (LUCENE-4648) PostingsHighlighter should score only with within-document statistics

2012-12-26 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539643#comment-13539643 ] Commit Tag Bot commented on LUCENE-4648: [branch_4x commit] Robert Muir

[jira] [Commented] (SOLR-4233) Test runner problems on OS X / java 7

2012-12-26 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539644#comment-13539644 ] Dawid Weiss commented on SOLR-4233: --- Sorry for belated follow-up. The first error is what

[jira] [Commented] (SOLR-4233) Test runner problems on OS X / java 7

2012-12-26 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539655#comment-13539655 ] Robert Muir commented on SOLR-4233: --- The second error definitely worked as far as it

[jira] [Commented] (SOLR-4233) Test runner problems on OS X / java 7

2012-12-26 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539657#comment-13539657 ] Dawid Weiss commented on SOLR-4233: --- Yeah... by default it would have ended in an error

[jira] [Created] (SOLR-4234) ZooKeeper doesn't handle binary files

2012-12-26 Thread Eric Pugh (JIRA)
Eric Pugh created SOLR-4234: --- Summary: ZooKeeper doesn't handle binary files Key: SOLR-4234 URL: https://issues.apache.org/jira/browse/SOLR-4234 Project: Solr Issue Type: Bug Components:

[jira] [Created] (SOLR-4235) Solr join or subquery should support sorting (and perhaps paging)

2012-12-26 Thread Dan Ertman (JIRA)
Dan Ertman created SOLR-4235: Summary: Solr join or subquery should support sorting (and perhaps paging) Key: SOLR-4235 URL: https://issues.apache.org/jira/browse/SOLR-4235 Project: Solr Issue

[jira] [Updated] (SOLR-4234) ZooKeeper doesn't handle binary files

2012-12-26 Thread Eric Pugh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh updated SOLR-4234: Attachment: binary_upload_download.patch Testcase and patch for binary files in ZK.

[jira] [Commented] (LUCENE-4290) basic highlighter that uses postings offsets

2012-12-26 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539726#comment-13539726 ] Commit Tag Bot commented on LUCENE-4290: [trunk commit] Robert Muir

[jira] [Updated] (SOLR-4234) ZooKeeper doesn't handle binary files

2012-12-26 Thread Eric Pugh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh updated SOLR-4234: Attachment: fix_show_file_handler_with_binaries.patch This is the patch to allow the ShowFileHandler to

[jira] [Commented] (SOLR-4234) ZooKeeper doesn't handle binary files

2012-12-26 Thread Eric Pugh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539728#comment-13539728 ] Eric Pugh commented on SOLR-4234: - Without this patch, a request like this would fail:

[jira] [Commented] (LUCENE-4290) basic highlighter that uses postings offsets

2012-12-26 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539731#comment-13539731 ] Commit Tag Bot commented on LUCENE-4290: [branch_4x commit] Robert Muir

[jira] [Commented] (SOLR-4208) Refactor edismax query parser

2012-12-26 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-4208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539735#comment-13539735 ] Tomás Fernández Löbbe commented on SOLR-4208: - bq. Could you make the patch

[jira] [Updated] (SOLR-4208) Refactor edismax query parser

2012-12-26 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-4208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomás Fernández Löbbe updated SOLR-4208: Attachment: SOLR-4208.patch qParserDiff.txt Refactor edismax

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.6.0_37) - Build # 2311 - Failure!

2012-12-26 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/2311/ Java: 64bit/jdk1.6.0_37 -XX:+UseSerialGC All tests passed Build Log: [...truncated 29917 lines...] BUILD FAILED C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:312: The following error occurred

[JENKINS] Lucene-Solr-Tests-4.x-java7 - Build # 831 - Failure

2012-12-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-java7/831/ All tests passed Build Log: [...truncated 30432 lines...] BUILD FAILED /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:312: The following error occurred while executing this line:

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.7.0_09) - Build # 3428 - Failure!

2012-12-26 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux/3428/ Java: 32bit/jdk1.7.0_09 -server -XX:+UseSerialGC All tests passed Build Log: [...truncated 30415 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:312: The following error occurred while

Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0-ea-b65) - Build # 3427 - Failure!

2012-12-26 Thread Robert Muir
I committed a hack for this test. really, this test is broken. I think it should be removed. it will randomly fail. On Tue, Dec 25, 2012 at 11:59 PM, Policeman Jenkins Server jenk...@sd-datasolutions.de wrote: org.apache.solr.client.solrj.impl.BasicHttpSolrServerTest.testConnectionRefused

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

2012-12-26 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13539779#comment-13539779 ] Lance Norskog commented on SOLR-1972: - The OnlineSummary class in Mahout does the

[jira] [Assigned] (SOLR-4234) ZooKeeper doesn't handle binary files

2012-12-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reassigned SOLR-4234: - Assignee: Mark Miller ZooKeeper doesn't handle binary files

[jira] [Updated] (SOLR-4234) ZooKeeper doesn't handle binary files

2012-12-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-4234: -- Fix Version/s: 5.0 4.1 ZooKeeper doesn't handle binary files

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

2012-12-26 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-1972: --- Fix Version/s: (was: 4.1) 4.2 Need additional query stats in admin

Re: [VOTE] Release PyLucene 3.6.2

2012-12-26 Thread Andi Vajda
On Wed, 26 Dec 2012, Andi Vajda wrote: On Dec 26, 2012, at 11:58, Robert Muir rcm...@gmail.com wrote: On Wed, Dec 26, 2012 at 11:14 AM, Andi Vajda va...@apache.org wrote: Very strange. Why would it go out to pypi to install unrelated packages ? Odd. Did you run just 'make' first before

Re: tiny patch for java7 on os X

2012-12-26 Thread Andi Vajda
On Wed, 26 Dec 2012, Robert Muir wrote: i installed java7 on my os X... with the following build patch pylucene seems to work fine (tests pass etc). I think java7 is just pickier about -source/-target both being set for jcc. And the extensions should use the same explicit source/target (or the

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

2012-12-26 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-1972: --- Attachment: revert-SOLR-1972.patch Since I know we have to revert this to keep the 4.1 release clean,

[jira] [Created] (SOLR-4236) Commit issue: Can't search while add commit=true in the call URL about insert index

2012-12-26 Thread Raintung Li (JIRA)
Raintung Li created SOLR-4236: - Summary: Commit issue: Can't search while add commit=true in the call URL about insert index Key: SOLR-4236 URL: https://issues.apache.org/jira/browse/SOLR-4236 Project: