Solr nightly build failure

2008-12-16 Thread solr-dev
init-forrest-entities: [mkdir] Created dir: /tmp/apache-solr-nightly/build [mkdir] Created dir: /tmp/apache-solr-nightly/build/web compile-solrj: [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj [javac] Compiling 68 source files to /tmp/apache-solr-nightly/build/solrj

Build failed in Hudson: Solr-trunk #656

2008-12-16 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Solr-trunk/656/changes Changes: [ryan] ignoring *.jar in lib [ryan] SOLR-868 removing libs [ryan] SOLR-868 -- updating javascript example [ehatcher] Convert templates to using new QueryResponse response object [ehatcher] Add additional Velocity

[jira] Created: (SOLR-919) Cache and reuse the DOM object of solrconfig.xml

2008-12-16 Thread Noble Paul (JIRA)
Cache and reuse the DOM object of solrconfig.xml Key: SOLR-919 URL: https://issues.apache.org/jira/browse/SOLR-919 Project: Solr Issue Type: Improvement Reporter: Noble Paul If

[jira] Created: (SOLR-920) Cache and reuse IndexSchema

2008-12-16 Thread Noble Paul (JIRA)
Cache and reuse IndexSchema --- Key: SOLR-920 URL: https://issues.apache.org/jira/browse/SOLR-920 Project: Solr Issue Type: Improvement Reporter: Noble Paul if there are 1000's of cores then the cost of

[jira] Created: (SOLR-921) SolrResourceLoader must cache name vs class

2008-12-16 Thread Noble Paul (JIRA)
SolrResourceLoader must cache name vs class --- Key: SOLR-921 URL: https://issues.apache.org/jira/browse/SOLR-921 Project: Solr Issue Type: Improvement Reporter: Noble Paul every class

[jira] Updated: (SOLR-821) replication must allow copying conf file in a different name to slave

2008-12-16 Thread Akshay K. Ukey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay K. Ukey updated SOLR-821: Attachment: SOLR-821.patch # Patch with test case. # Removed unused parts from solrconfig.xml and

[jira] Commented: (SOLR-917) RequestHandlers#handlers is a synchronizedMap()

2008-12-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657011#action_12657011 ] Yonik Seeley commented on SOLR-917: --- Remember to test patches - this causes everything to

[jira] Commented: (SOLR-913) org/apache/solr/handler/SnapPuller.java - Expensive Pattern object made static

2008-12-16 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657017#action_12657017 ] Kay Kay commented on SOLR-913: -- Shalin - the new patch looks good. Thanks for helping with it.

[jira] Commented: (SOLR-914) Presence of finalize() in the codebase

2008-12-16 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657023#action_12657023 ] Kay Kay commented on SOLR-914: -- Primarily SolrCore and SolrIndexWriter ( specifically for my

[jira] Updated: (SOLR-913) org/apache/solr/handler/SnapPuller.java - Expensive Pattern object made static (HttpClient object too )

2008-12-16 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kay Kay updated SOLR-913: - Summary: org/apache/solr/handler/SnapPuller.java - Expensive Pattern object made static (HttpClient object too )

[jira] Updated: (SOLR-914) Presence of finalize() in the codebase

2008-12-16 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kay Kay updated SOLR-914: - Component/s: (was: Analysis) clients - java Presence of finalize() in the codebase

[jira] Reopened: (SOLR-886) DataImportHandler should rollback when an import fails or is aborted

2008-12-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar reopened SOLR-886: For rollback to work, a commit needs to be called. The committed code was not correct.

[jira] Assigned: (SOLR-906) Buffered / Streaming SolrServer implementaion

2008-12-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar reassigned SOLR-906: -- Assignee: Shalin Shekhar Mangar Buffered / Streaming SolrServer implementaion

[jira] Updated: (SOLR-921) SolrResourceLoader must cache name vs class

2008-12-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-921: Attachment: SOLR-921.patch SolrResourceLoader is modified to load classes and cache them if they are not

[jira] Commented: (SOLR-917) RequestHandlers#handlers is a synchronizedMap()

2008-12-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657053#action_12657053 ] Noble Paul commented on SOLR-917: - sure it will have to be tested. If there are null keys

[jira] Updated: (SOLR-821) replication must allow copying conf file in a different name to slave

2008-12-16 Thread Akshay K. Ukey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akshay K. Ukey updated SOLR-821: Attachment: (was: SOLR-821.patch) replication must allow copying conf file in a different name

[jira] Updated: (SOLR-917) RequestHandlers#handlers is a synchronizedMap()

2008-12-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-917: Attachment: SOLR-917.patch tests pass , Please review RequestHandlers#handlers is a synchronizedMap()

[jira] Commented: (SOLR-821) replication must allow copying conf file in a different name to slave

2008-12-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12656947#action_12656947 ] Shalin Shekhar Mangar commented on SOLR-821: This is looking good, thanks Akshay!

[jira] Commented: (SOLR-914) Presence of finalize() in the codebase

2008-12-16 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657067#action_12657067 ] Kay Kay commented on SOLR-914: -- Separately - it might be worth to wrap around the code with a

[jira] Updated: (SOLR-897) abo/abc/backupcleaner/snapcleaner, if removinmg by number of snapshots/backups, gets Argument list too long

2008-12-16 Thread Bill Au (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Au updated SOLR-897: - Summary: abo/abc/backupcleaner/snapcleaner, if removinmg by number of snapshots/backups, gets Argument list too

[jira] Created: (SOLR-922) Solr WebApp wide Executor for better efficient management of threads , separating the logic in the thread from the launch of the same.

2008-12-16 Thread Kay Kay (JIRA)
Solr WebApp wide Executor for better efficient management of threads , separating the logic in the thread from the launch of the same. --- Key:

[jira] Commented: (SOLR-897) snapcleaner, if removinmg by number of snapshots, gets Argument list too long

2008-12-16 Thread Bill Au (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657071#action_12657071 ] Bill Au commented on SOLR-897: -- The following scripts also have the same problem: abc, abo,

[jira] Updated: (SOLR-897) abo/abc/backupcleaner/snapcleaner, if removinmg by number of snapshots/backups, gets Argument list too long

2008-12-16 Thread Bill Au (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Au updated SOLR-897: - Attachment: solr-897.patch2 expanded patch to include fix for all four scripts with the same problem.

[jira] Updated: (SOLR-897) abo/abc/backupcleaner/snapcleaner, if removinmg by number of snapshots/backups, gets Argument list too long

2008-12-16 Thread Bill Au (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Au updated SOLR-897: - Attachment: (was: solr-897.patch2) abo/abc/backupcleaner/snapcleaner, if removinmg by number of

[jira] Updated: (SOLR-897) abo/abc/backupcleaner/snapcleaner, if removinmg by number of snapshots/backups, gets Argument list too long

2008-12-16 Thread Bill Au (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Au updated SOLR-897: - Attachment: solr-897-2.patch reattach expanded patch for fixes to all four scritps with the same problem.

[jira] Updated: (SOLR-897) abo/abc/backupcleaner/snapcleaner, if removinmg by number of snapshots/backups, gets Argument list too long

2008-12-16 Thread Bill Au (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Au updated SOLR-897: - Attachment: (was: solr-897-2.patch) abo/abc/backupcleaner/snapcleaner, if removinmg by number of

[jira] Commented: (SOLR-911) multi-select facets

2008-12-16 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657077#action_12657077 ] Hoss Man commented on SOLR-911: --- {quote} This patch also adds the ability to specify a

[jira] Updated: (SOLR-897) abo/abc/backupcleaner/snapcleaner, if removinmg by number of snapshots/backups, gets Argument list too long

2008-12-16 Thread Bill Au (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Au updated SOLR-897: - Attachment: solr-897-2.patch reattach expanded patch for all four scripts with the same problem. This time with

[jira] Commented: (SOLR-915) SolrCore;close() - scope to exploit parallelism among the number of closeHooks

2008-12-16 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657081#action_12657081 ] Kay Kay commented on SOLR-915: -- | Another issue with calling close hooks in parallel is thread

[jira] Issue Comment Edited: (SOLR-915) SolrCore;close() - scope to exploit parallelism among the number of closeHooks

2008-12-16 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657083#action_12657083 ] kaykay.unique edited comment on SOLR-915 at 12/16/08 9:42 AM: | As

[jira] Commented: (SOLR-915) SolrCore;close() - scope to exploit parallelism among the number of closeHooks

2008-12-16 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657083#action_12657083 ] Kay Kay commented on SOLR-915: -- | As for new Thread() vs using a ThreadPool - can we open that

[jira] Commented: (SOLR-915) SolrCore;close() - scope to exploit parallelism among the number of closeHooks

2008-12-16 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657087#action_12657087 ] Ryan McKinley commented on SOLR-915: I don't see any issue with Collection vs List.

Re: support for multi-select facets

2008-12-16 Thread Chris Hostetter
: Subject: support for multi-select facets I'm confused by something ... is the issue here really multi-select facets? ... that can be dealt with OR queries. What it seems you are trying to tackle isn't so much about UIs that want to allow a multi-select when faceting on a given field, but

[jira] Commented: (SOLR-915) SolrCore;close() - scope to exploit parallelism among the number of closeHooks

2008-12-16 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657091#action_12657091 ] Kay Kay commented on SOLR-915: -- | I don't see any issue with Collection vs List. List, by

[jira] Commented: (SOLR-915) SolrCore;close() - scope to exploit parallelism among the number of closeHooks

2008-12-16 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657092#action_12657092 ] Ryan McKinley commented on SOLR-915: sorry, i should have said, I have no objection to

Re: support for multi-select facets

2008-12-16 Thread Yonik Seeley
On Tue, Dec 16, 2008 at 12:49 PM, Chris Hostetter hossman_luc...@fucit.org wrote: : Subject: support for multi-select facets I'm confused by something ... is the issue here really multi-select facets? ... that can be dealt with OR queries. What it seems you are trying to tackle isn't so

[jira] Commented: (SOLR-911) multi-select facets

2008-12-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657096#action_12657096 ] Yonik Seeley commented on SOLR-911: --- bq. but then how will the client know how what to

[jira] Commented: (SOLR-915) SolrCore;close() - scope to exploit parallelism among the number of closeHooks

2008-12-16 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657097#action_12657097 ] Kay Kay commented on SOLR-915: -- Ok - then let me submit a revised patch with List change to

[jira] Updated: (SOLR-915) SolrCore;close() - scope to exploit parallelism among the number of closeHooks

2008-12-16 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kay Kay updated SOLR-915: - Attachment: SOLR-915.patch 1) Add comment to CloseHook.close() 2) SolrCore.closeHooks ( change it from a List to

[jira] Commented: (SOLR-906) Buffered / Streaming SolrServer implementaion

2008-12-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657102#action_12657102 ] Shalin Shekhar Mangar commented on SOLR-906: I've started taking a look at this.

[jira] Commented: (SOLR-906) Buffered / Streaming SolrServer implementaion

2008-12-16 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657107#action_12657107 ] Ryan McKinley commented on SOLR-906: Thanks for looking at this! | The if

[jira] Commented: (SOLR-906) Buffered / Streaming SolrServer implementaion

2008-12-16 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657108#action_12657108 ] Ryan McKinley commented on SOLR-906: | The SolrExampleTest cannot be used directly why

[jira] Commented: (SOLR-906) Buffered / Streaming SolrServer implementaion

2008-12-16 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657110#action_12657110 ] Ryan McKinley commented on SOLR-906: | The add calls do not come to the process method.

[jira] Commented: (SOLR-906) Buffered / Streaming SolrServer implementaion

2008-12-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657115#action_12657115 ] Shalin Shekhar Mangar commented on SOLR-906: bq. why not? All the tests pass for

Re: support for multi-select facets

2008-12-16 Thread Chris Hostetter
: multi-select in a single request requires getting facets that are : constrained differently per-facet (and may be constrained differently : than for the top N docs returned.) I still feel like we're having a huge disconcet in terminology, and that there are really two orthoginal issues here.

[jira] Commented: (SOLR-915) SolrCore;close() - scope to exploit parallelism among the number of closeHooks

2008-12-16 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657130#action_12657130 ] Kay Kay commented on SOLR-915: -- Thanks Ryan for helping with the fix. SolrCore;close() -

[jira] Commented: (SOLR-922) Solr WebApp wide Executor for better efficient management of threads , separating the logic in the thread from the launch of the same.

2008-12-16 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657141#action_12657141 ] Hoss Man commented on SOLR-922: --- I can understand why there might be value add in having each

[jira] Updated: (SOLR-923) SolrIndexWriter.getDirectory cleanup

2008-12-16 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-923: -- Attachment: SOLR-923.patch patch to fix SolrIndexWriter.getDirectory cleanup

Re: SolrIndexWriter :: getDirectory(String path, SolrIndexConfig config) - deprecated method - replacement method ?

2008-12-16 Thread Chris Hostetter
I believe you are correct ... fixed in SOLR-923 : There seems to be no method with that particular signature. But there does : seem to be another method - : getDirectory(String path, DirectoryFactory , SolrIndexConfig ) . : : Just to confirm - is that what is meant here ? -Hoss

[jira] Resolved: (SOLR-923) SolrIndexWriter.getDirectory cleanup

2008-12-16 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-923. --- Resolution: Fixed Assignee: Hoss Man hoss...@coaster:~/lucene/solr$ svn commit -m SOLR-923: some

[jira] Updated: (SOLR-924) Solr: Making finalizers call super.finalize() wrapped in try..finally block

2008-12-16 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kay Kay updated SOLR-924: - Attachment: SOLR-924.patch The following classes have their try .. finally clause implemented in finalizers set

[jira] Updated: (SOLR-924) Solr: Making finalizers call super.finalize() wrapped in try..finally block

2008-12-16 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kay Kay updated SOLR-924: - Component/s: replication (java) contrib - DataImportHandler Solr: Making finalizers call

[jira] Updated: (SOLR-924) Solr: Making finalizers call super.finalize() wrapped in try..finally block

2008-12-16 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kay Kay updated SOLR-924: - Fix Version/s: 1.4 Priority: Minor (was: Major) Solr: Making finalizers call super.finalize() wrapped

[jira] Updated: (SOLR-916) CoreContainer :: register(String, SolrCore, boolean) documentation clarification about returnPrev argument

2008-12-16 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kay Kay updated SOLR-916: - Fix Version/s: (was: 1.3.1) 1.4 CoreContainer :: register(String, SolrCore, boolean)

Re: ant example, tika

2008-12-16 Thread Chris Hostetter
: I think, eventually, and I really hate to say this b/c classloading is a : nightmare, but we may want to look into isolated classloaders or OSGi or : something for the Solr Home lib directory. The benefits being that I already : see library collisions in our future. we already have

[jira] Commented: (SOLR-906) Buffered / Streaming SolrServer implementaion

2008-12-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657278#action_12657278 ] Noble Paul commented on SOLR-906: - another observation : why do we need a

[jira] Commented: (SOLR-922) Solr WebApp wide Executor for better efficient management of threads , separating the logic in the thread from the launch of the same.

2008-12-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657279#action_12657279 ] Noble Paul commented on SOLR-922: - hi Kay I am in agreement with the general goal of having

[jira] Issue Comment Edited: (SOLR-906) Buffered / Streaming SolrServer implementaion

2008-12-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657278#action_12657278 ] noble.paul edited comment on SOLR-906 at 12/16/08 8:16 PM: --- another

Re: [VOTE] LOGO

2008-12-16 Thread Mike Klaas
On 13-Dec-08, at 2:52 PM, Ryan McKinley wrote: Ok, all votes are cast (except Grant who is abstaining) Thanks for tallying the votes, Ryan. You're too damn quick for me! -Mike

[jira] Commented: (SOLR-924) Solr: Making finalizers call super.finalize() wrapped in try..finally block

2008-12-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657293#action_12657293 ] Noble Paul commented on SOLR-924: - Why do we need to call a super.finalize() when the super

[jira] Commented: (SOLR-912) org.apache.solr.common.util.NamedList - Typesafe efficient variant - ModernNamedList introduced - implementing the same API as NamedList

2008-12-16 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657299#action_12657299 ] Hoss Man commented on SOLR-912: --- If i'm understanding the discussion so far... *

Re: [Solr Wiki] Update of SolrLogging by HossMan

2008-12-16 Thread Chris Hostetter
: The following page has been changed by HossMan: : http://wiki.apache.org/solr/SolrLogging FWIW: It would be great if someone who actually knew what they were talking about (*cough* ryan *cough*) could take a pass at this and make it, you know, correct. I was basically just guessing