Solr nightly build failure

2009-10-21 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 87 source files to /tmp/apache-solr-nightly/build/solrj

Re: clustering schema

2009-10-21 Thread Grant Ingersoll
On Oct 20, 2009, at 7:52 PM, Yonik Seeley wrote: Actually just copying the example schema to contrib seemed to work fine... those should probably be kept in alignment regardless of if we decide to do something different about the data directory. Then maybe we should use an svn:external? Exc

[jira] Resolved: (SOLR-1403) solrjs broken when used with Prototype library

2009-10-21 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved SOLR-1403. --- Resolution: Won't Fix SolrJS has been moved to a third party repository > solrjs broken when

[jira] Created: (SOLR-1518) ValueSource/DocValues returning multiple values per document

2009-10-21 Thread Grant Ingersoll (JIRA)
ValueSource/DocValues returning multiple values per document - Key: SOLR-1518 URL: https://issues.apache.org/jira/browse/SOLR-1518 Project: Solr Issue Type: Improvement

Re: [jira] Commented: (SOLR-1513) Use Google Collections in ConcurrentLRUCache

2009-10-21 Thread Mark Miller
bq. and Mark is representing "just keep working, ok?". But I'm not :) Like I said, I don't view the purpose of a soft value cache as avoiding OOM's. Size your caches correctly for that. For those that don't understand the how and why of soft value caches, they probably should not choose to use i

Re: clustering schema

2009-10-21 Thread Colin Hynes
Grant, Subversion started supporting externals on single files with version 1.6, so depending on what's running you could do it. On Oct 21, 2009, at 6:39 AM, Grant Ingersoll wrote: On Oct 20, 2009, at 7:52 PM, Yonik Seeley wrote: Actually just copying the example schema to contrib seeme

Re: Solr nightly build failure

2009-10-21 Thread Yonik Seeley
Here's an interesting warning in the failed TestLBHttpSolrServer logs: WARNING: SimpleHttpConnectionManager being used incorrectly. Be sure that HttpMethod.releaseConnection() is always called and that only on e thread and/or method is using this connection manager at a time. The test failure th

Re: Solr nightly build failure

2009-10-21 Thread Lance Norskog
This code would be more deterministic with a sleep for 1 second after stopping the thread. This would allow the thread machinations to finish. solr[0].jetty.stop(); solr[0].jetty = null; ->Thread.sleep(1000); resp = lbHttpSolrServer.query(solrQuery); On Wed, Oct 21, 2009 at 6:49 AM, Yon

Re: Solr nightly build failure

2009-10-21 Thread Yonik Seeley
On Wed, Oct 21, 2009 at 3:57 PM, Lance Norskog wrote: > This code would be more deterministic with a sleep for 1 second after > stopping the thread. This would allow the thread machinations to > finish. I considered that, but jetty.stop() looks like this: public void stop() throws Exception

[jira] Created: (SOLR-1519) why it takes more and more time with small rows but increased start across distributed Solr

2009-10-21 Thread johnson.hong (JIRA)
why it takes more and more time with small rows but increased start across distributed Solr - Key: SOLR-1519 URL: https://issues.apache.org/jira/browse/SOLR-1519

[jira] Updated: (SOLR-1519) why it takes more and more time with small rows but increased start across distributed Solr

2009-10-21 Thread johnson.hong (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] johnson.hong updated SOLR-1519: --- Description: Hi, I get a problem on Distributed Search: There are 5 shards in my system, and I

[jira] Resolved: (SOLR-1519) why it takes more and more time with small rows but increased start across distributed Solr

2009-10-21 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-1519. - Resolution: Invalid Please ask such questions on the solr-user mailing list before

minor nit....

2009-10-21 Thread Ryan McKinley
I'm looking through a bunch of logs that have: UpdateRequestProcessor - {add=[aa, bb, cc, dd, ee, ff, gg, hh, ...(142 more)]} Would it be more reasonable to say: "150 total" rather then make you count the previous 8? kinda stupid, but i guess this is what drives you nuts while chasing real proble

Re: minor nit....

2009-10-21 Thread Shalin Shekhar Mangar
On Thu, Oct 22, 2009 at 9:14 AM, Ryan McKinley wrote: > I'm looking through a bunch of logs that have: > UpdateRequestProcessor - {add=[aa, bb, cc, dd, ee, ff, gg, hh, ...(142 > more)]} > > Would it be more reasonable to say: "150 total" rather then make you > count the previous 8? > +1 -- Reg

Re: minor nit....

2009-10-21 Thread Yonik Seeley
On Wed, Oct 21, 2009 at 11:44 PM, Ryan McKinley wrote: > I'm looking through a bunch of logs that have: > UpdateRequestProcessor - {add=[aa, bb, cc, dd, ee, ff, gg, hh, ...(142 more)]} > > Would it be more reasonable to say: "150 total" rather then make you > count the previous 8? Yep, I did reco

[jira] Commented: (SOLR-1519) why it takes more and more time with small rows but increased start across distributed Solr

2009-10-21 Thread johnson.hong (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12768563#action_12768563 ] johnson.hong commented on SOLR-1519: thank you for your answer, but I don't understand t

Re: [jira] Commented: (SOLR-1513) Use Google Collections in ConcurrentLRUCache

2009-10-21 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Wed, Oct 21, 2009 at 6:34 PM, Mark Miller wrote: > bq.  and Mark is representing "just keep working, ok?". > > But I'm not :) Like I said, I don't view the purpose of a soft value > cache as avoiding OOM's. Size your caches correctly for that. > > For those that don't understand the how and why

[jira] Created: (SOLR-1520) QueryElevationComponent does not work when unique key is of type 'sint'

2009-10-21 Thread Simon Lachinger (JIRA)
QueryElevationComponent does not work when unique key is of type 'sint' --- Key: SOLR-1520 URL: https://issues.apache.org/jira/browse/SOLR-1520 Project: Solr Issue Type: Bug