Re: "Unable to move index file" error during replication

2009-03-27 Thread Noble Paul നോബിള്‍ नोब्ळ्
the latest nightly should do fine On Fri, Mar 27, 2009 at 1:59 PM, sunnyfr wrote: > > Sorry but which one shoud I take?? > where exactly ? > > > Noble Paul നോബിള്‍  नोब्ळ् wrote: >> >> this fix is there in the trunk , >> you may not need to apply the patch >> >> On Fri, Mar 27, 2009 at 6:02 AM, s

Re: "Unable to move index file" error during replication

2009-03-27 Thread sunnyfr
Sorry but which one shoud I take?? where exactly ? Noble Paul നോബിള്‍ नोब्ळ् wrote: > > this fix is there in the trunk , > you may not need to apply the patch > > On Fri, Mar 27, 2009 at 6:02 AM, sunnyfr wrote: >> >> Hi, >> >> It doesn't seem to work for me, I changed as well this part belo

Re: "Unable to move index file" error during replication

2009-03-26 Thread Noble Paul നോബിള്‍ नोब्ळ्
this fix is there in the trunk , you may not need to apply the patch On Fri, Mar 27, 2009 at 6:02 AM, sunnyfr wrote: > > Hi, > > It doesn't seem to work for me, I changed as well this part below is it ok?? >> -    List copiedfiles = new ArrayList(); >> +    Set filesToCopy = new HashSet(); > > ht

Re: "Unable to move index file" error during replication

2009-03-26 Thread sunnyfr
Hi, It doesn't seem to work for me, I changed as well this part below is it ok?? > -List copiedfiles = new ArrayList(); > +Set filesToCopy = new HashSet(); http://www.nabble.com/file/p22734005/ReplicationHandler.java ReplicationHandler.java Thanks a lot, Noble Paul നോബിള്‍ नोब्ळ्

Re: "Unable to move index file" error during replication

2008-12-25 Thread Noble Paul നോബിള്‍ नोब्ळ्
I guess it is pretty safe to put this patch in. It will get checked in soon. On Wed, Dec 24, 2008 at 7:40 PM, Jaco wrote: > Very good! I applied the patch in the attached file, working fine now. I'll > keep monitoring and post any issues found. > > Will this be included in some next nightly buil

Re: "Unable to move index file" error during replication

2008-12-24 Thread Jaco
Very good! I applied the patch in the attached file, working fine now. I'll keep monitoring and post any issues found. Will this be included in some next nightly build? Thanks very much for the very quick response! Jaco. 2008/12/24 Noble Paul നോബിള്‍ नोब्ळ् > James thanks . > > If this is tru

Re: "Unable to move index file" error during replication

2008-12-24 Thread Noble Paul നോബിള്‍ नोब्ळ्
James thanks . If this is true the place to fix this is in ReplicationHandler#getFileList(). patch is attached. On Wed, Dec 24, 2008 at 4:04 PM, James Grant wrote: > I had the same problem. It turned out that the list of files from the master > included duplicates. When the slave completes the

Re: "Unable to move index file" error during replication

2008-12-24 Thread James Grant
I had the same problem. It turned out that the list of files from the master included duplicates. When the slave completes the download and tries to move the files into the index it comes across a file that does not exist because it has already been moved so it backs out the whole operation.

Re: "Unable to move index file" error during replication

2008-12-24 Thread Noble Paul നോബിള്‍ नोब्ळ्
Replication uses File#renameTo() method to move files from temp dir to the index dir.If this call fails replication fails. We must do a file copy if this fails. report a bug . --Noble On Wed, Dec 24, 2008 at 3:47 PM, Jaco wrote: > Hello, > > While testing out the new replication features, I'm r

"Unable to move index file" error during replication

2008-12-24 Thread Jaco
Hello, While testing out the new replication features, I'm running into some strange problem. On the slave, I keep getting an error like this after all files have been copied from the master to the temporary index.x directory: SEVERE: Unable to move index file from: D:\Data\solr\Slave\dat