Re: Fatal exception in solr 1.3+ replication

2008-11-16 Thread Mark Miller
me know how I can get a patch --- I'd prefer not do a solr build from source since we are not Java savvy here:-( - Bill -- From: "Mark Miller" <[EMAIL PROTECTED]> Sent: Saturday, November 15, 2008 12:43 PM To: Subject: Re:

Re: Fatal exception in solr 1.3+ replication

2008-11-16 Thread William Pierce
Paul ??? ??" <[EMAIL PROTECTED]> Sent: Saturday, November 15, 2008 11:40 PM To: Subject: Re: Fatal exception in solr 1.3+ replication Is this issue visible for consistently ? I mean are you able to reproduce this easily? On Fri, Nov 14, 2008 at 11:15 PM, William Pierce &

Re: Fatal exception in solr 1.3+ replication

2008-11-15 Thread Noble Paul നോബിള്‍ नोब्ळ्
Is this issue visible for consistently ? I mean are you able to reproduce this easily? On Fri, Nov 14, 2008 at 11:15 PM, William Pierce <[EMAIL PROTECTED]> wrote: > Folks: > > I am using the nightly build of 1.3 as of Oct 23 so as to use the replication > handler. I am running on windows 2003 s

Re: Fatal exception in solr 1.3+ replication

2008-11-15 Thread William Pierce
L PROTECTED]> Sent: Saturday, November 15, 2008 12:43 PM To: Subject: Re: Fatal exception in solr 1.3+ replication Okay, I'm fairly certain I've found it. As usual, take a walk and the solution pops into your head out of the blue. It looks like Lucene's IndexReader reopen call is not

Re: Fatal exception in solr 1.3+ replication

2008-11-15 Thread Mark Miller
nd that might give you a clue? Let me know and I can try to help out. Best, - Bill -- From: "Mark Miller" <[EMAIL PROTECTED]> Sent: Saturday, November 15, 2008 10:59 AM To: Subject: Re: Fatal exception in solr 1.3+ replication

Re: Fatal exception in solr 1.3+ replication

2008-11-15 Thread William Pierce
9 AM To: Subject: Re: Fatal exception in solr 1.3+ replication Havn't given up, but this has really got me so far. For every path, FSDirectory allows just one instance of FSDirectory to exist, and it keeps a ref count of how many have been returned from openDirectory for a given pat

Re: Fatal exception in solr 1.3+ replication

2008-11-15 Thread Mark Miller
sition of what may be going onI will await to hear from you before I plough ahead with the latest trunk bits Best regards, -- Bill -- From: "Mark Miller" <[EMAIL PROTECTED]> Sent: Saturday, November 15, 2008 7:29 AM To: Su

Re: Fatal exception in solr 1.3+ replication

2008-11-15 Thread William Pierce
; Sent: Saturday, November 15, 2008 7:29 AM To: Subject: Re: Fatal exception in solr 1.3+ replication Hang on. The more I look at this, the more I am thinking that was not the problem. Directories are pretty strictly managed by Lucene at the moment, and it should actually be pretty difficult to hav

Re: Fatal exception in solr 1.3+ replication

2008-11-15 Thread Mark Miller
Friday, November 14, 2008 8:43 PM To: Subject: Re: Fatal exception in solr 1.3+ replication Hey William, sorry about the trouble. I have to look at this further, but I think the issue is fixed if you grab the latest trunk build. Solr-465 should inadvertently fix things - before that patch, a depre

Re: Fatal exception in solr 1.3+ replication

2008-11-15 Thread William Pierce
running these bits in our production environment... Not sure if there's another approach? Thanks, -Bill -- From: "Mark Miller" <[EMAIL PROTECTED]> Sent: Friday, November 14, 2008 8:43 PM To: Subject: Re: Fatal exception in solr

Re: Fatal exception in solr 1.3+ replication

2008-11-14 Thread Mark Miller
Hey William, sorry about the trouble. I have to look at this further, but I think the issue is fixed if you grab the latest trunk build. Solr-465 should inadvertently fix things - before that patch, a deprecated constructor for solrsearcher was being called - this constructor caused the underly

Re: Fatal exception in solr 1.3+ replication

2008-11-14 Thread Mark Miller
Looks like there might be an issue with the reopen - I'm not seeing what it could be offhand though. Have to find what could be closing a Directory unexpectedly...I'll try to take a further look over the weekend. - Mark William Pierce wrote: Folks: I am using the nightly build of 1.3 as of O

Fatal exception in solr 1.3+ replication

2008-11-14 Thread William Pierce
Folks: I am using the nightly build of 1.3 as of Oct 23 so as to use the replication handler. I am running on windows 2003 server with tomcat 6.0.14. Everything was running fine until I noticed that certain updated records were not showing up on the slave. Further investigation showed me t